Skip to content

v3.0.0

Compare
Choose a tag to compare
@charcoal-butler charcoal-butler released this 20 Jul 20:31
· 316 commits to main since this release

3.0.0 (2022-07-20)

⚠ BREAKING CHANGES

  • (BC):
  • Method widgetOptions() now returns an array instead of a JSON serialized string to allow for easier overriding in subclasses.

Added:

  • Methods widgetOptionsAsJson() and escapedWidgetOptionsAsJson() for rendering widget options as JSON.
  • Method widgetDataForJs() to replace hardcoded widget data options in view file.

Changed:

  • Stringify the widget's title.

Features

Bug Fixes

Performance Improvements

Reverts

Code Refactoring