Vaadin Flow 9.0.0.alpha3
Changes in Flow from 9.0.0.alpha2
-
Breaking Changes:
-
Fixes:
-
⧉ Retain fragment when using push/replaceState. PR:11630. Ticket:11628
-
⧉ Allow the client placeholder view to be loaded. PR:11638. Ticket:11637
-
⧉ Don't bootstrap UI for invalid location. PR:11553. Ticket:9443
-
⧉ Remove old data provider listener on component attach. PR:11586. Ticket:1914
(cherry picked from commit 067f63f)
-
⧉ Generate model fields in the same order as in Java. PR:11579. Ticket:10133
-
⧉ Don't fire shortcut event if ancestor of component is not visible. PR:11565. Ticket:7033
-
⧉ Set the lock field to a fake lock for unbound session. PR:11570. Ticket:11569
-
⧉ Do not serve UI for invalid location. PR:11552. Ticket:9443
-
⧉ Register data provider listener only if it has not been registered. PR:11471
-
⧉ Set Vaadin session attribute using lock. PR:11538. Ticket:11519
-
⧉ Fail-fast if the path to npm cache contains whitespaces. PR:11517
-