m-input-number
m-input-number copied to clipboard
chore(deps-dev): update react-dom requirement from ^15.5.x to ^15.4.x
Updates the requirements on react-dom to permit the latest version.
Release notes
Sourced from react-dom's releases.
v15.4.2
15.4.2 (January 6, 2017)
React
- Fixed build issues with the Brunch bundler. ([gaearon](https://github.com/gaearon) in #8686)
- Improved error messages for invalid element types. ([spicyj](https://github.com/spicyj) in #8612)
- Removed a warning about
getInitialStatewhenthis.stateis set. ([bvaughn](https://github.com/bvaughn) in #8594)- Removed some dead code. ([diegomura](https://github.com/diegomura) in #8050, [dfrownfelter](https://github.com/dfrownfelter) in #8597)
React DOM
- Fixed a decimal point issue on uncontrolled number inputs. ([nhunzaker](https://github.com/nhunzaker) in #7750)
- Fixed rendering of textarea placeholder in IE11. ([aweary](https://github.com/aweary) in #8020)
- Worked around a script engine bug in IE9. ([eoin](https://github.com/eoin) in #8018)
React Addons
Changelog
Sourced from react-dom's changelog.
15.4.2 (January 6, 2017)
React
- Fixed build issues with the Brunch bundler. ([gaearon](https://github.com/gaearon) in #8686)
- Improved error messages for invalid element types. ([sophiebits](https://github.com/sophiebits) in #8612)
- Removed a warning about
getInitialStatewhenthis.stateis set. ([bvaughn](https://github.com/bvaughn) in #8594)- Removed some dead code. ([diegomura](https://github.com/diegomura) in #8050, [dfrownfelter](https://github.com/dfrownfelter) in #8597)
React DOM
- Fixed a decimal point issue on uncontrolled number inputs. ([nhunzaker](https://github.com/nhunzaker) in #7750)
- Fixed rendering of textarea placeholder in IE11. ([aweary](https://github.com/aweary) in #8020)
- Worked around a script engine bug in IE9. ([eoin](https://github.com/eoin) in #8018)
React Addons
- Fixed build issues in RequireJS and SystemJS environments. ([gaearon](https://github.com/gaearon) in #8686)
- Added missing package dependencies. ([kweiberth](https://github.com/kweiberth) in #8467)
15.4.1 (November 22, 2016)
React
- Restructure variable assignment to work around a Rollup bug ([gaearon](https://github.com/gaearon) in #8384)
React DOM
- Fixed event handling on disabled button elements ([sophiebits](https://github.com/sophiebits) in #8387)
- Fixed compatibility of browser build with AMD environments ([zpao](https://github.com/zpao) in #8374)
15.4.0 (November 16, 2016)
React
- React package and browser build no longer "secretly" includes React DOM. ([sebmarkbage](https://github.com/sebmarkbage) in #7164 and #7168)
- Required PropTypes now fail with specific messages for null and undefined. ([chenglou](https://github.com/chenglou) in #7291)
- Improved development performance by freezing children instead of copying. ([keyanzhang](https://github.com/keyanzhang) in #7455)
React DOM
- Fixed occasional test failures when React DOM is used together with shallow renderer. ([goatslacker](https://github.com/goatslacker) in #8097)
- Added a warning for invalid
aria-attributes. ([jessebeach](https://github.com/jessebeach) in #7744)- Added a warning for using
autofocusrather thanautoFocus. ([hkal](https://github.com/hkal) in #7694)- Removed an unnecessary warning about polyfilling
String.prototype.split. ([nhunzaker](https://github.com/nhunzaker) in #7629)- Clarified the warning about not calling PropTypes manually. ([jedwards1211](https://github.com/jedwards1211) in #7777)
- The unstable
batchedUpdatesAPI now passes the wrapped function's return value through. ([bgnorlov](https://github.com/bgnorlov) in #7444)- Fixed a bug with updating text in IE 8. ([mnpenner](https://github.com/mnpenner) in #7832)
React Perf
- When ReactPerf is started, you can now view the relative time spent in components as a chart in Chrome Timeline. ([gaearon](https://github.com/gaearon) in #7549)
React Test Utils
- If you call
Simulate.click()on a<input disabled onClick={foo} />thenfoowill get called whereas it didn't before. ([nhunzaker](https://github.com/nhunzaker) in #7642)React Test Renderer
... (truncated)
- Due to packaging changes, it no longer crashes when imported together with React DOM in the same file. ([sebmarkbage](https://github.com/sebmarkbage) in #7164 and #7168)
Commits
- See full diff 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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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 cancel mergewill cancel a previously requested merge@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.