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
+13-11
Original file line number
Diff line number
Diff line change
@@ -3,22 +3,24 @@ 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 - небольшое обновление, в основном содержащее исправления ошибок.
7
+
Часть кода была реструктурирована внутри компании, но эти изменения не влияют
8
+
ни на один из наших публичных API.
7
9
8
10
9
11
## React {#react}
10
12
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.
17
-
13
+
* Обратные вызовы `setState` теперь выполняются в рамках вашего компонента.
14
+
*`click` событие теперь работает на мобильном Safari.
15
+
* Предотвратили потенциальную ошибку при обработке событий при расширении `Object.prototype`.
16
+
* Не устанавливаем атрибуты DOM в строку `"undefined"` при обновлении, если она была определена ранее.
17
+
* Улучшена поддержка атрибутов `<iframe>`.
18
+
* Добавлены контрольные суммы для обнаружения и исправления случаев, когда
19
+
разметка рендеринга на стороне сервера не соответствует тому, что React
20
+
ожидает на стороне клиента.
18
21
19
22
## JSXTransformer {#jsxtransformer}
20
23
21
-
* Improved environment detection so it can be run in a non-browser environment.
22
-
24
+
* Улучшенное обнаружение окружения, чтобы его можно было запускать в небраузерной среде.
0 commit comments