Skip to content

Commit 3f1b6fd

Browse files
authored
Merge pull request #556 from anastasiia-gontarieva/patch-4
Update 2013-07-26-react-v0-4-1.md
2 parents 0707c4b + 7129e22 commit 3f1b6fd

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

content/blog/2013-07-26-react-v0-4-1.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,24 @@ title: "React v0.4.1"
33
author: [zpao]
44
---
55

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.
79

810

911
## React {#react}
1012

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+
ожидает на стороне клиента.
1821

1922
## JSXTransformer {#jsxtransformer}
2023

21-
* Improved environment detection so it can be run in a non-browser environment.
22-
24+
* Улучшенное обнаружение окружения, чтобы его можно было запускать в небраузерной среде.
2325

24-
[Download it now!](/downloads.html)
26+
[Скачайте его сейчас!](/downloads.html)

0 commit comments

Comments
 (0)