This repository was archived by the owner on Mar 4, 2022. It is now read-only.
Commit 44f68a8
Merge #25
25: Update react monorepo to v16.4.1 r=renovate[bot] a=renovate[bot]
This Pull Request renovates the package group "react monorepo".
- [react-dom](https://github.com/facebook/react) (`dependencies`): from `16.4.0` to `16.4.1`
- [react](https://github.com/facebook/react) (`dependencies`): from `16.4.0` to `16.4.1`
# Release Notes
<details>
<summary>facebook/react</summary>
### [`v16.4.1`](https://github.com/facebook/react/blob/master/CHANGELOG.md#​1641-June-13-2018)
[Compare Source](facebook/react@v16.4.0...v16.4.1)
##### React
* You can now assign `propTypes` to components returned by `React.ForwardRef`. ([@​bvaughn] in [#​12911](`https://github.com/facebook/react/pull/12911`))
##### React DOM
* Fix a crash when the input `type` changes from some other types to `text`. ([@​spirosikmd] in [#​12135](`https://github.com/facebook/react/pull/12135`))
* Fix a crash in IE11 when restoring focus to an SVG element. ([@​ThaddeusJiang] in [#​12996](`https://github.com/facebook/react/pull/12996`))
* Fix a range input not updating in some cases. ([@​Illu] in [#​12939](`https://github.com/facebook/react/pull/12939`))
* Fix input validation triggering unnecessarily in Firefox. ([@​nhunzaker] in [#​12925](`https://github.com/facebook/react/pull/12925`))
* Fix an incorrect `event.target` value for the `onChange` event in IE9. ([@​nhunzaker] in [#​12976](`https://github.com/facebook/react/pull/12976`))
* Fix a false positive error when returning an empty `<React.Fragment />` from a component. ([@​philipp-spiess] in [#​12966](`https://github.com/facebook/react/pull/12966`))
##### React DOM Server
* Fix an incorrect value being provided by new context API. ([@​ericsoderberghp] in [#​12985](`https://github.com/facebook/react/pull/12985`), [@​gaearon] in [#​13019](`https://github.com/facebook/react/pull/13019`))
##### React Test Renderer
* Allow multiple root children in test renderer traversal API. ([@​gaearon] in [#​13017](`https://github.com/facebook/react/pull/13017`))
* Fix `getDerivedStateFromProps()` in the shallow renderer to not discard the pending state. ([@​fatfisz] in [#​13030](`https://github.com/facebook/react/pull/13030`))
---
</details>
---
This PR has been generated by [Renovate Bot](https://renovatebot.com).
Co-authored-by: Renovate Bot <[email protected]>2 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5436 | 5436 | | |
5437 | 5437 | | |
5438 | 5438 | | |
5439 | | - | |
5440 | | - | |
5441 | | - | |
| 5439 | + | |
| 5440 | + | |
| 5441 | + | |
5442 | 5442 | | |
5443 | 5443 | | |
5444 | 5444 | | |
| |||
5494 | 5494 | | |
5495 | 5495 | | |
5496 | 5496 | | |
5497 | | - | |
5498 | | - | |
5499 | | - | |
| 5497 | + | |
| 5498 | + | |
| 5499 | + | |
5500 | 5500 | | |
5501 | 5501 | | |
5502 | 5502 | | |
| |||
0 commit comments