From 44a6cdf2bf8a2a872a470161a5c01feff3bc4c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Fri, 8 May 2015 13:24:38 -0700 Subject: [PATCH] Changelog for 0.13.3 (cherry picked from commit 95e864fd07398d3a5b09c082189fae9c108f974d) --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe82f6187..0b20a0cf0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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