Skip to content

Releases: motla/vue-file-toolbar-menu

v2.2.0 (Vue3)

20 Nov 20:36

Choose a tag to compare

  • Allow support for using components as icons (for more info see the API and PR 19)

v1.5.0 (Vue2)

20 Nov 20:36

Choose a tag to compare

  • Allow support for using components as icons (for more info see the API and PR 19)

v2.1.0 (Vue3)

30 Oct 15:16

Choose a tag to compare

  • SCSS has been converted to basic CSS, so you don't have to install a SCSS compiler anymore
  • Updating dependencies
  • Removing ESLint for a lighter project

v1.4.1 (Vue2)

30 Oct 15:16

Choose a tag to compare

  • Bugfix: CSS scoping issue

v1.4.0 (Vue2)

30 Oct 15:15

Choose a tag to compare

  • SCSS has been converted to basic CSS, so you don't have to install a SCSS compiler anymore
  • Updating dependencies
  • Removing ESLint for a lighter project

v2.0.5 (Vue3)

16 Feb 12:50

Choose a tag to compare

  • Bump @ckpack/vue-color dependency to its last version to fix part 2 of Issue 16.

v2.0.4 (Vue3)

15 Feb 15:40

Choose a tag to compare

  • Bump @ckpack/vue-color dependency to its last version to fix part 2 of Issue 16.

v2.0.3 (Vue3)

07 Feb 15:27

Choose a tag to compare

  • Fix v2.0.2 had wrong paths (Bug fix Issue 16)

v2.0.2 (Vue3)

05 Feb 16:08

Choose a tag to compare

  • Bug fix Issue 16:
    • Bypassing the node-emoji library written in CommonJS. Instead directly accessing JSON file located in lib for compatibility with Vite.js
  • Bug fix Issue 17:
    • Replacing ::v-deep.bar by .bar ::v-deep() as ::v-deep usage as a combinator has been deprecated

v2.0.1 (Vue3)

18 Dec 10:25

Choose a tag to compare

  • Prevent displaying "false" as a default title when hovering buttons (Vue3 issue only)
  • Dependencies upgrade