Skip to content

Releases: robertrosman/vue-paint

v0.7.1

21 Aug 19:12
Compare
Choose a tag to compare

v0.7.0

21 Aug 18:16
Compare
Choose a tag to compare

Features

  • draw on correct position when resizing editor (844e96f)

v0.6.1

09 Jun 13:33
Compare
Choose a tag to compare
v0.6.1

v0.6.0

09 Jun 13:18
Compare
Choose a tag to compare

Bug Fixes

  • add ellipse tool to types and keyboard shortcuts (938ac6d)
  • handle moved crop correctly (24842e5)
  • handle negative values for textarea width/height (6b40202)
  • handle negative values for width/height on ellipse and rectangle (750b516)

Features

  • add angle snap, activate with shift key or settings.angleSnap = true (575c825)
  • add edge handles to rectangle (0c00ec5)
  • add more slots to VpToolbar (cc21117)
  • add tool useEllipse (049900c)

v0.5.4

06 Jun 16:46
Compare
Choose a tag to compare

Bug Fixes

  • disable touch-action on editor (8d1e0df)

v0.5.3

06 Jun 11:22
Compare
Choose a tag to compare
v0.5.3

v0.5.2

06 Jun 07:20
Compare
Choose a tag to compare

Bug Fixes

  • set selection background to none (0d08f77)

v0.5.1

06 Jun 04:44
Compare
Choose a tag to compare

Bug Fixes

v0.5.0

06 Jun 04:21
Compare
Choose a tag to compare

Bug Fixes

  • add missing import (33087e4)
  • add px to handle radius, fixes firefox issue (a786bab)
  • export keyboard shortcuts (c70b3de)
  • export the other composables (b04fbd3)
  • scope the svgStyle to prevent style bleeding (9a86367)

Features

  • add color support to useBackground #5 (ccc673b)
  • add composable useEditor (6fa1854)
  • add tool useKeyboardShortcuts (d7e29dd)
  • add undo and redo (20e86be)
  • let keyboard shortcuts only affect active editor (f080fe5)

v0.4.0

02 Jun 18:59
Compare
Choose a tag to compare

Bug Fixes

  • add width and height from viewBox if missing (27d95c8)
  • export useTextarea (a33366e)
  • handle kebab-cased id:s in move tool (9d07f67)
  • remove unused style + font from exported svg (763a18a)
  • set user-select on whole svg. fixes #6 (c61e318)
  • update bounding rect onDrawStart (fixes #2) (12fa944)
  • use dimensions of svg instead of container (b1eb3a8)
  • demo: animate onMounted instead of reset (291a4c2)

Features

  • add more export and download functions (0fe38af)
  • add util function createSettings (62a51f5)

Reverts

  • Revert "refactor(demo): rename App.vue to Demo.vue" (1027a12)