Skip to content

Vaadin Flow 24.1.11

Choose a tag to compare

@vaadin-bot vaadin-bot released this 11 Sep 10:49
· 52 commits to 24.1 since this release
15e05fd

Changes since 24.1.10

All changes

Fixes

  • Forward to should update url (#17576)
    Commit · Pull request · Issue

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

  • Not sort chunk lines in place (#17577)
    Commit · Pull request

  • Support downgrading dependencies based on versions.json (#17572)
    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.