mirror of
https://github.com/tauri-apps/meilisearch-docsearch.git
synced 2026-01-31 00:45:16 +01:00
apply version updates (#181)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b03fb9484c
commit
527ebb6548
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"meilisearch-docsearch": "patch"
|
||||
---
|
||||
|
||||
Close modal when navigating in the same page.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"meilisearch-docsearch": "patch"
|
||||
---
|
||||
|
||||
Fix error when pressing <kdb>Enter</kdb> when there is no results.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"meilisearch-docsearch": "patch"
|
||||
---
|
||||
|
||||
Fix <kbd>Command</kbd>+<kbd>k</kbd> not working on macOS devices.
|
||||
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.7.1]
|
||||
|
||||
- [`b03fb94`](https://github.com/tauri-apps/meilisearch-docsearch/commit/b03fb9484cd39fa5a684bf912ed4b05384ce0793) Close modal when navigating in the same page.
|
||||
- [`155171a`](https://github.com/tauri-apps/meilisearch-docsearch/commit/155171a5a29d4780dd0261c5d2b888c992d1d6a6) Fix error when pressing <kdb>Enter</kdb> when there is no results.
|
||||
- [`ce30ebe`](https://github.com/tauri-apps/meilisearch-docsearch/commit/ce30ebec67a90c5b755464e74d3e70c194194fce) ([#178](https://github.com/tauri-apps/meilisearch-docsearch/pull/178)) Fix <kbd>Command</kbd>+<kbd>k</kbd> not working on macOS devices.
|
||||
|
||||
## \[0.7.0]
|
||||
|
||||
- [`549a4d8`](https://github.com/tauri-apps/meilisearch-docsearch/commit/549a4d852c7615c81b255bacc72cff51168775d0) ([#165](https://github.com/tauri-apps/meilisearch-docsearch/pull/165) by [@amrbashir](https://github.com/tauri-apps/meilisearch-docsearch/../../amrbashir)) Add `debounceDuration` option to set debouce duration or disable it.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "meilisearch-docsearch",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "A quick search component for meilisearch, inspired by algolia/docsearch.",
|
||||
"license": "MIT or Apache-2.0",
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user