m-cascader
m-cascader copied to clipboard
Bump react from 15.5.4 to 15.7.0
Bumps react from 15.5.4 to 15.7.0.
Release notes
Sourced from react's releases.
15.7.0 (October 14, 2020)
React
- Backport support for the new JSX transform to 15.x. (@lunaruan in #18299 and @gaearon in #20024)
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
Changelog
Sourced from react's changelog.
15.7.0 (October 14, 2020)
React
- Backport support for the new JSX transform to 15.x. (@lunaruan in #18299 and @gaearon in #20024)
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
Commits
c63741foffscreen double invoke effects (#19523)c691734Fixed broken Profiler test (#19894)87c023bProfiler onRender only called when we do work (#19885)81aaee5Don't call onCommit et al if there are no effects (#19863)bc6b7b6Don't trigger lazy in DEV during element creation (#19871)781212aRemove double space in test name (#19762)d17086cDecouple public, internal act implementation (#19745)1f38dcfRemove withSuspenseConfig (#19724)ddd1faaRemove config argument from useTransition (#19719)92fcd46Replace SuspenseConfig object with an integer (#19706)- Additional commits viewable in compare view
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 -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)