- Use PropTypes.elementType to support wrapped components - (yury-dymov#44)
- Deps update
- Replaced componentWillRecieveProps and findDOMNode with modern APIs yury-dymov#41
- Added autocomplete on tab - yury-dymov#42
- Updated vulnerable deps
- Custom spacer support (yury-dymov#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 yury-dymov#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 yury-dymov#7
- Adding
prop-types
package to support React 16+