Releases: vaadin/flow-components
Vaadin Flow Components V24.6.0.alpha2
Vaadin Flow Components 24.6.0.alpha2
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.6.0.alpha1
Changes in All Components
- Chore:
Changes in vaadin-grid-flow
-
New Features:
-
Fixes:
Changes in vaadin-login-flow
- Fixes:
-
⧉ Remove default login listener when setting form action. PR:6669
Setting both login listeners and form action can cause unexpected behaviors because of concurrent processing of form submission processing and login event. For example, if form submission ends in a session ID change and a redirect to a different page, the UIDL request may fail with a session expiration response, causing the Flow client to reload the page and potentially cancel the ongoing redirection. In addition, after from submission, the login event would be sent to a dismissed UI. This change removes the default login listener when setting a form action, and logs a warning when setting both an action and custom login listeners.
-
Changes in vaadin-renderer-flow
- Fixes:
Compatibility
- This release use Web Components listed in Vaadin Platform 24.6.0.alpha2
- Tested with Vaadin Flow version 24.6.0.alpha2
Vaadin Flow Components V24.5.3
Vaadin Flow Components 24.5.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 24.5.1
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-login-flow
- Fixes:
-
⧉ Remove default login listener when setting form action (#6669). PR:6753
Setting both login listeners and form action can cause unexpected behaviors because of concurrent processing of form submission processing and login event. For example, if form submission ends in a session ID change and a redirect to a different page, the UIDL request may fail with a session expiration response, causing the Flow client to reload the page and potentially cancel the ongoing redirection. In addition, after from submission, the login event would be sent to a dismissed UI. This change removes the default login listener when setting a form action, and logs a warning when setting both an action and custom login listeners.
-
Changes in vaadin-renderer-flow
- Fixes:
Compatibility
Vaadin Flow Components V14.12.3
Vaadin Flow Components 14.12.3
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.12.2
Changes in vaadin-charts-flow
- Chore:
- ⧉ Increase Web-Component version
Compatibility
Vaadin Flow Components V24.5.2
Vaadin Flow Components 24.5.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 24.5.1
Compatibility
Vaadin Flow Components V24.5.1
Vaadin Flow Components 24.5.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 24.5.0
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-grid-flow
Compatibility
Vaadin Flow Components V23.5.9
Vaadin Flow Components 23.5.9
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.5.8
Compatibility
Vaadin Flow Components V23.5.8
Vaadin Flow Components 23.5.8
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.5.7
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Compatibility
Vaadin Flow Components V24.6.0.alpha1
Vaadin Flow Components 24.6.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 from 24.5.0.rc1
Changes in vaadin-dashboard-flow
-
New Features:
-
⧉ Add dashboard packages
-
⧉ Add packages for testbench and integration tests
-
⧉ Add title for widget
-
⧉ Introduce add and remove widget functionality to dashboard. PR:6572
-
⧉ Introduce add and remove widget functionality to dashboard
-
⧉ Implement max col count feature
-
⧉ Add getter for maximum column count
---------
-
⧉ Add dashboard widget colspan support
-
⧉ Add max min column width support
-
⧉ Add dashboard sections support
-
⧉ Add content related api to dashboard widget
-
⧉ Add content related api to dashboard widget
-
⧉ Add content related api to dashboard widget
-
⧉ Add rowspan support to dashboard widget
-
⧉ Add content related api to dashboard widget
-
⧉ Add header support to dashboard widget
-
⧉ Support drag drop for dashboard
-
⧉ Add drag resize support to dashboard
-
⧉ Support dashboard item remove using button
-
⧉ Implement i18n support
-
⧉ Add dense layout support to dashboard
-
Fixes:
- ⧉ Correct the inverted module names
- ⧉ Add module to root level pom
- ⧉ Update polymer legacy adapter version
- ⧉ Add missing lines and run formatter
- ⧉ Fix compilation error
- ⧉ Handle invalid widget index. PR:6584
- ⧉ Do not remove widgets on detach
- ⧉ Handle the case where drag reorder returns the same items
- ⧉ Only update client items when necessary
- ⧉ Update pom versions
Changes in vaadin-grid-flow
- Fixes:
Changes in vaadin-select-flow
Compatibility
- This release use Web Components listed in Vaadin Platform 24.6.0.alpha1
- Tested with Vaadin Flow version 24.6.0.alpha1
Vaadin Flow Components V24.5.0
Vaadin Flow Components 24.5.0
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.4.0
Changes in vaadin-button-flow
Changes in vaadin-charts-flow
Changes in vaadin-checkbox-flow
Changes in vaadin-combo-box-flow
- New Features:
Changes in vaadin-date-picker-flow
Changes in vaadin-date-time-picker-flow
-
Behavior Altering Changes:
-
New Features:
Changes in vaadin-dialog-flow
- New Features:
Changes in vaadin-form-layout-flow
Changes in vaadin-grid-flow
- New Features:
Changes in vaadin-icons-flow
Changes in vaadin-menu-bar-flow
- New Features:
Changes in vaadin-messages-flow
Changes in vaadin-ordered-layout-flow
Changes in vaadin-popover-flow
- New Features:
- ⧉ Add logic for Popover auto-adding on setting target. PR:6565
- ⧉ Add static methods to set Popover global delays. PR:6566
- ⧉ Add setModal override to allow setting backdrop visibility. PR:6559
- ⧉ Add constructor allowing to set Popover content. PR:6558
- ⧉ Add no-padding theme variant to Popover. PR:6541
- ⧉ Add PopoverVariant enum with the arrow variant. PR:6499
- ⧉ Add setAutofocus and isAutofocus API to Popover. PR:6498
- ⧉ Add methods to set modal and withBackdrop to Popover. PR:6447
- ⧉ Add Popover opened state and related API. PR:6337
- ⧉ Add setWidth and setHeight methods to Popover. PR:6424
- ⧉ Make Popover implement HasAriaLabel, add overlayRole. PR:6425
- ⧉ Add methods to configure Popover trigger mode. PR:6420
- ⧉ Add focusDelay, hoverDelay and hideDelay to Popover. PR:6419
- ⧉ Add initial Popover component implementation. PR:6332
Changes in vaadin-radio-button-flow
Changes in vaadin-rich-text-editor-flow
- New Features:
Changes in vaadin-select-flow
- New Features:
Changes in vaadin-side-nav-flow
- New Features:
Changes in vaadin-spreadsheet-flow
Changes in vaadin-tabs-flow
- New Features:
Changes in vaadin-text-field-flow
Vaadin Flow Components V24.4.14
Vaadin Flow Components 24.4.14
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.4.13
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-combo-box-flow
Changes in vaadin-grid-flow
- Fixes: