mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
03df215bd2
Just a little less boilerplate. This also removes a bit of trailing whitespace because it shouldn't have been there.
838 B
838 B
title, author
| title | author |
|---|---|
| React v0.4.1 | Paul O'Shannessy |
React v0.4.1 is a small update, mostly containing correctness fixes. Some code has been restructured internally but those changes do not impact any of our public APIs.
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.