react v0.10.0 Release Notes

Release Date: 2014-03-21 // about 10 years ago
  • React Core

    πŸ†• New Features

    • βž• Added warnings to help migrate towards descriptors
    • πŸ“„ Made it possible to server render without React-related markup (data-reactid, data-react-checksum). This DOM will not be mountable by React. Read the docs for React.renderComponentToStaticMarkup
    • βž• Added support for more attributes:
      • srcSet for <img> to specify images at different pixel ratios
      • textAnchor for SVG

    πŸ› Bug Fixes

    • Ensure all void elements don’t insert a closing tag into the markup.
    • Ensure className={false} behaves consistently
    • Ensure this.refs is defined, even if no refs are specified.

    βž• Addons

    • ⚑️ update function to deal with immutable data. Read the docs

    react-tools

    • βž• Added an option argument to transform function. The only option supported is harmony, which behaves the same as jsx --harmony on the command line. This uses the ES6 transforms from jstransform.