github vaadin/flow 24.9.14
Vaadin Flow 24.9.14

4 hours ago

Changes since 24.9.13

All changes

Fixes

  • Detect router-link attribute in ancestor elements during click navigation (#23786) (#23800)
    Commit · Pull request

    When a nested element (e.g., Button) inside a RouterLink is clicked, the navigation trigger was incorrectly reported as CLIENT_SIDE because only the direct click target was checked for the router-link attribute. Traverse the composed path instead so any ancestor with router-link is correctly identified as a ROUTER_LINK trigger.

  • Log instead of throwing (#23692)
    Commit · Pull request · Issue

    Log instead of throwing when node_modules removal fails in cleanUp.

  • Clamp effectiveRequested range in DataCommunicator to prevent IndexOutOfBoundsException (#23672)
    Commit · Pull request · Issue

    When a data provider returns fewer items than its size() reports (e.g. items deleted between the count and fetch queries), getJsonItems() would crash with an IndexOutOfBoundsException. Clamp effectiveRequested to match the actual number of fetched items before processing changes.

Don't miss a new flow release

NewReleases is sending notifications on new releases.