Vaadin Flow 3.0.0.alpha2 is a pre-release of Vaadin Flow 3.0.0
The major breaking change in the Flow 3.x.x series is added support for TypeScript and the change in bootstrapping and routing from server-driven to client-driven.
New features in 3.0.0.alpha2:
- Implement
flow.route
API in client which is used to integrate withvaadin-router
(#6338) - Execute navigation events when navigate from client views to server views (#6400)
- Known issue:
beforeLeave
event is not handled correctly
- Known issue:
Bugfixes in 3.0.0.alpha2:
- Allow dynamic imports from .ts file by enabling webpack babel bundle targeting for .ts files (#6391)