Skip to content

Commit a378ea7

Browse files
chore: Release 6.4.0 (#599)
## What's Changed * Reverting the change to remove accessibility traits on the AttributedLabel by @johnnewman-square in #597 * Adding safe area edge detection for the scrollableAxes behavior by @johnnewman-square in #596 **Full Changelog**: 6.3.1...6.4.0
1 parent f91cf8f commit a378ea7

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

CHANGELOG.md

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

1010
### Fixed
1111

12-
- Revert applying empty accessibility traits to `AttributedLabel` if supplied traits is `nil`.
13-
1412
### Added
1513

16-
- Added a `scrollableAxesSafeAreaEdges` property to `ScrollView` that is used with `ContentInsetAdjustmentBehavior.scrollableAxes`.
17-
1814
### Removed
1915

2016
### Changed
@@ -29,6 +25,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2925

3026
### Internal
3127

28+
## [6.4.0] - 2025-11-13
29+
30+
### Fixed
31+
32+
- Revert applying empty accessibility traits to `AttributedLabel` if supplied traits is `nil`.
33+
34+
### Added
35+
36+
- Added a `scrollableAxesSafeAreaEdges` property to `ScrollView` that is used with `ContentInsetAdjustmentBehavior.scrollableAxes`.
37+
3238
## [6.3.1] - 2025-10-08
3339

3440
### Fixed
@@ -1286,7 +1292,8 @@ searchField
12861292
## [0.2.2] - 2019-03-29
12871293

12881294
- First stable release.
1289-
[main]: https://github.com/square/Blueprint/compare/6.3.1...HEAD
1295+
[main]: https://github.com/square/Blueprint/compare/6.4.0...HEAD
1296+
[6.4.0]: https://github.com/square/Blueprint/compare/6.3.1...6.4.0
12901297
[6.3.1]: https://github.com/square/Blueprint/compare/6.3.0...6.3.1
12911298
[6.3.0]: https://github.com/square/Blueprint/compare/6.2.0...6.3.0
12921299
[6.2.0]: https://github.com/square/Blueprint/compare/6.1.0...6.2.0

0 commit comments

Comments
 (0)