Skip to content

Vaadin Flow 2.6.7

Choose a tag to compare

@vaadin-bot vaadin-bot released this 23 Jul 07:18
· 30 commits to 2.6 since this release
625897b

Vaadin Flow 2.6.7

Changes in Flow from 2.6.6

  • Fixes:

    • Show only single permanent notification (#11450) (#11453). PR:11455. Ticket:11074

      If a persistent message is open do not open a new permanent message for the same persistentId.

    • Avoid merge conflicts during properties collection (#11410). PR:11446. Ticket:11404

    • Reuse existing filesystem (#11428). PR:11439. Ticket:11378

      When getting a for Flow new FileSystem there is the possibility that a filesystem has been created elsewhere. Reuse the existing FileSystem if it exists.

    • Use dedicated namespace for fallback style imports (#11419). PR:11434. Ticket:11376

  • ⧉ All changes