Skip to content

Vaadin Flow 24.6.8

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 18 Mar 07:00
· 5 commits to 24.6 since this release
f5306e3

Changes since 24.6.7

All changes

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, 19620

    When 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