Skip to content

Commit 8706952

Browse files
Build + Bump 2.7.1
1 parent 7924bac commit 8706952

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

dist/autocomplete.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ input[data-autocomplete] {
3232
.autocomplete > ul > li {
3333
cursor: pointer;
3434
padding: 5px 0 5px 10px;
35+
white-space: nowrap;
3536
}
3637
.autocomplete > ul > li.active,
3738
.autocomplete > ul > li:active,

dist/autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* @license MIT
44
*
5-
* Autocomplete.js v2.7.0
5+
* Autocomplete.js v2.7.1
66
* Developed by Baptiste Donaux
77
* http://autocomplete-js.com
88
*

dist/autocomplete.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/autocomplete.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autocomplete-js",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"author": "support@autocomplete-js.com",
55
"license": "MIT",
66
"description": "autocomplete.js is a fast and lightweight autocomplete library, without any dependencies.",

src/autocomplete.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @license MIT
33
*
4-
* Autocomplete.js v2.7.0
4+
* Autocomplete.js v2.7.1
55
* Developed by Baptiste Donaux
66
* http://autocomplete-js.com
77
*

0 commit comments

Comments
 (0)