Skip to content

Vaadin Flow 24.7.0.alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 31 Dec 11:12
· 46 commits to main since this release
68b0fba

Changes since 24.7.0.alpha2

All changes

New features

Fixes

  • Close opened input stream.
    Commit · Pull request · Issue

    ImageIO.read does not close the input stream. Close it after use.

  • Trigger refresh on hotswap only for redefined classes
    Commit · Pull request · Issues 20680, 20681

    Prevent hotswapper to trigger a refresh when the classes are loaded for the first time. Refreshing a view should make sense only if a project class has been modified. The only exception is auto layout classes, that must be applied even if they are not directly references in the component tree.