diff --git a/CHANGELOG.md b/CHANGELOG.md index d93ef288c4d..ced3f3577a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [latest] +- fix(fabric.Object): geometry mixin fix partiallyOnscreen [#6402](https://github.com/fabricjs/fabric.js/pull/6402); +- fix(fabric.Image): ISSUE-6397 modify crossOrigin behaviour for setSerc [#6414](https://github.com/fabricjs/fabric.js/pull/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. + ## [4.0.0-beta.12] - fix(fabric.IText): respect value of `cursorColor` [#6300](https://github.com/fabricjs/fabric.js/pull/6300); - fix(fabric.Textbox): Improve splitByGrapheme and charSpacing [#6298](https://github.com/fabricjs/fabric.js/pull/6298);