Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
motla committed Feb 5, 2022
1 parent d9d4d9f commit 7163a3a
Show file tree
Hide file tree
Showing 64 changed files with 283 additions and 4,192 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v2.0.2

- Bug fix [Issue 16](https://github.com/motla/vue-file-toolbar-menu/issues/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](https://github.com/motla/vue-file-toolbar-menu/issues/17):
- Replacing `::v-deep.bar` by `.bar ::v-deep()` as ::v-deep usage as a combinator has been deprecated

## v2.0.1

- Prevent displaying "false" as a default title when hovering buttons (Vue3 issue only)
Expand Down

0 comments on commit 7163a3a

Please sign in to comment.