From 1628e9024ea3a7e59249219daca5d1167016b977 Mon Sep 17 00:00:00 2001 From: ntishkevich Date: Tue, 13 Oct 2020 00:17:21 +0300 Subject: [PATCH 1/3] Apply changes made by @anastasiia-gontarieva for the blog article "Update 2013-07-26-react-v0-4-1.md" --- content/blog/2013-07-26-react-v0-4-1.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) 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..21976e0db 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,20 @@ 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 — небольшое обновление, в основном содержит исправления. Часть кода была реструктурирована внутри, но эти изменения не влияют ни на один из публичных API. ## 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 `