From 07c710802af5943571bfb70dd62396181463d4ee Mon Sep 17 00:00:00 2001 From: Charles Lee Date: Fri, 8 Sep 2017 11:05:22 +1000 Subject: [PATCH] update changelog --- HISTORY.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 77270ce54e..e0e34db5ff 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,20 @@ # React-Select ## Next - +* fixed; update selectize link in README.md, thanks [kerumen](https://github.com/kerumen) +* added; standard issue template, thanks [agirton](https://github.com/agirton) +* added; new build process using rollup and webpack. Removed grunt. thanks [gwyneplaine](https://github.com/gwyneplaine) +* fixed; updated contributor docs with the correct node version reference [gwyneplaine](https://github.com/gwyneplaine) +* fixed; missing method binds in Option, thanks [agirton](https://github.com/agirton) +* fixed; converted components to use es6 classes, thanks [jochenberger](https://github.com/jochenberger) +* fixed; console.log example in usage docs, thanks [rohmanhm](https://github.com/rohmanhm) +* fixed; hide create option after closing menu, thanks [andreme](https://github.com/andreme) +* fixed; remove circular reference, thanks [agirton](https://github.com/agirton) +* fixed; readme typo, thanks [ieldanr](https:/github.com/ieldanr) +* fixed; add missing function binds in Option component, thanks [agirton](https://github.com/agirton) and [blacktemplar](https://github.com/blacktemplar) +* fixed; re-added fix to [#1580](https://github.com/JedWatson/react-select/issues/1580), thanks [agirton](https://github.com/agirton) + +* fixed; avoid mutating user inputs when ignoring case/accents, thanks [not-an-aardvark](https://github.com/not-an-aardvark) * fixed; issues synchronising options props in `Async`, thanks [cbergmiller](https://github.com/cbergmiller) * fixed; backspace handling for non-multi select controls, thanks [Jeremy Liberman](https://github.com/MrLeebo)