v0.9.0
ChristophWurst
released this
06 Mar 14:23
·
9800 commits
to master
since this release
- [Breaking] Added
AppNavigation
component that can be used in thenavigation
slot ofAppContent
. Apps using the slot already have to wrap the contents in the new component. The new component makes possible to extract an app's navigation into its own component in order to re-use it for many views. #290 - [Enhancement] Added
AppNavigationSpacer
component for the navigation sidebar #290 - [Fix] Modal does not overlap header #293
- [Fix] Use visibility instead of display for the modal clear view #292
- [Fix] Do not hide modal on touchmove and click #286
- [Fix] Hide multiselect limit when active #288
- Dependency updates