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

latest releases: 24.4.0.alpha32, 23.3.30, 24.4.0.alpha30...
pre-release4 years ago

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

  • Allow bootstrapping a Flow app from client-side code
    • Use index.ts and index.html files to generate the initial response page (#6135)
    • Create a listener APIs for client-side bootstrapping (#6138)
    • Add a flow.start client-side API to start a Flow app from client-side code (#6133)
    • Support client-side bootstrapping in dev-mode (#6142)
    • Add a documentation page for client-side bootstrapping (vaadin/flow-and-components-documentation#729)
  • Add a flow.navigate client-side API to trigger server-side navigation from client-side code (#6221, #6219)

Bugfixes in 3.0.0.alpha1:

  • Consider folders in classpath when copying resources (#6242)

See complete list of changes in 3.0.0.alpha1

Don't miss a new flow release

NewReleases is sending notifications on new releases.