You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/2013-07-26-react-v0-4-1.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,22 +3,22 @@ title: "React v0.4.1"
3
3
author: [zpao]
4
4
---
5
5
6
-
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.
6
+
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.
7
7
8
8
9
9
## React {#react}
10
10
11
-
*`setState`callbacks are now executed in the scope of your component.
12
-
*`click`events now work on Mobile Safari.
13
-
*Prevent a potential error in event handling if `Object.prototype`is extended.
14
-
*Don't set DOM attributes to the string`"undefined"`on update when previously defined.
15
-
*Improved support for `<iframe>` attributes.
16
-
*Added checksums to detect and correct cases where server-side rendering markup mismatches what React expects client-side.
11
+
*`setState`callback hiện đã có thể được thực thi trong phạm vi component của bạn.
12
+
*`click`event hiện đã hoạt động trên Mobile Safari.
13
+
*Ngăn lỗi tiềm ẩn trong xử lý sự kiện nếu `Object.prototype`được mở rộng.
14
+
*Không đặt thuộc tính DOM thành chuỗi`"undefined"`trong lúc cập nhật khi được định nghĩa trước đó.
15
+
*Cải thiện hỗ trợ cho các thuộc tính `<iframe>`.
16
+
*Đã thêm checksum để phát hiện và sửa các trường hợp mà server-side hiển thị markup không khớp với những gì React mong đợi ở phía client-side.
17
17
18
18
19
19
## JSXTransformer {#jsxtransformer}
20
20
21
-
*Improved environment detection so it can be run in a non-browser environment.
21
+
*Cải thiện khả năng phát hiện môi trường để nó có thể chạy trong môi trường không có trình duyệt.
0 commit comments