Vaadin Flow 2.5.0.beta1
This is a prerelease of Flow targeted to Vaadin 14.5 which is a long term support release (LTS). Please try it out by getting the latest 14.5 prerelease from https://maven.vaadin.com/vaadin-prereleases/.
Changes in Flow from 2.5.0.alpha2
-
New Features:
-
Fixes:
-
⧉ Treat "clear all" as permanent initial state. PR:10128. Ticket:10119
-
⧉ Write package json for default changes (#10081). PR:10093. Ticket:10032
Always write the package json after updateDefaultDependencies as even if the dependencies are not updated the defaults may be updated.
-
⧉ Make FCR try to attach child on appear (#9783). PR:10056. Ticket:/vaadin/flow-components#437
This change is to workaround a buggy behavior related with
flow-component-renderer
andiron-list
. -
⧉ Don't throw an exception if servlet class can't be loaded (#8233). PR:10042. Ticket:8149
(cherry picked from commit 00827e8)
-
⧉ Exclude url parameter templates when copying routes for OSGi. PR:10001. Ticket:9973
Excludes url parameter templates from the application routes, when the these routes are copied from application route registry to OSGi route registry, so as to not duplicate them in the target routes.
-