Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31ada74

Browse files
committed
Add 15.6.2 changelog
1 parent f8afe83 commit 31ada74

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 15.6.2 (August 10, 2017)
2+
3+
### React DOM
4+
5+
* Fix a bug where modifying document.documentMode would trigger IE detection in other browsers, breaking change events ([@aweary](https://github.com/aweary) in [#10032](https://github.com/facebook/react/pull/10032)
6+
* CSS Columns are treated as unitless numbers ([@aweary](https://github.com/aweary) in [#10115](https://github.com/facebook/react/pull/10115)
7+
* Fix bug in QtWebKit when wrapping synthetic events in proxies ([@walrusfruitcake](https://github.com/walrusfruitcake) in [#10115](https://github.com/facebook/react/pull/10011)
8+
* Prevent event handlers from recieving extra argument (dev only) ([@aweary](https://github.com/aweary) in [#10115](https://github.com/facebook/react/pull/8363)
9+
* Fix cases where onChange would not fire with defaultChecked on radio inputs ([@jquense](https://github.com/jquense) in [#10156](https://github.com/facebook/react/pull/10156))
10+
* Add support for controlList attribute to DOM property whitelist ([@nhunzaker](https://github.com/nhunzaker) in [#9940](https://github.com/facebook/react/pull/9940))
11+
112
## 15.6.1 (June 14, 2017)
213

314
### React DOM
@@ -1193,4 +1204,4 @@ Each of these changes will continue to work as before with a new warning until t
11931204

11941205
## 0.3.0 (May 29, 2013)
11951206

1196-
* Initial public release
1207+
* Initial public release

0 commit comments

Comments
 (0)