Releases: fabricjs/fabric.js
Version 4.0.0-beta.4
fix(fabric.Group): willDrawShadow has to always take in account children items #6116
Version 4.0.0-beta.3
Fix a bug that would stop controls group with more than one offset from rendering.
Version 4.0.0-beta.2
always pass the fabricObject argument to getVisibility for the controls
Version 4 beta 1
Introducing new control interface.
Version 3.6.1
Version 3.6.0
fix: ISSUE-5512 better Clippath transform parsing in SVG #5983
fix: ISSUE-5984 Avoid enter editing in non selectable object #5989
Tweak to object._setLineDash to avoid cycles when nothing in array #6000
fix: ISSUE-5867 Fix the extra new line selection with empty line #6011
Improvement: Use SVG Namespace for SVG Elements #5957
Improvement: ISSUE-4115 - triggers in/out events for sub targets #6013
Improvement: Upper canvas retina scaling #5938
Version 3.5.0
Deprecation: deprecated 3 method of the api that will disappear in fabric 4: setPatternFill, setColor, setShadow.
Fix: remove line dash modification for strokeUniform #5953
Improvement: ISSUE-5955 parse svg clip-path recursively #5960
Fix: object.toCanvasElement of objects in groups #5962
change pencil brush finalize to be in line with other brushes #5866
Version 3.4.0
- Support fill-opacity on gradient parsing from SVG. #5812
- Rewrite gradient parsing from SVG to work with more transformation and combinations of attributes. #5836
- Added Gradient.gradientUnits property to support percent based gradients on shapes.#5836
- Changed animation logic so that onComplete gets always called with the final values of the animation.#5813