Changes since 24.7.0.alpha2
New features
-
Add feature flag for Card
Commit · Pull request
Fixes
-
Close opened input stream.
Commit · Pull request · IssueImageIO.read does not close the input stream. Close it after use.
-
Trigger refresh on hotswap only for redefined classes
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.