Skip to content

Releases: tomickigrzegorz/autocomplete

v1.7.0

18 Nov 19:32
3b55aa8
Compare
Choose a tag to compare

Fixed

  • arrow in example "show all values" don't open results #114

Changed

  • update example 'show-all-values'

v1.6.9

13 Nov 13:19
Compare
Choose a tag to compare

Fixed

  • results do not scroll to the top #111

v1.6.8

12 Nov 11:09
Compare
Choose a tag to compare

Added

  • global output folder dist, includes iife, umd and esm compressed and uncompressed files

Changed

  • change of links to cdn

v1.6.7

12 Nov 11:07
cce2bdf
Compare
Choose a tag to compare

Changed

  • unminified file convert to ESM version

Improvements

  • build optimization (smaller file)

v1.6.6

03 Nov 23:48
199ab79
Compare
Choose a tag to compare

Added

  • unminified javascript file #103

v1.6.5

03 Nov 23:42
199ab79
Compare
Choose a tag to compare

Fixed

Changed

  • adding a new parameter that allows you to insert your own aria-label for the 'x' button to clear data in the input field.

v1.6.4

03 Nov 18:29
a349e0f
Compare
Choose a tag to compare

Fixed

  • Reset margin on autocomplete ul (#102)

v1.6.3

23 Sep 09:42
Compare
Choose a tag to compare
  • documentation improvements

v1.6.1

13 Sep 08:25
b4e377a
Compare
Choose a tag to compare

Fixed

  • Calback function 'onSearch' #94

v1.6.0

03 Sep 15:12
Compare
Choose a tag to compare

Added

  • showAllValues - new props, this option will toggle showing all values when the input is clicked, like a default dropdown
  • 'Show all values' - new example

Changed

  • 'rollup.config.js' to remove forgotten console.log and debugger
  • rebuilding html with examples so you don't have to add js code to html manually. From now on, the code is dynamically downloaded from js as text and inserted into the appropriate place, and then presented by 'prism'

Fixed

  • when the results have a scroll bar, i.e. scroll overflow is set, we will scroll to the last record, for example, the scroll bar will be at the bottom. Closing and reopening the results causes a scroll and thus the results to the beginning of the container