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 manystats.json
files under the load (#10252). PR:10244. Ticket:10116. Special thanks to @knoobie for contributing this.
-