Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

36 lines (26 loc) · 1.49 KB

8th July 2020 - 1.0.14

  • Use PropTypes.elementType to support wrapped components - (yury-dymov#44)

9th April 2020 - 1.0.13

  • Deps update
  • Replaced componentWillRecieveProps and findDOMNode with modern APIs yury-dymov#41
  • Added autocomplete on tab - yury-dymov#42

17th June 2019 - 1.0.11

  • Updated vulnerable deps

26th February 2019 - 1.0.10

17th January 2019 - 1.0.9

  • Deps update

25th February 2018 - 1.0.8

  • Correctly matching uppercase strings
  • minChats options added to control the minimum amount of inputed characters before showing autocomplete option list

21st February 2018 - 1.0.7

  • Component now can be also a function

3d February 2018 - 1.0.6

  • Some corner cases fixed for autcomplete selections

24th September 2017 - Version 1.0.5

  • 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

21st August 2017 - Version 1.0.4

  • Fixed "Click" bug: sometimes autocompletion failed to work after clicking on the option yury-dymov#7

19th May 2017 - Version 1.0.3

  • Adding prop-types package to support React 16+