Changes since 24.4.0.alpha18
New features
-
LoadComponentScript returns promise
Commit · Pull requestUpdate 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 requestAdd 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 · IssueIf 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 · IssuePrepare frontend should set the reactEnabled correctly.
-
Propagate error message in default access denied handler
Commit · Pull request · Issue