What Changed
We changed the dxFileUploader.hoverStateEnabled option's default value from false to true. As a result, the FileUploader component changes the state of all its buttons when users hover over them.
Reasons for Change
The option's default value was changed to make the component's UI behavior consistent.
Impact on Existing Apps
This change affects your existing projects if you explicitly set this option to false in code due to the T1025885 bug.