Skip to content

Vaadin Flow 24.4.0.alpha19

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 11 Mar 12:15
· 274 commits to main since this release
87a4a50

Changes since 24.4.0.alpha18

All changes

New features

  • LoadComponentScript returns promise
    Commit · Pull request

    Update loadComponentScrip to use a promise for the script onload and onerror for better handling. Update createWebComponent to take onerror callback for script loading. part of #18816

  • Extends createWebComponent
    Commit · Pull request

    Add optional properties to createWebComponent to be able to use it instead of loadComponentScript and createElement when adding properties. Add fucntion hook to listen to onLoad for the webcomponent script. part of #18816

Fixes

  • Add or update package.json type
    Commit · Pull request · Issue

    If package json type is missing or not set to module when upgrading and modifying package.json add/update type to module.

  • ReactEnabled should be set correctly for prepare-frontend
    Commit · Pull request · Issue

    Prepare frontend should set the reactEnabled correctly.

  • Propagate error message in default access denied handler
    Commit · Pull request · Issue