Skip to content

Releases: fabricjs/fabric.js

Version 4.0.0-beta.4

23 Jan 14:51
b03af9c
Compare
Choose a tag to compare

fix(fabric.Group): willDrawShadow has to always take in account children items #6116

Version 4.0.0-beta.3

22 Jan 14:16
5af4b68
Compare
Choose a tag to compare

Fix a bug that would stop controls group with more than one offset from rendering.

Version 4.0.0-beta.2

21 Jan 23:50
eba31de
Compare
Choose a tag to compare

always pass the fabricObject argument to getVisibility for the controls

Version 4 beta 1

20 Jan 19:35
Compare
Choose a tag to compare
Version 4 beta 1 Pre-release
Pre-release

Introducing new control interface.

Version 3.6.1

17 Jan 15:02
01a8dd2
Compare
Choose a tag to compare

fix(gradient, text): ISSUE-6014 ISSUE-6077 support percentage gradient in text #6090
fix(filters): ISSUE-6072 convolution filter is off by one #6088
fix(transform): Fix a bug in the skewing logic #6082

Version 3.6.0

28 Dec 16:59
b81980f
Compare
Choose a tag to compare

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

14 Nov 07:15
1e0d263
Compare
Choose a tag to compare

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

19 Aug 06:54
e4db8ec
Compare
Choose a tag to compare
  • 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

Version 3.3.2

15 Jul 10:26
Compare
Choose a tag to compare

Differently support multi mouse events, fix multi touch on various browser #5785
Word boundary search update on grapheme clusters #5788
Enable deps free version #5786
Remove variables named as reserved words #5782

Version 3.2.0

22 Jun 11:36
af3c932
Compare
Choose a tag to compare
  • Fix: Better handling of upperCanvas in toCanvasElement. #5736
  • Add: Pass raw event information to brushes #5687
  • Deprecation: officially deprecated Object.transformMatrix #5747
  • Fix: Fix group.toSVG regression. #5755
  • Fix: PencilBrush regression on simple points. #5771