Skip to content

Releases: vaadin/flow-components

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

Vaadin Flow Components V24.6.0

17 Dec 09:48
e866b7e
Compare
Choose a tag to compare

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

Changes in vaadin-context-menu-flow

  • New Features:
    • Implement disable on click for menu item. PR:6815

Changes in vaadin-dashboard-flow

  • New Features:
    • Add constructor overloads for dashboard widget. PR:6841
    • Add dashboard feature flag. PR:6832
    • Add dashboard component. PR:6706
    • Add dashboard packages. PR:6548
    • Add title API to dashboard widget. PR:6560
    • Introduce add and remove widget functionality to dashboard. PR:6572
    • Implement max col count feature. PR:6581
    • Add dashboard widget colspan support. PR:6591
    • Add max min column width support. PR:6594
    • Add gap support to dashboard. PR:6596
    • Add min row height support to dashboard. PR:6613
    • Add dashboard sections support. PR:6606
    • Use components to set items on the client side. PR:6610
    • Add content support to dashboard widget. PR:6618
    • Add rowspan support to dashboard widget. PR:6624
    • Add header support to dashboard widget. PR:6617
    • Support drag drop for dashboard. PR:6633
    • Add drag resize support to dashboard. PR:6643
    • Support dashboard item remove using button. PR:6650
    • Implement i18n support. PR:6668
    • Implement item mode changed events. PR:6672
    • Add dense layout support to dashboard. PR:6678

Changes in vaadin-date-picker-flow

  • New Features:
    • Add server-side fallback parser. PR:6743

Changes in vaadin-date-time-picker-flow

  • New Features:
    • Add server-side fallback parser. PR:6743

Changes in vaadin-dialog-flow

  • New Features:
    • Add dragged event to Dialog. PR:6784
    • Add position API to Dialog. PR:6782

Changes in vaadin-grid-flow

  • New Features:
    • Add setAriaLabel to Grid. PR:6878
    • Conditional selection of grid items. PR:6740

Changes in vaadin-notification-flow

  • New Features:
    • Add API for setting assertive to Notification. PR:6862

Changes in vaadin-ordered-layout-flow

  • New Features:
    • Add wrap API to HorizontalLayout/VerticalLayout. PR:6839

Changes in vaadin-text-field-flow

  • New Features:
    • Configure min and max rows in text area. PR:6828

Changes in vaadin-upload-flow

  • New Features:
    • Implement HasEnabled for Upload. PR:6787

Changes in Flow Components from 24.6.0.rc1

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-checkbox-flow

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

Changes in vaadin-combo-box-flow

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

Changes in vaadin-radio-button-flow

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

Changes in vaadin-rich-text-editor-flow

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

Changes in vaadin-select-flow

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

Compatibility

  • This release use Web Components listed in Vaadin Platform 24.6.0
  • Tested with Vaadin Flow version 24.6.0.rc1

Vaadin Flow Components V24.4.21

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

Vaadin Flow Components 24.4.21

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

Changes in All Components

  • Chore:
    • Increase Web-Component version

Compatibility

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

Vaadin Flow Components V23.5.14

18 Dec 12:03
ffd9baa
Compare
Choose a tag to compare

Vaadin Flow Components 23.5.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 23.5.13

Changes in All Components

  • Chore:
    • Increase Web-Component version

Compatibility

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

Vaadin Flow Components V24.6.0.rc1

11 Dec 13:34
a5e7562
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.6.0.rc1

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

Changes in vaadin-upload-flow

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

Compatibility

  • This release use Web Components listed in Vaadin Platform 24.6.0.rc1
  • Tested with Vaadin Flow version 24.6.0.rc1

Vaadin Flow Components V24.6.0.beta4

10 Dec 13:50
f49d65c
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components 24.6.0.beta4

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

Compatibility