github vaadin/flow 3.0.0.alpha7
3.0.0.alpha7 - Pre-release

latest releases: 23.3.31, 24.3.11, 23.5.1...
pre-release4 years ago

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 in flow-client.jar (#6814)
  • Enable security for service endpoint:
    • Check for HttpServletRequest.getUserPrincipal() for non-anonymous methods (#6782)
    • Protect service endpoint against CSRF (#6835)
    • Enable annotation-based security on service endpoint (@DenyAll, @RolesAllowed, @AnonymousAllowed) (#6839)
  • Disallow implicit null return types for service endpoint (#6805)

Bugfixes in 3.0.0.alpha7:

  • Use default relative service endpoint (#6794)
  • Only show clientSideMode message in development environment (#6794)

See the complete list of changes in 3.0.0.alpha7

Don't miss a new flow release

NewReleases is sending notifications on new releases.