Skip to content

Vaadin Flow 24.7.0.rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 06 Mar 13:20
· 15 commits to 24.7 since this release
d24d571

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.