Skip to content

Releases: canvg/canvg

v4.0.2

22 Apr 17:09
937668e
Compare
Choose a tag to compare

Bug Fixes

  • deps: replace dependency xmldom with @xmldom/xmldom ^0.7.5 (#1719) (9d2af45)
  • deps: update dependency @xmldom/xmldom to ^0.8.0 (#1722) (d1bcf0a)

v4.0.1

19 Jul 13:31
05cf8fd
Compare
Choose a tag to compare

Bug Fixes

  • update isReadyLock state to fix deadlock on second render (#1679) (4bbc37e)

v4.0.0

17 Feb 13:23
93b8324
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • TypeScript 4
  • Default export was replaced with "Canvg" named export.
  • UMD bundle and old browsers support were dropped. Node >=12 is required.

build

v3.0.8: Release/3.0.8 (#1471)

14 Sep 05:06
6972623
Compare
Choose a tag to compare

v3.0.7: Release/3.0.7 (#1241)

17 Oct 06:21
95bee37
Compare
Choose a tag to compare

v3.0.0

04 Dec 04:36
0ef0868
Compare
Choose a tag to compare

see CHANGELOG.md

v3.0.0-beta.0

03 Nov 04:50
f5efe53
Compare
Choose a tag to compare
Merge pull request #761 from canvg/3.0.0-beta.0

3.0.0-beta.0

v2.0.0

18 May 17:42
98a12cb
Compare
Choose a tag to compare
  • Breaking change: for use on server, peer dependencies canvas 2.x, jsdom 13.x and xmldom 0.x must be installed.
  • Fix exponential notation (#710)
  • Fix font parsing (#707)
  • Implement textPath (#687)
  • Implement focal gradient radius (#675)
  • Fixes 0 height rects (#674)
  • Fixes masks with alpha (#672)
  • Misc minor issues (#670)
  • Fixes opacity hierarchy (#666)
  • Better number array parsing (#665)
  • Better external font parsing (#664)
  • Fixes parsing of negatives (#663)
  • Fixes scaling on redraws (#662)
  • Fixes text-anchor (#660)
  • Fixes under (#656)
  • Handle milliseconds appropriately (#653)
  • Optimizing updates (#650)

v2.0.0-beta.1

08 Mar 16:16
cef40f0
Compare
Choose a tag to compare
  • Breaking change: for use on server, peer dependencies canvas 2.x, jsdom 13.x and xmldom 0.x must be installed.
  • Implement textPath (#687)
  • Implement focal gradient radius (#675)
  • Fixes 0 height rects (#674)
  • Fixes masks with alpha (#672)
  • Misc minor issues (#670)
  • Fixes opacity hierarchy (#666)
  • Better number array parsing (#665)
  • Better external font parsing (#664)
  • Fixes parsing of negatives (#663)
  • Fixes scaling on redraws (#662)
  • Fixes text-anchor (#660)
  • Fixes under (#656)
  • Handle milliseconds appropriately (#653)
  • Optimizing updates (#650)

v2.0.0-beta.0

14 Jan 05:58
0e777cc
Compare
Choose a tag to compare
  • Breaking change: now dependent on canvas 2.x
  • Implement focal gradient radius (#675)
  • Fixes 0 height rects (#674)
  • Fixes masks with alpha (#672)
  • Misc minor issues (#670)
  • Fixes opacity hierarchy (#666)
  • Better number array parsing (#665)
  • Better external font parsing (#664)
  • Fixes parsing of negatives (#663)
  • Fixes scaling on redraws (#662)
  • Fixes text-anchor (#660)
  • Fixes under (#656)
  • Handle milliseconds appropriately (#653)
  • Optimizing updates (#650)