Skip to content

Vaadin Flow 24.4.11

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 04 Nov 08:23
· 13 commits to 24.4 since this release
117284e

Changes since 24.4.10

All changes

New features

Fixes

  • Import parent theme lumoImports in dev bundle mode
    Commit · Pull request · Issue

    Adds missing css imports for parent theme when given in parent theme.json with lumoImports property and running with dev bundle.

  • Prevent Optional capture in serializable predicate (#20360)
    Commit · Pull request

    Optional is not serializable, so capturing it into a SerializablePredicate will prevent serialization to succeed.

  • Add types to fix some TS warnings in vite.generated.ts (#20270)
    Commit · Pull request

  • Use capture for dragLeave (#20291)
    Commit · Pull request