@@ -82,7 +82,7 @@ <h4><a href="#install?id=cdn" id="cdn" title="Install typeahead-standalone.js vi
8282 < p > The above links, by default, point to the latest version of typeahead-standalone.js</ p >
8383 </ div >
8484 < 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.2 .0/dist/typeahead-standalone.umd.js ">
85+ < a class ="simple-link " href ="https://unpkg.com/typeahead-standalone@5.3 .0/dist/typeahead-standalone.umd.js ">
8686 < img src ="./assets/img/logos/unpkg_logo.png " alt ="Unpkg typeahead-standalone CDN Logo " width ="100px ">
8787 </ a >
8888
@@ -91,14 +91,14 @@ <h4><a href="#install?id=cdn" id="cdn" title="Install typeahead-standalone.js vi
9191 < span class ="lang "> HTML</ span >
9292 < span class ="copy " title ="Copy to Clipboard "> < i class ="far fa-copy "> </ i > </ span >
9393 < pre
94- class ="hljs language-html language-xml "> <script src="https://unpkg.com/typeahead-standalone@5.2 .0/dist/typeahead-standalone.umd.js"></script></ pre >
94+ class ="hljs language-html language-xml "> <script src="https://unpkg.com/typeahead-standalone@5.3 .0/dist/typeahead-standalone.umd.js"></script></ pre >
9595 </ div >
9696 < p > Include the < code > CSS</ code > (Optional, we recommend to override the default styling)</ p >
9797 < div class ="codeContainer ">
9898 < span class ="lang "> HTML</ span >
9999 < span class ="copy " title ="Copy to Clipboard "> < i class ="far fa-copy "> </ i > </ span >
100100 < pre
101- class ="hljs language-html language-xml "> <link rel="stylesheet" href="https://unpkg.com/typeahead-standalone@5.2 .0/dist/basic.css" /></ pre >
101+ class ="hljs language-html language-xml "> <link rel="stylesheet" href="https://unpkg.com/typeahead-standalone@5.3 .0/dist/basic.css" /></ pre >
102102 </ div >
103103 < p > The above links can be used to link to a specific version of typeahead-standalone.js</ p >
104104 </ div >
@@ -115,10 +115,10 @@ <h4><a href="#install?id=direct-download" id="direct-download" title="Install ty
115115
116116 < div class ="codeContainer ">
117117 < 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.2 .0.tgz</ pre >
118+ < pre class ="hljs "> https://registry.npmjs.org/typeahead-standalone/-/typeahead-standalone-5.3 .0.tgz</ pre >
119119 </ div >
120120
121- where < code > 5.2 .0</ code > refers to the version number. To use another version, replace the version in the above url by
121+ where < code > 5.3 .0</ code > refers to the version number. To use another version, replace the version in the above url by
122122 the desired version.
123123 All available versions/releases are listed on < a href ="https://github.com/digitalfortress-tech/typeahead-standalone/releases "> github</ a > .
124124
0 commit comments