Skip to content

Releases: vaadin-component-factory/vcf-toolbar-layout

1.0.3

18 Jul 18:31

Choose a tag to compare

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

18 Jul 16:43

Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

24 Apr 17:48

Choose a tag to compare

What's Changed

  • fix: ensure width set to MenuBar in popover does not persist by @drewharvey in #1

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

22 Apr 17:15

Choose a tag to compare

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