SIGN IN SIGN UP
facebook / react UNCLAIMED

The library for web and native user interfaces.

0 0 891 JavaScript

TAGS

20 tags
v16.3.0-alpha.1

Tagging 16.3.0-alpha.1 release

v16.3.0-alpha.0

Tagging 16.3.0-alpha.0 release

v16.1.0

Updating CHANGELOG.md for 16.1.0 release

16.1.0

Tagging 16.1.0 release

16.1.0-rc

Tagging 16.1.0-rc release

16.1.0-beta.1

Tagging 16.1.0-beta.1 release

16.1.0-beta

Tagging 16.1.0-beta release

v15.6.2

15.6.2 All Packages * Switch from BSD + Patents to MIT license React DOM * Fix a bug where modifying `document.documentMode` would trigger IE detection in other browsers, breaking change events. ([@aweary](https://github.com/aweary) in [#10032](https://github.com/facebook/react/pull/10032)) * CSS Columns are treated as unitless numbers. ([@aweary](https://github.com/aweary) in [#10115](https://github.com/facebook/react/pull/10115)) * Fix bug in QtWebKit when wrapping synthetic events in proxies. ([@walrusfruitcake](https://github.com/walrusfruitcake) in [#10115](https://github.com/facebook/react/pull/10011)) * Prevent event handlers from receiving extra argument in development. ([@aweary](https://github.com/aweary) in [#10115](https://github.com/facebook/react/pull/8363)) * Fix cases where `onChange` would not fire with `defaultChecked` on radio inputs. ([@jquense](https://github.com/jquense) in [#10156](https://github.com/facebook/react/pull/10156)) * Add support for `controlList` attribute to DOM property whitelist ([@nhunzaker](https://github.com/nhunzaker) in [#9940](https://github.com/facebook/react/pull/9940)) * Fix a bug where creating an element with a ref in a constructor did not throw an error in development. ([@iansu](https://github.com/iansu) in [#10025](https://github.com/facebook/react/pull/10025))

v16.0.0-rc.2

Bump versions for 16.0.0-rc.2

v15.6.1

Fix tests on CI to account for prop-types change