github vaadin/flow 24.2.0.alpha9
Vaadin Flow 24.2.0.alpha9

pre-release12 months ago

Changes since 24.2.0.alpha8

All changes

Fixes

  • Reroute doens't change url.
    Commit · Pull request

    Reroute should not check for url change.

  • Set kotlin language version
    Commit · Pull request · Issue

    Set the kotlin language version to be the same as java.

  • Allow platform dependencies to be linked
    Commit · Pull request

    Do not fail if a managed version is linked to a local copy and thus the version cannot be parsed.

  • Check for null resolvedPath
    Commit · Pull request

    Check that resolvedPath is not null.

  • Forward to should update url
    Commit · Pull request · Issue

    Forward to should run even when targeting same target but with another URL

  • Not sort chunk lines in place
    Commit · Pull request

  • Support downgrading dependencies based on versions.json
    Commit · Pull request

    For dependencies without custom versions in package.json (when dependencies and vaadin.dependencies agree), currently a pinned version from versions.json is not applied if it is for some reason older than the one specified in package.json. This effectively prevents downgrading npm package versions by changing the platform dependency version. This change removes the downgrade prevention check.

  • Update gradle to support jdk20
    Commit · Pull request · Issue

    Update tests and gradle wrapper so that it can be run with jdk20

  • Use released commons-fileupload2
    Commit · Pull request

    Switch to using the released commons-fileupload2-jakarta instead of the old self maintained copy flow-commons-upload Closes #17269

Don't miss a new flow release

NewReleases is sending notifications on new releases.