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: