Skip to content

Vaadin Flow 24.2.0.rc2

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 10 Oct 06:33
· 81 commits to 24.2 since this release
6797c90

Changes since 24.2.0.rc1

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.

  • Added class can be with / (#17783)
    Commit · Pull request

    On windows at least the added class can come in the format com/example/application/Hello in which case the cache throws a IndexOutOfBounds exception for the range [0, -1]