Skip to content

Vaadin Flow 7.0.7

Choose a tag to compare

@vaadin-bot vaadin-bot released this 18 Aug 05:50
· 32 commits to 7.0 since this release
db1cffe

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.

  • ⧉ All changes