6.1.0
[6.1.0] - 2025-07-22
Fixed
- Fixed bounding rects for VoiceOver when an attributed label's link spans more than one line.
- Fixed an issue where resizing a
ScrollViewcould result in its scroll position being adjusted incorrectly. - Fixed an issue where a dismissed keyboard could impact a
ScrollView's bottom safe area inset. - Fixed
AccessibilityContainerto better handle the accessibility ordering for aUITableViewor aUICollectionViewinside it (such as aListableinstance).
Added
- Added support for tabbing through links in
AttributedLabel
What's Changed
- Added support for tabbing through links in
AttributedLabelby @meherkasam-square in #558 - Fix multi-line link accessibility paths by @meherkasam-square in #561
- Fix an issue where resizing scroll views could result in their content offset being changed erroneously by @kyleve in #557
- Added support for
DEVELOPMENT_TEAMenvironment variable by @meherkasam-square in #562 - Improve perf of AttributedLabel link focus changes and suppress console messages by @meherkasam-square in #565
- Ignoring slight keyboard overlaps in ScrollView by @johnnewman-square in #575
- Fix AccessibilityContainer behaviour when it contains a UICollectionView or UITableView by @meherkasam-square in #566
New Contributors
- @johnnewman-square made their first contribution in #575
Full Changelog: 6.0.0...6.1.0