Vaadin Flow 8.0.0.alpha8
Changes in Flow from 8.0.0.alpha7
-
Breaking Changes:
-
⧉ Fusion package renaming. PR:11320
Renamed the following Fusion packages in the
fusion-endpoint
module:
1.com.vaadin.flow.server.connect
->com.vaadin.fusion
2.com.vaadin.flow.server.frontend.fusion
->com.vaadin.fusion.frontend
3.com.vaadin.flow.server.startup.fusion
->com.vaadin.fusion.startup
-
-
New Features:
-
⧉ Generate jandex index for Flow. PR:11241
Generate a jandex index for Flow to use with quarkus. part of vaadin/quarkus#1
-
Fixes:
-
⧉ Order only dependencies inside package.json. PR:11318. Ticket:11294
-
⧉ Trim class names value before splitting. PR:11297. Ticket:11153
-
⧉ Remove the ClassFinder workaround for Gradle. PR:11300. Ticket:99
Remove workaround for ReflectionsClassFinder. It is not needed anymore.
-
⧉ Make upload requests pass Spring Security checks. PR:11278
-
⧉ Use JS to get DOM element value instead Selenium getAttribute. PR:11283. Ticket:11210
-
⧉ Use JS equals to check whether property value is changed. PR:11192. Ticket:11175
-