Vaadin Flow 3.0.0.alpha7 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.alpha7:
- Integrate Vaadin Connect Client into Flow:
- Include
connect-client
inflow-client.jar
(#6814)
- Include
- Enable security for service endpoint:
- Disallow implicit null return types for service endpoint (#6805)