|
9 | 9 | <!-- Upcoming changes go here -->
|
10 | 10 | </details>
|
11 | 11 |
|
| 12 | +## 4.9.0 (October 19, 2020) |
| 13 | +#### Features |
| 14 | +* [Improved DevTools editing interface](#improved-devtools-editing-interface) ([bvaughn](https://github.com/bvaughn) in [#19774](https://github.com/facebook/react/pull/19774)) |
| 15 | +* Add ⎇ + arrow key navigation ([bvaughn](https://github.com/bvaughn) in [#19741](https://github.com/facebook/react/pull/19741)) |
| 16 | +* Add checkbox toggle for boolean values ([mdaj06](https://github.com/mdaj06) in [#19714](https://github.com/facebook/react/pull/19714)) |
| 17 | +* Show symbols used as keys in state ([omarsy](https://github.com/omarsy) in [#19786](https://github.com/facebook/react/pull/19786)) |
| 18 | +* Add new (unstable) `SuspenseList` component type ([bpernick](https://github.com/bpernick) in [#19684](https://github.com/facebook/react/pull/19684)) |
| 19 | + |
| 20 | +#### Bugfix |
| 21 | +* Show proper icon/tooltip for restricted browser pages ([sktguha](https://github.com/sktguha) in [#20023](https://github.com/facebook/react/pull/20023)) |
| 22 | +* Fix emoji character shown in Chrome developer tools panel ([bvaughn](https://github.com/bvaughn) in [#19603](https://github.com/facebook/react/pull/19603)) |
| 23 | +* Don't open two tabs in Firefox when clicking on troubleshooting instructions ([unbyte](https://github.com/unbyte) in [#19632](https://github.com/facebook/react/pull/19632)) |
| 24 | +* Support inner component `_debugOwner` in memo ([bvaughn](https://github.com/bvaughn) in [#19556](https://github.com/facebook/react/pull/19556)) |
| 25 | +* Proxied methods should be safely dehydrated for display ([@pfongkye](https://github.com/pfongkye) in [b6e1d08](https://github.com/facebook/react/commit/b6e1d08) |
| 26 | +* Property list values should show whitespace ([sammarks](https://github.com/sammarks) in [#19640](https://github.com/facebook/react/pull/19640)) |
| 27 | +* Fix crash when inspecting document.all ([omarsy](https://github.com/omarsy) in [#19619](https://github.com/facebook/react/pull/19619)) |
| 28 | +* Don't call generators during inspection since they may be stateful ([todortotev](https://github.com/todortotev) in [#19831](https://github.com/facebook/react/pull/19831)) |
| 29 | +* Fix bad null check in DevTools highlight code ([bvaughn](https://github.com/bvaughn) in [#20010](https://github.com/facebook/react/pull/20010)) |
| 30 | +* Handled a missing suspense fiber when suspense is filtered on the profiler ([IDrissAitHafid](https://github.com/IDrissAitHafid) in [#ISSUE](https://github.com/facebook/react/pull/ISSUE)) |
| 31 | +* Fixed unfound node error when Suspense is filtered ([IDrissAitHafid](https://github.com/IDrissAitHafid) in [#20019](https://github.com/facebook/react/pull/20019)) |
| 32 | +* Always overrides the dispatcher when shallow rendering ([bvaughn](https://github.com/bvaughn) in [#20011](https://github.com/facebook/react/pull/20011)) |
| 33 | +* Frevent phishing attacks ([iamwilson](https://github.com/iamwilson) in [#19934](https://github.com/facebook/react/pull/19934)) |
| 34 | + |
| 35 | +### Other |
| 36 | +* Enable source maps for DevTools production builds ([jpribyl ](https://github.com/jpribyl ) in [#19773](https://github.com/facebook/react/pull/19773)) |
| 37 | +* Drop support for IE 11 ([bvaughn](https://github.com/bvaughn) in [#19875](https://github.com/facebook/react/pull/19875)) |
| 38 | +* Remove ReactJS.org version check "cheat" ([sktguha](https://github.com/sktguha) in [#19939](https://github.com/facebook/react/pull/19939)) |
| 39 | +* Update outdated links and fix two broken links ([sktguha](https://github.com/sktguha) in [#19985](https://github.com/facebook/react/pull/19985)) |
| 40 | +* Remove support for deprecated/unreleased React Flare event system ([trueadm](https://github.com/trueadm) in [#19520](https://github.com/facebook/react/pull/19520)) |
| 41 | + |
| 42 | +###### Improved DevTools editing interface |
| 43 | + |
| 44 | +**Improved parsing** |
| 45 | +Value parsing logic has been relaxed so as to no longer require quotes around strings or double quotes: |
| 46 | + |
| 47 | + |
| 48 | +**Modifying arrays** |
| 49 | +New values can be added to array props/state/hooks now. Existing values can also be deleted: |
| 50 | + |
| 51 | + |
| 52 | +**Modifying objects** |
| 53 | +New keys can be added to object props/state/hooks now. Existing keys can be renamed or deleted entirely: |
| 54 | + |
| 55 | + |
12 | 56 | ## 4.8.2 (July 15, 2020)
|
13 | 57 | #### Bugfix
|
14 | 58 | * Fix broken `Suspense` heuristic ([bvaughn](https://github.com/bvaughn) in [#19373](https://github.com/facebook/react/pull/19373))
|
|
0 commit comments