github vaadin/flow 24.5.0.beta6
Vaadin Flow 24.5.0.beta6

latest releases: 24.5.0.rc1, 24.5.0.beta7
pre-release10 hours ago

Changes since 24.5.0.beta5

All changes

Fixes

  • Update document title for client route (#20184)
    Commit · Pull request

    Updates document title for client view with flow layout based on ViewConfig.title and when not overridden by server's HasDynamicTitle.

  • Navigatin to client view from server (#20151)
    Commit · Pull request

    Navigation to the client view using server navigate should work normally and not try to add layout for non layout client view.

  • Reintroduce static methods used by Hilla (#20168)
    Commit · Pull request

    Reintroduces static methods used by Hilla in FlowModeAbstractMojo, preserving the ClassFinder creation improvements for Flow mojos.

  • Fix auto layout hotswap
    Commit · Pull request

    Refactor hotswap logic and tests to align with changes introduced by #20120.

  • Reload route configuration upon layout changes
    Commit · Pull request · Issue

    When a [At]Layout annotated class is modified, the changes are not propagated to the route registry after hotswap happens. This change updates Route registry layouts configuration and re-registers routes potentially impacted by the change to apply the new settings. It also checks the route target chain for active UIs in order to trigger a page refresh if the layout changes should be applied.

Chore

Don't miss a new flow release

NewReleases is sending notifications on new releases.