Releases: vaadin/flow-components
Vaadin Flow Components V25.0.0-alpha7
Vaadin Flow Components 25.0.0-alpha7
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-alpha6
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Compatibility
- This release use Web Components listed in Vaadin Platform 25.0.0-alpha7
- Tested with Vaadin Flow version 25.0.0-alpha10
Vaadin Flow Components V25.0.0-alpha6
Vaadin Flow Components 25.0.0-alpha6
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-alpha5
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-cookie-consent-flow
Changes in vaadin-spreadsheet-flow
- Fixes:
Changes in vaadin-virtual-list-flow
Compatibility
- This release use Web Components listed in Vaadin Platform 25.0.0-alpha6
- Tested with Vaadin Flow version 25.0.0-alpha9
Vaadin Flow Components V14.13.2
Vaadin Flow Components 14.13.2
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 14.13.1
Changes in vaadin-grid-flow
Compatibility
Vaadin Flow Components V24.9.0-alpha6
Vaadin Flow Components 24.9.0-alpha6
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 24.9.0-alpha5
Changes in vaadin-spreadsheet-flow
- Fixes:
Changes in vaadin-virtual-list-flow
Compatibility
- This release use Web Components listed in Vaadin Platform 24.9.0-alpha6
- Tested with Vaadin Flow version 25.0-SNAPSHOT
Vaadin Flow Components V25.0.0-alpha5
Vaadin Flow Components 25.0.0-alpha5
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-alpha4
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-confirm-dialog-flow
Changes in vaadin-custom-field-flow
- New Features:
Changes in vaadin-grid-flow
Changes in vaadin-menu-bar-flow
Compatibility
- This release use Web Components listed in Vaadin Platform 25.0.0-alpha5
- Tested with Vaadin Flow version 25.0.0-alpha9
Vaadin Flow Components V23.6.2
Vaadin Flow Components 23.6.2
This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.
There are no Changes in Flow Components since 23.6.1
Compatibility
Vaadin Flow Components V23.6.1
Vaadin Flow Components 23.6.1
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 23.6.0
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-upload-flow
Compatibility
Vaadin Flow Components V24.9.0-alpha5
Vaadin Flow Components 24.9.0-alpha5
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 24.9.0-alpha4
Changes in vaadin-custom-field-flow
- New Features:
Compatibility
- This release use Web Components listed in Vaadin Platform 24.9.0-alpha5
- Tested with Vaadin Flow version 24.9.0-alpha5
Vaadin Flow Components V25.0.0-alpha4
Vaadin 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
removeCellCustomEditor
can 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 sameSlot
will be used. With the current logic, more than oneSlot
element would be created for the same editor, which could cause issues like, the editor not being shown because it was moved to the otherSlot
parent. -
⧉ 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
Vaadin Flow Components V24.9.0-alpha4
Vaadin Flow Components 24.9.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 24.9.0-alpha3
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-markdown-flow
Changes in vaadin-spreadsheet-flow
- Fixes:
-
⧉ Use new custom editor if editors are updated
-
⧉ Improve custom editors internal structure to prevent NPE errors (#7755). PR:7772
-
⧉ Prevent trying to remove already removed
Sometimes, the call to
removeCellCustomEditor
can 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 sameSlot
will be used. With the current logic, more than oneSlot
element would be created for the same editor, which could cause issues like, the editor not being shown because it was moved to the otherSlot
parent. -
⧉ Use frozen panel size to calculate the visible rows/cols on scroll (#7719). PR:7756. 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
-
Compatibility
- This release use Web Components listed in Vaadin Platform 24.9.0-alpha4
- Tested with Vaadin Flow version 24.9.0-alpha4