Skip to content

Commit

Permalink
Release 1.3.4
Browse files Browse the repository at this point in the history
== npm run size ==

transferSize 1.3.3:
* JS  2,234 B
* CSS 1,972 B

transferSize 1.3.4:
* JS  2,218 B (-0.7%(
* CSS 1,960 B (-0.6%(
  • Loading branch information
Krinkle committed Aug 24, 2024
1 parent d8572f1 commit ad9e008
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@

Distribution:

* **jsDelivr** ([browse](https://cdn.jsdelivr.net/npm/[email protected].3/)):<br>[typesense-minibar.js](https://cdn.jsdelivr.net/npm/[email protected].3/typesense-minibar.js), [typesense-minibar.css](https://cdn.jsdelivr.net/npm/[email protected].3/typesense-minibar.css)
* **UNPKG** ([browse](https://unpkg.com/browse/[email protected].3/)):<br>[typesense-minibar.js](https://unpkg.com/[email protected].3/typesense-minibar.js), [typesense-minibar.css](https://unpkg.com/[email protected].3/typesense-minibar.css)
* **jsDelivr** ([browse](https://cdn.jsdelivr.net/npm/[email protected].4/)):<br>[typesense-minibar.js](https://cdn.jsdelivr.net/npm/[email protected].4/typesense-minibar.js), [typesense-minibar.css](https://cdn.jsdelivr.net/npm/[email protected].4/typesense-minibar.css)
* **UNPKG** ([browse](https://unpkg.com/browse/[email protected].4/)):<br>[typesense-minibar.js](https://unpkg.com/[email protected].4/typesense-minibar.js), [typesense-minibar.css](https://unpkg.com/[email protected].4/typesense-minibar.css)
* npm: [typesense-minibar](https://www.npmjs.com/package/typesense-minibar)
```shell
npm i --save typesense-minibar
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typesense-minibar",
"description": "Fast 2kB autocomplete search bar",
"version": "1.3.3",
"version": "1.3.4",
"homepage": "https://github.com/jquery/typesense-minibar",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion typesense-minibar-foot.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typesense-minibar.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! https://github.com/jquery/typesense-minibar 1.3.3 */
/*! https://github.com/jquery/typesense-minibar 1.3.4 */
.tsmb-form,
typesense-minibar {
--tsmb-size-edge: 1px;
Expand Down
2 changes: 1 addition & 1 deletion typesense-minibar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! https://github.com/jquery/typesense-minibar 1.3.3 */
/*! https://github.com/jquery/typesense-minibar 1.3.4 */
globalThis.tsminibar = function tsminibar (form, dataset = form.dataset) {
const cache = new Map();
const state = { query: '', cursor: -1, open: false, hits: [] };
Expand Down

0 comments on commit ad9e008

Please sign in to comment.