Skip to content

Releases: tomickigrzegorz/autocomplete

v1.8.3

11 Mar 07:50
d97e758
Compare
Choose a tag to compare

Fixed

  • Show all values (#136)

v1.8.2

04 Mar 13:19
1cb0175
Compare
Choose a tag to compare

Added

  • test 12: Check input field when press arrow down

Build

  • reducing the size of the library

Changed

  • all instances of innerHTML onto insertAdjacentHTML

v1.8.1

01 Mar 08:46
fd6a1d8
Compare
Choose a tag to compare

Fixed

  • Issue with 'selecFirst' + 'insertToInput' + 'cache' (#132)

v1.8.0

28 Feb 12:17
a73ffaa
Compare
Choose a tag to compare

Tests

  • width testcafe #131

v1.7.6

27 Feb 14:57
5f57e43
Compare
Choose a tag to compare

Fixed

  • The "aria-selected" does not change #129

v1.7.5

10 Feb 15:00
0ff08ee
Compare
Choose a tag to compare

Build

  • added script to change library version everywhere during production build

Performance

  • reducing the size of the library by mangle properties and methods:
mangle: {
  properties: {
    regex: /^_/,
  },
},

Refactoring

  • removing duplicate method 'setAttr'

v1.7.4

20 Jan 14:30
7ec5c1b
Compare
Choose a tag to compare

Added

  • title to a clear button such as area-label

Changed

  • ara-label clear text from input to clear the search query

v1.7.3

10 Jan 20:28
d6d52e1
Compare
Choose a tag to compare

Build

  • new files for IE browsers (dist)
  • IE version, refactor section width plugins (rollup)

Styles

  • set singleQuote to false

Refactor

  • move the configuration to rollup.config.js

Docs

  • update sections 'Gatting started'
  • an example of using a library compatible with IE

v1.7.2

28 Dec 17:52
Compare
Choose a tag to compare

Fixed

  • improve handing of ESC key #120

v1.7.1

10 Feb 12:29
Compare
Choose a tag to compare

Fixed

  • if selectFirst: true run callback function onSelect

Refactor

  • replace class auto-search -> auto-search-wrapper

Build

  • remove *.map from *.min.js file in dist folder