Update react monorepo packages to v16.3.0 #74
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Pull Request renovates the package group "react monorepo".
Note: This PR was created on a configured schedule ("before 5am on monday") and will not receive updates outside those times.
dependencies
): from16.2.0
to16.3.0
dependencies
): from16.2.0
to16.3.0
Release Notes
facebook/react
v16.3.0
React
React.createRef()
API as an ergonomic alternative to callback refs. (@trueadm in #12162)React.forwardRef()
API to let components forward their refs to a child. (@bvaughn in #12346)React.Fragment
. (@XaveScor in #11823)React.unstable_AsyncComponent
withReact.unstable_AsyncMode
. (@acdlite in #12117)setState()
on an unmounted component. (@sophiebits in #12347)React DOM
getDerivedStateFromProps()
lifecycle andUNSAFE_
aliases for the legacy lifecycles. (@bvaughn in #12028)getSnapshotBeforeUpdate()
lifecycle. (@bvaughn in #12404)<React.StrictMode>
wrapper to help prepare apps for async rendering. (@bvaughn in #12083)onLoad
andonError
events on the<link>
tag. (@roderickhsiao in #11825)noModule
boolean attribute on the<script>
tag. (@aweary in #11900)onKeyPress
in more browsers. (@nstraub in #10514)value
anddefaultValue
to ignore Symbol values. (@nhunzaker in #11741)opera
with anull
value. @alisherdavronov in #11854)<option selected>
. (@watadarkstar in #11821)ReactDOM.unstable_createPortal()
in favor ofReactDOM.createPortal()
. (@prometheansacrifice in #11747)React DOM Server
React.Component
. (@wyze in #11993)this.state
of different components getting mixed up. (@sophiebits in #12323)Commits
facebook/react
v16.3.0
c2c3c0c
Fix build script to handle react-is (no peer deps) (#12471)488ad5a
Fix typo in create-subscription readmec1b21a7
Added DEV warning if getSnapshotBeforeUpdate is defined as a static method (#12475)268a3f6
Add unstable APIs for async rendering to test renderer (#12478)c44665e
Fix bug when fatal error is thrown as a result of `batch.commit` (#12480)7a833da
setState() in componentDidMount() should flush synchronously even with createBatch() (#12466)5855e9f
Improve warning message for setState-on-unmounted (#12347)15e3dff
Don't bail out on referential equality of Consumer's props.children function (#12470)125dd16
Update user timing to record the timeout deadline with 'waiting' events (#12479)96fe3b1
Add React.isValidElementType() (#12483)53fdc19
Updated react-is README to show new isValidElementType()8650d2a
Disable createRoot for open source builds (#12486)6294b67
unstable_createRoot (#12487)b2379d4
Updating package versions for release 16.3.09778873
Updating dependencies for react-noop-renderer8e3d94f
Update bundle sizes for 16.3.0 releaseThis PR has been generated by Renovate Bot.