Skip to content

Commit

Permalink
chore(release): v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jun 6, 2024
1 parent a2ce835 commit 0c82ce8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 13 deletions.
31 changes: 22 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [0.5.0](https://github.com/robertrosman/vue-paint/compare/v0.4.0...v0.5.0) (2024-06-06)


### Bug Fixes

* add missing import ([33087e4](https://github.com/robertrosman/vue-paint/commit/33087e4e9768842c4712e726e66fb0e357bf507d))
* add px to handle radius, fixes firefox issue ([a786bab](https://github.com/robertrosman/vue-paint/commit/a786babd477312c665ba08160d259edcfb6dabc0))
* export keyboard shortcuts ([c70b3de](https://github.com/robertrosman/vue-paint/commit/c70b3def822439dcec97e17c0d0d9e6bc9d46720))
* export the other composables ([b04fbd3](https://github.com/robertrosman/vue-paint/commit/b04fbd3724268046011fe816ea991e517ab7732f))
* scope the svgStyle to prevent style bleeding ([9a86367](https://github.com/robertrosman/vue-paint/commit/9a863676e05f5ddc4dc000818c4bda964a0bce9b))


### Features

* add color support to useBackground [#5](https://github.com/robertrosman/vue-paint/issues/5) ([ccc673b](https://github.com/robertrosman/vue-paint/commit/ccc673b2b1cb2ee2e7e6607c553a2b36f5ed312f))
* add composable useEditor ([6fa1854](https://github.com/robertrosman/vue-paint/commit/6fa1854e2e8a00806ab05fd04ff70db1dc8fde82))
* add tool useKeyboardShortcuts ([d7e29dd](https://github.com/robertrosman/vue-paint/commit/d7e29dd862471cf23941698d19a13eb1d94286ab))
* add undo and redo ([20e86be](https://github.com/robertrosman/vue-paint/commit/20e86bebf3bb3ff6feea6996fdceb9df3fa53082))
* let keyboard shortcuts only affect active editor ([f080fe5](https://github.com/robertrosman/vue-paint/commit/f080fe5a7e2a0d1d596877bc3c1842af17d12b57))



# [0.4.0](https://github.com/robertrosman/vue-paint/compare/v0.3.1...v0.4.0) (2024-06-02)


Expand Down Expand Up @@ -69,12 +91,3 @@



## [0.2.2](https://github.com/robertrosman/vue-paint/compare/v0.2.1...v0.2.2) (2024-05-26)


### Bug Fixes

* unshift is not triggering reactivity? ([e978cae](https://github.com/robertrosman/vue-paint/commit/e978cae1ed26a3817cd0f3337c5ce2f8f3e9e071))



4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-paint",
"version": "0.4.0",
"version": "0.5.0",
"private": false,
"type": "module",
"author": "Robert Rosman",
Expand Down Expand Up @@ -69,4 +69,4 @@
"vitest": "^1.4.0",
"vue-tsc": "^2.0.11"
}
}
}

0 comments on commit 0c82ce8

Please sign in to comment.