Changes since 24.1.12
New features
-
Update navigation method signatures (#17407)
Commit · Pull request · IssueThis change makes UI#navigate, BeforeEvent#rerouteTo and BeforeEvent#forwardTo methods more consistent without changing the existing API: - adds new methods in BeforeEvent that accepts route parameters. - adds new methods in BeforeEvent that accepts query parameters. - improves forwardTo and rerouteTo to accept route parameters being part of the location String (same way as UI#navigate does it already).
Fixes
-
Forward/reroute when query parameters changed (#17659) (CP: 24.1)
Commit · Pull request · IssueForward and reroute should run even when targeting the same target but with different query parameters.
-
Upgrade spring-boot to 3.1.4 (#17680)
Commit · Pull request -
Router-link postpone navigation (#17647) (CP: 24.1)
Commit · Pull request · IssueFixes issue with update timing when postponing a router-link as the navigation goes through the vaadin-router.
-
Do not create theme-editor.css on application startup (#17500)
Commit · Pull request