Vaadin Flow Components V25.0.0-alpha4
Pre-releaseVaadin Flow Components 25.0.0-alpha4
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-alpha3
Changes in All Components
-
Fixes:
-
Chore:
Changes in vaadin-avatar-flow
Changes in vaadin-combo-box-flow
Changes in vaadin-confirm-dialog-flow
-
Breaking Changes:
-
New Features:
Changes in vaadin-context-menu-flow
-
Breaking Changes:
-
New Features:
-
⧉ Context menu testbench improvements
---------
-
Changes in vaadin-crud-flow
Changes in vaadin-date-picker-flow
Changes in vaadin-date-time-picker-flow
Changes in vaadin-dialog-flow
- New Features:
Changes in vaadin-markdown-flow
Changes in vaadin-menu-bar-flow
Changes in vaadin-popover-flow
-
New Features:
-
Fixes:
Changes in vaadin-select-flow
Changes in vaadin-spreadsheet-flow
- Fixes:
-
⧉ Use new custom editor if editors are updated
-
⧉ Improve custom editors internal structure to prevent NPE errors. PR:7755
-
⧉ Prevent trying to remove already removed
Sometimes, the call to
removeCellCustomEditorcan be done to a widget already removed from its parent, which causes a client-side error. This change try to address that with some refactor on the custom editors internal map. The refactor aims to replace the keys that currently refer to the cell address with the editor ID itself. That way, in case the same editor is shared by more than one cell, the sameSlotwill be used. With the current logic, more than oneSlotelement would be created for the same editor, which could cause issues like, the editor not being shown because it was moved to the otherSlotparent. -
⧉ Use frozen panel size to calculate the visible rows/cols on scroll. PR:7719. Ticket:7507
Use the top and left frozen panel size to calculate the amount of headers and rows to be rendered when the user scrolls. Currently, the size of the frozen panels are not accounted which causes some of the columns and rows to not be rendered even when there's available space for that.
-
⧉ Adjust top/left shift calculation
-
Changes in vaadin-time-picker-flow
Compatibility
- This release use Web Components listed in Vaadin Platform 25.0.0-alpha4
- Tested with Vaadin Flow version 25.0.0-alpha7