DevTools 4.3.0 -> 4.4.0

This commit is contained in:
Brian Vaughn
2020-01-03 10:02:50 -08:00
parent 59f21f1b24
commit f749045a5b
6 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-devtools-core",
"version": "4.3.0",
"version": "4.4.0",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"main": "./dist/backend.js",
@@ -2,8 +2,8 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Chrome Developer Tools.",
"version": "4.3.0",
"version_name": "4.3.0",
"version": "4.4.0",
"version_name": "4.4.0",
"minimum_chrome_version": "49",
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Firefox Developer Tools.",
"version": "4.3.0",
"version": "4.4.0",
"applications": {
"gecko": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-devtools-inline",
"version": "4.3.0",
"version": "4.4.0",
"description": "Embed react-devtools within a website",
"license": "MIT",
"main": "./dist/backend.js",
+8 -1
View File
@@ -8,14 +8,21 @@
<!-- Upcoming changes go here -->
</details>
## 4.4.0 (January 3, 2020)
#### Features
* Re-enabled "copy" prop/state/hooks context menu option for Firefox ([bvaughn](https://github.com/bvaughn),[rpl](https://github.com/rpl) in [#17740](https://github.com/facebook/react/pull/17740))
* Shift+Enter focuses previous search result in Components tree ([Bo-Duke](https://github.com/Bo-Duke) in [#17005](https://github.com/facebook/react/pull/17005))
* Properly display formatted `RegExp` values in props/state panel([bvaughn](https://github.com/bvaughn) in [#17690](https://github.com/facebook/react/pull/17690))
* Profiler commit selector wraps around for easier navigation of large profiles ([bvaughn](https://github.com/bvaughn) in [#17760](https://github.com/facebook/react/pull/17760))
#### Bugfix
* Check `document.contentType` before injecting hook to avoid breaking XML file syntax highlighting in Firefox ([bvaughn](https://github.com/bvaughn) in [#17739](https://github.com/facebook/react/pull/17739))
* Fix standalone UI not responding to mouse interactions due to `webkit-app-region` style ([cwatson88](https://github.com/cwatson88) in [#17584](https://github.com/facebook/react/pull/17584))
</details>
* Support inspecting object values with null protos ([bvaughn](https://github.com/bvaughn) in [#17757](https://github.com/facebook/react/pull/17757))
* Support inspecting values that have overridden `hasOwnProperty` attribute ([bvaughn](https://github.com/bvaughn) in [#17768](https://github.com/facebook/react/pull/17768))
* Fixed regression that made Profiler "Could not find node…" error happen more frequently ([bvaughn](https://github.com/bvaughn) in [#17759](https://github.com/facebook/react/pull/17759))
## 4.3.0 (December 20, 2019)
#### Features
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-devtools",
"version": "4.3.0",
"version": "4.4.0",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"repository": {
@@ -27,7 +27,7 @@
"electron": "^5.0.0",
"ip": "^1.1.4",
"minimist": "^1.2.0",
"react-devtools-core": "4.3.0",
"react-devtools-core": "4.4.0",
"update-notifier": "^2.1.0"
}
}