From 82762bea55d56afda2dcd00a565941be3798e0ac Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Thu, 10 Mar 2022 10:37:01 -0800 Subject: [PATCH] React DevTools 4.23.0 -> 4.24.0 (#24066) * Revert "React DevTools 4.23.0 -> 4.24.0 (#23400)" This reverts commit f6c130f6145dbae5436625560f520957b5e27859. * React DevTools 4.23.0 -> 4.24.0 * Added additional, pending bugfixes to CHANGELOG * Updated DevTools build and release script to fix header format --- packages/react-devtools/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index 60b337bc49..b89fa0c098 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -5,13 +5,15 @@ --- ### 4.24.0 -March 2, 2022 +March 10, 2022 #### Feature * Show DevTools backend and frontend versions in UI ([bvaughn](https://github.com/bvaughn) in [#23399](https://github.com/facebook/react/pull/23399)) * Timeline profiler refactored to support reading basic profiling data directly from React ([bvaughn](https://github.com/bvaughn) in [#22529](https://github.com/facebook/react/issues/22529)) #### Bugfix +* Better handle undefined `Error` stacks in DevTools error boundary ([bvaughn](https://github.com/bvaughn) in [#24065](https://github.com/facebook/react/pull/24065)) +* Fixed edge case bug in Profiler commit filtering ([bvaughn](https://github.com/bvaughn) in [#24031](https://github.com/facebook/react/pull/24031)) * Gracefully handle empty "xstyle" prop values ([lunaruan](https://github.com/lunaruan) in [#23279](https://github.com/facebook/react/pull/23279) and [bvaughn](https://github.com/bvaughn) in [#23190](https://github.com/facebook/react/pull/23190)) * Add `` component boilerplate ([lunaruan](https://github.com/lunaruan) in [#23275](https://github.com/facebook/react/pull/23275))