Latest Packages
Breaking change
- We added host container theming support in this version. Custom host containers should either:
- Extend
SingleThemeHostContainer
orMultiThemeHostContainer
- Implement
getCurrentStyleSheet()
which is now an abstract class on theHostContainer
class.
- Extend
Beta Features
- Add Widgets Board Host Container
- Schema 1.6 Preview
- Allow theming in host containers. Host containers can now support
Light
andDark
themes from the same container.