From 68c560a1fbf24713822c694820312afbac93190e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Fri, 26 Jul 2013 15:56:52 -0700 Subject: [PATCH] Blog post for v0.4.1 --- _posts/2013-07-26-react-v0-4-1.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _posts/2013-07-26-react-v0-4-1.md diff --git a/_posts/2013-07-26-react-v0-4-1.md b/_posts/2013-07-26-react-v0-4-1.md new file mode 100644 index 00000000..7111e0e8 --- /dev/null +++ b/_posts/2013-07-26-react-v0-4-1.md @@ -0,0 +1,25 @@ +--- +title: "React v0.4.1" +layout: post +author: 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 + +* `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 `