diff --git a/CHANGELOG.md b/CHANGELOG.md index 75bed5e0f31..1b9efac6a5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ## [5.4.0] - fix() fix an issue with offScreen detection and background/overlay Vpt setting [`#8896`](https://github.com/fabricjs/fabric.js/pull/8896) +- fix() removal of shadow for uncached text with decoration +- fix() active selection control drawing order +- fix() patterns for gradient sometimes hitting 0 size +- fix() Enliving of text on a path for classes different than plain Text ## [5.2.1] diff --git a/package.json b/package.json index f0766dc8105..89f8d54a4d7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fabric", "description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.", "homepage": "http://fabricjs.com/", - "version": "5.3.0", + "version": "5.4.0", "author": "Juriy Zaytsev ", "contributors": [ {