|
8 | 8 |
|
9 | 9 | <!-- Upcoming changes go here --> |
10 | 10 |
|
| 11 | +</details> |
| 12 | + |
| 13 | +## 4.5.0 (March 3, 2020) |
| 14 | + |
11 | 15 | #### Features |
12 | 16 | * Improve function props display for inspected elements ([bvaughn](https://github.com/bvaughn) in [#17789](https://github.com/facebook/react/pull/17789)) |
| 17 | +* Re-enabled context menu for Firefox extension ([bvaughn](https://github.com/bvaughn) in [#17838](https://github.com/facebook/react/pull/17838)) |
| 18 | +* Apply changes to props/state/hooks on blur (rather than on ENTER) ([muratcatal](https://github.com/muratcatal) in [#17062](https://github.com/facebook/react/pull/17062)) |
| 19 | +* Add info tooltip to nodes in Profiler ([M-Izadmehr](https://github.com/M-Izadmehr) in [#18048](https://github.com/facebook/react/pull/18048)) |
| 20 | +* Added resize support to Components panel ([hristo-kanchev](https://github.com/hristo-kanchev) in [#18046](https://github.com/facebook/react/pull/18046)) |
| 21 | + |
13 | 22 | #### Bugfix |
14 | | -* Improve how empty commits are filtered ([bvaughn](https://github.com/bvaughn) in [#17771](https://github.com/facebook/react/pull/17771)) |
| 23 | +* Improve how empty commits are filtered ([nutboltu](https://github.com/nutboltu) in [#17931](https://github.com/facebook/react/pull/17931)) |
| 24 | +* BigInt serialize issue in devtools copy to clipboard ([bvaughn](https://github.com/bvaughn) in [#17771](https://github.com/facebook/react/pull/17771)) |
15 | 25 | * Renamed "backend.js" to "react_devtools_backend.js" to reduce potential confusion from profiling ([bvaughn](https://github.com/bvaughn) in [#17790](https://github.com/facebook/react/pull/17790)) |
16 | 26 | * Update root styles to prevent `box-sizing` style from leaking outside of inline target ([GasimGasimzada](https://github.com/GasimGasimzada) in [#17775](https://github.com/facebook/react/pull/17775)) |
17 | | -https://github.com/facebook/react/pull/17775 |
18 | | -</details> |
| 27 | +* Fix "_Cannot read property 'sub' of undefined_" error when navigating to plain-text pages ([wfnuser](https://github.com/wfnuser) in [#17848](https://github.com/facebook/react/pull/17848)) |
| 28 | +* Fix potential error with composite hooks during shallow re-rendering ([bvaughn](https://github.com/bvaughn) in [#18130](https://github.com/facebook/react/pull/18130)) |
| 29 | +* Scope dev tools wildcard styles within DevTools CSS class ([@GasimGasimzada](https://github.com/GasimGasimzada) in [9cc094a](https://github.com/facebook/react/commit/9cc094a19a9e43d33ba5ac713935e657ea4e3cdd#diff-ab5ee5655b2aac3260e1f836546a13c9)) |
| 30 | + |
| 31 | +###### Info summary tooltips |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | +###### Components panel resize |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
19 | 42 |
|
20 | 43 | ## 4.4.0 (January 3, 2020) |
21 | 44 | #### Features |
|
0 commit comments