From a9bea4afed313f256ded528c788fba5cb92c26e6 Mon Sep 17 00:00:00 2001 From: Jed Watson Date: Thu, 2 Feb 2017 12:12:45 +1100 Subject: [PATCH] Adding note about #1226, ref #1522 --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index ca2a98cb7e..5862bb2f37 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -35,6 +35,9 @@ * fixed; re-added the `focus()` method on `Select.Async`, thanks, [Maarten Claes](https://github.com/mcls) * fixed; focus the next available option after a selection, not the top option, thanks [Nicolas Raynaud](https://github.com/nraynaud) +Note there has also been a breaking change to the props for the `Async` component: both `minimumInput` and `searchingText` have been removed. See #1226 for more details. Apologies for doing this in an RC release, but we had to trade off between resolving some important bugs and breaking the API, and figured it was better to do this before declaring 1.0.0 stable. + + ## v1.0.0-rc.1 / 2016-09-04 * fixed; reset value to `[]` when `multi=true`, thanks [Michael Williamson](https://github.com/mwilliamson)