React DevTools 4.24.0 -> 4.24.1 (#24100)

This commit is contained in:
Luna Ruan
2022-03-15 14:13:00 -04:00
committed by GitHub
parent 63b86e1995
commit ac574d6883
8 changed files with 18 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-devtools-core",
"version": "4.24.0",
"version": "4.24.1",
"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.24.0",
"version_name": "4.24.0",
"version": "4.24.1",
"version_name": "4.24.1",
"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.24.0",
"version_name": "4.24.0",
"version": "4.24.1",
"version_name": "4.24.1",
"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.24.0",
"version": "4.24.1",
"applications": {
"gecko": {
"id": "@react-devtools",

View File

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

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "react-devtools-timeline",
"version": "4.24.0",
"version": "4.24.1",
"license": "MIT",
"dependencies": {
"@elg/speedscope": "1.9.0-a6f84db",

View File

@@ -4,6 +4,13 @@
---
### 4.24.1
March 15, 2022
* Disable unsupported Bridge protocol version dialog and add workaround for old protocol operations format ([bvaughn](https://github.com/bvaughn) in [#24093](https://github.com/facebook/react/pull/24093))
---
### 4.24.0
March 10, 2022
@@ -951,4 +958,4 @@ Because this feature adds a small amount of overhead, it can be disabled in the
The profiler now displays a list of each time the selected component rendered during a profiling session, along with the duration of each render. This list can be used to quickly jump between commits when analyzing the performance of a specific component.
![Video demonstrating profiler's component renders list](https://user-images.githubusercontent.com/29597/62234547-bcb97500-b37f-11e9-9615-54fba8b574b9.gif)
![Video demonstrating profiler's component renders list](https://user-images.githubusercontent.com/29597/62234547-bcb97500-b37f-11e9-9615-54fba8b574b9.gif)

View File

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