Skip to content

Vaadin Flow 9.0.0.alpha2

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 06 Aug 12:32
d89ea22

Vaadin Flow 9.0.0.alpha2

Changes in Flow from 9.0.0.alpha1

  • Breaking Changes:

  • New Features:

    • Implement ability to add Fusion-only npm packages. PR:11420
  • Fixes:

    • Update workbox version to prevent webpack failure. PR:11527

    • Use byte[] instead of String to store stats.json. PR:11516. Ticket:11515

      This is made to avoid excessive memory usage when managing the data.

    • Prevent deadlock in findOrCreateVaadinSession. PR:11520

    • Add JSR305 to the generated Karaf feature. PR:11507. Ticket:11506

    • Don't override web.xml, annotation config with classpath flow-build-info.json settings. PR:11482

    • Remove functionality which tries to pin dev dependencies. PR:11456. Ticket:9345

    • Show only single permanent notification. PR:11450

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

    • Don't revisit visited classes.. PR:11447. Ticket:9861

      Do not revisit visited classes as visited childer will not be rechecked and possibly overwriten. Always visit UI once as else we get UI JsModule in fallback.

  • ⧉ All changes