From db14588f159c9219d737299a8962a51b604c41bc Mon Sep 17 00:00:00 2001 From: Niket Pathak Date: Wed, 7 Sep 2022 00:24:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20minor=20version=20bump=20to=20v4?= =?UTF-8?q?.11.0,=20fixes=20#30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 + README.md | 4 ++-- docs/pages/install.html | 10 +++++----- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 8153c67..03e7321 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -40,6 +40,7 @@ body: - v4.8.0 - v4.9.0 - v4.10.0 + - v4.11.0 - Latest validations: required: true diff --git a/README.md b/README.md index 229c997..5c47b4f 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 00d85fc..601abcd 100644 --- a/docs/pages/install.html +++ b/docs/pages/install.html @@ -82,7 +82,7 @@

- + Unpkg typeahead-standalone CDN Logo @@ -90,13 +90,13 @@

HTML -
<script src="https://unpkg.com/typeahead-standalone@4.10.0/dist/typeahead-standalone.js"></script>
+
<script src="https://unpkg.com/typeahead-standalone@4.11.0/dist/typeahead-standalone.js"></script>

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

HTML -
<link rel="stylesheet" href="https://unpkg.com/typeahead-standalone@4.10.0/dist/basic.css" />
+
<link rel="stylesheet" href="https://unpkg.com/typeahead-standalone@4.11.0/dist/basic.css" />

The above links can be used to link to a specific version of typeahead-standalone.js

@@ -113,10 +113,10 @@

-
https://registry.npmjs.org/typeahead-standalone/-/typeahead-standalone-4.10.0.tgz
+
https://registry.npmjs.org/typeahead-standalone/-/typeahead-standalone-4.11.0.tgz
- where 4.10.0 refers to the version number. To use another version, replace the version in the above url by the desired version. + where 4.11.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. The required JS and CSS is located in the dist/ folder. diff --git a/package.json b/package.json index 5c779a8..7ae87b3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "typeahead-standalone", "title": "typeahead-standalone", "description": "A fast fully-featured standalone autocomplete library", - "version": "4.10.0", + "version": "4.11.0", "homepage": "https://typeahead.digitalfortress.tech", "license": "MIT", "scripts": {