Skip to content

Vaadin Flow 24.2.6

Choose a tag to compare

@vaadin-bot vaadin-bot released this 11 Dec 10:18
· 42 commits to 24.2 since this release
74d02a1

Changes since 24.2.5

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