node-addon-examples
node-addon-examples copied to clipboard
Bump react-dom from 16.10.2 to 16.13.0 in /website
Bumps react-dom from 16.10.2 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 (
@lunaruanin #17864)- Deprecate
React.createFactory()(@trueadmin #17878)React DOM
- Warn when changes in
stylemay cause an unexpected collision (@sophiebitsin #14181, #18002)- Warn when a function component is updated during another component's render phase (
@acdlitein #17099)- Deprecate
unstable_createPortal(@trueadmin #17880)- Fix
onMouseEnterbeing fired on disabled buttons (@AlfredoGJin #17675)- Call
shouldComponentUpdatetwice when developing inStrictMode(@bvaughnin #17942)- Add
versionproperty to ReactDOM (@ealushin #15780)- Don't call
toString()ofdangerouslySetInnerHTML(@sebmarkbagein #17773)- Show component stacks in more warnings (
@gaearonin #17922, #17586)Concurrent Mode (Experimental)
- Warn for problematic usages of
ReactDOM.createRoot()(@trueadmin #17937)- Remove
ReactDOM.createRoot()callback params and added warnings on usage (@bvaughnin #17916)- Don't group Idle/Offscreen work with other work (
@sebmarkbagein #17456)- Adjust
SuspenseListCPU bound heuristic (@sebmarkbagein #17455)- Add missing event plugin priorities (
@trueadmin #17914)- Fix
isPendingonly being true when transitioning from inside an input event (@acdlitein #17382)- Fix
React.memocomponents dropping updates when interrupted by a higher priority update (@acdlitein #18091)- Don't warn when suspending at the wrong priority (
@gaearonin #17971)- Fix a bug with rebasing updates (
@acdliteand@sebmarkbagein #17560, #17510, #17483, #17480)Artifacts
- react: https://unpkg.com/[email protected]/umd/
- react-art: https://unpkg.com/[email protected]/umd/
- react-dom: https://unpkg.com/[email protected]/umd/
- react-is: https://unpkg.com/[email protected]/umd/
- react-test-renderer: https://unpkg.com/[email protected]/umd/
- scheduler: https://unpkg.com/[email protected]/umd/
16.12.0 (November 14, 2019)
React DOM
React Is
Artifacts
... (truncated)
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 (
@lunaruanin #17864)- Deprecate
React.createFactory()(@trueadmin #17878)React DOM
- Warn when changes in
stylemay cause an unexpected collision (@sophiebitsin #14181, #18002)- Warn when a function component is updated during another component's render phase (
@acdlitein #17099)- Deprecate
unstable_createPortal(@trueadmin #17880)- Fix
onMouseEnterbeing fired on disabled buttons (@AlfredoGJin #17675)- Call
shouldComponentUpdatetwice when developing inStrictMode(@bvaughnin #17942)- Add
versionproperty to ReactDOM (@ealushin #15780)- Don't call
toString()ofdangerouslySetInnerHTML(@sebmarkbagein #17773)- Show component stacks in more warnings (
@gaearonin #17922, #17586)Concurrent Mode (Experimental)
- Warn for problematic usages of
ReactDOM.createRoot()(@trueadmin #17937)- Remove
ReactDOM.createRoot()callback params and added warnings on usage (@bvaughnin #17916)- Don't group Idle/Offscreen work with other work (
@sebmarkbagein #17456)- Adjust
SuspenseListCPU bound heuristic (@sebmarkbagein #17455)- Add missing event plugin priorities (
@trueadmin #17914)- Fix
isPendingonly being true when transitioning from inside an input event (@acdlitein #17382)- Fix
React.memocomponents dropping updates when interrupted by a higher priority update (@acdlitein #18091)- Don't warn when suspending at the wrong priority (
@gaearonin #17971)- Fix a bug with rebasing updates (
@acdliteand@sebmarkbagein #17560, #17510, #17483, #17480)16.12.0 (November 14, 2019)
React DOM
React Is
16.11.0 (October 22, 2019)
React DOM
- Fix
mouseenterhandlers from firing twice inside nested React containers.@yuanoookin #16928- Remove
unstable_createRootandunstable_createSyncRootexperimental APIs. (These are available in the Experimental channel ascreateRootandcreateSyncRoot.) (@acdlitein #17088)
Commits
c1c5499update version numbers for 16.13 (#18143)f3ecd56Fixed a spelling mistake in a comment. (#18119)60016c4Export React as Named Exports instead of CommonJS (#18106)ccab494Move type DOMContainer to HostConfig (#18112)0934879Codemod to import * as React from "react"; (#18102)2c4221cChange string refs in function component message (#18031)3f85d53Further pre-requisite changes to plugin event system (#18083)1000f61Add container to event listener signature (#18075)4912ba3Add 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 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@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)