Skip to content

Vaadin Flow 24.5.8

Latest
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 02 Dec 07:47
· 1 commit to 24.5 since this release
4b7ea7d

Changes since 24.5.7

All changes

Fixes

  • Remove modal component on route refresh (#20540)
    Commit · Pull request · Issue

    Modal components attached to the UI were not removed or replaced during self-navigation triggered by a route refresh. This change updates navigation handler to ensure modal components are removed and adds a new navigation trigger for route refresh to differentiate programmatic navigations (e.g., forward actions). It also modifies Hotswapper to require a full chain refresh when modal components are present.

  • Include all component tracker locations (#20568)
    Commit · Pull request

    Some filtering was already earlier moved to Copilot and handling everything in the same place is easier

  • Compute unique key for artifact (#20551)
    Commit · Pull request

    Computes a unique key for maven artifacts when collecting dependencies for the Flow maven plugin isolated classloader.

  • Prevent hotswap failure if class is not found (#20549)
    Commit · Pull request

    References #20389