VCF Keyboard Shortcut Manager Flow - Vaadin Add-on Directory
A modern library for managing keyboard shortcuts in a Vaadin application.VCF Keyboard Shortcut Manager Flow version 1.0.0
VCF Keyboard Shortcut Manager Flow version 23.1.4
- Add platform independent modifier.
- Fix component never added to UI issue.
VCF Keyboard Shortcut Manager Flow version 23.1.5
- Fix default tab index issue for non-focusable action elements
VCF Keyboard Shortcut Manager Flow version 23.1.6
- Fix FocusNextElement action to focus not only inputs but all focusable elements in the group.
- Fix issue with multiple shortcuts on the same element trigging the element twice.
**BREAKING CHANGE**
- Change all params that accept string ids to use any CSS selector, this is for consistency and more flexibility.
VCF Keyboard Shortcut Manager Flow version 23.2.0
Attach the KSM to the UI if the current UI is present. If the bound Component is detached or attached, remove or re-add KSM respectively.
VCF Keyboard Shortcut Manager Flow version 23.2.1
- Fix clear field action
VCF Keyboard Shortcut Manager Flow version 23.3.0
- Add `export type` to fix issues with `isolatedModules: true` flag in **TypeScript / Hilla** projects.
VCF Keyboard Shortcut Manager Flow version 23.3.1
- Fix `focusNextElement`/`focusPrevElement` shortcuts bugs
VCF Keyboard Shortcut Manager Flow version 23.3.7
VCF Keyboard Shortcut Manager Flow version 23.3.8
Fixes https://github.com/vaadin-component-factory/keyboard-shortcut-manager/issues/7
VCF Keyboard Shortcut Manager Flow version 23.3.9
Fixes https://github.com/vaadin-component-factory/keyboard-shortcut-manager/issues/8 to a degree. Certain components such as MenuBar have no clear order (MenuBar's overflowing logic means ordering can't be guaranteed) so finding the first component in a section is not always perfectly doable. The workaround handles the issue by ignoring the unorderable components unless there is nothing but unorderable components in a section.
VCF Keyboard Shortcut Manager Flow version 23.3.10
Fix an undefined reference exception if no focusable elements are found.
VCF Keyboard Shortcut Manager Flow version 23.3.11
Added a new API to offer a hint for the focusNextElement / focusPreviousElement searches which may not work consistently with all components without the extra help.
VCF Keyboard Shortcut Manager Flow version 23.3.12
Fixed an issue where a group without a focusable element would cause a client-side exception
VCF Keyboard Shortcut Manager Flow version 24.0.0
Vaadin 24 version
VCF Keyboard Shortcut Manager Flow version 24.0.1
24.0.1: Fixes a performance issue with focusNextSection/focusPreviousSection while Grids are in the view