diff --git a/AUTHORS b/AUTHORS index 55225b1f6d..20710d5247 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,6 +5,7 @@ Ben Alpert Ben Newman Brian Rue Cam Spiers +Cat Chen Cheng Lou Christian Roman Clay Allsopp @@ -18,6 +19,7 @@ Eric Clemmons Greg Roodt Harry Hull Hugo Jobling +Ian Obermiller Isaac Salier-Hellendag Jakub Malinowski James Ide diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7f4347b5..1a0efebf62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.5.1 (October 29, 2013) + +### 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. + + ## 0.5.0 (October 16, 2013) ### React diff --git a/README.md b/README.md index b4912e73ee..82420a0f79 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,12 @@ The fastest way to get started is to serve JavaScript from the CDN (also availab ```html - + - + ``` -We've also built a [starter kit](http://facebook.github.io/react/downloads/react-0.5.0.zip) which might be useful if this is your first time using React. It includes a webpage with an example of using React with live code. +We've also built a [starter kit](http://facebook.github.io/react/downloads/react-0.5.1.zip) which might be useful if this is your first time using React. It includes a webpage with an example of using React with live code. If you'd like to use [bower](http://bower.io), it's as easy as: