Skip to content

Commit aa0410a

Browse files
chore: Release 6.5.0 (#600)
# Release 6.5.0 This PR prepares the changelog for the 6.5.0 release. ## Changes in 6.5.0 - Added `BlueprintUIAccessibilityCore` module with accessibility composition and deferral patterns - Accessibility composition for combining multiple elements into unified experiences - Accessibility deferral for content inheritance patterns ## Checklist - [x] Changelog updated - [x] All CI checks passing After merge, the GitHub Release will be created manually at https://github.com/square/Blueprint/releases
1 parent 58f29f9 commit aa0410a

File tree

1 file changed

+10
-21
lines changed

1 file changed

+10
-21
lines changed

CHANGELOG.md

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

1212
### Added
1313

14-
- Added `BlueprintUIAccessibilityCore` module with accessibility composition and deferral patterns
15-
- Accessibility composition for combining multiple elements into unified experiences
16-
- Accessibility deferral for content inheritance patterns
17-
- Localization support for 12 locales
18-
- Comprehensive documentation and examples
19-
2014
### Removed
2115

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

3226
### Internal
3327

28+
## [6.5.0] - 2025-11-25
29+
30+
### Added
31+
32+
- Added `BlueprintUIAccessibilityCore` module with accessibility composition and deferral patterns
33+
- Accessibility composition for combining multiple elements into unified experiences
34+
- Accessibility deferral for content inheritance patterns
35+
3436
## [6.4.0] - 2025-11-13
3537

3638
### Fixed
@@ -134,18 +136,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134136
- `AccessibilityElement.CustomAction` now a typealias to `Accessibility.CustomAction`
135137
- `AccessibilityElement.CustomContent` now a typealias to `Accessibility.CustomContent`
136138

137-
### Deprecated
138-
139-
### Security
140-
141-
### Documentation
142-
143139
### Misc
144140

145141
- `Accessibility.CustomContent` now conforms to `Equatable`
146142

147-
### Internal
148-
149143
## [5.3.0] - 2025-01-30
150144

151145
### Fixed
@@ -169,12 +163,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
169163

170164
- `LayoutMode.legacy` is deprecated and will be removed in a future release.
171165

172-
### Security
173-
174-
### Documentation
175-
176-
### Misc
177-
178166
### Internal
179167

180168
- Local development environment switched from CocoaPods to Tuist.
@@ -1298,7 +1286,8 @@ searchField
12981286
## [0.2.2] - 2019-03-29
12991287

13001288
- First stable release.
1301-
[main]: https://github.com/square/Blueprint/compare/6.4.0...HEAD
1289+
[main]: https://github.com/square/Blueprint/compare/6.5.0...HEAD
1290+
[6.5.0]: https://github.com/square/Blueprint/compare/6.4.0...6.5.0
13021291
[6.4.0]: https://github.com/square/Blueprint/compare/6.3.1...6.4.0
13031292
[6.3.1]: https://github.com/square/Blueprint/compare/6.3.0...6.3.1
13041293
[6.3.0]: https://github.com/square/Blueprint/compare/6.2.0...6.3.0

0 commit comments

Comments
 (0)