Skip to content

Vaadin Flow 10.0.0.alpha5

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 25 Jan 22:22
eab25b3

Changes since 10.0.0.alpha4

All changes

Breaking changes

  • Update to Testbench 8
    Commit · Pull request

    with Selenium 4 update imports for changes classes add osgi.annotation dependency in test module

  • Rename fusion npm packages to hilla
    Commit · Pull request

New features

  • Add async mode to flush operation and API to turn it on
    Commit · Pull request · Issues 1066, 10709, 12342

    In async mode data fetching is wrapped in future.

  • Add task for generating client-side feature flags file
    Commit · Pull request

  • Fallback to alternative node when preferred is unsupported
    Commit · Pull request · Issue 12494

    When a project or global node version is detected and deemed incompatible with Vaadin, an exception is thrown. This change forces the use of alternative node when project or global installed node is unsupported. Alternative node is automatically installed, if not already present.

Fixes