github vaadin/flow 23.5.7
Vaadin Flow 23.5.7

latest releases: 24.3.19, 24.4.10, 2.11.2...
21 hours ago

Changes since 23.5.6

All changes

Fixes

  • Clear CurrentInstance before invoking new session tasks (#6349) (#20255)
    Commit · Pull request · Issue

    Commands enqueued by VaadinSession.access() in general have nothing to do with each other. The only thing they have in common is they share the same VaadinSession (and, by implication, VaadinService). Therefore, if command №1 invoked UI.setCurrent() and command №2 invokes UI.getCurrent(), command №2 should read null, not the random UI from command №1 that it has nothing to do with.

  • Resolve route parameters when rerouting and forwarding with query parameters (#20210) (CP: 23.5)
    Commit · Pull request · Issue

  • Consider layout prefixes when checkin for route and alias paths (#20126) (CP: 23.5)
    Commit · Pull request · Issue


Don't miss a new flow release

NewReleases is sending notifications on new releases.