Releases: felixfbecker/dom-to-svg
Releases · felixfbecker/dom-to-svg
v0.8.5
0.8.5 (2020-11-24)
Bug Fixes
- svg: revert top-level SVG handling (19d0ffa)
- text: better whitespace collapsing using Selection (9e6156f)
- text: clear selection afterwards (91bed46)
v0.8.4
0.8.4 (2020-11-23)
Bug Fixes
- pseudo elements: fix ID not being present (1293528)
v0.8.3
0.8.3 (2020-11-23)
Bug Fixes
- exclude cursor attribute (6fa385b)
- pseudo elements: correctly copy CSS styles (349afa6)
- text: handle case of identical DOMRects (3f8595e)
v0.8.2
0.8.2 (2020-11-23)
Bug Fixes
- respect keepLinks option for inline svg (4d4809e)
v0.8.1
0.8.1 (2020-11-23)
Bug Fixes
- use mask instead of clipPath for wider support (d356ed5)
- text: copy text styles correctly (8fdc8f8)
v0.8.0
0.8.0 (2020-11-22)
Features
- inline: inline SVGs embedded with
<img>
(4ab1c95)
v0.7.2
0.7.2 (2020-11-22)
Bug Fixes
- svg: include text DOM nodes (7ea239e)
- text: don't include invisible text (9dd37a6)
v0.7.1
0.7.1 (2020-11-22)
Bug Fixes
- svg: exclude default SVG attributes (398b0f6)
v0.7.0
0.7.0 (2020-11-22)
Features
- inline nested SVG using a transform matrix (226f8ac)
v0.6.0
0.6.0 (2020-11-15)
Features