Skip to content

Vaadin Flow 24.3.2

Choose a tag to compare

@vaadin-bot vaadin-bot released this 22 Dec 06:50
· 134 commits to 24.3 since this release
62e16ba

Changes since 24.3.1

All changes

Fixes

  • Delay web-component bootstrap during dev-bundle creation (#18296)
    Commit · Pull request · Issue

    When a Flow component is embedded as a web-component, the bootstrap process may fail if the dev-bundle is still under creation, because an HTML page is returned instead of the javascript initialization code. This change waits for dev-bundle to be ready before loading the web-components bootstrap script.