-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update react to the latest version 🚀 #7
base: master
Are you sure you want to change the base?
Conversation
Version 16.3.1 just got published.Update to this version instead 🚀 Release Notesv16.3.116.3.1 (April 3, 2018)React
React DOM
Create Subscription
|
Version 16.3.2 just got published.Update to this version instead 🚀 Release Notesv16.3.216.3.2 (April 16, 2018)React
React DOM
React Test Renderer |
Version 16.4.0 just got published.Update to this version instead 🚀 Release Notesv16.4.0React
React DOM
React Test Renderer
React ARTReact Call Return (Experimental)
React Reconciler (Experimental)
|
Version 16.4.1 just got published.Update to this version instead 🚀 Release Notesv16.4.116.4.1 (June 13, 2018)ReactReact DOM
React DOM Server
React Test Renderer |
Version 16.4.2 just got published. |
Version 16.4.2 just got published.Update to this version instead 🚀 Release Notesv16.4.216.4.2 (August 1, 2018)React DOM Server
|
Version 16.5.0 just got published. |
Update to these versions instead 🚀 Release Notes for v16.5.116.5.1 (September 13, 2018)React
React DOM
Schedule (Experimental) |
Update to these versions instead 🚀 Release Notes for v16.5.2React DOM
Schedule (Experimental) |
Update to these versions instead 🚀 Release Notes for v16.6.116.6.1 (November 6, 2018)React DOM
Scheduler (Experimental) |
Update to these versions instead 🚀 Release Notes for v16.8.616.8.6 (March 27, 2019)React DOM
Artifacts
|
Update to these versions instead 🚀 Release Notes for 16.9.0 (August 8, 2019)React
React DOM
React DOM ServerReact Test Utilities and Test Renderer
Artifacts• react: https://unpkg.com/[email protected]/umd/ |
☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.
Version 16.3.0 of react was just published.
The version 16.3.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of react.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v16.3.016.3.0 (March 29, 2018)
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)getSnapshotForUpdate()
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)React Test Renderer
toTree()
. (@maciej-ka in #12107 and @gaearon in #12154)null
for components that don't set it. (@jwbay in #11965)contextTypes
. (@koba04 in #11922)React Is (New)
ReactIs.isValidElementType()
to help higher-order components validate their inputs. (@jamesreggio in #12483)React Lifecycles Compat (New)
Create Subscription (New)
React Reconciler (Experimental)
react-reconciler/persistent
for building renderers that use persistent data structures. (@gaearon in #12156)finalizeInitialChildren()
. (@jquense in #11970)useSyncScheduling
from the host config. (@acdlite in #11771)React Call Return (Experimental)
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴