Skip to content

3.0.0.alpha2 - Pre-release

Pre-release
Pre-release

Choose a tag to compare

@qtdzz qtdzz released this 12 Sep 08:47
c6f7cfb

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

  • Implement flow.route API in client which is used to integrate with vaadin-router (#6338)
  • Execute navigation events when navigate from client views to server views (#6400)
    • Known issue: beforeLeave event is not handled correctly

Bugfixes in 3.0.0.alpha2:

  • Allow dynamic imports from .ts file by enabling webpack babel bundle targeting for .ts files (#6391)

See complete list of changes in 3.0.0.alpha1