Skip to content

Vaadin Flow 23.5.1

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 15 May 14:12
· 2 commits to 23.5 since this release
32cbb22

Changes since 23.5.0

All changes

Fixes

  • Clear preseved chain cache for inactive UI (#19360)
    Commit · Pull request

    Prevents 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
    Commit · Pull request · Issue

    When 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.