github vaadin/flow 2.4.5
Vaadin Flow 2.4.5

latest releases: 24.4.0.beta1, 24.4.0.alpha32, 23.3.30...
3 years ago

Vaadin Flow 2.4.5

Changes in Flow from 2.4.4

  • Fixes:

    • Lock versions to what is set in package.json. PR:9859

      Even without platform versions we should manage the used versions by using exactly what is defined in the package.json as if we had a platform versions file.

    • Use 403 Forbidden instead of 410 for expired sessions. PR:9784

      Relates to #9759 Forward port of vaadin/framework#11859

    • Use thread-safe map for bootstrap HTML fragment cache. PR:9852

      The cache is only protected from multiple accesses at the same time by the same user. Many users can use it simultaneously

    • Use proper logging for installing pnpm and its directory. PR:9724. Ticket:9571

    • Add empty list handling to DataCommunicator#collectKeysToFlush. PR:9516. Ticket:1837

    • Correct regexp to only match when digit first. PR:9496. Ticket:9494

      Use Matcher::find instead of Matcher::matches as it never matched.

    • Send previous event time until new event has been sent. PR:9694

  • Other Updates:

    • Update Chokidar version to 3.5.0 PR:9781

    • Update Node.js version installed by default to v14.15.4 PR:9788

Don't miss a new flow release

NewReleases is sending notifications on new releases.