All Versions
102
Latest Version
Avg Release Cycle
29 days
Latest Release
-

Changelog History
Page 4

  • v3.6.2 Changes

    February 03, 2020
    • ๐Ÿ›  fix fabric.Object.toDataURL blurriness on images with odd pixel number #6131
  • v3.6.1 Changes

    January 17, 2020
    • ๐Ÿ›  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
  • v3.6.0 Changes

    December 28, 2019

    ๐Ÿ›  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

  • v3.5.1 Changes

    • ๐Ÿ›  Fix for textbox non defined in scaleObject #5896
    • ๐Ÿ›  Fix canvas pattern as background and exports #5973
    • ๐Ÿ›  Fix for type error if style is null when checking if is empty #5971
    • ๐Ÿ›  Fix for load from datalessJSON for svg groups with sourcePath #5970
  • v3.5.0 Changes

    November 14, 2019
    • ๐Ÿ—„ 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
  • v3.4.0 Changes

    August 19, 2019
    • ๐Ÿ‘Œ 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
  • v3.3.2 Changes

    July 15, 2019

    ๐Ÿ’ป 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

  • v3.3.0 Changes

    • ๐Ÿ’ป 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
  • v3.2.0 Changes

    June 22, 2019
    • ๐Ÿ›  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
  • v3.1.0 Changes

    June 01, 2019
    • ๐Ÿ›  Fix: unbreak IE10. #5678
    • ๐Ÿ‘Œ Improvement: Support scientific notation with uppercase E. #5731
    • โž• Add: PencilBrush brush now support decimate property to remove dots that are too near to each other. #5718