Skip to content

Releases: vaadin/flow-components

Vaadin Flow Components V18.0.2

08 Dec 08:50
379c836
Compare
Choose a tag to compare

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

Changes in vaadin-avatar-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-combo-box-flow

  • Fixes:

    • Fix setting value to lazy loading ComboBox. PR:478. Ticket:391

      ComboBox should only throw when no items/callback has been set to it. There is a possibility that the value is set but the backend doesn't have this item available, but that is an edge case and something that should not happen and should be possible to prevent by resetting the data and thus a responsibility of the application developer. (cherry picked from commit eb91269)

  • Chore:

    • Increase Web-Component version

Changes in vaadin-grid-flow

  • Fixes:
    • Fix setting value to lazy loading ComboBox. PR:478. Ticket:391

      ComboBox should only throw when no items/callback has been set to it. There is a possibility that the value is set but the backend doesn't have this item available, but that is an edge case and something that should not happen and should be possible to prevent by resetting the data and thus a responsibility of the application developer. (cherry picked from commit eb91269)

    • Prevent exception in gridConnector (#462). PR:475. Ticket:376

Changes in vaadin-icons-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-radio-button-flow

  • Fixes:
    • Disable client side validation (#461). PR:490. Ticket:179

      - Disable client side validation - Validation from Binder will happen upon Binder#validate() or if the field binding uses withValidator

Compatibility

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

Vaadin Flow Components V18.0.1

02 Dec 10:56
a234a40
Compare
Choose a tag to compare

Vaadin Flow Components V18.0.1

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

Features

  • Field helpers
    • Slot below/above input fields for supplying additional information or content related to the field.
  • AutoOpenDisabled
    • mode for ComboBox, DatePicker, TimePicker, DateTimePicker that prevents dropdown from opening automatically on focus
  • new component: vaadin-avatar
    • Avatar and AvatarGroup components. Being able to show users with name, abbreviations and image. AvatarGroup is a collection of Avatars with the possibility to truncate it to a certain number of visible avatars.

Breaking Changes

  • Flow components versioning has changed, now all components are released at once with Vaadin Platform sharing the same version.

Compatibility

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

Vaadin Flow Components V18.0.0

30 Nov 12:59
a234a40
Compare
Choose a tag to compare

Vaadin Flow Components V18.0.0

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

Features

  • Field helpers
    • Slot below/above input fields for supplying additional information or content related to the field.
  • AutoOpenDisabled
    • mode for ComboBox, DatePicker, TimePicker, DateTimePicker that prevents dropdown from opening automatically on focus
  • new component: vaadin-avatar
    • Avatar and AvatarGroup components. Being able to show users with name, abbreviations and image. AvatarGroup is a collection of Avatars with the possibility to truncate it to a certain number of visible avatars.

Breaking Changes

  • Flow components versioning has changed, now all components are released at once with Vaadin Platform sharing the same version.

Compatibility

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

Vaadin Flow Components V18.0.0.rc2

27 Nov 09:33
a234a40
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components V18.0.0.rc2

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

Changes in vaadin-grid-flow

  • Fixes:
    • Not to call count callback for lazy Grid with multi-select. PR:433. Ticket:411

      Selecting any row of the Grid with lazy loading and multi-select mode does not trigger the count callback to be invoked. Instead, it gets the item count from the cache for defined item count, and doesn't show the select all checkbox at all and skips checkbox state update for unknown item count. (cherry picked from commit 030ef43)

Compatibility

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

Vaadin Flow Components V17.0.11

30 Nov 08:10
3a5f1a1
Compare
Choose a tag to compare

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

Changes in vaadin-grid-flow

  • Fixes:
    • Not to call count callback for lazy Grid with multi-select. PR:433. Ticket:411

      Selecting any row of the Grid with lazy loading and multi-select mode does not trigger the count callback to be invoked. Instead, it gets the item count from the cache for defined item count, and doesn't show the select all checkbox at all and skips checkbox state update for unknown item count. (cherry picked from commit 030ef43)

Changes in vaadin-text-field-flow

  • Fixes:
    • Use the same email pattern as in Flow (17.0). PR:444

Compatibility

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

Vaadin Flow Components V14.4.4

30 Nov 10:09
49565f3
Compare
Choose a tag to compare

Vaadin Flow Components V14.4.4

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

Changes in vaadin-accordion-flow vaadin-combo-box-flow vaadin-date-picker-flow vaadin-date-time-picker-flow vaadin-grid-flow vaadin-login-flow vaadin-rich-text-editor-flow vaadin-select-flow vaadin-text-field-flow vaadin-time-picker-flow

  • Fixes:
    • Use the same email pattern as in Flow (14.4). PR:445

Changes in all components

  • Chore:
    • Increase Web-Component version

Compatibility

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

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