Changelog
[1.6.0]
fabric.Path
initialize with user options #2117<metadata>
during SVG parsing #2160Changelog
[1.5.0]
Edge
Added image preserve aspect ratio attributes and functionality (fabric.Image.alignY, fabric.Image.alignY, fabric.Image.meetOrSlic )
Added ImageResizeFilters , option to resize dynamically or statically the images using a set of resize filter alghoritms.
[BACK_INCOMPAT] fabric.Collection#remove
doesn't return removed object -> returns this
(chainable)
Add "mouse:over" and "mouse:out" canvas events (and corresponding "mouseover", "mouseout" object events)
Add support for passing options to fabric.createCanvasForNode
Various iText fixes and performance improvements
Fix overlayImage
/ overlayColor
during selection mode
Fix double callback in loadFromJSON when there's no objects
Fix paths parsing when number has negative exponent
Fix background offset in iText
Fix style object deletion in iText
Fix typo in _initCanvasHandlers
Fix transformMatrix
not affecting fabric.Text
Fix setAngle
for different originX/originY (!= 'center')
Change default/init noise/brightness value for fabric.Image.filters.Noise
and fabric.Image.filters.Brightness
from 100 to 0
Add fabric.Canvas#imageSmoothingEnabled
Add copy/paste
support for iText (uses clipboardData)