react v0.12.2 Release Notes

Release Date: 2014-12-18 // over 9 years ago
  • React Core

    • โž• Added support for more HTML attributes: formAction, formEncType, formMethod, formTarget, marginHeight, marginWidth
    • โž• Added strokeOpacity to the list of unitless CSS properties
    • โœ‚ Removed trailing commas (allows npm module to be bundled and used in IE8)
    • ๐Ÿ›  Fixed bug resulting in error when passing undefined to React.createElement - now there is a useful warning

    React Tools

    • JSX-related transforms now always use double quotes for props and displayName