Skip to content

Releases: goto-bus-stop/react-abstract-autocomplete

v2.0.3

21 Apr 07:23
Compare
Choose a tag to compare

This package is not actively maintained anymore and I recommend moving to something else if you run into any bugs.

  • Add React 18.x to acceptable peer dependencies.

v2.0.2

23 Mar 16:23
a83fc72
Compare
Choose a tag to compare
  • Add React 17.x to acceptable peer dependencies.

v2.0.1

13 Dec 10:50
04e6b22
Compare
Choose a tag to compare

v2.0.0

17 Jun 12:12
e6a0fa8
Compare
Choose a tag to compare
  • Smaller build.
  • Move entry point files to ./dist/react-abstract-autocomplete.*.js instead of ./index.js.
    This is the only breaking change; it's unlikely to affect anyone unless you were explicitly importing react-abstract-autocomplete/index.js or react-abstract-autocomplete/index.es.js.

v1.2.0

28 Jan 16:39
a5e8a91
Compare
Choose a tag to compare

Allow react@16 peerDependency.

v1.1.1

06 Jan 11:54
861ec8e
Compare
Choose a tag to compare
  • Fix completing suggestions by clicking.

v1.1.0

24 Sep 11:41
b6fcb4e
Compare
Choose a tag to compare
  • wrap around when using keyboard to select suggestions (f14c7b4)
  • only show suggestions when input is focused (803413d)

v1.0.1

13 Sep 13:51
0902c9e
Compare
Choose a tag to compare
  • fix updating suggestions when moving cursor
  • fix the select function passed to renderSuggestion (i.e., fix clicking suggestion elements)