From 21e793fb4fce16b938e549de9277a7fdddff40e8 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Sat, 17 Aug 2019 11:47:38 -0700 Subject: [PATCH] Added 4.0.1, 4.0.2, and 4.0.3 changelog entries (#16438) * Added 4.0.1, 4.0.2, and 4.0.3 changelog entries * Added entry about Map/Set/Immutable --- packages/react-devtools/CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index 10ba1dde43..3e203b90dd 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -10,9 +10,21 @@ -## 4.0.2 (August 15, 2019) +## 4.0.3 (August 17, 2019) +#### Bug fixes +* ES6 `Map` and `Set`, typed arrays, and other unnserializable types (e.g. Immutable JS) can now be inspected. +* Empty objects and arrays now display an "(empty)" label to the right to be reduce confusion. +* Components that use only the `useContext` hook now properly display hooks values in side panel. +* Style editor now supports single quotes around string values (e.g. both `"red"` and `'red'`). +* Fixed edge case bug that prevented profiling when both React v16 and v15 were present on a page. -* Fixed unnecessary and erroneously requested permissions in the 4.0.0 and 4.0.1 releases. +## 4.0.2 (August 15, 2019) +#### Permissions cleanup +* Removed unnecessary `webNavigation ` permission from Chrome and Firefox extensions. + +## 4.0.1 (August 15, 2019) +#### Permissions cleanup +* Removed unnecessary ``, `background`, and `tabs` permissions from Chrome and Firefox extensions. ## 4.0.0 (August 15, 2019)