Changes since 24.1.14
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 requestWhen 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.