This repository has been archived by the owner on Dec 23, 2022. It is now read-only.
v1.0.0-beta.14
Pre-release
Pre-release
Thanks to the 2 contributors who made this release possible. π
Breaking changes
- Add a
delayBeforeAdd
property that defaults tofalse
#262 #263 @joelvh
Previously, the delay was always enabled, so this is a breaking change.
Changed
- Fix
clearInputValueOnChange
breaking the text input sometimes (e.g. in the react-autosuggest example) #261 @papercuptech - Update dev dependencies to fix all
npm audit
warnings π¨