File tree 1 file changed +13
-1
lines changed 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 10
10
<!-- Upcoming changes go here
11
11
</details> -->
12
12
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
+
13
21
## 4.0.2 (August 15, 2019)
22
+ #### Permissions cleanup
23
+ * Removed unnecessary ` webNavigation ` permission from Chrome and Firefox extensions.
14
24
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.
16
28
17
29
## 4.0.0 (August 15, 2019)
18
30
You can’t perform that action at this time.
0 commit comments