Add PR #9584 to 15.6 change log (#9598)

Updating the change log~ :)

**issue:**
https://github.com/facebook/react/issues/9398
This commit is contained in:
Flarnie Marchan
2017-05-09 18:22:17 +01:00
committed by GitHub
parent a7d8ebd2b5
commit e249c935ed
+1
View File
@@ -4,6 +4,7 @@
### React
* Fix bug where controlled number input mistakenly allowed period. ([@nhunzaker](https://github.com/nhunzaker) in [#9584](https://github.com/facebook/react/pull/9584))
* Fix bug where performance entries were being cleared. ([@chrisui](https://github.com/chrisui) in [#9451](https://github.com/facebook/react/pull/9451))
* Stop adding 'px' to numbers passed for unitless CSS Grid attributes. ([@ericsakmar](https://github.com/ericsakmar) in [#9185](https://github.com/facebook/react/pull/9185))
* Deprecate `React.createMixin` helper, which was never used. ([@aweary](https://github.com/aweary) in [#8853](https://github.com/facebook/react/pull/8853))