Skip to content

3.0.0.alpha6 - Pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@qtdzz qtdzz released this 28 Oct 07:56
2fa14a4

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

  • Integrate Vaadin Connect into Flow:
    • Add a request handler for Connect RPC calls (#6672)
    • Add an OpenAPI spec generator (prerequisite for the TypeScript generators listed below)
      • to run in production builds (part of the Flow maven plugin) (#6690)
      • to run on every context restart in the dev mode (part of the Flow DevModeHandler) (#6734)
    • Add a Connect client generator and a TypeScript service wrappers generator
      • to run in production builds (part of the Flow maven plugin) (#6738)
      • to run on every context restart in the dev mode (part of the Flow DevModeHandler) (#6755)
    • Move all Connect tasks from the prepare to the build goal in the Flow maven plugin (#6758)

Bugfixes in 3.0.0.alpha6:

  • Fix bug when calling flow.start in the application which has deployed in a custom context path and current url has more than 3 segments(#6711)
  • Enable ui.navigate("") and update browser history when using ui.navigate when using client-side routing (#6700)
  • Ensure generated index.js is valid for Windows (#6744)

See the complete list of changes in 3.0.0.alpha6