Skip to content

Releases: vaadin/flow-components

Vaadin Flow Components V24.7.0.alpha5

20 Jan 10:31
c4c881f
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.7.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.7.0.alpha4

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-button-flow

  • Fixes:
    • Replace requestAnimationFrame with global click listener. PR:7045

Changes in vaadin-charts-flow

  • New Features:
    • Add drag and drop to Chart API. PR:7026
    • Add Gantt specific API to Charts. PR:6997

Changes in vaadin-context-menu-flow

  • Fixes:
    • Replace requestAnimationFrame with global click listener. PR:7045

Changes in vaadin-crud-flow

  • New Features:
    • Spring Data API for Grid. PR:7011

      Provides a Spring Data specific setItems variant based on Pageable. The method is called setItemsSpring because the signature is the same as existing setItems methods. Used as e.g. grid.setItemsSpring(pageable -> productService.list(pageable)) ---------

Changes in vaadin-grid-flow

  • New Features:
    • Spring Data API for Grid. PR:7011

      Provides a Spring Data specific setItems variant based on Pageable. The method is called setItemsSpring because the signature is the same as existing setItems methods. Used as e.g. grid.setItemsSpring(pageable -> productService.list(pageable)) ---------

Changes in vaadin-grid-pro-flow

  • New Features:

    • Spring Data API for Grid. PR:7011

      Provides a Spring Data specific setItems variant based on Pageable. The method is called setItemsSpring because the signature is the same as existing setItems methods. Used as e.g. grid.setItemsSpring(pageable -> productService.list(pageable)) ---------

  • Fixes:

    • Hide cell content until value is updated. PR:6973

Compatibility

Vaadin Flow Components V24.7.0.alpha4

13 Jan 13:25
115f052
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.7.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.7.0.alpha3

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-charts-flow

  • Fixes:
    • Allow to set any type of PlotOptions to Navigator.series. PR:6996

Changes in vaadin-date-picker-flow

  • Fixes:
    • Prevent initialValue from becoming emptyValue. PR:7030

Changes in vaadin-lumo-theme-flow

  • Fixes:
    • Fix typo in Lumo utility align-start class names. PR:7038

Changes in vaadin-time-picker-flow

  • Fixes:
    • Prevent initialValue from becoming emptyValue. PR:7030

Compatibility

Vaadin Flow Components V24.6.2

14 Jan 08:16
43074c9
Compare
Choose a tag to compare

Vaadin Flow Components 24.6.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.6.1

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-date-picker-flow

  • Fixes:
    • Prevent initialValue from becoming emptyValue (#7030). PR:7031

Changes in vaadin-lumo-theme-flow

  • Fixes:
    • Fix typo in Lumo utility align-start class names (#7038). PR:7039

Changes in vaadin-time-picker-flow

  • Fixes:
    • Prevent initialValue from becoming emptyValue (#7030). PR:7031

Compatibility

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

Vaadin Flow Components V24.5.10

14 Jan 08:16
0e4f825
Compare
Choose a tag to compare

Vaadin Flow Components 24.5.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 24.5.9

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-date-picker-flow

  • Fixes:
    • Prevent initialValue from becoming emptyValue (#7030). PR:7032

Changes in vaadin-lumo-theme-flow

  • Fixes:
    • Fix typo in Lumo utility align-start class names (#7038). PR:7040

Changes in vaadin-time-picker-flow

  • Fixes:
    • Prevent initialValue from becoming emptyValue (#7030). PR:7032

Compatibility

  • This release use Web Components listed in Vaadin Platform 24.5.10
  • Tested with Vaadin Flow version 24.5.11

Vaadin Flow Components V24.4.22

14 Jan 08:16
3bb5809
Compare
Choose a tag to compare

Vaadin Flow Components 24.4.22

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

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-lumo-theme-flow

  • Fixes:
    • Fix typo in Lumo utility align-start class names (#7038). PR:7041

Compatibility

  • This release use Web Components listed in Vaadin Platform 24.4.22
  • Tested with Vaadin Flow version 24.4.16

Vaadin Flow Components V24.7.0.alpha3

09 Jan 11:48
8766cdf
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.7.0.alpha3

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.7.0.alpha2

Changes in All Components

  • Fixes:

    • Use part name for Login overlay title
  • Chore:

    • Increase Web-Component version

Changes in vaadin-card-flow

  • New Features:

Changes in vaadin-checkbox-flow

  • Fixes:
    • Update setChecked to dispatch change event. PR:7000

Changes in vaadin-grid-flow

  • Fixes:
    • Update setChecked to dispatch change event. PR:7000

Compatibility

Vaadin Flow Components V24.6.1

07 Jan 13:51
52ef13e
Compare
Choose a tag to compare

Vaadin Flow Components 24.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 24.6.0

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-checkbox-flow

  • Fixes:
    • Update setChecked to dispatch change event (#7000). PR:7001

Changes in vaadin-dashboard-flow

  • Fixes:
    • Prevent client updates when handling events from client (#6982). PR:6992

Changes in vaadin-grid-flow

  • Fixes:
    • Update setChecked to dispatch change event (#7000). PR:7001

Changes in vaadin-spreadsheet-flow

  • Fixes:
    • Update panes positions on Spreadsheet resize (#6964) (CP: 24.6). PR:6968

Compatibility

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

Vaadin Flow Components V24.7.0.alpha2

31 Dec 14:33
3f566fd
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.7.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.7.0.alpha1

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-dashboard-flow

  • Fixes:
    • Prevent client updates when handling events from client. PR:6982

Changes in vaadin-grid-flow

  • New Features:
    • Configure tooltip position in Grid. PR:6975

Changes in vaadin-virtual-list-flow

  • New Features:
    • Add virtual list item accessible name generator. PR:6977

Compatibility

Vaadin Flow Components V24.7.0.alpha1

19 Dec 10:17
3e0de5d
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.7.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.6.0.beta3

Changes in All Components

  • Chore:
    • Increase Web-Component version
    • Increase Web-Component version

Changes in vaadin-checkbox-flow

  • Fixes:
    • Update keymapper when refreshing checkbox item. PR:6935

Changes in vaadin-combo-box-flow

  • Fixes:
    • ComboBoxElement#clear to empty the field as well. PR:6936
    • Ensure that invalid state is set from the server. PR:6922

Changes in vaadin-grid-flow

  • New Features:
    • Add ClientItemToggleEvent to notify when user toggles an item. PR:6884

Changes in vaadin-radio-button-flow

  • Fixes:
    • Update keymapper when refreshing radio button item. PR:6934

Changes in vaadin-rich-text-editor-flow

  • Fixes:
    • Restore i18n when detaching and reattaching. PR:6947

Changes in vaadin-select-flow

  • Fixes:
    • Update keymapper when refreshing select item. PR:6933

Changes in vaadin-side-nav-flow

  • New Features:
    • Create side nav from menu entries. PR:6957
    • Create side nav items from menu entries
    • Add support for views with HasUrlParameter to SideNavItem. PR:6950

Changes in vaadin-spreadsheet-flow

  • Fixes:
    • Update panes positions on Spreadsheet resize. PR:6964

Changes in vaadin-upload-flow

  • Fixes:
    • Make waitForUploads poll for upload processing until completion or timeout. PR:6904

Compatibility

Vaadin Flow Components V24.5.9

20 Dec 11:29
c387a35
Compare
Choose a tag to compare

Vaadin Flow Components 24.5.9

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

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-checkbox-flow

  • Fixes:
    • Update keymapper when refreshing checkbox item (#6935). PR:6946

Changes in vaadin-combo-box-flow

  • Fixes:
    • ComboBoxElement#clear to empty the field as well (#6936). PR:6955
    • Ensure that invalid state is set from the server (#6922) (CP: 24.5). PR:6931

Changes in vaadin-radio-button-flow

  • Fixes:
    • Update keymapper when refreshing radio button item (#6934). PR:6944

Changes in vaadin-rich-text-editor-flow

  • Fixes:
    • Restore i18n when detaching and reattaching (#6947). PR:6952

Changes in vaadin-select-flow

  • Fixes:
    • Update keymapper when refreshing select item (#6933). PR:6942

Changes in vaadin-spreadsheet-flow

  • Fixes:
    • Update panes positions on Spreadsheet resize (#6964) (CP: 24.5). PR:6969

Changes in vaadin-upload-flow

  • Fixes:
    • Make waitForUploads poll for upload processing until completion or timeout (#6904). PR:6914

Compatibility

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