Skip to content

Vaadin Flow 2.7.21

Choose a tag to compare

@vaadin-bot vaadin-bot released this 26 Sep 08:07
· 17 commits to 2.7 since this release
18c4058

Changes since 2.7.20

All changes

Fixes

  • Be more sensible when adding changes to list of pending changes (#14478) (#14586)
    Commit · Pull request · Issue

    Makes memory consumption optimisation for collecting state tree changes on the server-side: change list is checked and re-indexed (if needed) on each change, making removed objects be eligible for garbage collecting. (cherry picked from commit 317be63)

  • Update css-loader(#12863)(CP:2.7) (#14597)
    Commit · Pull request

    this is a Cherry pick of #12863 Update css-loader to get a newer version of postcss

  • Use FrontendUtils::deleteNodeModules (#12905) (#14595)
    Commit · Pull request · Issue

    TaskUpdatePackage was still using FileUtils.

  • Adapt iPad detection for iOS 15 (#14547)
    Commit · Pull request · Issue

    For iPad with iOS 15, navigator platform does not start with iPad anymore but is MacIntel. This change assumes device is an iPad when platform is MacIntel and it is a touch device