Update a few changelog things forgotten in 3f355d99

(cherry picked from commit 0d5d0b2688)
This commit is contained in:
Ben Alpert 2015-12-29 14:09:26 -08:00
parent 8f720f8cd9
commit 7cc6738061
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,13 @@
### React
- Minor internal changes for better compatibility with React Native
### React DOM
- The `autoCapitalize` and `autoCorrect` props are now set as attributes in the DOM instead of properties to improve cross-browser compatibility
- Fixed bug with controlled `<select>` elements not handling updates properly
### React Perf Add-on
- Some DOM operation names have been updated for clarity in the output of `.printDOM()`
## 0.14.3 (November 18, 2015)