Skip to content

Vaadin Flow Components V24.3.0.rc1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 05 Dec 08:24
· 1694 commits to main since this release
0630bbf

Vaadin Flow Components 24.3.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.3.0.beta1

Changes in All Components

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

Changes in vaadin-date-picker-flow

  • Fixes:
    • Use last parsed date and value to correct century of short year. PR:5752

    • Use selected date to correct year for short format

    • Remove workaround from connector

      This reverts commit 8c76597.

    • Update year check to use current value

    • Fix function call typo

    • Do not try to correct year if no valid value

    • Use last parsed date when possible and revert test changes

    • Use value to correct year as a fallback

    • Use value for correcting year on open

Changes in vaadin-grid-flow

  • Fixes:
    • Make sure connector exists on grid js function calls. PR:5788
    • Call updateSelectionModeOnClient on attach. PR:5768

Changes in vaadin-map-flow

  • Fixes:
    • Do not listen to property change for static icons. PR:5765
    • Create new icon in constructor and limit the api of static icons
    • Revert subclass logic and add image attach detach logic
    • Attach image if the feature is already connected
    • Only attach or detach images when necessary

Changes in vaadin-notification-flow

  • Fixes:
    • Don't escape text in Notification#setText. PR:5791

Changes in vaadin-split-layout-flow

  • Fixes:
    • Call to setSplitterPoisition on splitter-dragend event. PR:5798

Compatibility

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