Skip to content

Releases: federico-moretti/canvas-free-drawing

2022-04-02, Version 2.1.1

02 Apr 14:46
d8d2e82
Compare
Choose a tag to compare

Bug fixes

2020-08-14, Version 2.1.0

14 Aug 08:14
Compare
Choose a tag to compare

Features

  • You can now use custom color opacity. Fixes #6

Bug fixes

  • Change how coordinates are calculated. Fixes #7

2018-05-09, Version 2.0.4

09 May 07:12
Compare
Choose a tag to compare

Bug fixes

  • Removed some mandatory parameters in the class init added accidentally.

Others

  • Exported AllowedEvents enum.

2018-04-20, Version 2.0.2

20 Apr 10:23
Compare
Choose a tag to compare

New Features

  • Typescript refactor
  • Typescript types

Others

  • Optimized bucket tool, yet to be perfect
  • Increased test coverage

Bug fixes

  • Fixed issue #2

2018-11-25, Version 1.3.0

25 Nov 12:41
Compare
Choose a tag to compare

New Features

  • Added undo and redo
    This allows you to undo and redo the last thing drawn on the canvas.
    You can define the maximum undo allowed with maxSnapshots in the init, the default is 10.

Others

  • Optimized bucket tool, yet to be perfect
  • Bucket tool tolerance is now defined in percentage
  • Increased test coverage

Bug fixes

  • Fixed issue #1