Skip to content

Vaadin Flow 24.1.15

Choose a tag to compare

@vaadin-bot vaadin-bot released this 10 Oct 07:43
· 27 commits to 24.1 since this release
0b4e0e0

Changes since 24.1.14

All changes

Fixes

  • Handle shadow DOM stylesheets in production and dev bundle (#17776)
    Commit · Pull request · Issue

  • Do not passivate child keys with active&expanded parents (#17774)
    Commit · Pull request · Issue

  • Add reachable classes to child route (#17772)
    Commit · Pull request

    When child entrypoint has no AtRoute annotation, but it's parent class does have, the reachable classes from parent class are added to the child entrypoint, so frontend modules are added as well and bundle chunk is generated with all needed web-components.