File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments