github vaadin/flow 24.6.1
Vaadin Flow 24.6.1

latest release: 24.7.0.alpha4
2 days ago

Changes since 24.6.0

All changes

Fixes

  • Parse bot user agents (#20785)
    Commit · Pull request · Issue

    Add parsing for byte spider and duck duck bot user agents.

  • Close opened input stream. (#20772)
    Commit · Pull request · Issue

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

  • Trigger refresh on hotswap only for redefined classes (#20684)
    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.

  • Re-build production bundle if index.html changes (#20729)
    Commit · Pull request · Issue

    Stores index.html hash in stats.json and forces production bundle to be re-built if file contents have changed. Changes to index.html do not trigger a dev bundle re-generation since in dev mode the file is served directly from the frontend folder.

Don't miss a new flow release

NewReleases is sending notifications on new releases.