Skip to content

Commit

Permalink
Merge pull request #173 from tomickigrzegorz:update-library
Browse files Browse the repository at this point in the history
Update lib version
  • Loading branch information
tomickigrzegorz committed May 1, 2023
2 parents e1cfe17 + 2cf7768 commit 109bfa9
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 23 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2023-05-01 (1.8.7)
### Added
- add banner
### Changes
- remove multiple 'mark' [items](https://tomickigrzegorz.github.io/autocomplete/#showAllValues)

## 2022-11-10 (1.8.6)
### Added
- `clearButtonOnInitial` A parameter set to `true` adds a button to remove text from the input field visible on initial Autocomplete. [clear-button-on](https://tomik23.github.io/autocomplete/#basics-clear-button-on)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ See the demo - [example](https://tomickigrzegorz.github.io/autocomplete/)
#### CSS

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

#### JavaScript

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

##### -- OR --
Expand Down Expand Up @@ -452,9 +452,9 @@ Configuration for IE:
### cdn
- https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].6/dist/js/polyfill.js
- https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].6/dist/js/autocomplete.ie.min.js
- https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].6/dist/css/autocomplete.ie.min.css
- https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].7/dist/js/polyfill.js
- https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].7/dist/js/autocomplete.ie.min.js
- https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].7/dist/css/autocomplete.ie.min.css
### cdn polyfill from npm
Expand Down
2 changes: 1 addition & 1 deletion 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.min.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.ie.min.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.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.min.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.umd.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.umd.min.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/polyfill.js

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

6 changes: 3 additions & 3 deletions docs/ie.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ <h2>-- local files --</h2>
<h2>-- cdn --</h2>
<ul>
<li>
https://cdn.jsdelivr.net/gh/tomik23/[email protected].6/dist/js/polyfill.js
https://cdn.jsdelivr.net/gh/tomik23/[email protected].7/dist/js/polyfill.js
</li>
<li>
https://cdn.jsdelivr.net/gh/tomik23/[email protected].6/dist/js/autocomplete.ie.min.js
https://cdn.jsdelivr.net/gh/tomik23/[email protected].7/dist/js/autocomplete.ie.min.js
</li>
<li>
https://cdn.jsdelivr.net/gh/tomik23/[email protected].6/dist/css/autocomplete.ie.min.css
https://cdn.jsdelivr.net/gh/tomik23/[email protected].7/dist/css/autocomplete.ie.min.css
</li>
</ul>
<h2>-- cdn polyfill from npm --</h2>
Expand Down
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ <h3>Include JS and CSS files</h3>
-- OR CDN --
<div rel="HTML" class="html-class">
<pre><code class="language-html">&lt;!-- css --&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].6/dist/css/autocomplete.min.css&quot;/&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].7/dist/css/autocomplete.min.css&quot;/&gt;

&lt;!-- js --&gt;
&lt;script src=&quot;https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].6/dist/js/autocomplete.min.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].7/dist/js/autocomplete.min.js&quot;&gt;&lt;/script&gt;
</code></pre>
</div>

Expand All @@ -73,11 +73,11 @@ <h4>-- use local files from dist --</h4>
<h4>-- use cdn --</h4>
<div rel="HTML" class="html-class">
<pre><code class="language-html">&lt;!-- css --&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].6/dist/css/autocomplete.ie.min.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].7/dist/css/autocomplete.ie.min.css&quot;&gt;

&lt;!-- js --&gt;
&lt;script src=&quot;https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].6/dist/js/polyfill.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].6/dist/js/autocomplete.ie.min.js&quot;&gt;&lt;/script&gt;</code></pre>
&lt;script src=&quot;https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].7/dist/js/polyfill.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].7/dist/js/autocomplete.ie.min.js&quot;&gt;&lt;/script&gt;</code></pre>
</div>
<h4>-- use cdn polyfills from npm --</h4>
<div rel="HTML" class="html-class">
Expand Down
2 changes: 1 addition & 1 deletion docs/js/autocomplete.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tomickigrzegorz/autocomplete",
"version": "1.8.6",
"version": "1.8.7",
"description": "Simple autocomplete component in vanilla JS",
"author": "Grzegorz Tomicki",
"main": "dist/js/autocomplete.js",
Expand Down

0 comments on commit 109bfa9

Please sign in to comment.