Skip to content

Commit

Permalink
Merge pull request #134 from tomik23:small-build-new-test
Browse files Browse the repository at this point in the history
feat: new functions, smaller builds, new test 12
  • Loading branch information
tomickigrzegorz committed Mar 4, 2022
2 parents ce73228 + 7159680 commit 1cb0175
Show file tree
Hide file tree
Showing 23 changed files with 372 additions and 268 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2020-03-04 (1.8.2)

### Added
- test 12: Check input field when press arrow down

### Build
- reducing the size of the library

### Changed
- all instances of innerHTML onto insertAdjacentHTML


## 2020-03-01 (1.8.1)
### Bug fixes
- Issue with 'selecFirst' + 'insertToInput' + 'cache' [#132](https://github.com/tomik23/autocomplete/issues/132)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ See the demo - [example](https://tomik23.github.io/autocomplete/)
#### CSS

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tomik23/[email protected].1/dist/css/autocomplete.min.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tomik23/[email protected].2/dist/css/autocomplete.min.css"/>
```

#### JavaScript

```html
<script src="https://cdn.jsdelivr.net/gh/tomik23/[email protected].1/dist/js/autocomplete.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/tomik23/[email protected].2/dist/js/autocomplete.min.js"></script>
```

##### -- OR --
Expand Down Expand Up @@ -445,9 +445,9 @@ Configuration for IE:
### cdn
- https://cdn.jsdelivr.net/gh/tomik23/[email protected].1/dist/js/polyfill.js
- https://cdn.jsdelivr.net/gh/tomik23/[email protected].1/dist/js/autocomplete.ie.min.js
- https://cdn.jsdelivr.net/gh/tomik23/[email protected].1/dist/css/autocomplete.ie.min.css
- https://cdn.jsdelivr.net/gh/tomik23/[email protected].2/dist/js/polyfill.js
- https://cdn.jsdelivr.net/gh/tomik23/[email protected].2/dist/js/autocomplete.ie.min.js
- https://cdn.jsdelivr.net/gh/tomik23/[email protected].2/dist/css/autocomplete.ie.min.css
### cdn polyfill from npm
Expand Down
114 changes: 60 additions & 54 deletions dist/js/autocomplete.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/autocomplete.esm.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1cb0175

Please sign in to comment.