Releases: yWorks/svg2pdf.js
Releases · yWorks/svg2pdf.js
v2.6.0
This release adds partial support for the CSS whitespace property. Only the pre value is supported and line-breaks are not preserved.
What's Changed
- feat(whitespace): allow css property whitespace: pre by @Fuzzyma in #333
- Add width and height options to the jsPdf constructor in readme by @bertyhell in #326
New Contributors
- @bertyhell made their first contribution in #326
Full Changelog: v2.5.0...v2.6.0
v2.5.0
This release adds rudimentary support for the clip-rule attribute.
What's Changed
- Parse
clip-ruleon the first child ofclip-pathelement by @nguyenalter in #325
New Contributors
- @nguyenalter made their first contribution in #325
Full Changelog: v2.4.0...v2.5.0
v2.4.0
This release adds compatibility with jsPDF version 3.x. It remains compatible with jsPDF v2.x.
v2.3.0
This release adds support for some new SVG features.
What's Changed
- Add support for inheritance of fill rule by @CasperVerswijvelt in #307
- add support for marker "orient" attribute and the "context-fill" and "context-stroke" values by @Fuzzyma in #308
- Add support for RGB percentage values by @lennartkerkvliet in #320
- Add support for viewbox transformations for intrinsic raster image dimensions by @EugeneBalabai in #314
- Provide
hrefattribute support inaelements by @linev in #313
New Contributors
- @CasperVerswijvelt made their first contribution in #307
- @Fuzzyma made their first contribution in #308
- @lennartkerkvliet made their first contribution in #320
- @linev made their first contribution in #313
Full Changelog: v2.2.4...v2.3.0
v2.2.4
Bump dependencies.
What's Changed
- Bump follow-redirects from 1.14.8 to 1.15.4 by @dependabot in #282
- Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #285
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #293
Full Changelog: v2.2.3...v2.2.4
v2.2.3
v2.2.2
v2.2.1
Make getAttribute safer
v2.2.0
This release mainly brings some bugfixes and the support for numerical font weights.
- #181: add support for numerical font weights
- #188: fix rendering two SVGs with the same ids in the same PDF document
- #187: fix exception when parsing CSS with
@importrules - #186: fix rendering elements with empty or invalid
clip-pathattribute - #185: fix gradients with zero or one stop
- #184: fix bounding boxes and attribute inheritance for
<marker>elements
v2.1.0
Added support for some awesome new features thanks to @Mrfence97. Also thanks to the other contributions in context of the Hacktoberfest!