Skip to content

Vaadin Flow 24.1.13

Choose a tag to compare

@vaadin-bot vaadin-bot released this 22 Sep 11:50
· 36 commits to 24.1 since this release
de5f7c9

Changes since 24.1.12

All changes

New features

  • Update navigation method signatures (#17407)
    Commit · Pull request · Issue

    This 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 · Issue

    Forward 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 · Issue

    Fixes 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