Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21e793f

Browse files
author
Brian Vaughn
authored
Added 4.0.1, 4.0.2, and 4.0.3 changelog entries (facebook#16438)
* Added 4.0.1, 4.0.2, and 4.0.3 changelog entries * Added entry about Map/Set/Immutable
1 parent c1d3f7f commit 21e793f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

packages/react-devtools/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,21 @@
1010
<!-- Upcoming changes go here
1111
</details> -->
1212

13+
## 4.0.3 (August 17, 2019)
14+
#### Bug fixes
15+
* ES6 `Map` and `Set`, typed arrays, and other unnserializable types (e.g. Immutable JS) can now be inspected.
16+
* Empty objects and arrays now display an "(empty)" label to the right to be reduce confusion.
17+
* Components that use only the `useContext` hook now properly display hooks values in side panel.
18+
* Style editor now supports single quotes around string values (e.g. both `"red"` and `'red'`).
19+
* Fixed edge case bug that prevented profiling when both React v16 and v15 were present on a page.
20+
1321
## 4.0.2 (August 15, 2019)
22+
#### Permissions cleanup
23+
* Removed unnecessary `webNavigation ` permission from Chrome and Firefox extensions.
1424

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

1729
## 4.0.0 (August 15, 2019)
1830

0 commit comments

Comments
 (0)