Vaadin Flow Components V14.8.0.alpha1
Pre-releaseVaadin Flow Components 14.8.0.alpha1
This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.
Changes in Flow Components in 14.8.0.alpha1
Changes in vaadin-button-flow
Changes in vaadin-context-menu-flow
- New Features:
-
⧉ Allow theming individual menu items (#2066). PR:2323
This change enables theming individual menu bar items, for example to display one item as the primary item. As the menu bar uses the context menu to display submenus, most of the changes are in there. Backported changes for Vaadin 14 from vaadin/web-components#2066. Depends on vaadin/vaadin-menu-bar#140. Part of #880.
-
Changes in vaadin-date-picker-flow
-
New Features:
-
⧉ Add support for custom formats to date picker (CP: 14.8). PR:2002
Added support for custom date formats to the Flow DatePicker component. The DatePickerI18N class now supports setting a custom date format that will be used for displaying dates and parsing user inputs. Optionally additional parsing formats can be specified to support entering dates in different formats. (cherry picked from commit 1c4ddf8)
-
-
Fixes:
Changes in vaadin-date-time-picker-flow
- Fixes:
Changes in vaadin-dialog-flow
Changes in vaadin-grid-flow
- Fixes:
Changes in vaadin-grid-pro-flow
- Fixes:
-
⧉ Close custom editor after scrolled out of the view (#2257). PR:2263. Tickets:1020, 2253
After custom editor was opened and grid was scrolled, the element set could be reattached in different row. This change makes the same check for built-in editors to define whether grid should leave the edit mode or not. Also, the same component could receive multiple focus, what made impossible to scroll as can be seen with more details in #2253. This change checks if the component is already attached to the cell before trying to append it and focus on the component.
-
Changes in vaadin-menu-bar-flow
-
New Features:
-
⧉ Allow theming individual menu items (#2066). PR:2323
This change enables theming individual menu bar items, for example to display one item as the primary item. As the menu bar uses the context menu to display submenus, most of the changes are in there. Backported changes for Vaadin 14 from vaadin/web-components/#2066. Depends on vaadin/vaadin-menu-bar#140. Part of #880.
-
-
Fixes:
-
⧉ Avoid duplicate click events when clicking a menu button (CP: 14.8). PR:2283
Backported changes for Vaadin 14 from vaadin/flow-components/#2036. Fixes vaadin/web-components#2315 for Vaadin 14.
-
Changes in vaadin-time-picker-flow
- Fixes:
Compatibility
- This release use Web Components listed in Vaadin Platform 14.8.0.alpha1
- Tested with Vaadin Flow version 2.7.4