Vaadin Flow 7.0.7
Changes in Flow from 7.0.6
-
Fixes:
-
⧉ Don't fire shortcut event if ancestor of component is not visible (#11565). PR:11582. Ticket:7033
-
⧉ Set Vaadin session attribute using lock (#11538). PR:11543. Ticket:11519
-
⧉ Use byte[] instead of String to store stats.json (#11516). PR:11526. Ticket:11515
This is made to avoid excessive memory usage when managing the data.
-