Vaadin Flow 8.0.0.alpha7
Changes in Flow from 8.0.0.alpha6
-
Fixes:
-
⧉ Do not open FileSystem for unknown schemes (#11235). PR:11253. Ticket:11230
Don't open a filesystem for unknown schemes that are probably custom for container and have no FileSystem Provider implementation added.
-
⧉ Watch theme folders from Jar dependency. PR:11196. Ticket:11152
Adds a reusable themes folders (both current or parent) coming from JAR dependencies to the webpack watch list.
-
⧉ Use nullable but required arguments for endpoint functions. PR:11257
-