Skip to content

Commit

Permalink
Added 4.0.1, 4.0.2, and 4.0.3 changelog entries (#16438)
Browse files Browse the repository at this point in the history
* Added 4.0.1, 4.0.2, and 4.0.3 changelog entries
* Added entry about Map/Set/Immutable
  • Loading branch information
Brian Vaughn authored Aug 17, 2019
1 parent c1d3f7f commit 21e793f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/react-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,21 @@
<!-- Upcoming changes go here
</details> -->

## 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.

## 4.0.2 (August 15, 2019)
#### Permissions cleanup
* Removed unnecessary `webNavigation ` permission from Chrome and Firefox extensions.

* Fixed unnecessary and erroneously requested permissions in the 4.0.0 and 4.0.1 releases.
## 4.0.1 (August 15, 2019)
#### Permissions cleanup
* Removed unnecessary `<all_urls>`, `background`, and `tabs` permissions from Chrome and Firefox extensions.

## 4.0.0 (August 15, 2019)

Expand Down

0 comments on commit 21e793f

Please sign in to comment.