From 2b19e3a2268e2b91be0d320a0318d0b8ca85bd52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 29 Oct 2013 12:52:00 -0700 Subject: [PATCH] blog post for 0.5.1 --- _posts/2013-10-29-react-v0-5-1.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _posts/2013-10-29-react-v0-5-1.md diff --git a/_posts/2013-10-29-react-v0-5-1.md b/_posts/2013-10-29-react-v0-5-1.md new file mode 100644 index 00000000..dcc8a2e3 --- /dev/null +++ b/_posts/2013-10-29-react-v0-5-1.md @@ -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 `` 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-`` 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 +