Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 09:21
· 5 commits to main since this release

2.0.0 (2024-07-01)

  • feat!: decouple jsdom from the internal mechanisms (f0d1029)

Bug Fixes

  • remove encodeURIComponent in converting to b64 (297275d)

Features

  • add ability to modify svg's viewbox (38b633a)

BREAKING CHANGES

  • From now on, the d3-no-dom does
    not depend on any DOM-filling library undernath
    and it is up to end user to provide such
    functionality via the prepareServerSideSvgRenderer
    options (domProvider), just like it was done
    before with d3 (d3Instance)