github fabricjs/fabric.js v4.0.0-rc.1
Version 4.0.0-rc.1

latest releases: v6.0.0-rc1, v6.0.0-beta20, v6.0.0-beta19...
pre-release3 years ago

fix(fabric.Canvas): ISSUE-6314 rerender in case of drag selection that select a single oobject. #6421;
feat(text): allow correct cursor/selection position if text is edited inside a group. #6256;
feat(fabric.Control): remove position option in favor of x and y #6415;
fix(fabric.Object) ISSUE-6340 infinite recursion on groups #6416;
fix(fabric.Object): geometry mixin fix partiallyOnscreen #6402;
fix(fabric.Image): ISSUE-6397 modify crossOrigin behaviour for setSrc #6414;
Breaking: fabric.Image.setCrossOrigin is gone. Having the property on the fabric.Image is misleading and brings to errors. crossOrigin is for loading/reloading only, and is mandatory to specify it each load.
Breaking: fabric.Control constructor does not accept anymore a position object, but 2 properties, x and y.

Don't miss a new fabric.js release

NewReleases is sending notifications on new releases.