Skip to content

Commit 601b83e

Browse files
chore: release 6.1.0 (#576)
## [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`
2 parents c97006e + f9b7cdf commit 601b83e

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Main]
99

1010
### 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).
1511

1612
### Added
1713

18-
- Added support for tabbing through links in `AttributedLabel`
19-
2014
### Removed
2115

2216
### Changed
@@ -31,6 +25,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3125

3226
### Internal
3327

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`
39+
3440
## [6.0.0] - 2025-06-16
3541

3642
### Added
@@ -1254,7 +1260,8 @@ searchField
12541260

12551261
- First stable release.
12561262

1257-
[main]: https://github.com/square/Blueprint/compare/6.0.0...HEAD
1263+
[main]: https://github.com/square/Blueprint/compare/6.1.0...HEAD
1264+
[6.1.0]: https://github.com/square/Blueprint/compare/6.0.0...6.1.0
12581265
[6.0.0]: https://github.com/square/Blueprint/compare/5.7.0...6.0.0
12591266
[5.7.0]: https://github.com/square/Blueprint/compare/5.6.0...5.7.0
12601267
[5.6.0]: https://github.com/square/Blueprint/compare/5.5.0...5.6.0

0 commit comments

Comments
 (0)