Skip to content

v3.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 08:38
· 60 commits to main since this release

3.5.3 (2024-05-28)

Release notes

  • Fixed the issue where frozen and muted were not considered as the highest priority in determining the disabled status of the input.
  • Removed defaultProps from the Image component.
  • Added handling to process image/jpg mime type when deciding whether to apply image compression.

Changelogs

Bug Fixes

  • handle image/jpg mime type to determine image compress properly (37f346d)
  • when frozen or muted, input should be disabled (712ae97)