-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
868d37f
commit 087705f
Showing
2 changed files
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
## [0.1.4](https://github.com/xiaoluoboding/vue-command-palette/compare/v0.1.3...v0.1.4) (2022-12-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* bottom scroll bar ([5c38a00](https://github.com/xiaoluoboding/vue-command-palette/commit/5c38a00fef77c386b158a1e601229995b3e3783b)) | ||
|
||
|
||
|
||
## [0.1.3](https://github.com/xiaoluoboding/vue-command-palette/compare/v0.1.2...v0.1.3) (2022-09-15) | ||
|
||
|
||
|
||
## [0.1.2](https://github.com/xiaoluoboding/vue-command-palette/compare/fec87bf5042b5bfd389421524ff3ec3226c39879...v0.1.2) (2022-09-15) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fixed the input event ([810ba79](https://github.com/xiaoluoboding/vue-command-palette/commit/810ba79da3fdbceb03deba11fd6b7de28dc32ef0)) | ||
* fixed the list component types ([f60e20a](https://github.com/xiaoluoboding/vue-command-palette/commit/f60e20a117e6197c9b922e5aa24a1090937ef34f)) | ||
|
||
|
||
### Features | ||
|
||
* add fuzzy search items in group ([684f1e8](https://github.com/xiaoluoboding/vue-command-palette/commit/684f1e8aa0aa02663e99bc2d7db059daf0960507)) | ||
* add rerender list event ([db85fb9](https://github.com/xiaoluoboding/vue-command-palette/commit/db85fb9cb16d65f36785bd7733c80333e51e403f)) | ||
* add the cmdk it's self ([b8dc650](https://github.com/xiaoluoboding/vue-command-palette/commit/b8dc6500b19f5746669f49b8e6b725529e1f8f03)) | ||
* add the code demo ([0cfb97b](https://github.com/xiaoluoboding/vue-command-palette/commit/0cfb97b3e5cb40888b928d389143aa820aff51de)) | ||
* add the demo of linear ([8e98e98](https://github.com/xiaoluoboding/vue-command-palette/commit/8e98e98545dc5c749d22e900aff82036985d1930)) | ||
* add the fuzzy search feature ([48969d9](https://github.com/xiaoluoboding/vue-command-palette/commit/48969d918ff6885556c1d7dac2db555685c6610c)) | ||
* add the input v-model:value attribute ([1536795](https://github.com/xiaoluoboding/vue-command-palette/commit/153679526f68cdb1d52a06620893430241b86694)) | ||
* add the keyboard event feature ([585ca53](https://github.com/xiaoluoboding/vue-command-palette/commit/585ca533c1ece2dcf985ff8cc1b8d76990e83424)) | ||
* add the list height animation ([278ba13](https://github.com/xiaoluoboding/vue-command-palette/commit/278ba131c07ecabfdf9fc31bb433253c943d5b60)) | ||
* add the perform action ([9837cc6](https://github.com/xiaoluoboding/vue-command-palette/commit/9837cc6177f93cce0965ff68ead9304a423cd6b3)) | ||
* add the raycast cmdk demo ([754f7fe](https://github.com/xiaoluoboding/vue-command-palette/commit/754f7fe5d339fd5c971699615783333719b4ae01)) | ||
* add the select item event on cmdk component ([1dc7b2a](https://github.com/xiaoluoboding/vue-command-palette/commit/1dc7b2a6ab07b49f1fa5a645dc825240175063fc)) | ||
* add the toggle dark mode action ([8633f95](https://github.com/xiaoluoboding/vue-command-palette/commit/8633f95bc59ae0c7acff40fc7530c6ceb7113455)) | ||
* add the vercel cmdk demo ([1d59805](https://github.com/xiaoluoboding/vue-command-palette/commit/1d5980503f7921c09f54ea751a8dc35a817acfe9)) | ||
* add transition for self dialog ([fb2ed08](https://github.com/xiaoluoboding/vue-command-palette/commit/fb2ed08513ca56a69ba6c51a4ba43e049e899d1d)) | ||
* change the demo page ([1d2b16b](https://github.com/xiaoluoboding/vue-command-palette/commit/1d2b16b6bb370d6c1ee2987d55509d7822767236)) | ||
* create the lib ([fec87bf](https://github.com/xiaoluoboding/vue-command-palette/commit/fec87bf5042b5bfd389421524ff3ec3226c39879)) | ||
* deal with the event emitter ([5e36efd](https://github.com/xiaoluoboding/vue-command-palette/commit/5e36efdb833f68cfc4e0bcf688c9021d1c8a6982)) | ||
* fixed the dark mode toggle ([923f178](https://github.com/xiaoluoboding/vue-command-palette/commit/923f178faed6b78d8b22999c99ace78f0440ae55)) | ||
* fixed the empty node ([624dc08](https://github.com/xiaoluoboding/vue-command-palette/commit/624dc081a72d693e5db17a9fddbf6d3d8607233a)) | ||
* handle dispatch the event on item ([71081a4](https://github.com/xiaoluoboding/vue-command-palette/commit/71081a4f74af7cdd5406d604c9a83b995aa8ff33)) | ||
* hidden the empty node ([7cae74f](https://github.com/xiaoluoboding/vue-command-palette/commit/7cae74f480019d532f7df530ad967fe9c4222777)) | ||
* navigate to the group first item ([ae5a3d0](https://github.com/xiaoluoboding/vue-command-palette/commit/ae5a3d02ff9007206a78abfb3e575046f9dc459c)) | ||
* no valid idx, then go to the first/last of item ([a9c6db4](https://github.com/xiaoluoboding/vue-command-palette/commit/a9c6db4d279212acad118d47e138f52226605f74)) | ||
* rename cmdk to command ([9850592](https://github.com/xiaoluoboding/vue-command-palette/commit/985059217e81092094e32a97d8d8b2a0d96c5f73)) | ||
* use the provide/inject api ([07868b7](https://github.com/xiaoluoboding/vue-command-palette/commit/07868b78e510f1916063c9baa64e524bfe88ddbe)) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
{ | ||
"name": "vue-command-palette", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"type": "module", | ||
"author": "xiaoluoboding <[email protected]>", | ||
"scripts": { | ||
"dev": "vite", | ||
"build:docs": "vite build --mode docs", | ||
"build:lib": "vue-tsc --noEmit && vite build --mode lib", | ||
"preview": "vite preview" | ||
"preview": "vite preview", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
087705f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
vue-command-palette – ./
vue-command-palette.vercel.app
vue-command-palette-xlbd.vercel.app
vue-command-palette-git-main-xlbd.vercel.app