fabricjs/fabric.js
 Watch   
 Star   
 Fork   
2026-05-19 02:31:56
fabric.js

Version 7.4.0

Security notice

FIxes CVE-2026-44311

What's Changed

New Contributors

Full Changelog: https://github.com/fabricjs/fabric.js/compare/v731...v740

2026-04-19 17:23:18
fabric.js

Version 7.3.1

What's Changed

Same as 7.3.0 but fixed publishing issues

Full Changelog: https://github.com/fabricjs/fabric.js/compare/v730...v731

2026-04-18 15:30:13
fabric.js

Version 7.3.0

In this release we changed from Rollup to Rolldown, this also changed the minifier. If you notice some bug with your built app please report it.

New Contributors

What's Changed

Full Changelog: https://github.com/fabricjs/fabric.js/compare/v720...v730

2026-02-18 08:47:37
fabric.js

Version 7.2.0

What's Changed

Full Changelog: https://github.com/fabricjs/fabric.js/compare/v710...v720

2025-12-31 23:45:39
fabric.js

Version 7.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/fabricjs/fabric.js/compare/v700...v710

2025-12-23 07:33:34
fabric.js

Version 7.0.0

No code changes compared to 7.0.0 - rc1

2025-12-15 17:12:36
fabric.js

Version 6.9.1

Full Changelog: https://github.com/fabricjs/fabric.js/compare/v690...v691

  • fix(): Fix the situation where undefined + char exists when calculating couple #10816
  • fix(): Fix toDataUrl writing on contextTop #10820
2025-12-15 16:01:02
fabric.js

Version 7.0.0 rc1

What's Changed

New Contributors

Full Changelog: https://github.com/fabricjs/fabric.js/compare/v700-beta1...v700-rc1

2025-11-09 00:14:32
fabric.js

Version 6.9.0

What's Changed

Techinically a breaking change of private code. That is why the minor bump, otherwise would be a patch.

If you are not interacting with the fabric.charWidthsCache object directly, this release is not breaking

Full Changelog: https://github.com/fabricjs/fabric.js/compare/v680...v690

2025-11-08 21:48:24
fabric.js

Version 6.8.0

What's Changed

fix(): CWE-1333 CWE-400 CWE-730 Simplify some regexes in order to avoid slowness with craft bad string #10746 fix(): CWE-1333 CWE-400 CWE-730 in Text.ts regex #10745 fix(StaticCanvas): After executing loadFromJSON, it unexpectedly adds an objects property to the canvas. #10741 fix(textarea): A form field element has neither an id nor a name attribute. #10172 fix(Canvas): The mouse enter and leave events of child elements will be executed twice. #10699 chore(): Remove mouse wheel console warning by setting default explicitly. #10712 fix(): fix rendering of text when line height is set to 0 #10785

Full Changelog: https://github.com/fabricjs/fabric.js/compare/v671...v680

Thanks to @Smrtnyk and @zhe-he