DevTools v4.5.0 -> 4.6.0

This commit is contained in:
Brian Vaughn
2020-03-26 10:00:37 -07:00
parent d92631eab1
commit 6cceaeb67a
7 changed files with 22 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-devtools-core",
"version": "4.5.0",
"version": "4.6.0",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"main": "./dist/backend.js",

View File

@@ -2,8 +2,8 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Chrome Developer Tools.",
"version": "4.5.0",
"version_name": "4.5.0",
"version": "4.6.0",
"version_name": "4.6.0",
"minimum_chrome_version": "49",

View File

@@ -2,8 +2,8 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Microsoft Edge Developer Tools.",
"version": "4.5.0",
"version_name": "4.5.0",
"version": "4.6.0",
"version_name": "4.6.0",
"minimum_chrome_version": "49",

View File

@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "React Developer Tools",
"description": "Adds React debugging tools to the Firefox Developer Tools.",
"version": "4.5.0",
"version": "4.6.0",
"applications": {
"gecko": {

View File

@@ -1,6 +1,6 @@
{
"name": "react-devtools-inline",
"version": "4.5.0",
"version": "4.6.0",
"description": "Embed react-devtools within a website",
"license": "MIT",
"main": "./dist/backend.js",

View File

@@ -10,6 +10,19 @@
</details>
## 4.6.0 (March 26, 2020)
#### Features
* Add shortcut keys for tab switching ([kerolloz](https://github.com/kerolloz) in [#18248](https://github.com/facebook/react/pull/18248))
#### Bugfix
* Improve display of complex values for `useDebugValue` ([eps1lon](https://github.com/eps1lon) in [#18070](https://github.com/facebook/react/pull/18070))
* Fix minor CSS layout issue that broke Profiler commit selector UI ([bvaughn](https://github.com/bvaughn) in [#18286](https://github.com/facebook/react/pull/18286))
* Inlined DevTools event emitter implementation to fix a source of Profiler bugs ([bvaughn](https://github.com/bvaughn) in [#18378](https://github.com/facebook/react/pull/18378))
#### Cleanup
* Remove "es6-symbol" dependency from "react-devtools-inline" package ([bvaughn](https://github.com/bvaughn) in [#18397](https://github.com/facebook/react/pull/18397))
## 4.5.0 (March 3, 2020)
#### Features

View File

@@ -1,6 +1,6 @@
{
"name": "react-devtools",
"version": "4.5.0",
"version": "4.6.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.5.0",
"react-devtools-core": "4.6.0",
"update-notifier": "^2.1.0"
}
}