Skip to content

Releases: fabkho/cmd-bar

[email protected]

22 Oct 09:46
Compare
Choose a tag to compare

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]

21 Oct 15:05
Compare
Choose a tag to compare

Patch Changes

  • Feature
    -support v-model on input component to give user more control

[email protected]

21 Oct 12:45
Compare
Choose a tag to compare

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]

18 Oct 15:31
Compare
Choose a tag to compare

Patch Changes

  • Bugs

    • use mouse enter event instead of move to prevent unnecessary updates (CmdBarList.vue)

[email protected]

18 Oct 13:35
Compare
Choose a tag to compare

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]

15 Oct 10:12
Compare
Choose a tag to compare

Patch Changes

  • Refactor

    • rename id attribute of command to key

    Bugs

    • apply group identifier to search results

[email protected]

23 Sep 08:44
f8d80b2
Compare
Choose a tag to compare

Patch Changes

  • Features

    • render an optional heading for the results slot

[email protected]

22 Sep 16:52
01e4725
Compare
Choose a tag to compare

Patch Changes

  • Bugs

    • absolute path was used for CmdBarList.vue

[email protected]

20 Sep 16:05
fd3d8fb
Compare
Choose a tag to compare

Patch Changes

  • Bugs

    • auto selection of commnds (group change)

    Featues

    • bundle default css

[email protected]

19 Sep 15:43
7e61be3
Compare
Choose a tag to compare

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