Deprecated weird widget props
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.