Skip to content

7.39.0

Latest
Compare
Choose a tag to compare
@nitzanyiz nitzanyiz released this 12 Mar 12:15
· 56 commits to master since this release

Important

This release we've made an effort to improve the accessibility of our components during which we've made changes to accessibility labels, properties and hit slops.
Main change: All touchable components hit target was changed in order to hit a 48 by 48 hit target

🚀 What’s New?

• Picker - Selection control bar and toggle all items functionality. (#3557)

🔧 Fixes

• Button - Fixed hit target to be at least of 48x48. (#3522)
• Stepper - Fixed hit target to be at least of 48x48. (#3522)
• Button - Fixed button no receiving passed hit slop (#3547)
• Fix Hint's targetFrame position (#3541)
• Fix Badge should be pimple size when label undefined (#3545)
• Avatar with animated not supported on web. (#3554)
• Currency - fix - missing CLDR for SLE (#3576)
• Checkbox & RadioButton: Added hitSlop to ensure minimum 48x48 touch target (#3518)

⚙️ Maintenance & Infra

• Forbid using console.error (#3532)