Vaadin Flow Components V25.0.0-alpha13
Pre-releaseVaadin Flow Components 25.0.0-alpha13
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 from 25.0.0-alpha12
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-button-flow
Changes in vaadin-charts-flow
- Fixes:
-
⧉ Fix path to property in events. PR:8116
The button property points to the wrong path in which it is located in the originalEvent object sent by the client. It seems that it didn't fail before, but lately, that has caused some IT failures, as the mapping from null to int now causes an exception that prevents the Java event objects from being instantiated.
-
Changes in vaadin-confirm-dialog-flow
- Fixes:
-
⧉ Auto-attach Popover based on helper annotation. PR:8110
Introduces a new internal Java annotation interface to help Popover decide where to attach itself when the component is auto added to the UI. Adds the
@ModalComponentannotation to the following components: - Dialog - ConfirmDialog - LoginOverlay When the Popover target's element is inside any of the components above, the component will be placed in the same parent as the target's to allow events to be listened from the Popover content.
-
Changes in vaadin-dialog-flow
- Fixes:
-
⧉ Auto-attach Popover based on helper annotation. PR:8110
Introduces a new internal Java annotation interface to help Popover decide where to attach itself when the component is auto added to the UI. Adds the
@ModalComponentannotation to the following components: - Dialog - ConfirmDialog - LoginOverlay When the Popover target's element is inside any of the components above, the component will be placed in the same parent as the target's to allow events to be listened from the Popover content.
-
Changes in vaadin-grid-flow
-
Breaking Changes:
-
New Features:
-
Fixes:
Changes in vaadin-login-flow
- Fixes:
-
⧉ Auto-attach Popover based on helper annotation. PR:8110
Introduces a new internal Java annotation interface to help Popover decide where to attach itself when the component is auto added to the UI. Adds the
@ModalComponentannotation to the following components: - Dialog - ConfirmDialog - LoginOverlay When the Popover target's element is inside any of the components above, the component will be placed in the same parent as the target's to allow events to be listened from the Popover content.
-
Changes in vaadin-messages-flow
Changes in vaadin-popover-flow
- Fixes:
-
⧉ Auto-attach Popover based on helper annotation. PR:8110
Introduces a new internal Java annotation interface to help Popover decide where to attach itself when the component is auto added to the UI. Adds the
@ModalComponentannotation to the following components: - Dialog - ConfirmDialog - LoginOverlay When the Popover target's element is inside any of the components above, the component will be placed in the same parent as the target's to allow events to be listened from the Popover content.
-
Changes in vaadin-split-layout-flow
Changes in vaadin-spreadsheet-flow
- Fixes:
Changes in vaadin-tabs-flow
-
Breaking Changes:
-
New Features:
Changes in vaadin-virtual-list-flow
Compatibility
- This release use Web Components listed in Vaadin Platform 25.0.0-alpha13
- Tested with Vaadin Flow version 25.0.0-alpha19