diff --git a/content/blog/2013-07-26-react-v0-4-1.md b/content/blog/2013-07-26-react-v0-4-1.md index 181bb09be..0287ac12a 100644 --- a/content/blog/2013-07-26-react-v0-4-1.md +++ b/content/blog/2013-07-26-react-v0-4-1.md @@ -3,22 +3,22 @@ title: "React v0.4.1" author: [zpao] --- -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 v0.4.1 là một thay đổi nhỏ, hầu hết bao gồm các bản sửa lỗi về tính đúng đắn. Một số đoạn mã đã được cấu trúc lại bên trong nhưng những thay đổi đó không ảnh hưởng đến bất kỳ API công khai nào của chúng tôi. ## React {#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 `