Skip to content

Vaadin Flow 24.1.21

Choose a tag to compare

@vaadin-bot vaadin-bot released this 11 Dec 10:18
· 4 commits to 24.1 since this release
e70eb4a

Changes since 24.1.20

All changes

Fixes

  • Consider theme variants from JAR in bundleImports (#18248)
    Commit · Pull request · Issue

    BundleUtil computes import paths for component theme variants from npm packages, but it does not consider variants from JAR add-ons. This change applies the same import rules for both variants from npm packages and JAR unpacked in the fronted generated folder.

  • Also show drag over style when effect is undefined (#18171)
    Commit · Pull request