Changes since 24.6.0
Fixes
-
Parse bot user agents (#20785)
Commit · Pull request · IssueAdd parsing for byte spider and duck duck bot user agents.
-
Close opened input stream. (#20772)
Commit · Pull request · IssueImageIO.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, 20681Prevent 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 · IssueStores 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.