React-Antd-demo
React-Antd-demo copied to clipboard
Bump react-dom from 16.4.0 to 16.4.2
Bumps react-dom from 16.4.0 to 16.4.2.
Release notes
Sourced from react-dom's releases.
v16.4.2
16.4.2 (August 1, 2018)
React DOM Server
Fix a potential XSS vulnerability when the attacker controls an attribute name (
CVE-2018-6341
). This fix is available in the latest[email protected]
, as well as in previous affected minor versions:[email protected]
,[email protected]
,[email protected]
, and[email protected]
. (@gaearon in #13302)Fix a crash in the server renderer when an attribute is called
hasOwnProperty
. This fix is only available in[email protected]
. (@gaearon in #13303)v16.4.1
16.4.1 (June 13, 2018)
React
React DOM
- Fix a crash when the input
type
changes from some other types totext
. (@spirosikmd in #12135)- Fix a crash in IE11 when restoring focus to an SVG element. (@ThaddeusJiang in #12996)
- Fix a range input not updating in some cases. (@Illu in #12939)
- Fix input validation triggering unnecessarily in Firefox. (@nhunzaker in #12925)
- Fix an incorrect
event.target
value for theonChange
event in IE9. (@nhunzaker in #12976)- Fix a false positive error when returning an empty
<React.Fragment />
from a component. (@philipp-spiess in #12966)React DOM Server
- Fix an incorrect value being provided by new context API. (@ericsoderberghp in #12985, @gaearon in #13019)
React Test Renderer
Changelog
Sourced from react-dom's changelog.
16.4.2 (August 1, 2018)
React DOM Server
Fix a potential XSS vulnerability when the attacker controls an attribute name (
CVE-2018-6341
). This fix is available in the latest[email protected]
, as well as in previous affected minor versions:[email protected]
,[email protected]
,[email protected]
, and[email protected]
. (@gaearon in #13302)Fix a crash in the server renderer when an attribute is called
hasOwnProperty
. This fix is only available in[email protected]
. (@gaearon in #13303)16.4.1 (June 13, 2018)
React
React DOM
- Fix a crash when the input
type
changes from some other types totext
. (@spirosikmd in #12135)- Fix a crash in IE11 when restoring focus to an SVG element. (@ThaddeusJiang in #12996)
- Fix a range input not updating in some cases. (@Illu in #12939)
- Fix input validation triggering unnecessarily in Firefox. (@nhunzaker in #12925)
- Fix an incorrect
event.target
value for theonChange
event in IE9. (@nhunzaker in #12976)- Fix a false positive error when returning an empty
<React.Fragment />
from a component. (@philipp-spiess in #12966)React DOM Server
- Fix an incorrect value being provided by new context API. (@ericsoderberghp in #12985, @gaearon in #13019)
React Test Renderer
Commits
-
54adb26
16.4.2 -
d922ed2
Fix SSR crash on a hasOwnProperty attribute -
5b19684
Sanitize unknown attribute names for SSR -
0b87b27
Updating package versions for release 16.4.1 -
036ae3c
Use native event dispatching instead of Simulate or SimulateNative (#13023) -
ec60457
Popping context is O(1) in SSR (#13019) -
d480782
Don’t error when returning an empty Fragment (#12966) -
4ac6f13
Fallback to event.srcElement for IE9 (#12976) -
23be410
Fixed an issue with nested contexts unwinding when server rendering. Issue #1... -
d0d4280
Remove old reference to inst._wrapperState (#12987) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.