You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Variety of small changes made to the widgets tools.
- Removed redundant calls to obj.listenForBackgroundChange where BackgroundColorable was involved.
- Removed GridOrganized mixin class and created individual grid properties for each widget object
- Removed unused ErrorHandling mixins where not used
- Cleaned up property accessors to only give access to Component Container or the Widget Test Class. No longer allows access to BaseWidget
- Updated copyright from 2021 to 2022 for all Widgets
Additionally, for ListSelector and ListSelectorTwoPane:
- removed pass-through requestUpdate method
- now we just call the update method directly from a button press callback
0 commit comments