This repository has been archived by the owner on May 17, 2019. It is now read-only.
Update react monorepo packages to v16.3.1 #310
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".
devDependencies
): from16.2.0
to16.3.1
devDependencies
): from16.2.0
to16.3.1
devDependencies
): from16.2.0
to16.3.1
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)v16.3.1
React
Fragment
. ([@heikkilamarko] in #12504)setState()
in constructor. ([@gaearon] in #12532)React DOM
getDerivedStateFromProps()
not getting applied in some cases. ([@acdlite] in #12528)Create Subscription
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 ofbatch.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 releasev16.3.1
2c3f5fb
Add React 16.3.0 changelog (#12488)4304475
Fix links18ba36d
Move context API in Changelog to "React" section59b3905
Fix method name in changelogfa8e678
Change create-subscription's peerDep on react to ^16.3.0 (#12496)0c80977
Validate React.Fragment props without Map. (#12504)59dac9d
Fix DEV performance regression by avoiding Object.assign on Fibers (#12510)6b99c6f
Add missing changelog item7a27ebd
Update user timing to record when we are about to commit (#12384)4ccf58a
Fix context stack misalignment caused by error replay (#12508)6f2ea73
Extract throw to separate function so performUnitOfWork does not deopt (#12521)ba245f6
Prefix _context property on returned ReactContext from createContext - it's private (#12501)eb6e752
Bumped create-subscription package version (#12526)da4e855
Remove @providesModule in www bundles (#12529)0f2f90b
getDerivedStateFrom{Props,Catch} should update updateQueue.baseState (#12528)36c2939
Improve not-yet-mounted setState warning (#12531)a2cc3c3
Follow up: make new warning less wordy (#12532)2279843
Updating yarn.lock file for 16.3.1 release787b343
Updating package versions for release 16.3.1dc05957
Update bundle sizes for 16.3.1 releaseb15b165
Changelog for 16.3.1This PR has been generated by Renovate Bot.