@@ -82,7 +82,7 @@ <h4><a href="#install?id=cdn" id="cdn" title="Install typeahead-standalone.js vi
82
82
< p > The above links, by default, point to the latest version of typeahead-standalone.js</ p >
83
83
</ div >
84
84
< div class ="tab-pane fade " id ="nav-unpkg " role ="tabpanel " aria-labelledby ="nav-unpkg-tab ">
85
- < a class ="simple-link " href ="https://unpkg.com/typeahead-standalone@5.3.2 /dist/typeahead-standalone.umd.js ">
85
+ < a class ="simple-link " href ="https://unpkg.com/typeahead-standalone@5.4.0 /dist/typeahead-standalone.umd.js ">
86
86
< img src ="./assets/img/logos/unpkg_logo.png " alt ="Unpkg typeahead-standalone CDN Logo " width ="100px ">
87
87
</ a >
88
88
@@ -91,14 +91,14 @@ <h4><a href="#install?id=cdn" id="cdn" title="Install typeahead-standalone.js vi
91
91
< span class ="lang "> HTML</ span >
92
92
< span class ="copy " title ="Copy to Clipboard "> < i class ="far fa-copy "> </ i > </ span >
93
93
< pre
94
- class ="hljs language-html language-xml "> <script src="https://unpkg.com/typeahead-standalone@5.3.2 /dist/typeahead-standalone.umd.js"></script></ pre >
94
+ class ="hljs language-html language-xml "> <script src="https://unpkg.com/typeahead-standalone@5.4.0 /dist/typeahead-standalone.umd.js"></script></ pre >
95
95
</ div >
96
96
< p > Include the < code > CSS</ code > (Optional, we recommend to override the default styling)</ p >
97
97
< div class ="codeContainer ">
98
98
< span class ="lang "> HTML</ span >
99
99
< span class ="copy " title ="Copy to Clipboard "> < i class ="far fa-copy "> </ i > </ span >
100
100
< pre
101
- class ="hljs language-html language-xml "> <link rel="stylesheet" href="https://unpkg.com/typeahead-standalone@5.3.2 /dist/basic.css" /></ pre >
101
+ class ="hljs language-html language-xml "> <link rel="stylesheet" href="https://unpkg.com/typeahead-standalone@5.4.0 /dist/basic.css" /></ pre >
102
102
</ div >
103
103
< p > The above links can be used to link to a specific version of typeahead-standalone.js</ p >
104
104
</ div >
@@ -115,10 +115,10 @@ <h4><a href="#install?id=direct-download" id="direct-download" title="Install ty
115
115
116
116
< div class ="codeContainer ">
117
117
< span class ="copy " title ="Copy to Clipboard "> < i class ="far fa-copy "> </ i > </ span >
118
- < pre class ="hljs "> https://registry.npmjs.org/typeahead-standalone/-/typeahead-standalone-5.3.2 .tgz</ pre >
118
+ < pre class ="hljs "> https://registry.npmjs.org/typeahead-standalone/-/typeahead-standalone-5.4.0 .tgz</ pre >
119
119
</ div >
120
120
121
- where < code > 5.3.2 </ code > refers to the version number. To use another version, replace the version in the above url by
121
+ where < code > 5.4.0 </ code > refers to the version number. To use another version, replace the version in the above url by
122
122
the desired version.
123
123
All available versions/releases are listed on < a href ="https://github.com/digitalfortress-tech/typeahead-standalone/releases "> github</ a > .
124
124
0 commit comments