You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
804 B
25 lines
804 B
11 years ago
|
---
|
||
|
title: "React v0.5.1"
|
||
7 years ago
|
author: [zpao]
|
||
11 years ago
|
---
|
||
|
|
||
7 years ago
|
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!
|
||
11 years ago
|
|
||
|
## Changelog
|
||
|
|
||
|
### 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.
|
||
|
|
||
|
### React with Addons
|
||
|
|
||
|
* Fixed bug with transition and animation event detection.
|
||
|
|
||
7 years ago
|
[1]: https://github.com/sophiebits
|
||
11 years ago
|
[2]: https://github.com/andreypopp
|
||
|
[3]: https://github.com/lrowe
|
||
|
|