@acdlite acdlite released this Dec 20, 2018 · 68 commits to master since this release

Assets 2

React DOM

  • Fix performance of React.lazy for large numbers of lazily-loaded components. (@acdlite in #14429)
  • Clear fields on unmount to avoid memory leaks. (@trueadm in #14276)
  • Fix bug with SSR and context when mixing react-dom/server@16.6 and react@<16.6. (@gaearon in #14291)
  • Fix a performance regression in profiling mode. (@bvaughn in #14383)

Scheduler (Experimental)

Nov 13, 2018
Tagging 16.7.0-alpha.1 release

@gaearon gaearon released this Nov 13, 2018

Assets 14

16.6.3 (November 12, 2018)

React DOM

React DOM Server

  • Fix incorrect sharing of context state between renderToNodeStream() calls. (@sebmarkbage in #14182)
  • Add a warning about incorrect usage of the context API. (@trueadm in #14033)

@gaearon gaearon released this Oct 24, 2018 · 221 commits to master since this release

Assets 18

16.6.0 (October 23, 2018)

React

React DOM

  • Add contextType as a more ergonomic way to subscribe to context from a class. (@bvaughn in #13728)
  • Add getDerivedStateFromError lifecycle method for catching errors in a future asynchronous server-side renderer. (@bvaughn in #13746)
  • Warn when <Context> is used instead of <Context.Consumer>. (@trueadm in #13829)
  • Fix gray overlay on iOS Safari. (@philipp-spiess in #13778)
  • Fix a bug caused by overwriting window.event in development. (@sergei-startsev in #13697)

React DOM Server

Scheduler (Experimental)

Oct 10, 2018
Tagging 16.6.0-alpha.8af6728 release
Oct 5, 2018
Tagging 16.6.0-alpha.400d197 release
Sep 17, 2018
Tagging 16.6.0-alpha.0 release