Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrosman committed May 30, 2024
2 parents 080c0a1 + 20d21fb commit f80f617
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
21 changes: 11 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.3.1](https://github.com/robertrosman/vue-paint/compare/v0.3.0...v0.3.1) (2024-05-30)


### Bug Fixes

* add tools prop to shapeSvgComponent ([7146808](https://github.com/robertrosman/vue-paint/commit/7146808299c5180b1ed7755ffeffc014f6011c26))
* disable handlesOnActiveShape by default ([61c7342](https://github.com/robertrosman/vue-paint/commit/61c734242352496ab8648a12e0b7b8f88d051d20))
* remove all handles before export ([d3bc80b](https://github.com/robertrosman/vue-paint/commit/d3bc80bf55da188d7f6a8d5b4879c37c4b31bbc9))



# [0.3.0](https://github.com/robertrosman/vue-paint/compare/v0.2.3...v0.3.0) (2024-05-30)


Expand Down Expand Up @@ -49,13 +60,3 @@



# [0.2.0](https://github.com/robertrosman/vue-paint/compare/v0.1.1...v0.2.0) (2024-05-26)


### Features

* add useTextarea tool ([b301a0e](https://github.com/robertrosman/vue-paint/commit/b301a0ec6b7e6805c97ebed42e5e4f530c2df3af))
* allow custom fonts in useTextarea ([bfbc192](https://github.com/robertrosman/vue-paint/commit/bfbc1920e7b0e782a84a60e77f642b5b9d5a53e9))



2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-paint",
"version": "0.3.0",
"version": "0.3.1",
"private": false,
"type": "module",
"author": "Robert Rosman",
Expand Down

0 comments on commit f80f617

Please sign in to comment.