Skip to content

Releases: razztyfication/vue-drawing-canvas

v1.0.14

17 May 16:58
Compare
Choose a tag to compare
  • Bug fix background color not working

v1.0.13

13 May 06:39
Compare
Choose a tag to compare
  • Bug fix missing line guide when background image exist

v1.0.12

10 May 07:17
Compare
Choose a tag to compare
  • Bug fix canvas break when draw circle with no coordinates #21

v1.0.11

27 Apr 16:27
Compare
Choose a tag to compare
  • Added new prop outputWidth and outputHeight
  • Bug fixes

v1.0.10

17 Apr 15:11
Compare
Choose a tag to compare
  • Eraser no longer erase background image.
  • Added new prop lineCap and lineJoin
  • Added new value "line" on strokeStyle to draw straight line

v.1.0.9

12 Feb 17:19
Compare
Choose a tag to compare
  • BUG FIX redraw function with wrong stroke type
  • BUG FIX typescript type declaration not compatible with noImplicitAny
  • Added new prop additionalImages will accept Array of watermark Object to draw either text or insert multiple image on canvas
  • Remove build for ssr and unpkg

v1.0.8

14 Jan 16:58
Compare
Choose a tag to compare
  • BUG FIX not working on drawing tablet and stylus

v1.0.7

22 Dec 08:37
Compare
Choose a tag to compare
  • Added new method getAllStrokes() to get all strokes and shapes from canvas.
  • Added new prop initialImage to draw all strokes and shapes from previously worked canvas.

v.1.0.6

13 Dec 04:41
Compare
Choose a tag to compare
  • Added new props canvasId to allow multiple canvas on one page. Thanks to mortegro

v1.0.5

11 Dec 01:53
Compare
Choose a tag to compare
  • BUG FIX missing side when drawing shapes
  • BUG FIX add missing return on null background image