|
| 1 | +## [0.1.4](https://github.com/xiaoluoboding/vue-command-palette/compare/v0.1.3...v0.1.4) (2022-12-14) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* bottom scroll bar ([5c38a00](https://github.com/xiaoluoboding/vue-command-palette/commit/5c38a00fef77c386b158a1e601229995b3e3783b)) |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | +## [0.1.3](https://github.com/xiaoluoboding/vue-command-palette/compare/v0.1.2...v0.1.3) (2022-09-15) |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | +## [0.1.2](https://github.com/xiaoluoboding/vue-command-palette/compare/fec87bf5042b5bfd389421524ff3ec3226c39879...v0.1.2) (2022-09-15) |
| 15 | + |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +* fixed the input event ([810ba79](https://github.com/xiaoluoboding/vue-command-palette/commit/810ba79da3fdbceb03deba11fd6b7de28dc32ef0)) |
| 20 | +* fixed the list component types ([f60e20a](https://github.com/xiaoluoboding/vue-command-palette/commit/f60e20a117e6197c9b922e5aa24a1090937ef34f)) |
| 21 | + |
| 22 | + |
| 23 | +### Features |
| 24 | + |
| 25 | +* add fuzzy search items in group ([684f1e8](https://github.com/xiaoluoboding/vue-command-palette/commit/684f1e8aa0aa02663e99bc2d7db059daf0960507)) |
| 26 | +* add rerender list event ([db85fb9](https://github.com/xiaoluoboding/vue-command-palette/commit/db85fb9cb16d65f36785bd7733c80333e51e403f)) |
| 27 | +* add the cmdk it's self ([b8dc650](https://github.com/xiaoluoboding/vue-command-palette/commit/b8dc6500b19f5746669f49b8e6b725529e1f8f03)) |
| 28 | +* add the code demo ([0cfb97b](https://github.com/xiaoluoboding/vue-command-palette/commit/0cfb97b3e5cb40888b928d389143aa820aff51de)) |
| 29 | +* add the demo of linear ([8e98e98](https://github.com/xiaoluoboding/vue-command-palette/commit/8e98e98545dc5c749d22e900aff82036985d1930)) |
| 30 | +* add the fuzzy search feature ([48969d9](https://github.com/xiaoluoboding/vue-command-palette/commit/48969d918ff6885556c1d7dac2db555685c6610c)) |
| 31 | +* add the input v-model:value attribute ([1536795](https://github.com/xiaoluoboding/vue-command-palette/commit/153679526f68cdb1d52a06620893430241b86694)) |
| 32 | +* add the keyboard event feature ([585ca53](https://github.com/xiaoluoboding/vue-command-palette/commit/585ca533c1ece2dcf985ff8cc1b8d76990e83424)) |
| 33 | +* add the list height animation ([278ba13](https://github.com/xiaoluoboding/vue-command-palette/commit/278ba131c07ecabfdf9fc31bb433253c943d5b60)) |
| 34 | +* add the perform action ([9837cc6](https://github.com/xiaoluoboding/vue-command-palette/commit/9837cc6177f93cce0965ff68ead9304a423cd6b3)) |
| 35 | +* add the raycast cmdk demo ([754f7fe](https://github.com/xiaoluoboding/vue-command-palette/commit/754f7fe5d339fd5c971699615783333719b4ae01)) |
| 36 | +* add the select item event on cmdk component ([1dc7b2a](https://github.com/xiaoluoboding/vue-command-palette/commit/1dc7b2a6ab07b49f1fa5a645dc825240175063fc)) |
| 37 | +* add the toggle dark mode action ([8633f95](https://github.com/xiaoluoboding/vue-command-palette/commit/8633f95bc59ae0c7acff40fc7530c6ceb7113455)) |
| 38 | +* add the vercel cmdk demo ([1d59805](https://github.com/xiaoluoboding/vue-command-palette/commit/1d5980503f7921c09f54ea751a8dc35a817acfe9)) |
| 39 | +* add transition for self dialog ([fb2ed08](https://github.com/xiaoluoboding/vue-command-palette/commit/fb2ed08513ca56a69ba6c51a4ba43e049e899d1d)) |
| 40 | +* change the demo page ([1d2b16b](https://github.com/xiaoluoboding/vue-command-palette/commit/1d2b16b6bb370d6c1ee2987d55509d7822767236)) |
| 41 | +* create the lib ([fec87bf](https://github.com/xiaoluoboding/vue-command-palette/commit/fec87bf5042b5bfd389421524ff3ec3226c39879)) |
| 42 | +* deal with the event emitter ([5e36efd](https://github.com/xiaoluoboding/vue-command-palette/commit/5e36efdb833f68cfc4e0bcf688c9021d1c8a6982)) |
| 43 | +* fixed the dark mode toggle ([923f178](https://github.com/xiaoluoboding/vue-command-palette/commit/923f178faed6b78d8b22999c99ace78f0440ae55)) |
| 44 | +* fixed the empty node ([624dc08](https://github.com/xiaoluoboding/vue-command-palette/commit/624dc081a72d693e5db17a9fddbf6d3d8607233a)) |
| 45 | +* handle dispatch the event on item ([71081a4](https://github.com/xiaoluoboding/vue-command-palette/commit/71081a4f74af7cdd5406d604c9a83b995aa8ff33)) |
| 46 | +* hidden the empty node ([7cae74f](https://github.com/xiaoluoboding/vue-command-palette/commit/7cae74f480019d532f7df530ad967fe9c4222777)) |
| 47 | +* navigate to the group first item ([ae5a3d0](https://github.com/xiaoluoboding/vue-command-palette/commit/ae5a3d02ff9007206a78abfb3e575046f9dc459c)) |
| 48 | +* no valid idx, then go to the first/last of item ([a9c6db4](https://github.com/xiaoluoboding/vue-command-palette/commit/a9c6db4d279212acad118d47e138f52226605f74)) |
| 49 | +* rename cmdk to command ([9850592](https://github.com/xiaoluoboding/vue-command-palette/commit/985059217e81092094e32a97d8d8b2a0d96c5f73)) |
| 50 | +* use the provide/inject api ([07868b7](https://github.com/xiaoluoboding/vue-command-palette/commit/07868b78e510f1916063c9baa64e524bfe88ddbe)) |
| 51 | + |
| 52 | + |
| 53 | + |
0 commit comments