File tree 8 files changed +15
-10
lines changed
react-devtools-extensions
8 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-devtools-core" ,
3
- "version" : " 4.12.0 " ,
3
+ "version" : " 4.12.1 " ,
4
4
"description" : " Use react-devtools outside of the browser" ,
5
5
"license" : " MIT" ,
6
6
"main" : " ./dist/backend.js" ,
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " React Developer Tools" ,
4
4
"description" : " Adds React debugging tools to the Chrome Developer Tools." ,
5
- "version" : " 4.12.0 " ,
6
- "version_name" : " 4.12.0 " ,
5
+ "version" : " 4.12.1 " ,
6
+ "version_name" : " 4.12.1 " ,
7
7
8
8
"minimum_chrome_version" : " 60" ,
9
9
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " React Developer Tools" ,
4
4
"description" : " Adds React debugging tools to the Microsoft Edge Developer Tools." ,
5
- "version" : " 4.12.0 " ,
6
- "version_name" : " 4.12.0 " ,
5
+ "version" : " 4.12.1 " ,
6
+ "version_name" : " 4.12.1 " ,
7
7
8
8
"minimum_chrome_version" : " 60" ,
9
9
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " React Developer Tools" ,
4
4
"description" : " Adds React debugging tools to the Firefox Developer Tools." ,
5
- "version" : " 4.12.0 " ,
5
+ "version" : " 4.12.1 " ,
6
6
7
7
"applications" : {
8
8
"gecko" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-devtools-inline" ,
3
- "version" : " 4.12.0 " ,
3
+ "version" : " 4.12.1 " ,
4
4
"description" : " Embed react-devtools within a website" ,
5
5
"license" : " MIT" ,
6
6
"main" : " ./dist/backend.js" ,
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export function initialize(
91
91
window . addEventListener ( 'message' , onGetSavedPreferencesMessage ) ;
92
92
93
93
if ( bridge == null ) {
94
- bridge = createBridge ( ) ;
94
+ bridge = createBridge ( contentWindow ) ;
95
95
}
96
96
97
97
if ( store == null ) {
Original file line number Diff line number Diff line change 9
9
<!-- Upcoming changes go here -->
10
10
</details >
11
11
12
+ ## 4.12.1 (April 14, 2021)
13
+ Although this release is being made for all NPM packages, only the ` react-devtools-inline ` package contains changes.
14
+ #### Bugfix
15
+ * Fixed ` react-devtools-inline ` bug in frontend ` initialize ` method ([ bvaughn] ( https://github.com/bvaughn ) .
16
+
12
17
## 4.12.0 (April 12, 2021)
13
18
Although this release is being made for all NPM packages, only the ` react-devtools-inline ` package contains changes.
14
19
#### Feature
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-devtools" ,
3
- "version" : " 4.12.0 " ,
3
+ "version" : " 4.12.1 " ,
4
4
"description" : " Use react-devtools outside of the browser" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
27
27
"electron" : " ^11.1.0" ,
28
28
"ip" : " ^1.1.4" ,
29
29
"minimist" : " ^1.2.3" ,
30
- "react-devtools-core" : " 4.12.0 " ,
30
+ "react-devtools-core" : " 4.12.1 " ,
31
31
"update-notifier" : " ^2.1.0"
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments