This repository was archived by the owner on Dec 20, 2023. It is now read-only.
forked from HubSpot/draft-convert
-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency react-dom to ^15.5.0 (master) #24
Open
appcues-wss
wants to merge
1
commit into
master
Choose a base branch
from
whitesource-remediate/master-react-dom-15.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 PR contains the following updates:
^15.0.2->^15.5.0By merging this PR, the below vulnerabilities will be automatically resolved:
Release Notes
facebook/react (react-dom)
v15.5.0Compare Source
Note: this release has a critical issue and was deprecated. Please update to 15.5.4 or higher.
React
Added a deprecation warning forReact.createClass. Points users to create-react-class instead. (@acdlite in #d9a4fa4)React.PropTypes. Points users to prop-types instead. (@acdlite in #043845c)ReactDOMtogether withReactDOMServer. (@wacii in #9005)React DOM
react-dom/test-utils, which exports the React Test Utils. (@bvaughn)React Test Renderer
componentWillUnmountwas not called for children. (@gre in #8512)react-test-renderer/shallow, which exports the shallow renderer. (@bvaughn)React Addons
peerDependenciesso that addons continue to work indefinitely. (@acdlite and @bvaughn in 8a06cd7 and 67a8db3)React.createClassandReact.PropTypes(@acdlite in 12a96b9)react-addons-test-utilsis deprecated. Usereact-dom/test-utilsandreact-test-renderer/shallowinstead. (@bvaughn)v15.4.2Compare Source
React
getInitialStatewhenthis.stateis set. (@bvaughn in #8594)React DOM
React Addons
v15.4.1Compare Source
React
React DOM
v15.4.0Compare Source
React
React DOM
aria-attributes. (@jessebeach in #7744)autofocusrather thanautoFocus. (@hkal in #7694)String.prototype.split. (@nhunzaker in #7629)batchedUpdatesAPI now passes the wrapped function's return value through. (@bgnorlov in #7444)React Perf
React Test Utils
Simulate.click()on a<input disabled onClick={foo} />thenfoowill get called whereas it didn't before. (@nhunzaker in #7642)React Test Renderer
ReactTestRenderer.create()now accepts{createNodeMock: element => mock}as an optional argument so you can mock refs with snapshot testing. (@Aweary in #7649, #8261)v15.3.2Compare Source
React
React DOM
playsInlineto supported HTML attributes. (@reaperhulk in #7519)asto supported HTML attributes. (@kevinslin in #7582)preventDefault()in Synthetic Events. (@g-palmer in #7411)onSelectimplementation. (@AgtLucas in #7533)document.documentModechecks to handle Google Tag Manager. (@SchleyB in #7594)document.createEvent. (@Andarist in #7621)dangerouslySetInnerHTMLand SVG in Internet Explorer. (@zpao in #7618)React Test Renderer
React Perf Add-on
v15.3.1Compare Source
React
React.Children.only. (@sophiebits in #7514)React DOM
<input>validation warning from browsers when changingtype. (@nhunzaker in #7333)stopPropagation()in Synthetic Events. (@nhunzaker in #7343)<input>elements in mobile browsers. (@keyanzhang in #7397)<input type="range">values not updating when changingminormax. (@troydemonbreun in #7486)React Test Renderer
React Native Renderer
trackedTouchCountinvariant into a console.error for better reliability. (@yungsters in #7400)v15.3.0Compare Source
React
React.PureComponent- a new base class to extend, replacingreact-addons-pure-render-mixinnow that mixins don't work with ES2015 classes. (@sophiebits in #7195)this.props.children. (@jimfb in #7001)oneOfandoneOfTypePropTypes sooner. (@troydemonbreun in #6316)PropTypes.elementwarning. (@alexzherdev in #7319)setStatewarning. (@keyanzhang in #7326)React DOM
xmlns,xmlnsXlinkto supported SVG attributes. (@salzhrani in #6471)referrerPolicyto supported HTML attributes. (@Aweary in #7274)<input type="range">initial value being rounded. (@troydemonbreun in #7251)React Test Renderer
npm install react-test-renderer. (@sophiebits in #6944, #7258, @iamdustan in #7362)React Perf Add-on
React TestUtils Add-on
typeproperty on for events created viaTestUtils.Simulate.*. (@yaycmyk in #6154)v15.2.1Compare Source
React
React DOM
unstable_renderSubtreeIntoContainerso that context properly updates when linked to state. (@gaearon in #7125)value-less submit and reset inputs removing the browser-default text. (@zpao in #7197)nameattribute being added to inputs when not provided. (@okonet in #7199)React Perf Add-on
ReactPerf.start()work properly during lifecycle methods. (@gaearon in #7208).React CSSTransitionGroup Add-on
React Native Renderer
v15.2.0Compare Source
React
React.PropTypes.symbolto support ES2015 Symbols as props. (@puradox in #6377)childContextTypeson a functional component (@Aweary in #6933)React DOM
onLoadhandling to<link>element. (@roderickhsiao in #6815)onErrorhandling to<source>element. (@wadahiro in #6941)valueanddefaultValuemore accurately in the DOM. (@jimfb in #6406)Object.prototype. (@Weizenlol in #6886)is="null"ended up in the DOM in Firefox. (@darobin in #6896)dangerouslySetInnerHTMLand SVG in Internet Explorer. (@joshhunt in #6982)<textarea>placeholders. (@jimfb in #7002)<input type="radio"/>. (@jimfb in #7003)<select>components behave the same on initial render as they do on updates. (@yiminghe in #5362)React Perf Add-on
isRunning()API. (@nfcampos in #6763)React CSSTransitionGroup Add-on
nullnode. (@keyanzhang in #6958)React Native Renderer
v15.1.0Compare Source
React
object-assign, which has protection against a non-spec-compliant nativeObject.assign. (@zpao in #6681)propsobjects passed tocreateElementmust be plain objects. (@richardscarrott in #6134)React DOM
onScrollevent handler with server rendering. (@Aweary in #6678)<object>nodes from being able to read<param>nodes in IE. (@syranide in #6691)React Perf Add-on
React Native Renderer
mergeutility. (@sebmarkbage in #6634)