diff --git a/HISTORY.md b/HISTORY.md index 9878d3d51d..cf56725416 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # React-Select +## v1.0.0-beta12 / 2016-04-02 + +* added; `menuRenderer` method and example for effeciently rendering thousands of options, thanks [Brian Vaughn](https://github.com/bvaughn) +* added; `optionClassName` prop, thanks [Max Tyler](https://github.com/iam4x) + ## v1.0.0-beta11 / 2016-03-09 * updated dependencies to allow use with React 15.x