Releases: fabricjs/fabric.js
Version 6.5.4
Version 5.5.1
Version 5.5.0
What's Changed
- refactor(): Properly include the text on a path hack into the dimensions calculations. still an hack. by @asturur in #10355
Full Changelog: v542...v550
Warning
This update could disrupt apps with text on a path that do not use center/center as origin.
This update make text on a path object a bit bigger to properly include text.
This before was done at cache level but not at object dimension level, leaving the text outside the bounding box.
While this was working ok for single object and a bit of padding it was wrong and it didn't work when text was in side a group.
Fabric 5 is considered not more developed and deprecated.
This fix and the next one are shipped into a minor version update 5.5. If you heavily depend on text on a path and you didn't find any bug till now, just don't move to 5.5.
V6 is getting an entirely differen treatment for text on a path.
Version 6.5.3
What's Changed
Full Changelog: v652...v653
Version 6.5.2
What's Changed
- fix(): PERFORMANCE object caching is over-invalidating the cache by @asturur in #10294
- fix: Using an odd number of elements in strokeDashArray will contaminate the original data by @zhe-he in #10293
- fix(color): Support uppercase keywords by @zhe-he in #10300
- chore(): Make TS config more strict by @asturur in #10308
- chore(TS): Try to remove all TS-ERROR directives by @asturur in #10309
- ci(): Add Node 22 in the test runs by @asturur in #10310
- chore(): Reduce some verbose code by @asturur in #10311
Full Changelog: v651...v652
Version 6.5.1
What's Changed
- fix(TS): Add missing export for type DrawContext by @asturur in #10281
- fix(Control): Borderscalefactor should apply to controls as well by @asturur in #10283
Full Changelog: v650...v651
Version 5.4.2
What's Changed
Full Changelog: v541...v542b
Version 6.5.0
What's Changed
- fix(FabricObject): Render clipPath as sharp as the object by @asturur in #9774
- update(IText): Add method _enterEditing by @zhe-he in #10190
- fix(Canvas): allowTouchScrolling interactions by @asturur in #10078
- feat(IText): expose getCursorRenderingData() function. by @asturur in #10204
- Fix CDN link by @zakarialaoui10 in #10208
- fix(): mousedown restore after touch end on dispose by @asturur in #10250
- fix(Canvas): Holding down Shift to select multiple shapes unexpectedly triggers the text exit event by @zhe-he in #10229
New Contributors
- @zakarialaoui10 made their first contribution in #10208
Full Changelog: v643...v650
Version 5.4.1
What's Changed
Full Changelog: v540...v541
Version 6.4.3
What's Changed
- Add dist back to github by @asturur in #10178
- Add more generic font families to FabricText.genericFonts by @elohmeier in #10167
- fix(Controls): allow for smooth scaling fo text at any zoom level by @Soldier-B in #10186
New Contributors
- @elohmeier made their first contribution in #10167
- @Soldier-B made their first contribution in #10186
Full Changelog: v642...v643