Skip to content

Vaadin Flow 24.3.10

Choose a tag to compare

@vaadin-bot vaadin-bot released this 06 May 06:51
· 47 commits to 24.3 since this release
668e0c8

Changes since 24.3.9

All changes

Fixes

  • Include filesystem dependencies in gradle plugin class finder (#19287) (CP: 24.3)
    Commit · Pull request · Issue

  • Prevent embedded styles to leak main document (#19274)
    Commit · Pull request · Issues 12704, 19265

    When using an exported a themed Flow web-component, Lumo style may leak the embedding document, causing invalid CSS rules to be applied. This change prevents applying Lumo global imports when the theme is applied to a web-component.

  • Prevent embedded styles to leak main document (#19221)
    Commit · Pull request · Issue

    When using an exported a themed Flow web-component, Lumo style may leak the embedding document, causing invalid CSS rules to be applied. This change prevents applying Lumo global imports when the theme is applied to a web-component.