Skip to content

Releases: neg4n/d3-no-dom

v2.1.0

16 Jul 06:27
Compare
Choose a tag to compare

2.1.0 (2024-07-16)

Bug Fixes

  • remove separate package for setting obj path (5027640)
  • typings + move utils to separate file (ce94fd8)

Features

  • make dom manipulation more direct (f22d1ca)

v2.0.0

01 Jul 09:21
Compare
Choose a tag to compare

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)

v1.0.0

28 Jun 16:59
Compare
Choose a tag to compare

1.0.0 (2024-06-28)

Bug Fixes

  • adjust tests to the decoupling of modules (1c33bed)

Features

  • allow sync functions in render callback (7759788)
  • reduce dependencies amount (724aae7)
  • upload base source (76d31c1)