Releases: fabkho/cmd-bar
Releases · fabkho/cmd-bar
cmd-bar@0.9.10
Patch Changes
-
Bugs
- loading state has to be set inside debounced update query method
Refactor
- moved logic for rendering results to its own component
cmd-bar@0.9.9
Patch Changes
- Feature
-support v-model on input component to give user more control
cmd-bar@0.9.8
Patch Changes
-
Bugs
- if no results available the activeCommand was not set to null
Refactor
- render no-results container outside of results ul
cmd-bar@0.9.7
Patch Changes
-
Bugs
- use mouse enter event instead of move to prevent unnecessary updates (CmdBarList.vue)
cmd-bar@0.9.6
Patch Changes
-
Bugs
- with search results the selcetion of commands was not working
Refactor
- improved performance by using computed properties inside the store
cmd-bar@0.9.5
Patch Changes
-
Refactor
- rename
id
attribute of command tokey
Bugs
- apply group identifier to search results
- rename
cmd-bar@0.9.4
Patch Changes
-
Features
- render an optional heading for the results slot
cmd-bar@0.9.3
Patch Changes
-
Bugs
- absolute path was used for CmdBarList.vue
cmd-bar@0.9.2
Patch Changes
-
Bugs
- auto selection of commnds (group change)
Featues
- bundle default css
cmd-bar@0.9.0
Minor Changes
- Features
- List: added
loop
prop to loop back to the first command when reaching the end of the list - improved typing
- emit events consistently via
useCmdBarEvent
composable
Refactoring
Store
-
streamlined state management
-
improved search strategy and performance
useKeymap
-
does not provide add/remove event listeners helper instead of using hooks
List
-
does now render results seperately
-
slot for loading state and no results
Deprecated
- removed
CmdBarVirtualList.vue
component - compound component (all components are exported individually)
Chore
- updated major dependecies
Docs
- added docs 2.0 to drastically simplify the documentation