Releases: caleb531/jcanvas
Releases · caleb531/jcanvas
v20.1.4
v20.1.3
- Fixed an issue with using
fromCenter: false
in Handles plugin - Fixed an issue where the
imageSmoothing
property (documented here) was not recognized
v20.1.2
v20.1.1
v20.1.0
- Fixed a critical bug with
drawText()
text position introduced in v20.0.0 - Added new
constrainDragX
andconstrainDragY
properties for manipulating the behavior of layer-dragging (e.g. snap to grid); see the docs on Draggable Layers for details - Removed use of the deprecated
mozImageSmoothingEnabled
property when applying image smoothing, thus eliminating the console warning in Firefox - Reduced the number of redraws required when draggable layers are present on the canvas
v20.0.0
- No API changes
- Switched to using Grunt as a proper build system for the entire project
- For better project organization, all source files have been moved to the
dist/
directory
- For better project organization, all source files have been moved to the
- jCanvas releases will now use semantic versioning from hereon, beginning with v20.0.0 (this release)