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

pre-release10 hours ago

Changes since 24.7.0.alpha11

All changes

Fixes

  • Postpone frontend bootstrap file generation
    Commit · Pull request · Issue

    Generation of vaadin.ts bootstrap file allows developers to modify the contents by providing implementations of the TypeScriptBootstrapModifier interface. However, this task is executed early and the modifier may look for files that are not yet generated or that can be deleted by subsequent tasks. This change move the generation of the bootstrap file just before building the dev bundle so that all the runtime generated files are available to the modifiers.

Don't miss a new flow release

NewReleases is sending notifications on new releases.