Bump react-dom from 16.12.0 to 16.13.0
Created by: dependabot-preview[bot]
Bumps react-dom from 16.12.0 to 16.13.0.
Release notes
Sourced from react-dom's releases.
16.13.0 (February 26, 2020)
React
- Warn when a string ref is used in a manner that's not amenable to a future codemod (@lunaruan in #17864)
- Deprecate
React.createFactory()
(@trueadm in #17878)React DOM
- Warn when changes in
style
may cause an unexpected collision (@sophiebits in #14181, #18002)- Warn when a function component is updated during another component's render phase (@acdlite in #17099)
- Deprecate
unstable_createPortal
(@trueadm in #17880)- Fix
onMouseEnter
being fired on disabled buttons (@AlfredoGJ in #17675)- Call
shouldComponentUpdate
twice when developing inStrictMode
(@bvaughn in #17942)- Add
version
property to ReactDOM (@ealush in #15780)- Don't call
toString()
ofdangerouslySetInnerHTML
(@sebmarkbage in #17773)- Show component stacks in more warnings (@gaearon in #17922, #17586)
Concurrent Mode (Experimental)
- Warn for problematic usages of
ReactDOM.createRoot()
(@trueadm in #17937)- Remove
ReactDOM.createRoot()
callback params and added warnings on usage (@bvaughn in #17916)- Don't group Idle/Offscreen work with other work (@sebmarkbage in #17456)
- Adjust
SuspenseList
CPU bound heuristic (@sebmarkbage in #17455)- Add missing event plugin priorities (@trueadm in #17914)
- Fix
isPending
only being true when transitioning from inside an input event (@acdlite in #17382)- Fix
React.memo
components dropping updates when interrupted by a higher priority update (@acdlite in #18091)- Don't warn when suspending at the wrong priority (@gaearon in #17971)
- Fix a bug with rebasing updates (@acdlite and @sebmarkbage in #17560, #17510, #17483, #17480)
Artifacts
- react: https://unpkg.com/react@16.13.0/umd/
- react-art: https://unpkg.com/react-art@16.13.0/umd/
- react-dom: https://unpkg.com/react-dom@16.13.0/umd/
- react-is: https://unpkg.com/react-is@16.13.0/umd/
- react-test-renderer: https://unpkg.com/react-test-renderer@16.13.0/umd/
- scheduler: https://unpkg.com/scheduler@0.19.0/umd/
Changelog
Sourced from react-dom's changelog.
16.13.0 (February 26, 2020)
React
- Warn when a string ref is used in a manner that's not amenable to a future codemod (@lunaruan in #17864)
- Deprecate
React.createFactory()
(@trueadm in #17878)React DOM
- Warn when changes in
style
may cause an unexpected collision (@sophiebits in #14181, #18002)- Warn when a function component is updated during another component's render phase (@acdlite in #17099)
- Deprecate
unstable_createPortal
(@trueadm in #17880)- Fix
onMouseEnter
being fired on disabled buttons (@AlfredoGJ in #17675)- Call
shouldComponentUpdate
twice when developing inStrictMode
(@bvaughn in #17942)- Add
version
property to ReactDOM (@ealush in #15780)- Don't call
toString()
ofdangerouslySetInnerHTML
(@sebmarkbage in #17773)- Show component stacks in more warnings (@gaearon in #17922, #17586)
Concurrent Mode (Experimental)
- Warn for problematic usages of
ReactDOM.createRoot()
(@trueadm in #17937)- Remove
ReactDOM.createRoot()
callback params and added warnings on usage (@bvaughn in #17916)- Don't group Idle/Offscreen work with other work (@sebmarkbage in #17456)
- Adjust
SuspenseList
CPU bound heuristic (@sebmarkbage in #17455)- Add missing event plugin priorities (@trueadm in #17914)
- Fix
isPending
only being true when transitioning from inside an input event (@acdlite in #17382)- Fix
React.memo
components dropping updates when interrupted by a higher priority update (@acdlite in #18091)- Don't warn when suspending at the wrong priority (@gaearon in #17971)
- Fix a bug with rebasing updates (@acdlite and @sebmarkbage in #17560, #17510, #17483, #17480)
Commits
-
c1c5499
update version numbers for 16.13 (#18143) -
f3ecd56
Fixed a spelling mistake in a comment. (#18119) -
60016c4
Export React as Named Exports instead of CommonJS (#18106) -
ccab494
Move type DOMContainer to HostConfig (#18112) -
0934879
Codemod to import * as React from "react"; (#18102) -
2c4221c
Change string refs in function component message (#18031) -
3f85d53
Further pre-requisite changes to plugin event system (#18083) -
1000f61
Add container to event listener signature (#18075) -
4912ba3
Add modern event system flag + rename legacy plugin module (#18073) -
1a6d817
[react-interactions] Ensure onBeforeBlur fires for hideInstance (#18064) - 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will 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 labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will 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)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)