github vaadin/flow 6.0.2
Vaadin Flow 6.0.2

latest releases: 24.5.0.alpha4, 24.3.12, 24.4.2...
3 years ago

Vaadin Flow 6.0.2

Changes in Flow from 6.0.1

  • Fixes:
    • Write generated theme file to the generated folder. PR:10262. Ticket:10030

    • Support Java 16 for production build (#10231). PR:10232. Ticket:10115

      Updates bytebuddy dependency from 1.10.9 -> 1.10.21

    • Fix shortcuts when listenOn is a dialog (#10264). PR:10265

      This makes it possible for a component to specify a client side only element that should be used for listening keydown events on when the component is setup as the listenOn target for a Shortcut. This is needed for components like Vaadin Dialog which transport the dialog contents inside an overlay that only exists on the client side and thus breaks shortcut event handling. Related to #7799, vaadin/vaadin-dialog#229

    • Revert "Execute error handling as a last action in message handler" (#10254). PR:10258

    • Cache stats.json file loaded from class path which improves the performance by not opening too many stats.json files under the load (#10252). PR:10244. Ticket:10116. Special thanks to @knoobie for contributing this.

Don't miss a new flow release

NewReleases is sending notifications on new releases.