Changes since 23.3.20
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
-
Use build timestamp for Push script request (#17706) (CP: 23.3)
Commit · Pull request -
Forward/reroute when query parameters changed (#17659) (CP: 23.3)
Commit · Pull request · IssueForward and reroute should run even when targeting the same target but with different query parameters.
-
Bump spring-boot version to resolve vulnerability
Commit · Pull request