From 174525c5bbe782eb6bc19f942d0ef3701508d8c0 Mon Sep 17 00:00:00 2001 From: Rob MacEachern Date: Tue, 16 Jun 2026 14:10:00 -0500 Subject: [PATCH] release: Blueprint 6.7.2 changelog --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e8c22e6d..b1a74fbcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- `BlueprintView` now defers view hierarchy updates that are triggered while an update is already in progress, instead of crashing with a "Reentrant updates are not supported" precondition failure. Reentrant invalidations (e.g. keyboard or safe-area changes that synchronously force a layout pass mid-update) are coalesced and applied on a following main run loop turn. - ### Added ### Removed @@ -27,6 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Internal +## [6.7.2] - 2026-06-16 + +### Fixed + +- `BlueprintView` now defers view hierarchy updates that are triggered while an update is already in progress, instead of crashing with a "Reentrant updates are not supported" precondition failure. Reentrant invalidations (e.g. keyboard or safe-area changes that synchronously force a layout pass mid-update) are coalesced and applied on a following main run loop turn. + ## [6.7.1] - 2026-05-13 ### Fixed @@ -1318,7 +1322,8 @@ searchField ## [0.2.2] - 2019-03-29 - First stable release. -[main]: https://github.com/square/Blueprint/compare/6.7.1...HEAD +[main]: https://github.com/square/Blueprint/compare/6.7.2...HEAD +[6.7.2]: https://github.com/square/Blueprint/compare/6.7.1...6.7.2 [6.7.1]: https://github.com/square/Blueprint/compare/6.7.0...6.7.1 [6.7.0]: https://github.com/square/Blueprint/compare/6.6.0...6.7.0 [6.6.0]: https://github.com/square/Blueprint/compare/6.5.1...6.6.0