React: v0.13.3 Release

Release date:
May 8, 2015
Previous version:
v0.13.2 (released April 18, 2015)
Magnitude:
288 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v0.13.3

sophiebits
zpao
codesuki-marschik_neri-cyberagent-co-jp

Directory Browser for v0.13.3

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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