React DevTools 4.16.0 -> 4.17.0

This commit is contained in:
Brian Vaughn 2021-08-24 11:12:42 -07:00
parent b5fbf5464b
commit 582858083e
8 changed files with 24 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "react-devtools-core",
"version": "4.16.0",
"version": "4.17.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.16.0",
"version_name": "4.16.0",
"version": "4.17.0",
"version_name": "4.17.0",
"minimum_chrome_version": "60",
"icons": {
"16": "icons/16-production.png",

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.16.0",
"version_name": "4.16.0",
"version": "4.17.0",
"version_name": "4.17.0",
"minimum_chrome_version": "60",
"icons": {
"16": "icons/16-production.png",

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.16.0",
"version": "4.17.0",
"applications": {
"gecko": {
"id": "@react-devtools",

View File

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

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "react-devtools-scheduling-profiler",
"version": "4.16.0",
"version": "4.17.0",
"license": "MIT",
"dependencies": {
"@elg/speedscope": "1.9.0-a6f84db",

View File

@ -2,6 +2,20 @@
<!-- RELEASE_SCRIPT_TOKEN -->
## 4.17.0 (August 24, 2021)
#### Features
* Scheduling Profiler: Add network measures ([bvaughn](https://github.com/bvaughn) in [#22112](https://github.com/facebook/react/pull/22112))
* Add options for disabling some features ([hbenl](https://github.com/hbenl) in [#22136](https://github.com/facebook/react/pull/22136))
#### Bugfix
* Fixed broken scroll-to error or warning feature ([bvaughn](https://github.com/bvaughn) and [eps1lon](https://github.com/eps1lon) in [#22147](https://github.com/facebook/react/pull/22147) and [#22144](https://github.com/facebook/react/pull/22144))
* Replaced WeakMap with LRU for inspected element cache ([bvaughn](https://github.com/bvaughn) in [#22160](https://github.com/facebook/react/pull/22160))
* Add more detailed error handling if profiling data does not have any React marks ([byronluk](https://github.com/byronluk) in [#22157](https://github.com/facebook/react/pull/22157))
* Various named hooks bug fixes ([jstejada](https://github.com/jstejada) in [#22129](https://github.com/facebook/react/pull/22129), [#22128](https://github.com/facebook/react/pull/22128), [#22096](https://github.com/facebook/react/pull/22096), and [#22148](https://github.com/facebook/react/pull/22148))
* Fix tooltip wheel event regression ([bvaughn](https://github.com/bvaughn) in [#22130](https://github.com/facebook/react/pull/22130))
* Replace `source-map` library with `source-map-js` for named hooks source map parsing ([bvaughn](https://github.com/bvaughn) in [#22126](https://github.com/facebook/react/pull/22126))
## 4.16.0 (August 16, 2021)
#### Features
* Scheduling Profiler: Inline snapshots ([bvaughn](https://github.com/bvaughn) in [#22091](https://github.com/facebook/react/pull/22091) and[bvaughn](https://github.com/bvaughn) in [#22088](https://github.com/facebook/react/pull/22088))

View File

@ -1,6 +1,6 @@
{
"name": "react-devtools",
"version": "4.16.0",
"version": "4.17.0",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"repository": {
@ -27,7 +27,7 @@
"electron": "^11.1.0",
"ip": "^1.1.4",
"minimist": "^1.2.3",
"react-devtools-core": "4.16.0",
"react-devtools-core": "4.17.0",
"update-notifier": "^2.1.0"
}
}