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.0to16.3.0dependencies): from16.2.0to16.3.0Release Notes
facebook/react
v16.3.0React
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_AsyncComponentwithReact.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)onLoadandonErrorevents on the<link>tag. (@roderickhsiao in #11825)noModuleboolean attribute on the<script>tag. (@aweary in #11900)onKeyPressin more browsers. (@nstraub in #10514)valueanddefaultValueto ignore Symbol values. (@nhunzaker in #11741)operawith anullvalue. @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.stateof different components getting mixed up. (@sophiebits in #12323)Commits
facebook/react
v16.3.0
c2c3c0cFix build script to handle react-is (no peer deps) (#12471)488ad5aFix typo in create-subscription readmec1b21a7Added DEV warning if getSnapshotBeforeUpdate is defined as a static method (#12475)268a3f6Add unstable APIs for async rendering to test renderer (#12478)c44665eFix bug when fatal error is thrown as a result of `batch.commit` (#12480)7a833dasetState() in componentDidMount() should flush synchronously even with createBatch() (#12466)5855e9fImprove warning message for setState-on-unmounted (#12347)15e3dffDon't bail out on referential equality of Consumer's props.children function (#12470)125dd16Update user timing to record the timeout deadline with 'waiting' events (#12479)96fe3b1Add React.isValidElementType() (#12483)53fdc19Updated react-is README to show new isValidElementType()8650d2aDisable createRoot for open source builds (#12486)6294b67unstable_createRoot (#12487)b2379d4Updating package versions for release 16.3.09778873Updating dependencies for react-noop-renderer8e3d94fUpdate bundle sizes for 16.3.0 releaseThis PR has been generated by Renovate Bot.