Vaadin Flow 9.0.1
Changes in Flow from 9.0.0
-
New Features:
-
Fixes:
-
⧉ Add scope to dependencies (#12500). PR:12528. Ticket:12499
Set all org.apache.maven artifacts to provided scope.
-
⧉ Make linking to packages in the file system work (#12424). PR:12517
-
⧉ Render only one error page when trying to go to a view without access (#12473). PR:12479
Before this, an additional error page was rendered below the current error page if an error occured when navigating from the error page (which happens if you click on a view you do not have access to)
-
⧉ Remove duplicates when collecting BeforeEnterObservers (#12451). PR:12476. Ticket:12356
-