Skip to content

Translate react-v0-5-1 #194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions content/blog/2013-10-29-react-v0-5-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ title: "React v0.5.1"
author: [zpao]
---

This release focuses on fixing some small bugs that have been uncovered over the past two weeks. I would like to thank everybody involved, specifically members of the community who fixed half of the issues found. Thanks to [Sophie Alpert][1], [Andrey Popp][2], and [Laurence Rowe][3] for their contributions!
Bản phát hành này tập trung vào việc sửa một số lỗi nhỏ đã được phát hiện trong hai tuần qua. Tôi muốn cảm ơn tất cả những người đã tham gia, đặc biệt là các thành viên của cộng đồng, họ đã khắc phục một nửa số vấn đề được tìm thấy. Cảm ơn tới [Sophie Alpert][1], [Andrey Popp][2], [Laurence Rowe][3] vì những đóng góp của họ!

## Changelog {#changelog}
## Nhật ký thay đổi {#changelog}

### React {#react}

* Fixed bug with `<input type="range">` and selection events.
* Fixed bug with selection and focus.
* Made it possible to unmount components from the document root.
* Fixed bug for `disabled` attribute handling on non-`<input>` elements.
* Đã sửa lỗi `<input type="range">` và các sự kiện selection.
* Đã sửa lỗi selection focus.
* Đã có thể unmount component từ document root.
* Đã sửa lỗi thuộc tính `disabled` xử lý trên các phần tử không phải`<input>`.

### React with Addons {#react-with-addons}
### React với các Addon {#react-with-addons}

* Fixed bug with transition and animation event detection.
* Đã sửa lỗi transition và phát hiện sự kiện animation.

[1]: https://github.com/sophiebits
[2]: https://github.com/andreypopp
Expand Down