scheduler
Advanced tools
Changelog
0.5.1 (October 29, 2013)
<input type="range">
and selection events.disabled
attribute handling on non-<input>
elements.Changelog
0.5.0 (October 16, 2013)
charSet
, content
, form
, httpEquiv
, rowSpan
, autoCapitalize
).rx
, ry
).getInitialState
and getDefaultProps
in mixins.React.version
.React.isValidClass
- Used to determine if a value is a valid component constructor.React.autoBind
- This was deprecated in v0.4 and now properly removed.React.unmountAndReleaseReactRootNode
to React.unmountComponentAtNode
.class
to className
as part of the transform! This is a breaking change - if you were using class
, you must change this to className
or your components will be visually broken.