Changes since 23.4.0
Fixes
-
Clear preseved chain cache for inactive UI (#19360)
Commit · Pull requestPrevents potential memory leaks caused by UIs being retained by the preserve on refresh cache when the browser page is closed.
-
Prevent embedded styles to leak main document (#19242)
Commit · Pull request · IssueWhen using an exported a themed Flow web-component, Lumo style may leak the embedding document, causing invalid CSS rules to be applied. This change prevents applying Lumo global imports when the theme is applied to a web-component.