Skip to content

Releases: felixfbecker/dom-to-svg

v0.11.2

13 Feb 17:07
Compare
Choose a tag to compare

0.11.2 (2021-02-13)

Bug Fixes

  • inline: log errors and continue (68588a4)

v0.11.1

13 Feb 16:32
7cbcaae
Compare
Choose a tag to compare

0.11.1 (2021-02-13)

Bug Fixes

  • deps: update dependency gradient-parser to v1 (#65) (7cbcaae)
  • percent-encode "--" in URL in comment (a377921), closes #59

v0.11.0

13 Feb 16:07
Compare
Choose a tag to compare

0.11.0 (2021-02-13)

Bug Fixes

  • add ID to background images (dc4bca6)
  • handle position: absolute elements inside overflow: hidden (1aba202)

Features

v0.10.0

08 Dec 14:34
Compare
Choose a tag to compare

0.10.0 (2020-12-08)

Features

  • remove empty stacking layers for smaller size (5e3fb8b)

v0.9.5

02 Dec 08:52
Compare
Choose a tag to compare

0.9.5 (2020-12-02)

Bug Fixes

  • use textContent instead of innerHTML for style element (e9f6e64)

v0.9.4

29 Nov 22:38
Compare
Choose a tag to compare

0.9.4 (2020-11-29)

Bug Fixes

  • images: handle images without src attribute (9f03d27)
  • inline: parallelize and improve timeouts (ff3b3ff)
  • text: handle tab characters (2a1d2ba)

v0.9.3

29 Nov 21:08
Compare
Choose a tag to compare

0.9.3 (2020-11-29)

Bug Fixes

  • svg: rewrite all IDs to make them unique within the outer SVG document (fee7e1e)

v0.9.2

29 Nov 18:44
Compare
Choose a tag to compare

0.9.2 (2020-11-29)

Bug Fixes

  • svg: apply matrix transform to container and use getCTM() conditionally (45acdae)

v0.9.1

29 Nov 14:11
Compare
Choose a tag to compare

0.9.1 (2020-11-29)

Bug Fixes

  • border-radius: correctly scale border radii following CSS spec (3cad81f)

v0.9.0

24 Nov 13:41
Compare
Choose a tag to compare

0.9.0 (2020-11-24)

Features