Skip to content

cmd-bar@0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 15:43
· 57 commits to main since this release
7e61be3

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