From 100de59813fb17ab0aaf57c35427a0e8aee8eac9 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Mon, 4 Dec 2017 12:15:47 -0800 Subject: [PATCH] document breaking change of removing getInputValue Our app on rc10 broke when we went to the release. --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 6db72ec35c..cb9238f279 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -15,6 +15,7 @@ ## v1.0.0 / 2017-11-23 +* breaking; removed `getInputValue` function - [see PR](https://github.com/JedWatson/react-select/pull/2108) * reverted spacebar-selects-option behaviour for searchable selects, thanks [Charles Lee](https://github.com/gwyneplaine) - [see PR](https://github.com/JedWatson/react-select/pull/2163) * fixed behaviour where async doesn't handle onInputChange returning a value, thanks [Anton](https://github.com/tehbi4) - [see PR](https://github.com/JedWatson/react-select/pull/2133) * fixed Creatable bug where the first enter keypress is ignored when `promptTextCreator` returns only the label, thanks [George Karagkiaouris](https://github.com/karaggeorge) - [see PR](https://github.com/JedWatson/react-select/pull/2140)