github vaadin/flow 23.1.0.beta1
Vaadin Flow 23.1.0.beta1

latest releases: 2.10.5, 24.5.0.alpha1, 24.4.0.beta5...
pre-release2 years ago

Changes since 23.1.0.alpha4

All changes

New features

For development mode:

  • Checks the license from the Java side to avoid cookies
  • Replaces commercial components with a login/validation link if the subscription could not be validated

For production mode:

  • Requires a license during a production build for commercial components
  • Removes commercial components from the fallback bundle if there is no license
  • Speeds up production build for free users as charts/maps/... are not compiled in the fallback bundle

Fixes

  • Open Liberty includes AppShellConfigurator interface as an implementation of itself #13608
    Commit · Pull request · Issue

    Filter out AppShellConfigurator interface as Open Liberty includes the implementation itself.

  • Only run new license checker when flag is enabled
    Commit · Pull request

    The checker is invoked in three places: 1. After production build with the plugin 2. For fallback chunk in production build 3. Development time through Vaadin Developer Tools. With this addition, all the three places are guarded by the feature flag

  • Disable strict peer dependencies to make pnpm 7 work
    Commit · Pull request

Don't miss a new flow release

NewReleases is sending notifications on new releases.