Skip to content

Commit

Permalink
chore(release): v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jun 2, 2024
1 parent c61e318 commit 692f6f3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
36 changes: 27 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# [0.4.0](https://github.com/robertrosman/vue-paint/compare/v0.3.1...v0.4.0) (2024-06-02)


### Bug Fixes

* add width and height from viewBox if missing ([27d95c8](https://github.com/robertrosman/vue-paint/commit/27d95c8203deb1bfa6a99ab2cf712d7cc2a3c8bd))
* export useTextarea ([a33366e](https://github.com/robertrosman/vue-paint/commit/a33366e30166c1e75deb9977e2acd571216e6590))
* handle kebab-cased id:s in move tool ([9d07f67](https://github.com/robertrosman/vue-paint/commit/9d07f670f403fb00ed8eee100bfdbfe8c32216a5))
* remove unused style + font from exported svg ([763a18a](https://github.com/robertrosman/vue-paint/commit/763a18a5718de4826d803c27febaeb6c224fabb2))
* set user-select on whole svg. fixes [#6](https://github.com/robertrosman/vue-paint/issues/6) ([c61e318](https://github.com/robertrosman/vue-paint/commit/c61e318c1214a9fca2fd2e5575b681b6b44aad8a))
* update bounding rect onDrawStart (fixes [#2](https://github.com/robertrosman/vue-paint/issues/2)) ([12fa944](https://github.com/robertrosman/vue-paint/commit/12fa94454c4a953f18e2b2a9c40e5b265d2dfd47))
* use dimensions of svg instead of container ([b1eb3a8](https://github.com/robertrosman/vue-paint/commit/b1eb3a8b37662389d7af509c4da277dea4aff090))
* **demo:** animate onMounted instead of reset ([291a4c2](https://github.com/robertrosman/vue-paint/commit/291a4c261eac78e2be8be28a38a243f340f40a35))


### Features

* add more export and download functions ([0fe38af](https://github.com/robertrosman/vue-paint/commit/0fe38af9d09c7dffabcc3beb0d5d608606cf95d8))
* add util function createSettings ([62a51f5](https://github.com/robertrosman/vue-paint/commit/62a51f547897c18149880f19c15b2e6c8aad7a09))


### Reverts

* Revert "refactor(demo): rename App.vue to Demo.vue" ([1027a12](https://github.com/robertrosman/vue-paint/commit/1027a12a4c86cb675fd6e877028aea68c253e4fe))



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


Expand Down Expand Up @@ -51,12 +78,3 @@



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


### Bug Fixes

* correct the reset event in the toolbar ([eb872c8](https://github.com/robertrosman/vue-paint/commit/eb872c8326f22a54a4e0e1f3a47c4dad7c89e52e))



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.1",
"version": "0.4.0",
"private": false,
"type": "module",
"author": "Robert Rosman",
Expand Down

0 comments on commit 692f6f3

Please sign in to comment.