Changelog for 0.13.3

(cherry picked from commit 95e864fd07)
This commit is contained in:
Paul O’Shannessy
2015-05-08 13:24:38 -07:00
parent 314ee6d635
commit 44a6cdf2bf

View File

@@ -1,3 +1,25 @@
## 0.13.3 (May 8, 2015)
### React Core
#### New Features
* Added `clipPath` element and attribute for SVG
* Improved warnings for deprecated methods in plain JS classes
#### Bug Fixes
* Loosened `dangerouslySetInnerHTML` restrictions so `{__html: undefined}` will no longer throw
* Fixed extraneous context warning with non-pure `getChildContext`
* Ensure `replaceState(obj)` retains prototype of `obj`
### React with Add-ons
### Bug Fixes
* Test Utils: Ensure that shallow rendering works when components define `contextTypes`
## 0.13.2 (April 18, 2015)
### React Core