Skip to content

Vaadin Flow Components V23.3.7

Choose a tag to compare

@vaadin-bot vaadin-bot released this 10 Mar 13:51
· 78 commits to 23.3 since this release
b7d6d62

Vaadin Flow Components 23.3.7

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

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-date-picker-flow

  • Fixes:
    • Add another deferring layer for updating i18n

    • Use custom event after ready to update date time picker i18n

    • Wrap i18n update into microtask

    • Wrap inner i18n update into microtask

    • Revert microtask related changes

    • Add extra i18n updates for debugging purposes

    • Revert extra i18n updates and add waitUntil condition to tests

      This reverts commit d0edb41.

    • Add even more i18n updates for debugging purposes

    • Use requestAnimationFrame for i18n update

    • Update i18n when set to a different value from the last set value

    • Set last set i18n before updating the property

    • Revert connector workarounds

    • Use dash instead of spaces in picker ids

    • Use replace instead of replaceAll

      ---------

    • Do not modify reference date in connector (#4682). PR:4685

Changes in vaadin-details-flow

  • Fixes:
    • Use property change listener for opened change event (#4665) (CP: 23.3). PR:4669

      (cherry picked from commit 7514bdf)

Changes in vaadin-grid-flow

  • Fixes:
    • Add another deferring layer for updating i18n

    • Use custom event after ready to update date time picker i18n

    • Wrap i18n update into microtask

    • Wrap inner i18n update into microtask

    • Revert microtask related changes

    • Add extra i18n updates for debugging purposes

    • Revert extra i18n updates and add waitUntil condition to tests

      This reverts commit d0edb41.

    • Add even more i18n updates for debugging purposes

    • Use requestAnimationFrame for i18n update

    • Update i18n when set to a different value from the last set value

    • Set last set i18n before updating the property

    • Revert connector workarounds

    • Use dash instead of spaces in picker ids

    • Use replace instead of replaceAll

      ---------

    • Back-port tree grid refreshAll empty rows fix. PR:4683

    • Close open details for cleared items in grid connector (#4655). PR:4660

Changes in vaadin-upload-flow

  • Fixes:
    • Make isAutoUpload return correct boolean value. PR:4658

Compatibility

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