Vaadin Flow 9.0.0.alpha11
Changes in Flow from 9.0.0.alpha10
-
New Features:
-
⧉ Add hasMandatoryParameter check to registry. PR:12005. Ticket:11502
Make it possible to check if navigationTarget has a mandatory parameter that needs to be given. parameter doesn't end with a
/
. -
⧉ Generate index.html into frontend instead of target. PR:11962
There is no need to hide the entrypoint file. On the contrary, you need to when you want to add meta tags and similar
-
⧉ Util method for launching a browser with a given URL. PR:11990
-
⧉ Add SPI to customize route path generation. PR:11917. Ticket:4117
Makes it possible to create a custom provider/strategy for generating route path for navigation target. The default is as before - use the navigation target class name.
-
-
Fixes:
-
⧉ Reset Dom node on changing StateNode parent. PR:12043. Ticket:11983
Allows to move children to the grandparent and remove parent at the same time
-
⧉ Revert the read-only changes for Endpoint code generation in Fusion PR:12096. Roadmap Ticket:2371
The behavior from V21 has been restored, related to how the Typescript code generation works (without read-only values by default). This behavior will be re-evaluated in future versions.
-