fabric.js v4.1.0 Release Notes

Release Date: 2020-08-24 // over 3 years ago
    • feat(Brushes): add beforePathCreated event #6492;
    • ๐Ÿ“œ feat(fabric.Path): Change the way path is parsed and drawn. simplify path at parsing time #6504;
    • feat(fabric.Path): Simplify S and T command in C and Q. #6507;
    • ๐Ÿ›  fix(fabric.Textbox): ISSUE-6518 Textbox and centering scaling #6524;
    • ๐Ÿ›  fix(fabric.Text): Ensure the shortcut text render the passed argument and not the entire line #6526;
    • feat(fabric.util): Add a function to work with path measurements #6525;
    • ๐Ÿ›  fix(fabric.Image): rendering pixel outside canvas size #6326;
    • ๐Ÿ›  fix(fabric.controlsUtils): stabilize scaleObject function #6540;
    • ๐Ÿ›  fix(fabric.Object): when in groups or active groups, fix the ability to shift deselect #6541;