- type definition fixes (#132). Props to freshgiammi
- trigger case sensitivity improvements. Props to karpov-sv
- autocomplete list scrollability improvement. Props to karpov-sv
- TS definitions fixes. Props to mcornejo
- fix: onBlur handler called before handling onClick on item (#122). Props to fabioimpe
- close suggestion list on input blur fix (#113). Props to fabioimpe
- fix: bad positioning when inside a scrolled container (#112). Props to fabioimpe
- onBlur prop type definition fix (#111). Props to fabioimpe
- Fixed wrong suggestion list position when text field is scrolled (#108). Props to fabioimpe
- Better spacer handling for caret position (#104). Props to jaredzwick
- Fixed typescript issue (#107). Props to szaleq
- Added typescript support (#103). Props to jaredzwick
- Added passThroughTab prop (#102). Props to jaredzwick
- Fixing maxOptions handling for keyUp/keyDown events (#92). Props to Alice Choi
- Fixing edge case for one option, one character (#78). Props to Nikhil Varma
- New changeOnSelect Prop (#55). Props go to Lazaro Hurtado :)
- Fixing missing core-js in dependency list issue
- Props to LazaroHurtado, now library supports several sets of triggers and options simultaneously (#54)
- Introduced new
onSelect
callback — (#53) - Added
passThroughEnter
prop - to override behavior onEnter
key press - Updated deps and dev deps
- Use PropTypes.elementType to support wrapped components - (#44)
- Deps update
- Replaced componentWillRecieveProps and findDOMNode with modern APIs #41
- Added autocomplete on tab - #42
- Updated vulnerable deps
- Custom spacer support (#28)
- Deps update
- Correctly matching uppercase strings
minChats
options added to control the minimum amount of inputed characters before showing autocomplete option list
- Component now can be also a function
- Some corner cases fixed for autcomplete selections
- Fixed empty prefix and regex issues #10
- New props: offsetX, offsetY to control popup offset, and matchAny to catch options in the middle of words as well
- Fixed "Click" bug: sometimes autocompletion failed to work after clicking on the option #7
- Adding
prop-types
package to support React 16+