React DevTools 4.28.5 -> 5.0.0 (#27759)
### Breaking * refactor[devtools]: highlight an array of elements for native ([hoxyq](https://github.com/hoxyq) in [#27734](https://github.com/facebook/react/pull/27734)) ### Features * feat[devtools]: display Forget badge for the relevant components ([hoxyq](https://github.com/hoxyq) in [#27709](https://github.com/facebook/react/pull/27709)) ### Other * Added windows powershell syntax to build scripts ([PrathamLalwani](https://github.com/PrathamLalwani) in [#27692](https://github.com/facebook/react/pull/27692)) * refactor[react-devtools-shared]: minor parsing improvements and modifications ([hoxyq](https://github.com/hoxyq) in [#27661](https://github.com/facebook/react/pull/27661))
Ruslan Lesiutin committed
Nov 29, 2023 at 18:27 UTC
87cb0bf182c59192047d6adaec228d821c298f4a
8 files changed
+25
-10
packages/react-devtools-core/package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "react-devtools-core",
3
- "version": "4.28.5",
3
+ "version": "5.0.0",
4
"description": "Use react-devtools outside of the browser",
5
"license": "MIT",
6
"main": "./dist/backend.js",
packages/react-devtools-extensions/chrome/manifest.json
+2
-2
@@ -2,8 +2,8 @@
2
"manifest_version": 3,
3
"name": "React Developer Tools",
4
"description": "Adds React debugging tools to the Chrome Developer Tools.",
5
- "version": "4.28.5",
6
- "version_name": "4.28.5",
5
+ "version": "5.0.0",
6
+ "version_name": "5.0.0",
7
"minimum_chrome_version": "102",
8
"icons": {
9
"16": "icons/16-production.png",
packages/react-devtools-extensions/edge/manifest.json
+2
-2
@@ -2,8 +2,8 @@
2
"manifest_version": 3,
3
"name": "React Developer Tools",
4
"description": "Adds React debugging tools to the Microsoft Edge Developer Tools.",
5
- "version": "4.28.5",
6
- "version_name": "4.28.5",
5
+ "version": "5.0.0",
6
+ "version_name": "5.0.0",
7
"minimum_chrome_version": "102",
8
"icons": {
9
"16": "icons/16-production.png",
packages/react-devtools-extensions/firefox/manifest.json
+1
-1
@@ -2,7 +2,7 @@
2
"manifest_version": 2,
3
"name": "React Developer Tools",
4
"description": "Adds React debugging tools to the Firefox Developer Tools.",
5
- "version": "4.28.5",
5
+ "version": "5.0.0",
6
"applications": {
7
"gecko": {
8
"id": "@react-devtools",
packages/react-devtools-inline/package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "react-devtools-inline",
3
- "version": "4.28.5",
3
+ "version": "5.0.0",
4
"description": "Embed react-devtools within a website",
5
"license": "MIT",
6
"main": "./dist/backend.js",
packages/react-devtools-timeline/package.json
+1
-1
@@ -1,7 +1,7 @@
1
{
2
"private": true,
3
"name": "react-devtools-timeline",
4
- "version": "4.28.5",
4
+ "version": "5.0.0",
5
"license": "MIT",
6
"dependencies": {
7
"@elg/speedscope": "1.9.0-a6f84db",
packages/react-devtools/CHANGELOG.md
+15
@@ -4,6 +4,21 @@
4
5
---
6
7
+### 5.0.0
8
+November 29, 2023
9
+
10
+### Breaking
11
+* refactor[devtools]: highlight an array of elements for native ([hoxyq](https://github.com/hoxyq) in [#27734](https://github.com/facebook/react/pull/27734))
12
+
13
+### Features
14
+* feat[devtools]: display Forget badge for the relevant components ([hoxyq](https://github.com/hoxyq) in [#27709](https://github.com/facebook/react/pull/27709))
15
+
16
+### Other
17
+* Added windows powershell syntax to build scripts ([PrathamLalwani](https://github.com/PrathamLalwani) in [#27692](https://github.com/facebook/react/pull/27692))
18
+* refactor[react-devtools-shared]: minor parsing improvements and modifications ([hoxyq](https://github.com/hoxyq) in [#27661](https://github.com/facebook/react/pull/27661))
19
+
20
+---
21
+
22
### 4.28.5
23
October 18, 2023
24
packages/react-devtools/package.json
+2
-2
@@ -1,6 +1,6 @@
1
{
2
"name": "react-devtools",
3
- "version": "4.28.5",
3
+ "version": "5.0.0",
4
"description": "Use react-devtools outside of the browser",
5
"license": "MIT",
6
"repository": {
@@ -27,7 +27,7 @@
27
"electron": "^23.1.2",
28
"ip": "^1.1.4",
29
"minimist": "^1.2.3",
30
- "react-devtools-core": "4.28.5",
30
+ "react-devtools-core": "5.0.0",
31
"update-notifier": "^2.1.0"
32
}
33
}