Skip to content

Vaadin Flow 24.6.0.beta6

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 29 Nov 12:32
· 40 commits to 24.6 since this release
f40312f

Changes since 24.6.0.beta5

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.

  • Add vite-ping subprotocol to Vite websocket proxy (#20578)
    Commit · Pull request · Issue