Skip to content

Vaadin Flow 24.3.15

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 13 Aug 12:09
· 11 commits to 24.3 since this release
d26c7f8

Changes since 24.3.14

All changes

Fixes

  • Apply CssImport to exported webcomponent (#19740)
    Commit · Pull request · Issue

    CssImport annotation with just a value attribute can be injected automatically to shadow root of all exported web components (embedded applications) using Constructable StyleSheets. WebComponentExporter should have a theme to make automation work properly in theme-generator.js. Theme property "autoInjectGlobalCssImports": true in theme.json enable auto injection. Disabled by default.