You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [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 `ScrollView` could 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 `AccessibilityContainer` to better handle the accessibility
ordering for a `UITableView` or a `UICollectionView` inside it (such as
a `Listable` instance).
### Added
- Added support for tabbing through links in `AttributedLabel`
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [Main]
9
9
10
10
### Fixed
11
-
- Fixed bounding rects for VoiceOver when an attributed label's link spans more than one line.
12
-
- Fixed an issue where resizing a `ScrollView` could result in its scroll position being adjusted incorrectly.
13
-
- Fixed an issue where a dismissed keyboard could impact a `ScrollView`'s bottom safe area inset.
14
-
- Fixed `AccessibilityContainer` to better handle the accessibility ordering for a `UITableView` or a `UICollectionView` inside it (such as a `Listable` instance).
15
11
16
12
### Added
17
13
18
-
- Added support for tabbing through links in `AttributedLabel`
19
-
20
14
### Removed
21
15
22
16
### Changed
@@ -31,6 +25,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
25
32
26
### Internal
33
27
28
+
## [6.1.0] - 2025-07-22
29
+
30
+
### Fixed
31
+
- Fixed bounding rects for VoiceOver when an attributed label's link spans more than one line.
32
+
- Fixed an issue where resizing a `ScrollView` could result in its scroll position being adjusted incorrectly.
33
+
- Fixed an issue where a dismissed keyboard could impact a `ScrollView`'s bottom safe area inset.
34
+
- Fixed `AccessibilityContainer` to better handle the accessibility ordering for a `UITableView` or a `UICollectionView` inside it (such as a `Listable` instance).
35
+
36
+
### Added
37
+
38
+
- Added support for tabbing through links in `AttributedLabel`
0 commit comments