You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react

Package Overview
Dependencies
Maintainers
8
Versions
2425
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react - npm Package Versions

1
228230
243

16.3.0-rc.0

Diff
b
brianvaughn
published 16.3.0-rc.0 •
b
brianvaughn
published 16.3.0-alpha.3 •
b
brianvaughn
published 16.3.0-alpha.2 •
a
acdlite
published 16.4.0-alpha.0911da3 •
a
acdlite
published 16.4.0-alpha.3174632 •
a
acdlite
published 16.4.0-alpha.7926752 •
b
brianvaughn
published 16.3.0-alpha.1 •
b
brianvaughn
published 16.3.0-alpha.0 •
c
clemmy
published 16.2.0 •

Changelog

Source

16.2.0 (November 28, 2017)

React

  • Add Fragment as named export to React. (@clemmy in #10783)
  • Support experimental Call/Return types in React.Children utilities. (@MatteoVH in #11422)

React DOM

  • Fix radio buttons not getting checked when using multiple lists of radios. (@landvibe in #11227)
  • Fix radio buttons not receiving the onChange event in some cases. (@jquense in #11028)

React Test Renderer

  • Fix setState() callback firing too early when called from componentWillMount. (@accordeiro in #11507)

React Reconciler

  • Expose react-reconciler/reflection with utilities useful to custom renderers. (@rivenhk in #11683)

Internal Changes

g
gaearon
published 16.1.1 •

Changelog

Source

16.1.1 (November 13, 2017)

React

  • Improve the warning about undefined component type. (@selbekk in #11505)

React DOM

React DOM Server

  • Don't freeze the ReactDOMServer public API. (@travi in #11531)
  • Don't emit autoFocus={false} attribute on the server. (@gaearon in #11543)

React Reconciler