Sourced from react-refresh's releases.
v0.10.0
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 ratiostextAnchorfor SVGBug 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 docsreact-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.v0.10.0-rc1
No release notes provided.
Sourced from react-refresh's changelog.
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 ratiostextAnchorfor SVGBug 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 docsreact-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.