Skip to content

Releases: vaadin/flow-components

Vaadin Flow Components V24.4.0.beta5

24 May 10:13
7144816
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.4.0.beta5

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.beta4

Changes in All Components

  • Chore:
    • Increase Web-Component version

Compatibility

Vaadin Flow Components V24.4.0.beta4

23 May 10:44
e267dd7
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.4.0.beta4

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.beta3

Changes in vaadin-upload-flow

  • Fixes:
    • Set maxFiles to Infinity when setting a MultiFileReceiver (#6253). PR:6303

Compatibility

Vaadin Flow Components V24.4.0.beta3

15 May 09:02
6650259
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.4.0.beta3

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.beta2

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-icons-flow

  • Breaking Changes:

Compatibility

Vaadin Flow Components V24.3.12

13 May 11:41
88dc128
Compare
Choose a tag to compare

Vaadin Flow Components 24.3.12

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.3.11

Changes in All Components

  • Chore:
    • Increase Web-Component version

Compatibility

  • This release use Web Components listed in Vaadin Platform 24.3.12
  • Tested with Vaadin Flow version 24.3.10

Vaadin Flow Components V14.11.10

08 May 12:10
ecd17ba
Compare
Choose a tag to compare

Vaadin Flow Components 14.11.10

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.11.9

Changes in vaadin-charts-flow

  • Chore:
    • Increase Web-Component version

Compatibility

  • This release use Web Components listed in Vaadin Platform 14.11.10
  • Tested with Vaadin Flow version 2.10.4

Vaadin Flow Components V24.4.0.beta2

08 May 14:14
6405c7d
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.4.0.beta2

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.beta1

Changes in All Components

  • Chore:
    • Increase Web-Component version

Compatibility

Vaadin Flow Components V24.3.11

06 May 09:07
824c55c
Compare
Choose a tag to compare

Vaadin Flow Components 24.3.11

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.3.10

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-grid-flow

  • Fixes:
    • Prevent potential deserialization issue in LitRenderer (#6257). PR:6261

Changes in vaadin-ordered-layout-flow

  • Fixes:
    • Use correct default value for getAlignItems in VerticalLayout (#6233). PR:6239

Changes in vaadin-renderer-flow

  • Fixes:
    • Prevent potential deserialization issue in LitRenderer (#6257). PR:6261

Changes in vaadin-split-layout-flow

  • Fixes:
    • Clear primary and secondary components on remove (#6250). PR:6255

Changes in vaadin-text-field-flow

  • Fixes:
    • Do not throw when min is set to negative infinity (#6246). PR:6251

Compatibility

  • This release use Web Components listed in Vaadin Platform 24.3.11
  • Tested with Vaadin Flow version 24.3.10

Vaadin Flow Components V24.4.0.beta1

30 Apr 12:53
b5a37d4
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.4.0.beta1

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.3.0

Changes in vaadin-checkbox-flow

  • New Features:
    • Add required state and validation support to Checkbox. PR:6167
    • Add HasHelper to the InputField interface. PR:6191
    • Add Checkbox helper and CheckboxGroup item helper generator. PR:6166
    • Implement proper readonly state in CheckboxGroup. PR:6165
    • Selection preservation mode api. PR:5887
    • Initial implementation of api for enhanced selection

Changes in vaadin-combo-box-flow

  • New Features:
    • Add ComboBox.setOverlayWidth() and MultiSelectComboBox.setOverlayWidth(). PR:5743
    • Add ComboBox.setDropdownWidth() and MultiSelectComboBox.setDropdownWidth(). Fixes #2331
    • Add keepFilter option. PR:5953

Changes in vaadin-grid-flow

  • New Features:
    • Added getSelectionMode method. PR:5852
    • Add remove functionality for grid header and footers. PR:5990
    • Add scrolltoitem support for grid. PR:5976
    • Selection preservation mode api. PR:5887
    • Initial implementation of api for enhanced selection

Changes in vaadin-grid-pro-flow

  • New Features:
    • Disable editing for individual cells. PR:6158

Changes in vaadin-list-box-flow

  • New Features:
    • Selection preservation mode api. PR:5887
    • Initial implementation of api for enhanced selection

Changes in vaadin-login-flow

  • New Features:
    • Add AbstractLogin.showErrorMessage(). PR:5749

Changes in vaadin-menu-bar-flow

  • New Features:
    • Support reverse button collapsing order in menu-bar. PR:6048
    • Add MenuBar.close(). PR:5745

Changes in vaadin-radio-button-flow

  • New Features:
    • Selection preservation mode api. PR:5887
    • Initial implementation of api for enhanced selection

Changes in vaadin-renderer-flow

  • New Features:
    • Allow using live directive in LitRenderer. PR:6068

Changes in vaadin-side-nav-flow

  • New Features:
    • Add router-ignore API to SideNavItem. PR:6143
    • Add target API to SideNavItem. PR:5962

Changes in vaadin-text-field-flow

  • New Features:
    • Add scrollToStart and scrollToEnd API. PR:6041

Changes in Flow Components from 24.4.0.alpha25

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-grid-flow

  • Fixes:
    • Prevent potential deserialization issue in LitRenderer. PR:6257

Changes in vaadin-renderer-flow

  • Fixes:
    • Prevent potential deserialization issue in LitRenderer. PR:6257

Changes in vaadin-split-layout-flow

  • Fixes:
    • Clear primary and secondary components on remove. PR:6250

Changes in vaadin-upload-flow

  • New Features:
    • Add file name to progress and file rejected listeners. PR:5793
    • Implement file remove listener for upload (24.4). PR:5789

Compatibility

Vaadin Flow Components V24.4.0.alpha25

26 Apr 12:10
4800689
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.4.0.alpha25

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.alpha24

Changes in vaadin-text-field-flow

  • Fixes:
    • Do not throw when min is set to negative infinity. PR:6246

Compatibility

Vaadin Flow Components V24.4.0.alpha24

25 Apr 06:40
cb39a67
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.4.0.alpha24

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.alpha23

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-ordered-layout-flow

  • Fixes:
    • Use correct default value for getAlignItems in VerticalLayout. PR:6233

Compatibility