From 9c22ba920da7dc2169f692f2ff6385a03c503437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Fri, 8 May 2015 13:38:56 -0700 Subject: [PATCH] v0.13.3 blog post (cherry picked from commit 179b6380cf31b735d3fb4d820099c3653127c3dd) --- _posts/2015-05-08-react-v0.13.3.md | 42 ++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 _posts/2015-05-08-react-v0.13.3.md diff --git a/_posts/2015-05-08-react-v0.13.3.md b/_posts/2015-05-08-react-v0.13.3.md new file mode 100644 index 00000000..1e7f50b9 --- /dev/null +++ b/_posts/2015-05-08-react-v0.13.3.md @@ -0,0 +1,42 @@ +--- +title: "React v0.13.3" +author: Paul O’Shannessy +--- + +Today we're sharing another patch release in the v0.13 branch. There are only a few small changes, with a couple to address some issues that arose around that undocumented feature so many of you are already using: `context`. We also improved developer ergonomics just a little bit, making some warnings better. + +The release is now available for download: + +* **React** + Dev build with warnings: + Minified build for production: +* **React with Add-Ons** + Dev build with warnings: + Minified build for production: +* **In-Browser JSX transformer** + + +We've also published version `0.13.3` of the `react` and `react-tools` packages on npm and the `react` package on bower. + +- - - + +## Changelog + +### 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`