facebook/react
### [`v16.10.1`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#16101-September-28-2019)
[Compare Source](https://togithub.com/facebook/react/compare/v16.10.0...v16.10.1)
##### React DOM
- Fix regression in Next.js apps by allowing Suspense mismatch during hydration to silently proceed ([@sebmarkbage](https://togithub.com/sebmarkbage) in [#16943](https://togithub.com/facebook/react/pull/16943))
### [`v16.10.0`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#16100-September-27-2019)
[Compare Source](https://togithub.com/facebook/react/compare/v16.9.0...v16.10.0)
##### React DOM
- Fix edge case where a hook update wasn't being memoized. ([@sebmarkbage](http://github.com/sebmarkbage) in [#16359](https://togithub.com/facebook/react/pull/16359))
- Fix heuristic for determining when to hydrate, so we don't incorrectly hydrate during an update. ([@sebmarkbage](http://github.com/sebmarkbage) in [#16739](https://togithub.com/facebook/react/pull/16739))
- Clear additional fiber fields during unmount to save memory. ([@trueadm](http://github.com/trueadm) in [#16807](https://togithub.com/facebook/react/pull/16807))
- Fix bug with required text fields in Firefox. ([@halvves](http://github.com/halvves) in [#16578](https://togithub.com/facebook/react/pull/16578))
- Prefer `Object.is` instead of inline polyfill, when available. ([@ku8ar](http://github.com/ku8ar) in [#16212](https://togithub.com/facebook/react/pull/16212))
- Fix bug when mixing Suspense and error handling. ([@acdlite](http://github.com/acdlite) in [#16801](https://togithub.com/facebook/react/pull/16801))
##### Scheduler (Experimental)
- Improve queue performance by switching its internal data structure to a min binary heap. ([@acdlite](http://github.com/acdlite) in [#16245](https://togithub.com/facebook/react/pull/16245))
- Use `postMessage` loop with short intervals instead of attempting to align to frame boundaries with `requestAnimationFrame`. ([@acdlite](http://github.com/acdlite) in [#16214](https://togithub.com/facebook/react/pull/16214))
##### useSubscription
- Avoid tearing issue when a mutation happens and the previous update is still in progress. ([@bvaughn](http://github.com/bvaughn) in [#16623](https://togithub.com/facebook/react/pull/16623))
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.
This PR contains the following updates:
2.0.1
->2.1.1
16.9.0
->16.10.1
16.9.0
->16.10.1
Release Notes
facebook/react
### [`v16.10.1`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#16101-September-28-2019) [Compare Source](https://togithub.com/facebook/react/compare/v16.10.0...v16.10.1) ##### React DOM - Fix regression in Next.js apps by allowing Suspense mismatch during hydration to silently proceed ([@sebmarkbage](https://togithub.com/sebmarkbage) in [#16943](https://togithub.com/facebook/react/pull/16943)) ### [`v16.10.0`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#16100-September-27-2019) [Compare Source](https://togithub.com/facebook/react/compare/v16.9.0...v16.10.0) ##### React DOM - Fix edge case where a hook update wasn't being memoized. ([@sebmarkbage](http://github.com/sebmarkbage) in [#16359](https://togithub.com/facebook/react/pull/16359)) - Fix heuristic for determining when to hydrate, so we don't incorrectly hydrate during an update. ([@sebmarkbage](http://github.com/sebmarkbage) in [#16739](https://togithub.com/facebook/react/pull/16739)) - Clear additional fiber fields during unmount to save memory. ([@trueadm](http://github.com/trueadm) in [#16807](https://togithub.com/facebook/react/pull/16807)) - Fix bug with required text fields in Firefox. ([@halvves](http://github.com/halvves) in [#16578](https://togithub.com/facebook/react/pull/16578)) - Prefer `Object.is` instead of inline polyfill, when available. ([@ku8ar](http://github.com/ku8ar) in [#16212](https://togithub.com/facebook/react/pull/16212)) - Fix bug when mixing Suspense and error handling. ([@acdlite](http://github.com/acdlite) in [#16801](https://togithub.com/facebook/react/pull/16801)) ##### Scheduler (Experimental) - Improve queue performance by switching its internal data structure to a min binary heap. ([@acdlite](http://github.com/acdlite) in [#16245](https://togithub.com/facebook/react/pull/16245)) - Use `postMessage` loop with short intervals instead of attempting to align to frame boundaries with `requestAnimationFrame`. ([@acdlite](http://github.com/acdlite) in [#16214](https://togithub.com/facebook/react/pull/16214)) ##### useSubscription - Avoid tearing issue when a mutation happens and the previous update is still in progress. ([@bvaughn](http://github.com/bvaughn) in [#16623](https://togithub.com/facebook/react/pull/16623))Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot. View repository job log here.