acdlite
released this
Assets
2
React DOM
- Fix performance of
React.lazyfor 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.6andreact@<16.6. (@gaearon in #14291) - Fix a performance regression in profiling mode. (@bvaughn in #14383)
Scheduler (Experimental)
Assets
14
- react-dom-server.browser.development.js 124 KB
- react-dom-server.browser.production.min.js 17 KB
- react-dom-test-utils.development.js 44.9 KB
- react-dom-test-utils.production.min.js 9.96 KB
- react-dom.development.js 709 KB
- react-dom.production.min.js 97.7 KB
- react-dom.profiling.min.js 101 KB
- react-is.development.js 7.51 KB
- react-is.production.min.js 2.12 KB
- react.development.js 95.9 KB
- react.production.min.js 11.5 KB
- react.profiling.min.js 13.7 KB
- Source code (zip)
- Source code (tar.gz)
16.6.3 (November 12, 2018)
React DOM
- Fix bugs in
Suspenseandlazy. (@acdlite in #14133, #14157, and #14164) - Fix highlighting of
React.memoupdates in React DevTools. (@bvaughn in #14141) - Fix interaction of Suspense with the React Profiler. (@bvaughn in #14065)
- Fix a false positive warning when using Suspense. (@acdlite in #14158)
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)
acdlite
released this
Assets
20
- react-dom-server.browser.development.js 118 KB
- react-dom-server.browser.production.min.js 16 KB
- react-dom-test-utils.development.js 44.9 KB
- react-dom-test-utils.production.min.js 9.96 KB
- react-dom-unstable-native-dependencies.development.js 60.6 KB
- react-dom-unstable-native-dependencies.production.min.js 11 KB
- react-dom.development.js 709 KB
- react-dom.production.min.js 98 KB
- react-dom.profiling.min.js 101 KB
- react-is.development.js 7.51 KB
- react-is.production.min.js 2.12 KB
- react-test-renderer-shallow.development.js 25.8 KB
- react-test-renderer-shallow.production.min.js 7.27 KB
- react-test-renderer.development.js 440 KB
- react-test-renderer.production.min.js 56.3 KB
- react.development.js 95.4 KB
- react.production.min.js 11.5 KB
- react.profiling.min.js 13.6 KB
- Source code (zip)
- Source code (tar.gz)
16.6.1 (November 6, 2018)
React DOM
- Fallback should not remount every time a promise resolves. (@acdlite in #14083)
- Fix bug where Suspense keeps showing fallback even after everything finishes loading. (@acdlite in #14083)
- Fix unresolved default props in lifecycle methods of a lazy component. (@gaearon in #14112)
- Fix bug when recovering from an error thrown during complete phase. (@gaearon in #14104)
Scheduler (Experimental)
gaearon
released this
Assets
18
- react-dom-server.browser.development.js 108 KB
- react-dom-server.browser.production.min.js 15.9 KB
- react-dom-test-utils.development.js 45.8 KB
- react-dom-test-utils.production.min.js 9.96 KB
- react-dom.development.js 681 KB
- react-dom.production.min.js 98 KB
- react-dom.profiling.min.js 100 KB
- react-is.development.js 7.36 KB
- react-is.production.min.js 2.06 KB
- react-test-renderer-shallow.development.js 26.6 KB
- react-test-renderer-shallow.production.min.js 7.22 KB
- react-test-renderer.development.js 413 KB
- react-test-renderer.production.min.js 56.1 KB
- react.development.js 93.7 KB
- react.production.min.js 11.7 KB
- react.profiling.min.js 13.8 KB
- Source code (zip)
- Source code (tar.gz)
16.6.0 (October 23, 2018)
React
- Add
React.memo()as an alternative toPureComponentfor functions. (@acdlite in #13748) - Add
React.lazy()for code splitting components. (@acdlite in #13885) React.StrictModenow warns about legacy context API. (@bvaughn in #13760)React.StrictModenow warns aboutfindDOMNode. (@sebmarkbage in #13841)- Rename
unstable_AsyncModetounstable_ConcurrentMode. (@trueadm in #13732) - Rename
unstable_PlaceholdertoSuspense, anddelayMstomaxDuration. (@gaearon in #13799 and @sebmarkbage in #13922)
React DOM
- Add
contextTypeas a more ergonomic way to subscribe to context from a class. (@bvaughn in #13728) - Add
getDerivedStateFromErrorlifecycle 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.eventin development. (@sergei-startsev in #13697)
React DOM Server
- Add support for
React.memo(). (@alexmckenley in #13855) - Add support for
contextType. (@alexmckenley and @sebmarkbage in #13889)
Scheduler (Experimental)
- Rename the package to
scheduler. (@gaearon in #13683) - Support priority levels, continuations, and wrapped callbacks. (@acdlite in #13720 and #13842)
- Improve the fallback mechanism in non-DOM environments. (@acdlite in #13740)
- Schedule
requestAnimationFrameearlier. (@acdlite in #13785) - Fix the DOM detection to be more thorough. (@trueadm in #13731)
- Fix bugs with interaction tracing. (@bvaughn in #13590)
- Add the
envifytransform to the package. (@mridgway in #13766)
bvaughn
released this
Assets
22
- react-art.development.js 442 KB
- react-art.production.min.js 84.6 KB
- react-dom-server.browser.development.js 106 KB
- react-dom-server.browser.production.min.js 15.4 KB
- react-dom-test-utils.development.js 46 KB
- react-dom-test-utils.production.min.js 9.98 KB
- react-dom-unstable-native-dependencies.development.js 61.6 KB
- react-dom-unstable-native-dependencies.production.min.js 11 KB
- react-dom.development.js 652 KB
- react-dom.production.min.js 92.2 KB
- react-dom.profiling.min.js 95.2 KB
- react-is.development.js 4.72 KB
- react-is.production.min.js 1.92 KB
- react-test-renderer-shallow.development.js 25.6 KB
- react-test-renderer-shallow.production.min.js 7.16 KB
- react-test-renderer.development.js 386 KB
- react-test-renderer.production.min.js 50.8 KB
- react.development.js 83.7 KB
- react.production.min.js 10.2 KB
- react.profiling.min.js 12.3 KB
- Source code (zip)
- Source code (tar.gz)
React DOM
- Fixed a recent
<iframe>regression (@JSteunou in #13650) - Fix
updateWrapperso that<textarea>s no longer re-render when data is unchanged (@joelbarbosa in #13643)
Schedule (Experimental)
PreviousNext

