Skip to content

Vaadin Flow 8.0.3

Choose a tag to compare

@vaadin-bot vaadin-bot released this 14 Oct 07:57
· 39 commits to 8.0 since this release
4980a93

Vaadin Flow 8.0.3

Changes in Flow from 8.0.2

  • New Features:

    • Add clean-frontend goal to maven plugin (#11968). PR:12008. Ticket:8885

      Add a goal to clean frontend files handled by the framework. Most files are removed, but package.json is only cleaned of framework managed changes.

  • Fixes:

    • Fix gradle dependency resolution (#11943). PR:12012

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

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

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

    • Close only for click on Close (#11955). PR:11969. 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:11965. Ticket:11939

    • Upgrade to lit 2.0.0 (#11898). PR:11909

  • ⧉ All changes