github vaadin/flow 24.4.9
Vaadin Flow 24.4.9

latest release: 24.3.18
2 hours ago

Changes since 24.4.8

All changes

New features

Fixes

  • Queued navigate with React Router (#19985)
    Commit · Pull request · Issue

  • Add nodeVersion in gradle plugin settings (#20059)
    Commit · Pull request

    Prior to this fix, the settings declared in Gradle were not being passed to the plugin. For example, changing the nodeVersion in build.gradle did not update the actual nodeVersion used.

  • Update title after navigation (#20047) (CP: 24.4)
    Commit · Pull request · Issue


  • Close overlay drawer on click (#19984)
    Commit · Pull request · Issue

    Close the overlay drawer even when clicking on same link and no actual navigation happens. This in case the flag has for some reason not been reset after a click.

  • Do not throw if re-setting the login view (#19996)
    Commit · Pull request · Issue

  • Fail fast if view defines same path for route and route alias (#19977)
    Commit · Pull request · Issue

  • Forward with optional callback (#19959)
    Commit · Pull request · Issues 19794, 19822

    Also fixes #19813 in a more coherent way. Relevant test is com.vaadin.flow.uitest.ui.PreserveOnRefreshForwardingIT

  • Evaluate target not active (#19945)
    Commit · Pull request · Issue

    For deciding what action to take we should evaluate where we are going and not the current active path.

Don't miss a new flow release

NewReleases is sending notifications on new releases.