Skip to content

Commit d3d6692

Browse files
5.4.0 (#543)
## [5.4.0] - 2025-03-04 ### Added - `Accessibility.Trait` now includes `.backButton` and `.toggleButton` ### Changed - `AccessibilityElement.Trait`now a typealias to `Accessibility.Trait` - `AccessibilityElement.CustomAction` now a typealias to `Accessibility.CustomAction` - `AccessibilityElement.CustomContent` now a typealias to `Accessibility.CustomContent`
1 parent 691bed2 commit d3d6692

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

CHANGELOG.md

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

1212
### Added
1313

14-
- `Accessibility.Trait` now includes `.backButton` and `.toggleButton`
15-
1614
### Removed
1715

1816
### Changed
1917

18+
### Deprecated
19+
20+
### Security
21+
22+
### Documentation
23+
24+
### Misc
25+
26+
### Internal
27+
28+
## [5.4.0] - 2025-03-04
29+
30+
### Added
31+
32+
- `Accessibility.Trait` now includes `.backButton` and `.toggleButton`
33+
34+
### Changed
35+
2036
- `AccessibilityElement.Trait`now a typealias to `Accessibility.Trait`
2137
- `AccessibilityElement.CustomAction` now a typealias to `Accessibility.CustomAction`
2238
- `AccessibilityElement.CustomContent` now a typealias to `Accessibility.CustomContent`
@@ -1187,6 +1203,7 @@ searchField
11871203
- First stable release.
11881204

11891205
[main]: https://github.com/square/Blueprint/compare/5.3.0...HEAD
1206+
[5.4.0]: https://github.com/square/Blueprint/compare/5.3.0...5.4.0
11901207
[5.3.0]: https://github.com/square/Blueprint/compare/5.2.0...5.3.0
11911208
[5.2.0]: https://github.com/square/Blueprint/compare/5.1.0...5.2.0
11921209
[5.1.0]: https://github.com/square/Blueprint/compare/5.0.1...5.1.0

0 commit comments

Comments
 (0)