base
base copied to clipboard
Bump react from 0.13.3 to 15.6.2
Bumps react from 0.13.3 to 15.6.2.
Release notes
Sourced from react's releases.
v15.6.2
15.6.2 (September 25, 2017)
All Packages
- Switch from BSD + Patents to MIT license
React DOM
- Fix a bug where modifying
document.documentModewould trigger IE detection in other browsers, breaking change events. (@aweary in #10032)- CSS Columns are treated as unitless numbers. (@aweary in #10115)
- Fix bug in QtWebKit when wrapping synthetic events in proxies. (@walrusfruitcake in #10115)
- Prevent event handlers from receiving extra argument in development. (@aweary in #10115)
- Fix cases where
onChangewould not fire withdefaultCheckedon radio inputs. (@jquense in #10156)- Add support for
controlListattribute to DOM property whitelist (@nhunzaker in #9940)- Fix a bug where creating an element with a ref in a constructor did not throw an error in development. (@iansu in #10025)
v15.6.1
15.6.1 (June 14, 2017)
React DOM
- Fix a crash on iOS Safari. (@jquense in #9960)
- Don't add
pxto custom CSS property values. (@TrySound in #9966)v15.6.0
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)
Changelog
Sourced from react's changelog.
15.6.2 (September 25, 2017)
All Packages
- Switch from BSD + Patents to MIT license
React DOM
- Fix a bug where modifying
document.documentModewould trigger IE detection in other browsers, breaking change events. (@aweary in #10032)- CSS Columns are treated as unitless numbers. (@aweary in #10115)
- Fix bug in QtWebKit when wrapping synthetic events in proxies. (@walrusfruitcake in #10115)
- Prevent event handlers from receiving extra argument in development. (@aweary in #10115)
- Fix cases where
onChangewould not fire withdefaultCheckedon radio inputs. (@jquense in #10156)- Add support for
controlListattribute to allowed DOM properties (@nhunzaker in #9940)- Fix a bug where creating an element with a ref in a constructor did not throw an error in development. (@iansu in #10025)
15.6.1 (June 14, 2017)
React DOM
- Fix a crash on iOS Safari. (@jquense in #9960)
- Don't add
pxto custom CSS property values. (@TrySound in #9966)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)15.5.4 (April 11, 2017)
Commits
5634f0d15.6.28c3cece15.x: BSD+Patents -> MIT0c102ac15.6.19ba0c80Merge branch '15.6-dev' into 15-stable240874dBump dependencies501cb4515.6.0e5b3554Add 'create-react-class' to react dependencies for build (#9847)fe031caHello 15.6 Release Candidate (#9828)cef396d15.5.453a3b46Update prop-types version- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by sophiebits, a new releaser for react since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.