Vaadin Flow 24.1.11
Changes since 24.1.10
Fixes
-
Forward to should update url (#17576)
Commit · Pull request · IssueForward 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 requestFor dependencies without custom versions in
package.json(whendependenciesandvaadin.dependenciesagree), currently a pinned version fromversions.jsonis not applied if it is for some reason older than the one specified inpackage.json. This effectively prevents downgrading npm package versions by changing the platform dependency version. This change removes the downgrade prevention check.