Skip to content

Releases: vaadin/flow-components

Vaadin Flow Components V18.0.0.rc1

25 Nov 10:09
00dd8c6
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components V18.0.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 18.0.0.beta3

Changes in vaadin-text-field-flow

  • Fixes:
    • Use the same email pattern as in Flow (18.0). PR:443

Compatibility

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

Vaadin Flow Components V14.4.3

24 Nov 08:41
f41cca7
Compare
Choose a tag to compare

Vaadin Flow Components V14.4.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.4.2

Changes in vaadin-combo-box-flow

  • Fixes:

    • Update combo-box integration tests. PR:383. Ticket:965
  • Chore:

    • Increase Web-Component version

Changes in vaadin-context-menu-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-crud-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-date-time-picker-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-grid-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-grid-pro-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-list-box-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-menu-bar-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-select-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-tabs-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-time-picker-flow

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

Changes in vaadin-upload-flow

Compatibility

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

Vaadin Flow Components V18.0.0.beta3

23 Nov 09:14
ad548d0
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components V18.0.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 18.0.0.beta2

Changes in vaadin-checkbox-flow

  • Breaking Changes:
    • Use data view filter and sorting only to that component. PR:366. Ticket:8655

      In-memory filtering and sorting are now stored directly in component, which gives an opportunity to change it through the data view API for a certain component separately from other components bound to the same data provider. (cherry picked from commit ed24e9b)

Changes in vaadin-combo-box-flow

  • Breaking Changes:

    • Use data view filter and sorting only to that component. PR:366. Ticket:8655

      In-memory filtering and sorting are now stored directly in component, which gives an opportunity to change it through the data view API for a certain component separately from other components bound to the same data provider. (cherry picked from commit ed24e9b)

  • Fixes:

    • Clear ComboBox filter on drop down close. PR:393. Ticket:388

      Since the DataCommunicator erases the combo box non-empty filter after each request, the filter needs to be set again to DataCommunicator even if it's the same as last sent. (cherry picked from commit d121fac)

Changes in vaadin-grid-flow

  • Breaking Changes:
    • Use data view filter and sorting only to that component. PR:366. Ticket:8655

      In-memory filtering and sorting are now stored directly in component, which gives an opportunity to change it through the data view API for a certain component separately from other components bound to the same data provider. (cherry picked from commit ed24e9b)

Changes in vaadin-list-box-flow

  • Breaking Changes:
    • Use data view filter and sorting only to that component. PR:366. Ticket:8655

      In-memory filtering and sorting are now stored directly in component, which gives an opportunity to change it through the data view API for a certain component separately from other components bound to the same data provider. (cherry picked from commit ed24e9b)

Changes in vaadin-radio-button-flow

  • Breaking Changes:
    • Use data view filter and sorting only to that component. PR:366. Ticket:8655

      In-memory filtering and sorting are now stored directly in component, which gives an opportunity to change it through the data view API for a certain component separately from other components bound to the same data provider. (cherry picked from commit ed24e9b)

Changes in vaadin-select-flow

  • Breaking Changes:
    • Use data view filter and sorting only to that component. PR:366. Ticket:8655

      In-memory filtering and sorting are now stored directly in component, which gives an opportunity to change it through the data view API for a certain component separately from other components bound to the same data provider. (cherry picked from commit ed24e9b)

Changes in vaadin-upload-flow

Compatibility

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

Vaadin Flow Components V17.0.10

23 Nov 11:36
6ef61ab
Compare
Choose a tag to compare

Vaadin Flow Components V17.0.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 17.0.9

Changes in vaadin-grid-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-upload-flow

Compatibility

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

Vaadin Flow Components V18.0.0.beta2

09 Nov 11:41
562cc6e
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components V18.0.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 18.0.0.beta1

Changes in vaadin-combo-box-flow

  • Internal Fixes:
    • Update combo-box integration tests. PR:365. Ticket:965

Compatibility

  • This release use Web Components listed in Vaadin Platform 18.0.0.beta2
  • Tested with Vaadin Flow version 5.0.0.beta1

Vaadin Flow Components V18.0.0.beta1

03 Nov 13:00
22b0b0b
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components V18.0.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 18.0.0.alpha1

Changes in vaadin-checkbox-flow

  • Fixes:
    • Refresh KeyMapper on IdentifierProvider change. PR:317. Ticket:308

      If applied, it will fix the KeyMapper mappings were not being refreshed after setting the IdentifierProvider through data-view API in CheckboxGroup and Select.

    • Keep HelperComponent after reset. Ticket:191

Changes in vaadin-combo-box-flow

  • Fixes:
    • Ignore ComboBox client-side filter in data view items getters. PR:336. Ticket:282

      ComboBox's data views getItem() and getItems() methods implementations modified in a way to be not affected by client-side filter.

    • Use mutable list for items binding in ComboBox. PR:323. Ticket:322

      If applied, this update will enable users to obtain a fully functional ComboBoxListDataView by passing ItemFilter and an array of Items to the corresponding setItem method to be able to add/remove items through DataView API and not to encounter an UnsupportedOperationException.

    • Add missing window suffix in the comboBoxConnector. PR:293

    • Client filter change should not fire ItemCountChangeEvent. PR:278. Ticket:210

      The combo-box client filter now does not affect the items handling API of in-memory data view, i.e. the item count change event is not triggered and 'getItems' does not use the client filter.

Changes in vaadin-grid-flow

  • New Features:

    • Add API to control nested properties null behavior. PR:217. Ticket:8891

      New API, setNestedNullBehavior, controls whether an exception is thrown or not when facing nested null values.

  • Fixes:

    • Override isLoading to return proper value. PR:241. Ticket:1809

Changes in vaadin-list-box-flow

  • New Features:
    • Take IdentifierProvider into use for equality determination in list-box. PR:246. Tickets:225, 227

      Takes IdentifierProvider into use for equality determination in ListBox and MultiSelectListBox by overriding valueEquals.

Changes in vaadin-radio-button-flow

  • New Features:

    • Use IdentifierProvider for equality in radio-button-group. PR:296. Ticket:273

      Take IdentifierProvider into use use for determining the equality of the items in vaadin-radio-button-flow.

  • Fixes:

    • Override setValue to set proper value when detached. PR:275. Ticket:166
    • Keep HelperComponent after reset. PR:253

Changes in vaadin-select-flow

  • Fixes:
    • Refresh KeyMapper on IdentifierProvider change. PR:317. Ticket:308

      If applied, it will fix the KeyMapper mappings were not being refreshed after setting the IdentifierProvider through data-view API in CheckboxGroup and Select.

Compatibility

  • This release use Web Components listed in Vaadin Platform 18.0.0.beta1
  • Tested with Vaadin Flow version 5.0.0.beta1

Vaadin Flow Components V17.0.9

02 Nov 10:55
ab8da45
Compare
Choose a tag to compare

Vaadin Flow Components V17.0.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 17.0.8

Compatibility

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

Vaadin Flow Components V17.0.8

28 Oct 12:48
6df1948
Compare
Choose a tag to compare

Vaadin Flow Components V17.0.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 17.0.7

Changes in vaadin-grid-flow

  • Fixes:

    • Override isLoading to return proper value (#241). PR:303. Ticket:1809
  • Chore:

    • Increase Web-Component version

Changes in vaadin-radio-button-flow

  • Fixes:
    • Override setValue to set proper value when detached (#275). PR:305. Ticket:166

Changes in pro-components (board, charts, confirm-dialog, cookie-consent, crud, grid-pro, rich-text-editor)

  • Chore:
    • Fix license in pom files

Compatibility

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

Vaadin Flow Components V14.4.2

28 Oct 06:43
be8baa9
Compare
Choose a tag to compare

Vaadin Flow Components V14.4.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.4.1

Changes in vaadin-combo-box-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-crud-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-date-time-picker-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-grid-flow

  • Fixes:

    • Override isLoading to return proper value (#241). PR:301. Ticket:1809
  • Chore:

    • Increase Web-Component version

Changes in vaadin-radio-button-flow

  • Fixes:
    • Override setValue to set proper value when detached (#275). PR:304. Ticket:166
    • Override setValue to set proper value when detached. PR:275

Changes in vaadin-time-picker-flow

  • Chore:
    • Increase Web-Component version

Changes in pro-components (board, charts, confirm-dialog, cookie-consent, crud, grid-pro, rich-text-editor)

  • Chore:
    • Fix license in pom files

Compatibility

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

Vaadin Flow Components V14.4.1

19 Oct 09:15
b9d71c7
Compare
Choose a tag to compare

Vaadin Flow Components V14.4.1

This is a release of the Java integration for Vaadin Components to be used from the server side Java with Vaadin Flow.

Changes in Components

  • vaadin-date-picker-flow 2.2.1 changes from 2.2.0
    dc26d3c - Flow Components - Update NpmPackages (#221)
  • vaadin-grid-flow 4.3.1 changes from 4.3.0
    bump snapshots used for demo f718ab5
  • vaadin-text-field-flow 2.3.1 changes from 2.3.0
    95fe390 - Flow Components - Update NpmPackages (#214)
  • vaadin-combo-box-flow 3.2.2 changes from 3.2.0
    6052b56 Bump Web Component version to 5.4.1

Compatibility

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