Update Jun 8, 2026 tracked by Updatify
0.10.0 (March 21, 2014)
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 forReact.renderComponentToStaticMarkup -
Added support for more attributes:
-
srcSetfor<img>to specify images at different pixel ratios -
textAnchorfor SVG
-
Bug Fixes
- Ensure all void elements don’t insert a closing tag into the markup.
-
Ensure
className={false}behaves consistently -
Ensure
this.refsis defined, even if no refs are specified.
Addons
-
updatefunction to deal with immutable data. Read the docs
react-tools
-
Added an option argument to
transformfunction. The only option supported isharmony, which behaves the same asjsx --harmonyon the command line. This uses the ES6 transforms from jstransform.