From 099a34f84836c05243758779013258659d81f170 Mon Sep 17 00:00:00 2001 From: Jed Watson Date: Sat, 2 Apr 2016 19:38:19 +1100 Subject: [PATCH] Updating changelog --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) 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