Skip to content

Vaadin Flow 2.7.2

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 08 Oct 06:27
· 133 commits to 2.7 since this release
2d29f15

Vaadin Flow 2.7.2

Changes in Flow from 2.7.1

  • Fixes:

    • Add info on checked folder (#11991). PR:11998

      Add missing information on what folder has been consulted for when searching frontend files.

    • Return immidiately if VaadinSession is not initialized (#11974). PR:11987. Ticket:11961

    • Close only for click on Close (#11955). PR:11973. Ticket:8964

      To enable copying of the exception only clicking on Close closes the popup

    • Remove detach listeners from listenOn components on detach owner (#11956). PR:11966. Ticket:11939

    • Initialize theme without checking page configuration holder. PR:11941. Ticket:11896

      Initialize document theme if initTheme is true. Do not check for theme annotation on the pageConfigurationHolder.

  • ⧉ All changes