Vaadin Flow 24.5.0.beta6
Pre-releaseChanges since 24.5.0.beta5
Fixes
-
Update document title for client route (#20184)
Commit · Pull requestUpdates document title for client view with flow layout based on
ViewConfig.title
and when not overridden by server'sHasDynamicTitle
. -
Navigatin to client view from server (#20151)
Commit · Pull requestNavigation to the client view using server navigate should work normally and not try to add layout for non layout client view.
-
Reintroduce static methods used by Hilla (#20168)
Commit · Pull requestReintroduces static methods used by Hilla in FlowModeAbstractMojo, preserving the ClassFinder creation improvements for Flow mojos.
-
Fix auto layout hotswap
Commit · Pull requestRefactor hotswap logic and tests to align with changes introduced by #20120.
-
Reload route configuration upon layout changes
Commit · Pull request · IssueWhen a [At]Layout annotated class is modified, the changes are not propagated to the route registry after hotswap happens. This change updates Route registry layouts configuration and re-registers routes potentially impacted by the change to apply the new settings. It also checks the route target chain for active UIs in order to trigger a page refresh if the layout changes should be applied.
Chore
- Update @vaadin-router to 2.0.0-rc2 (#20181)
Commit · Pull request