React: v16.10.0 Release

Release date:
September 25, 2019
Previous version:
Could not determine previous release version
Magnitude:
309 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

140 Features Released with v16.10.0

Top Contributors in v16.10.0

bvaughn

Directory Browser for v16.10.0

We couldn't find a release before this one

Release Notes Published

React DOM

  • Fix edge case where a hook update wasn't being memoized. (@sebmarkbage in #16359)
  • Fix heuristic for determining when to hydrate, so we don't incorrectly hydrate during an update. (@sebmarkbage in #16739)
  • Clear additional fiber fields during unmount to save memory. (@trueadm in #16807)
  • Fix bug with required text fields in Firefox. (@halvves in #16578)
  • Prefer Object.is instead of inline polyfill, when available. (@ku8ar in #16212)
  • Fix bug when mixing Suspense and error handling. (@acdlite in #16801)

Scheduler (Experimental)

  • Improve queue performance by switching its internal data structure to a min binary heap. (@acdlite in #16245)
  • Use postMessage loop with short intervals instead of attempting to align to frame boundaries with requestAnimationFrame. (@acdlite in #16214)

useSubscription

  • Avoid tearing issue when a mutation happens and the previous update is still in progress. (@bvaughn in #16623)

Artifacts

β€’ react: https://unpkg.com/[email protected]/umd/ β€’ react-art: https://unpkg.com/[email protected]/umd/ β€’ react-dom: https://unpkg.com/[email protected]/umd/ β€’ react-is: https://unpkg.com/[email protected]/umd/ β€’ react-test-renderer: https://unpkg.com/[email protected]/umd/ β€’ scheduler: https://unpkg.com/[email protected]/umd/