blog post for 0.5.1

This commit is contained in:
Paul O’Shannessy 2013-10-29 12:52:00 -07:00
parent d8e3779010
commit a5d1e2fd90
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
---
title: "React v0.5.1"
layout: post
author: Paul O'Shannessy
---
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 [Ben Alpert][1], [Andrey Popp][2], and [Laurence Rowe][3] for their contributions!
## 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.
[1]: https://github.com/spicyj
[2]: https://github.com/andreypopp
[3]: https://github.com/lrowe