diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 69c52ef..f2d01f6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -33,9 +33,8 @@ body: - v5.0.0 - v5.1.0 - v5.2.0 - - v5.3.0 - - v5.3.1 - - v5.3.2 + - v5.3.x + - v5.4.0 - Latest validations: required: true diff --git a/README.md b/README.md index b60f205..03a31e1 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ require('typeahead-standalone/dist/basic.css'); - - + + ``` The library will be available as a global object at **`window.typeahead`** diff --git a/docs/pages/install.html b/docs/pages/install.html index b66dea9..2958fa8 100644 --- a/docs/pages/install.html +++ b/docs/pages/install.html @@ -82,7 +82,7 @@
<script src="https://unpkg.com/typeahead-standalone@5.3.2/dist/typeahead-standalone.umd.js"></script>+ class="hljs language-html language-xml"><script src="https://unpkg.com/typeahead-standalone@5.4.0/dist/typeahead-standalone.umd.js"></script>
Include the CSS
(Optional, we recommend to override the default styling)
<link rel="stylesheet" href="https://unpkg.com/typeahead-standalone@5.3.2/dist/basic.css" />+ class="hljs language-html language-xml"><link rel="stylesheet" href="https://unpkg.com/typeahead-standalone@5.4.0/dist/basic.css" />
The above links can be used to link to a specific version of typeahead-standalone.js
@@ -115,10 +115,10 @@https://registry.npmjs.org/typeahead-standalone/-/typeahead-standalone-5.3.2.tgz+
https://registry.npmjs.org/typeahead-standalone/-/typeahead-standalone-5.4.0.tgz- where
5.3.2
refers to the version number. To use another version, replace the version in the above url by
+ where 5.4.0
refers to the version number. To use another version, replace the version in the above url by
the desired version.
All available versions/releases are listed on github.
diff --git a/package.json b/package.json
index eff21a6..f780e7b 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"type": "module",
"title": "typeahead-standalone",
"description": "A fast fully-featured standalone autocomplete library",
- "version": "5.3.2",
+ "version": "5.4.0",
"homepage": "https://typeahead.digitalfortress.tech",
"license": "MIT",
"scripts": {