Skip to content

Commit

Permalink
2.2.0 doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
motla committed Nov 20, 2022
1 parent 0855ea2 commit 7c612e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Vue 3

## v2.2.0

- Allow support for using components as icons (for more info see the [API](API.md) and [PR 19](https://github.com/motla/vue-file-toolbar-menu/pull/19))

## v2.1.0

- SCSS has been converted to basic CSS, so you don't have to install a SCSS compiler anymore
Expand Down Expand Up @@ -34,6 +40,12 @@
- Switched `vue-color` to the `@ckpack/vue-color` fork for Vue3 compatibility
- Dependencies upgrade

# Vue 2

## v1.5.0

- Allow support for using components as icons (for more info see the [API](API.md) and [PR 19](https://github.com/motla/vue-file-toolbar-menu/pull/19))

## v1.4.1

- Bugfix: CSS scoping issue
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ Styling can be done either by writing CSS variables or by overloading CSS proper
</details>

- #### macOS-like theme:
###### :microscope: (CSS backdrop filter is still experimental!)
<img src="https://github.com/motla/vue-file-toolbar-menu/raw/master/img/macos-theme.png" width="332">
<details>
<summary>View specific CSS variables for this theme</summary>
Expand Down

0 comments on commit 7c612e1

Please sign in to comment.