Changelog History
Page 3
-
v4.0.0-beta.3 Changes
January 22, 2020π fix(controls): control offset rendering code had extras
beginPath
that would clear all but not the last of them #6114 -
v4.0.0-beta.2 Changes
January 21, 2020π fix(controls): Control.getVisibility will always receive the fabric.Object argument.
-
v4.0.0-beta.12 Changes
May 03, 2020 -
v4.0.0-beta.11 Changes
April 25, 2020- π fix(itext): improved style handling for new lines #6268
- π fix(controls): Fix flip and controls and skewY and controls. #6278
- π fix(controls): Current position with handlers is wrong if using skew #6267
- π₯ breaking: setCoords has only one argument now
skipCorners
boolean. setCoords will always update aCoords, lineCoords. If skipCorners is not specified, it will alos update oCoords(); - feat(fabric.Image): Image.imageSmoothing for fabric.Image objects #6280
- π fix(fabric.StaticCanvas): export to dataUrl and canvasElement will respect imageSmoothingEnabled #6280
- π fix(fabric.Image): toSVG export with missing element won't crash #6280
- β added: added fabric.util.setImageSmoothing(ctx, value);
- β added svg import/export for image image-rendering attribute
- π fix(svg_import): Fix some parsing logic for nested SVGs. #6284
- π fix(fabric.Image): do not crash if image has no element #6285
π₯ BREAKING:
- β removed 2 utils member that was not used anywhere: fabric.util.getScript, fabric.util.getElementStyle
- β remove private member _setImageSmoothing in the canvas: use fabric.util.setImageSmoothing(ctx, value);
-
v4.0.0-beta.10 Changes
April 05, 2020 -
v4.0.0-beta.1 Changes
January 20, 2020π₯ breaking: All your old control code override will not work π₯ breaking:
uniScaleTransform
has been renamed inuniformScaling
, meaning changed and the default value swapped. The behaviour is unchanged, but now the description and the name match. π₯ breaking: LockScalingFlip with the scaling flip behaviour are missing now, maybe reimplemented later. π₯ breaking: Object.lockUniScaling is removed. Alternatives to get the same identical functionality with less code are being evaluated. π₯ breaking: Canvas.onBeforeScaleRotate is removed, developers need to migrate to the event `before:transformβ -
v3.6.6 Changes
August 23, 2020π Re release 3.6.4 as non beta
-
v3.6.5 Changes
August 23, 2020republish 3.6.4 as non beta. no differences.
-
v3.6.4 Changes
August 23, 2020 -
v3.6.3 Changes
April 11, 2020π fix(Object): ISSUE 6196 use set('canvas') to restore canvas #6216
π fix(fabric.IText): exitEditing won't error on missing hiddenTextarea. #6138
π fix(fabric.Object): getObjectScaling takes in account rotation of objects inside groups. #6118
π fix(fabric.Group): will draw shadow will call parent method. #6116
π fix(svg_parsers): Add support for empty <style/> tags (#6169)
π fix(SVG_export, text): Check font faces markup for objects within groups (#6195)
π fix(svg_export): remove extra space from svg export (#6209)
π fix(svg_import): ISSUE-6170 do not try to create missing clippath (#6210)
π fix(fabric.Object) Adding existence check for this.canvas on object stacking mixins (#6207)