Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f86294

Browse files
authored
[DevTools Changelog] Add a note about restoring selection (facebook#16409)
Also a tiny nit, "inline" spelling seems more common in this context. My eyes stumbled at it on every read.
1 parent 600c57a commit 6f86294

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

packages/react-devtools/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Host nodes (e.g. HTML `<div>`, React Native `View`) are now hidden by default, b
4141

4242
Filter preferences are remembered between sessions.
4343

44-
#### No more in-line props
44+
#### No more inline props
4545

46-
Components in the tree no longer show in-line 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.
46+
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.
4747

4848
You can view a component's props, state, and hooks by selecting it:
4949

@@ -101,6 +101,12 @@ Components decorated with multiple HOCs show the topmost badge and a count. Sele
101101

102102
![Screenshot showing a component with multiple HOC badges](https://user-images.githubusercontent.com/29597/62303729-7fadbb00-b431-11e9-8685-45f5ab52b30b.png)
103103

104+
#### Restoring selection between reloads
105+
106+
DevTools now attempts to restore the previously selected element when you reload the page.
107+
108+
![Video demonstrating selection persistence](https://user-images.githubusercontent.com/810438/63130054-2c02ac00-bfb1-11e9-92fa-382e9e433638.gif)
109+
104110
#### Suspense toggle
105111

106112
React's experimental [Suspense API](https://reactjs.org/docs/react-api.html#suspense) lets components "wait" for something before rendering. `<Suspense>` components can be used to specify loading states when components deeper in the tree are waiting to render.
@@ -139,4 +145,4 @@ Because this feature adds a small amount of overhead, it can be disabled in the
139145

140146
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.
141147

142-
![Video demonstrating profiler's component renders list](https://user-images.githubusercontent.com/29597/62234547-bcb97500-b37f-11e9-9615-54fba8b574b9.gif)
148+
![Video demonstrating profiler's component renders list](https://user-images.githubusercontent.com/29597/62234547-bcb97500-b37f-11e9-9615-54fba8b574b9.gif)

0 commit comments

Comments
 (0)