From 80cc03763e44e53db6a5d59cf639b512e5bc78e0 Mon Sep 17 00:00:00 2001 From: David Uebelacker Date: Tue, 28 Mar 2017 23:24:40 +0200 Subject: [PATCH] Revert "Adding note about #1226, ref #1522" This reverts commit 535fd8aab04622adce443c69af3fb0365b0cd526. --- HISTORY.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 5862bb2f37..ca2a98cb7e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -35,9 +35,6 @@ * 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)