Update Jun 8, 2026 tracked by Updatify
15.6.0 (June 13, 2017)
React
-
Downgrade deprecation warnings to use
console.warninstead ofconsole.error. (@flarnie in #9753) -
Add a deprecation warning for
React.createClass. Points users tocreate-react-classinstead. (@flarnie in #9771) -
Add deprecation warnings and separate module for
React.DOMfactory helpers. (@nhunzaker in #8356) -
Warn for deprecation of
React.createMixinhelper, which was never used. (@aweary in #8853)
React DOM
-
Add support for CSS variables in
styleattribute. (@aweary in #9302) - Add support for CSS Grid style properties. (@ericsakmar in #9185)
- Fix bug where inputs mutated value on type conversion. (@nhunzaker in #9806)
-
Fix issues with
onChangenot firing properly for some inputs. (@jquense in #8575) - Fix bug where controlled number input mistakenly allowed period. (@nhunzaker in #9584)
- Fix bug where performance entries were being cleared. (@chrisui in #9451)
React Addons
-
Fix AMD support for addons depending on
react. (@flarnie in #9919) -
Fix
isMounted()to returntrueincomponentWillUnmount. (@mridgway in #9638) -
Fix
react-addons-updateto not depend on nativeObject.assign. (@gaearon in #9937) -
Remove broken Google Closure Compiler annotation from
create-react-class. (@gaearon in #9933) -
Remove unnecessary dependency from
react-linked-input. (@gaearon in #9766) -
Point
react-addons-(css-)transition-groupto the new package. (@gaearon in #9937)