|
9 | 9 | <!-- Upcoming changes go here -->
|
10 | 10 | </details>
|
11 | 11 |
|
| 12 | +## 4.11.0 (April 9, 2021) |
| 13 | +#### Bugfix |
| 14 | +* `$r` should contain hooks property when it is `forwardRef` or `memo` component ([meowtec](https://github.com/meowtec) in [#20626](https://github.com/facebook/react/pull/20626)) |
| 15 | +* Ensure `sync-xhr` is allowed before reload and profile ([ChrisDobby](https://github.com/ChrisDobby) in [#20879](https://github.com/facebook/react/pull/20879)) |
| 16 | +* Bump electron version from 9.1.0 to 11.1.0 for darwin-arm64 builds ([jaiwanth-v](https://github.com/jaiwanth-v) in [#20496](https://github.com/facebook/react/pull/20496)) |
| 17 | +* Fixed primitive hook badge colors for light theme ([bvaughn](https://github.com/bvaughn) in [#21034](https://github.com/facebook/react/pull/21034)) |
| 18 | +* Increased minimum Chrome/Firefox versions from 51/54 to 60/55 to reduce polyfill code. ([bvaughn](https://github.com/bvaughn) in [#21185](https://github.com/facebook/react/pull/21185)) |
| 19 | +* Fix can't expand prop value in some scenario ([iChenLei](https://github.com/iChenLei) in [#20534](https://github.com/facebook/react/pull/20534)) |
| 20 | +* Flush updated passive warning/error info after delay ([bvaughn](https://github.com/bvaughn) in [#20931](https://github.com/facebook/react/pull/20931)) |
| 21 | +* Patch console methods even when only show-inline-warnings/errors enabled ([bvaughn](https://github.com/bvaughn) in [#20688](https://github.com/facebook/react/pull/20688)) |
| 22 | +* React Native fixes for new inline errors feature ([bvaughn](https://github.com/bvaughn) in [#20502](https://github.com/facebook/react/pull/20502)) |
| 23 | +* Fixed invalid work tag constants that affected a certain range of React versions ([bvaughn](https://github.com/bvaughn) in [#20362](https://github.com/facebook/react/pull/20362)) |
| 24 | + |
| 25 | +#### Features |
| 26 | +* Improve Profiler commit-selector UX ([bvaughn](https://github.com/bvaughn) in [#20943](https://github.com/facebook/react/pull/20943)) |
| 27 | +* Swap `log` with `cbrt` for commit bar height ([bvaughn](https://github.com/bvaughn) in [#20952](https://github.com/facebook/react/pull/20952)) |
| 28 | +* Integrate with new experimental React Suspense features to improve props loading and inspection UX ([bvaughn](https://github.com/bvaughn) in [#20548](https://github.com/facebook/react/pull/20548), [#20789](https://github.com/facebook/react/pull/20789), [#20458](https://github.com/facebook/react/pull/20458)) |
| 29 | +* Expose DEV-mode warnings in devtools UI ([eps1lon](https://github.com/eps1lon) in [#20463](https://github.com/facebook/react/pull/20463)) |
| 30 | +* Display shortcuts for prev/next search result ([eps1lon](https://github.com/eps1lon) in [#20470](https://github.com/facebook/react/pull/20470)) |
| 31 | +* Increase the clickable area of the prop value ([TryingToImprove](https://github.com/TryingToImprove) in [#20428](https://github.com/facebook/react/pull/20428)) |
| 32 | + |
| 33 | +#### Experimental features |
| 34 | +The following features are only enabled when used with (experimental) builds of React: |
| 35 | +* Shows which fibers scheduled the current update ([bvaughn](https://github.com/bvaughn) in [#21171](https://github.com/facebook/react/pull/21171)) |
| 36 | +* Add commit and post-commit durations to Profiler UI ([bvaughn](https://github.com/bvaughn) in [#20984](https://github.com/facebook/react/pull/20984), [#21183](https://github.com/facebook/react/pull/21183)) |
| 37 | +* Show which hooks (indices) changed when profiling ([bvaughn](https://github.com/bvaughn) in [#20998](https://github.com/facebook/react/pull/20998)) |
| 38 | + |
| 39 | +###### Improve Profiler commit-selector UX |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | +###### Expose DEV-mode warnings in devtools UI |
| 46 | + |
| 47 | + |
| 48 | +###### Shows which fibers scheduled the current update |
| 49 | + |
| 50 | + |
| 51 | +###### Add commit and post-commit durations to Profiler UI |
| 52 | + |
| 53 | + |
| 54 | +###### Show which hooks (indices) changed when profiling |
| 55 | + |
| 56 | + |
| 57 | + |
12 | 58 | ## 4.10.1 (November 12, 2020)
|
13 | 59 | #### Bugfix
|
14 | 60 | * Fixed invalid internal work tag mappings ([bvaughn](https://github.com/bvaughn) in [#20362](https://github.com/facebook/react/pull/20362))
|
|
0 commit comments