react v0.13.3 Release Notes

Release Date: 2015-05-08 // about 9 years ago
  • 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