Update Jun 8, 2026 tracked by Updatify
0.4.1 (July 26, 2013)
React
-
setStatecallbacks are now executed in the scope of your component. -
clickevents now work on Mobile Safari. -
Prevent a potential error in event handling if
Object.prototypeis extended. -
Don’t set DOM attributes to the string
"undefined"on update when previously defined. -
Improved support for
<iframe>attributes. - Added checksums to detect and correct cases where server-side rendering markup mismatches what React expects client-side.
JSXTransformer
- Improved environment detection so it can be run in a non-browser environment.