Vaadin Flow 3.0.0.alpha15 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.
Breaking Changes in 3.0.0.alpha15
- Remove some of deprecated things (#7240)
New features in 3.0.0.alpha15:
- Implement
@Push
annotation in AppShell (#7239)
Fixes in 3.0.0.alpha15:
- allow
@PageTitle
annotation to be in AppShell and server-side views (#7266)