Changes since 24.4.8
New features
- ComponentTracker file location of Kotlin files (#20073)
Commit · Pull request
Fixes
-
Queued navigate with React Router (#19985)
Commit · Pull request · Issue -
Add nodeVersion in gradle plugin settings (#20059)
Commit · Pull requestPrior to this fix, the settings declared in Gradle were not being passed to the plugin. For example, changing the nodeVersion in build.gradle did not update the actual nodeVersion used.
-
Update title after navigation (#20047) (CP: 24.4)
Commit · Pull request · Issue
-
Close overlay drawer on click (#19984)
Commit · Pull request · IssueClose the overlay drawer even when clicking on same link and no actual navigation happens. This in case the flag has for some reason not been reset after a click.
-
Do not throw if re-setting the login view (#19996)
Commit · Pull request · Issue -
Fail fast if view defines same path for route and route alias (#19977)
Commit · Pull request · Issue -
Forward with optional callback (#19959)
Commit · Pull request · Issues 19794, 19822Also fixes #19813 in a more coherent way. Relevant test is com.vaadin.flow.uitest.ui.PreserveOnRefreshForwardingIT
-
Evaluate target not active (#19945)
Commit · Pull request · IssueFor deciding what action to take we should evaluate where we are going and not the current active path.