Releases: federico-moretti/canvas-free-drawing
Releases · federico-moretti/canvas-free-drawing
2022-04-02, Version 2.1.1
Bug fixes
- Use getBoundingClientRect() when receiving touch events #21 (thanks to @softhouse-anthonkendel)
2020-08-14, Version 2.1.0
2018-05-09, Version 2.0.4
Bug fixes
- Removed some mandatory parameters in the class init added accidentally.
Others
- Exported AllowedEvents enum.
2018-04-20, Version 2.0.2
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
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 withmaxSnapshots
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