diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 2f7fb43..79582ce 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -32,13 +32,8 @@ body: - v4.0.x - v4.x.0 - v4.1x.0 - - v4.20.0 - - v4.21.0 - - v4.22.0 - - v4.23.0 - - v4.24.0 - - v4.25.x - - v4.26.0 + - v4.2x.0 + - v5.0.0 - Latest validations: required: true diff --git a/README.md b/README.md index 1a4b9a1..7e28df4 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 9a05186..ce6e03b 100644 --- a/docs/pages/install.html +++ b/docs/pages/install.html @@ -82,7 +82,7 @@

- + Unpkg typeahead-standalone CDN Logo @@ -91,14 +91,14 @@

HTML
<script src="https://unpkg.com/typeahead-standalone@4.26.0/dist/typeahead-standalone.umd.js"></script>
+ class="hljs language-html language-xml"><script src="https://unpkg.com/typeahead-standalone@5.0.0/dist/typeahead-standalone.umd.js"></script>

Include the CSS (Optional, we recommend to override the default styling)

HTML
<link rel="stylesheet" href="https://unpkg.com/typeahead-standalone@4.26.0/dist/basic.css" />
+ class="hljs language-html language-xml"><link rel="stylesheet" href="https://unpkg.com/typeahead-standalone@5.0.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-4.26.0.tgz
+
https://registry.npmjs.org/typeahead-standalone/-/typeahead-standalone-5.0.0.tgz
- where 4.26.0 refers to the version number. To use another version, replace the version in the above url by + where 5.0.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.