React: v0.4.1 Release

Release date:
July 26, 2013
Previous version:
v0.4.0 (released September 10, 2013)
Magnitude:
410 Diff Delta
Contributors:
8 total committers
Data confidence:
Commits:

Top Contributors in v0.4.1

benjamn
yungsters
vjeux
zpao
jtmalinowski
sophiebits
jlfwong
chenglou

Directory Browser for v0.4.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

React

  • setState callbacks are now executed in the scope of your component.
  • click events now work on Mobile Safari.
  • Prevent a potential error in event handling if Object.prototype is 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.