github vaadin/flow 24.9.0-rc2
Vaadin Flow 24.9.0-rc2

pre-release4 hours ago

Changes since 24.9.0-rc1

All changes

Fixes

  • Try activate or download a license when 7-day trial expires (#22227)
    Commit · Pull request

    Currently Flow redirects to /pricing which doesn't lead to proKey download even if a user signs in and starts the commercial trial. Flow should instead try to download a license with the license checker's vaadinComIntegration.openBrowserAndWaitForKey method. Basically same as for the first splash screen.

  • Handle exceptions from effect and compute callbacks (#22148)
    Commit · Pull request · Issue

    Effect exceptions are handled gracefully by logging the exception and allowing processing to continue. For an error, the effect is additionally also disabled so that it will no longer be run. Exceptions from computed signals are cached and re-thrown when reading the signal value.

  • Fix faulty javadoc for acceptNullValues (#22187)
    Commit · Pull request · Issue

    acceptNullValues that mistakenly says that true throws an exception.

Don't miss a new flow release

NewReleases is sending notifications on new releases.