Bump react-dom from 16.4.1 to 16.12.0
Bumps react-dom from 16.4.1 to 16.12.0.
Release notes
Sourced from react-dom's releases.
16.12.0 (November 14, 2019)
React DOM
React Is
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.11.0 (October 22, 2019)
React DOM
- Fix
mouseenterhandlers from firing twice inside nested React containers. @yuanoook in #16928- Remove
unstable_createRootandunstable_createSyncRootexperimental APIs. (These are available in the Experimental channel ascreateRootandcreateSyncRoot.) (@acdlite in #17088)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.10.2 (October 3, 2019)
React DOM
- Fix regression in react-native-web by restoring order of arguments in event plugin extractors (@necolas in #16978)
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.10.1 (September 28, 2019)
React DOM
... (truncated)
Changelog
Sourced from react-dom's changelog.
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. @yuanoook in #16928- Remove
unstable_createRootandunstable_createSyncRootexperimental APIs. (These are available in the Experimental channel ascreateRootandcreateSyncRoot.) (@acdlite in #17088)16.10.2 (October 3, 2019)
React DOM
- Fix regression in react-native-web by restoring order of arguments in event plugin extractors (@necolas in #16978)
16.10.1 (September 28, 2019)
React DOM
- Fix regression in Next.js apps by allowing Suspense mismatch during hydration to silently proceed (@sebmarkbage in #16943)
16.10.0 (September 27, 2019)
React DOM
- Fix edge case where a hook update wasn't being memoized. (@sebmarkbage in #16359)
- Fix heuristic for determining when to hydrate, so we don't incorrectly hydrate during an update. (@sebmarkbage in #16739)
- Clear additional fiber fields during unmount to save memory. (@trueadm in #16807)
- Fix bug with required text fields in Firefox. (@halvves in #16578)
- Prefer
Object.isinstead of inline polyfill, when available. (@ku8ar in #16212)- Fix bug when mixing Suspense and error handling. (@acdlite in #16801)
Scheduler (Experimental)
- Improve queue performance by switching its internal data structure to a min binary heap. (@acdlite in #16245)
- Use
postMessageloop with short intervals instead of attempting to align to frame boundaries withrequestAnimationFrame. (@acdlite in #16214)useSubscription
... (truncated)
Commits
-
b53ea6c[Bugfix] Passive effects triggered by synchronous renders in a multi-root app... -
01bce8cChange legacy-events plugin nativeEventTarget to allow null (#17344) -
b8f8258Split ReactDOM entry point (#17331) -
a7b4d51Warn when doing createRoot twice on the same node (another approach) (#17329) -
be3bfa6[Flight] Basic Integration Test (#17307) -
e701632[react-interactions] Change unmount blur logic to a dedicated event (#17291) -
dee0304[Flight] Basic Streaming Suspense Support (#17285) -
cb09dbe[react-interactions] Add handleSimulateChildBlur upon DOM node removal (#17225) -
f4148b2[Flight] Move around the Server side a bit (#17251) -
fadc971[Flight] Add Client Infrastructure (#17234) - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by lunaruan, a new releaser for react-dom 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 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
You can disable automated security fix PRs for this repo from the Security Alerts page.