github vaadin/flow 24.7.0.rc1
Vaadin Flow 24.7.0.rc1

pre-release2 days ago

Changes since 24.7.0.beta1

All changes

Fixes

  • Compute client-side feature flag values at runtime (#21066)
    Commit · Pull request · Issue

    Activating a feature flag in the project does not work when a default bundle is used because the values of the flags sent to the client are hard-coded at bundle build time. Additionally, if a feature flag is active during bundle creation, it remains active on the client side even if the project does not activate it in the vaadin-featureflags.properties file. This change ensures that feature flags in the frontend bundle are always disabled initially and are activated on page load based on the current project settings.

Don't miss a new flow release

NewReleases is sending notifications on new releases.