Skip to content

Commit a292774

Browse files
5.7.0 (#552)
## [5.7.0] - 2025-05-16 ### Added - `AnimationAttributes` can now be initialized with more types of animations, including bezier curves, springs, and dampened springs. ### Removed - Removed `AnimationAttributes.curve`. - Removed `AnimationAttributes.duration`. ### Changed - Reverted the change titled "Fixed `AccessibilityContainer` to better handle the accessibility ordering for a `UICollectionView` inside it (such as a `Listable` instance.)" pending further investigation.
2 parents a3a757c + bead8e5 commit a292774

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

CHANGELOG.md

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

1212
### Added
1313

14-
- `AnimationAttributes` can now be initialized with more types of animations, including bezier curves, springs, and dampened springs.
15-
1614
### Removed
1715

18-
- Removed `AnimationAttributes.curve`.
19-
- Removed `AnimationAttributes.duration`.
20-
2116
### Changed
22-
- Reverted the change titled "Fixed `AccessibilityContainer` to better handle the accessibility ordering for a `UICollectionView` inside it (such as a `Listable` instance.)" pending further investigation.
2317

2418
### Deprecated
2519

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

3226
### Internal
3327

28+
## [5.7.0] - 2025-05-16
29+
30+
### Added
31+
32+
- `AnimationAttributes` can now be initialized with more types of animations, including bezier curves, springs, and dampened springs.
33+
34+
### Removed
35+
36+
- Removed `AnimationAttributes.curve`.
37+
- Removed `AnimationAttributes.duration`.
38+
39+
### Changed
40+
41+
- Reverted the change titled "Fixed `AccessibilityContainer` to better handle the accessibility ordering for a `UICollectionView` inside it (such as a `Listable` instance.)" pending further investigation.
42+
3443
## [5.6.0] - 2025-05-14
3544

3645
### Fixed
@@ -1221,7 +1230,8 @@ searchField
12211230

12221231
- First stable release.
12231232

1224-
[main]: https://github.com/square/Blueprint/compare/5.6.0...HEAD
1233+
[main]: https://github.com/square/Blueprint/compare/5.7.0...HEAD
1234+
[5.6.0]: https://github.com/square/Blueprint/compare/5.6.0...5.7.0
12251235
[5.6.0]: https://github.com/square/Blueprint/compare/5.5.0...5.6.0
12261236
[5.5.0]: https://github.com/square/Blueprint/compare/5.4.0...5.5.0
12271237
[5.4.0]: https://github.com/square/Blueprint/compare/5.3.0...5.4.0

0 commit comments

Comments
 (0)