Changelog for 0.14.3

(cherry picked from commit 55b6839684)
This commit is contained in:
Paul O’Shannessy 2015-11-18 12:36:17 -08:00
parent d1eba1f78c
commit fd03270372
1 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,19 @@
## 0.14.3 (November 18, 2015)
### React DOM
- Added support for `nonce` attribute for `<script>` and `<style>` elements
- Added support for `reversed` attribute for `<ol>` elements
### React TestUtils Add-on
- Fixed bug with shallow rendering and function refs
### React CSSTransitionGroup Add-on
- Fixed bug resulting in timeouts firing incorrectly when mounting and unmounting rapidly
### React on Bower
- Added `react-dom-server.js` to expose `renderToString` and `renderToStaticMarkup` for usage in the browser
## 0.14.2 (November 2, 2015) ## 0.14.2 (November 2, 2015)
### React DOM ### React DOM