Skip to content

Releases: vaadin/flow-components

Vaadin Flow Components V18.0.4

11 Jan 09:37
e472e53
Compare
Choose a tag to compare

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

Changes in vaadin-avatar-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-crud-flow

  • Fixes:
    • Update openRowForEditing to get vaadin-crud-edit based on row.index (#541). PR:545

Changes in vaadin-date-picker-flow vaadin-date-time-picker-flow vaadin-radio-button-flow vaadin-text-field-flow vaadin-time-picker-flow

  • Fixes:
    • Fix client side validation overriding (#512). PR:548. Ticket:8848

      The workaround for overriding the client side validation for certain components was causing an unnecessary roundtrip to the server side, which also caused two warnings to be logged by Flow each time a disabled or a readonly component was added to the UI. The warning happened twice since two executeJS calls were enqueued: one immediately, and another when attached. Apparently there was no good reason for this behavior. This fix will only apply the executeJS once when the component is attached and it will not require a separate roundtrip to workaround the client side validation overriding the invalid value because the JS execution is enqueued on the "beforeClientResponse" phase when the server side invalid value has been resolved and can be used in the JS execution. Further improvement would be to move the FieldValidationUtil to its own module and reused from there, but that is left for later (?).

Compatibility

  • This release uses Web Components listed in Vaadin Platform 18.0.4
  • Tested with Vaadin Flow version 5.0.2

Vaadin Flow Components V14.4.5

28 Dec 08:17
b4731de
Compare
Choose a tag to compare

Vaadin Flow Components V14.4.5

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

Changes in vaadin-combo-box-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-crud-flow

  • Fixes:
    • Update openRowForEditing to get vaadin-crud-edit based on row.index (#541). PR:542

Changes in vaadin-date-time-picker-flow

  • Fixes:

    • Use right value at getErrorMessage (#507). PR:510. Ticket:60
  • Chore:

    • Increase Web-Component version

Changes in vaadin-grid-flow

  • Fixes:
    • Remove redundant sorter renderer. PR:535. Ticket:1841.
    • Ensure first page is loaded; sorting not breaking on hidden grid (cp #529). PR:531
    • Prevent exception in gridConnector. PR:462

Changes in vaadin-icons-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-menu-bar-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-radio-button-flow

  • Fixes:
    • Disable client side validation (#461) (CP:14.4). PR:492. Ticket:179

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

    • Allow null items in RadioButtonGroup (#514). PR:519

Changes in vaadin-time-picker-flow

  • Chore:
    • Increase Web-Component version

Compatibility

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

Vaadin Flow Components V18.0.3

21 Dec 10:08
a8a8e6e
Compare
Choose a tag to compare

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

Changes in vaadin-date-time-picker-flow

  • Fixes:
    • Use right value at getErrorMessage (#507). PR:508. Ticket:60

Changes in vaadin-grid-flow

  • Fixes:
    • Remove redundant sorter renderer. PR:538. Ticket:1841.
    • Ensure first page is loaded; sorting not breaking on hidden grid (#529). PR:534. Ticket:427

Changes in vaadin-menu-bar-flow

  • Chore:
    • Increase Web-Component version

Changes in vaadin-radio-button-flow

  • Fixes:
    • Allow null items in RadioButtonGroup (#514). PR:517

Compatibility

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

Vaadin Flow Components V19.0.0.alpha1

14 Dec 10:29
ce8c94e
Compare
Choose a tag to compare
Pre-release

Vaadin Flow Components V19.0.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 19.0.0.alpha1

Changes in vaadin-checkbox-flow vaadin-combo-box-flow vaadin-grid-flow vaadin-list-box-flow vaadin-radio-button-flow 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.

Changes in vaadin-grid-pro-flow

  • New Features:
    • Add EditOnClick feature. PR:480. Ticket:73

      Add API to enable edit mode to Grid Pro with a single click on the cell.

Compatibility

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