Skip to content

Deprecated weird widget props

Compare
Choose a tag to compare
@green3g green3g released this 09 Feb 00:23
· 70 commits to master since this release

This release deprecates the use of widget.iconClass. It will still work but will warn in development.

Use widget.parentOptions.expandIconClass in place of widget.iconClass. This favors the better pattern of passing parentOptions instead of weird custom properties.