Socket
Socket
Sign inDemoInstall

react-is

Package Overview
Dependencies
0
Maintainers
4
Versions
1697
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
165166168169Next

16.6.3

Diff

Changelog

Source

16.6.3 (November 12, 2018)

React DOM

  • Fix bugs in Suspense and lazy. (@acdlite in #14133, #14157, and #14164)
  • Fix highlighting of React.memo updates 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
published 0.0.0-0c756fb-f7f79fd •

acdlite
published 16.6.2 •

Changelog

Source

16.6.2 (November 12, 2018)

This release was published in a broken state and should be skipped.

acdlite
published 0.0.0-0c756fb-697f004 •

acdlite
published 0.0.0-8b3c1e4-1d1a717 •

acdlite
published 0.0.0-a8988e4-1d1a717 •

acdlite
published 0.0.0-d5e1bf0-aee1b84 •

acdlite
published 16.6.1 •

Changelog

Source

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 a crash when Suspense finishes loading in IE11. (@sophiebits in #14126)
  • 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)

brianvaughn
published 16.7.0-alpha.0 •

gaearon
published 16.6.0 •

Changelog

Source

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)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc