Releases: fabkho/cmd-bar
Releases · fabkho/cmd-bar
[email protected]
Patch Changes
-
Bugs
- loading state has to be set inside debounced update query method
Refactor
- moved logic for rendering results to its own component
[email protected]
Patch Changes
- Feature
-support v-model on input component to give user more control
[email protected]
Patch Changes
-
Bugs
- if no results available the activeCommand was not set to null
Refactor
- render no-results container outside of results ul
[email protected]
Patch Changes
-
Bugs
- use mouse enter event instead of move to prevent unnecessary updates (CmdBarList.vue)
[email protected]
Patch Changes
-
Bugs
- with search results the selcetion of commands was not working
Refactor
- improved performance by using computed properties inside the store
[email protected]
Patch Changes
-
Refactor
- rename
id
attribute of command tokey
Bugs
- apply group identifier to search results
- rename
[email protected]
Patch Changes
-
Features
- render an optional heading for the results slot
[email protected]
Patch Changes
-
Bugs
- absolute path was used for CmdBarList.vue
[email protected]
Patch Changes
-
Bugs
- auto selection of commnds (group change)
Featues
- bundle default css
[email protected]
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