Skip to content

Commit 0670152

Browse files
authored
Prepare release 5.5.0 (#546)
1 parent f8b643e commit 0670152

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111

1212
### Added
13-
- Added `UserInterfaceStyleOverridingElement` which allows child elements to have their `userInterfaceStyle` to be forced to light/dark. Additionally added a `overrideUserInterfaceStyle` convenience to `Element`.
1413

1514
### Removed
16-
- `AccessibilityElement.deprecated_accessibility(…)`. This was deprecated in September 2021, and renamed from .accessibility(…) to .deprecated_accessibility(…) in Oct 2024.
1715

1816
### Changed
1917

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

2826
### Internal
2927

28+
## [5.5.0] - 2025-04-22
29+
30+
### Added
31+
- Added `UserInterfaceStyleOverridingElement` which allows child elements to have their `userInterfaceStyle` to be forced to light/dark. Additionally added a `overrideUserInterfaceStyle` convenience to `Element`.
32+
33+
### Removed
34+
- `AccessibilityElement.deprecated_accessibility(…)`. This was deprecated in September 2021, and renamed from .accessibility(…) to .deprecated_accessibility(…) in Oct 2024.
35+
3036
## [5.4.0] - 2025-03-04
3137

3238
### Added
@@ -1204,7 +1210,8 @@ searchField
12041210

12051211
- First stable release.
12061212

1207-
[main]: https://github.com/square/Blueprint/compare/5.3.0...HEAD
1213+
[main]: https://github.com/square/Blueprint/compare/5.5.0...HEAD
1214+
[5.5.0]: https://github.com/square/Blueprint/compare/5.4.0...5.5.0
12081215
[5.4.0]: https://github.com/square/Blueprint/compare/5.3.0...5.4.0
12091216
[5.3.0]: https://github.com/square/Blueprint/compare/5.2.0...5.3.0
12101217
[5.2.0]: https://github.com/square/Blueprint/compare/5.1.0...5.2.0

0 commit comments

Comments
 (0)