Releases: vaadin-component-factory/vcf-toolbar-layout
Releases · vaadin-component-factory/vcf-toolbar-layout
1.0.3
What's Changed
- feat: adding support for changing overflow button at any time (or any changes to the overflow button slot) #5 by @drewharvey in #6
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
- feat: add ability to provide custom overflow button #2 @drewharvey
- fix: removing unnecessary console.logs #3 @drewharvey
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- fix: ensure width set to MenuBar in popover does not persist by @drewharvey in #1
New Contributors
- @drewharvey made their first contribution in #1
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- Overflow Handling: Automatically moves overflowing menu items into a dedicated popover.
- Configurable Collapse Debounce: The
updateDebounceDelay
property sets the debounce delay (in milliseconds) from when a resize event occurs until the overflow items are updated. - Reverse Collapse: When the
reverse-collapse
attribute is set, the component collapses items from the left side instead of the right. - Theming: wo additional themes are provided (applied via the
theme
attribute):fixed-width-prefix
– aligns overflow popover items uniformly regardless of whether they include a prefix icon.hide-icons
– automatically hides icons on items within the overflow popover.
- Keyboard Navigation: Complete keyboard support for menu navigation.
- Grouping Items: Group items by passing in a layout/container element; grouped items collapse and display together in the overflow popover.
Full Changelog: https://github.com/vaadin-component-factory/vcf-toolbar-layout/commits/1.0.0