Skip to content

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

1.0.2

18 Jul 22:39

Choose a tag to compare

What's Changed

  • feat: moving demo app to spring boot and adding docker support by @drewharvey in #3
  • feat: add ability to provide custom overflow button by @drewharvey in #4

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

24 Apr 18:21

Choose a tag to compare

What's Changed

  • chore: updating web component to latest version 1.0.1: e5cfe8c

Full Changelog: 1.0.0...1.0.1

1.0.0

22 Apr 23:22

Choose a tag to compare

What's New

  • Overflow Handling: Automatically moves overflowing menu items into a dedicated popover.
  • Reverse Collapse: Set the component to collapse items from the left side instead of the right.
  • Configurable Collapse Debounce: Set the debounce delay (in milliseconds) from when a resize event occurs until the overflow items are updated.
  • Theming: Two additional themes are provided:
    • 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 (such as HorizontalLayout); grouped items collapse and display together in the overflow popover.

Full Changelog: https://github.com/vaadin-component-factory/vcf-toolbar-layout-flow/commits/1.0.0