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

latest releases: 23.5.8, 24.5.2, 24.5.1...
pre-release4 years ago

Vaadin Flow 3.0.0.alpha11 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.alpha11:

  • Remove the Flow.start() and Flow.navigate() JS API methods (#6942)
    Use Vaadin Router and the flow.serverSideRoutes API instead.

New features in 3.0.0.alpha11:

  • Use TypeScript for the auto-generated index.ts file (not JavaScript as before) (#7119)
  • Change the default index.ts to use client-side routing to render server-side routes (#7119)
  • Automatically install @vaadin/router when building frontend with mvn vaadin:build-frontend (#7119)
  • Change the auto-generated target/index.ts so that it works 'as-is' when copied to the frontend folder (#7119)

Other improvements in 3.0.0.alpha11:

See the complete list of changes in 3.0.0.alpha11

Don't miss a new flow release

NewReleases is sending notifications on new releases.