Skip to content

Vaadin Flow 24.1.18

Choose a tag to compare

@vaadin-bot vaadin-bot released this 14 Nov 08:40
· 16 commits to 24.1 since this release
adced62

Changes since 24.1.17

All changes

Fixes

  • Enable Atmosphere heartbeat (#17845)
    Commit · Pull request

    Enable Atmosphere heartbeat and ignore it in devserver Set default WS idle timeout to 5 minutes ---------

  • Load chunks for component parents (#17948)
    Commit · Pull request · Issue

    When using the default production bundle, the chunk for a specific Flow component subclass may not be present (e.g. MyChart < Chart). However, the required imports are in the bundle, associated with the chunk id of the parent class. This change forces the load of potential chunks for all parent classes in the component hierarchy.