Changes since 24.5.15
Fixes
-
Add allowInert support for synchronized properties (#21119)
Commit · Pull request · Issue -
Ensure exported WebComponent adds absolute links to document.css (#21124)
Commit · Pull request · Issues 21120, 19620When using a development bundle, WebComponentBootstrapHandler adds a tag to the embedding document that references document.css for all used themes (application and parents). However, the URL is relative to the embedding document instead of being an absolute URL to the CSS resource. Additionally, the tag is added even if the theme does not provide a document.css file, potentially causing 404 errors at runtime. This change ensures that the link URL is calculated based on the request and that it only adds tags for existing CSS files.
-
Watch active project resources (#21099)
Commit · Pull request -
Fix equality check in NavigationAccessControl (#21083)
Commit · Pull request · Issue