react-devtools
Advanced tools
Comparing version 4.13.5 to 4.14.0
@@ -5,3 +5,3 @@ # React DevTools changelog | ||
<summary> | ||
Changes that have landed in master but are not yet released. | ||
Changes that have landed in main but are not yet released. | ||
Click to see more. | ||
@@ -13,2 +13,14 @@ </summary> | ||
## 4.14.0 (July 17, 2021) | ||
#### Features | ||
* Display hook names for inspected components ([saphal1998](https://github.com/saphal1998), [VibhorCodecianGupta](https://github.com/VibhorCodecianGupta), [bvaughn](https://github.com/bvaughn), and [motiz88](https://github.com/motiz88) in [#21641](https://github.com/facebook/react/pull/21641), [#21790](https://github.com/facebook/react/pull/21790), [#21814](https://github.com/facebook/react/pull/21814), [#21815](https://github.com/facebook/react/pull/21815), [#21831](https://github.com/facebook/react/pull/21831), [#21833](https://github.com/facebook/react/pull/21833), [#21835](https://github.com/facebook/react/pull/21835), [#21865](https://github.com/facebook/react/pull/21865), [#21871](https://github.com/facebook/react/pull/21871), [#21874](https://github.com/facebook/react/pull/21874), [#21891](https://github.com/facebook/react/pull/21891)) | ||
* Control for manually toggling error boundaries ([baopham](https://github.com/baopham) in [#21583](https://github.com/facebook/react/pull/21583)) | ||
* Allow user to manually enter Profiler commit number to jump between commits ([srubin](https://github.com/srubin) in [#19957](https://github.com/facebook/react/pull/19957)) | ||
##### Display hook names for inspected components | ||
![DevTools parsing hook names](https://user-images.githubusercontent.com/29597/124013541-68c2cb00-d9b0-11eb-83ab-81a5180da46b.gif) | ||
##### Control for manually toggling error boundaries | ||
![DevTools error boundary toggle](https://user-images.githubusercontent.com/29597/125891522-30f0d99d-407f-4c31-b5a7-e9d0bd3fa554.gif) | ||
## 4.13.5 (May 25, 2021) | ||
@@ -385,3 +397,3 @@ #### Bugfix | ||
[Learn more](https://github.com/facebook/react/blob/master/packages/react-devtools/OVERVIEW.md) about the performance optimizations that made this possible. | ||
[Learn more](https://github.com/facebook/react/blob/main/packages/react-devtools/OVERVIEW.md) about the performance optimizations that made this possible. | ||
@@ -412,3 +424,3 @@ #### Component stacks | ||
Components in the tree no longer show inline props. This was done to [make DevTools faster](https://github.com/facebook/react/blob/master/packages/react-devtools/OVERVIEW.md) and to make it easier to browse larger component trees. | ||
Components in the tree no longer show inline props. This was done to [make DevTools faster](https://github.com/facebook/react/blob/main/packages/react-devtools/OVERVIEW.md) and to make it easier to browse larger component trees. | ||
@@ -415,0 +427,0 @@ You can view a component's props, state, and hooks by selecting it: |
{ | ||
"name": "react-devtools", | ||
"version": "4.13.5", | ||
"version": "4.14.0", | ||
"description": "Use react-devtools outside of the browser", | ||
@@ -30,5 +30,5 @@ "license": "MIT", | ||
"minimist": "^1.2.3", | ||
"react-devtools-core": "4.13.5", | ||
"react-devtools-core": "4.14.0", | ||
"update-notifier": "^2.1.0" | ||
} | ||
} |
@@ -108,3 +108,3 @@ # `react-devtools` | ||
**If your app is inside an iframe, a Chrome extension, React Native, or in another unusual environment**, try [the standalone version instead](https://github.com/facebook/react/tree/master/packages/react-devtools). Chrome apps are currently not inspectable. | ||
**If your app is inside an iframe, a Chrome extension, React Native, or in another unusual environment**, try [the standalone version instead](https://github.com/facebook/react/tree/main/packages/react-devtools). Chrome apps are currently not inspectable. | ||
@@ -111,0 +111,0 @@ **If you still have issues** please [report them](https://github.com/facebook/react/issues/new?labels=Component:%20Developer%20Tools). Don't forget to specify your OS, browser version, extension version, and the exact instructions to reproduce the issue with a screenshot. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64244
+ Addedreact-devtools-core@4.14.0(transitive)
- Removedreact-devtools-core@4.13.5(transitive)
Updatedreact-devtools-core@4.14.0