d3-no-dom

📊 Fully use D3.js (Data Driven Documents) in environments without DOM. Perfect for serverless e.g. Vercel Functions

MIT License

Stars
9

Bot releases are visible (Hide)

d3-no-dom - v2.1.0 Latest Release

Published by github-actions[bot] 3 months ago

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)
d3-no-dom - v2.0.0

Published by github-actions[bot] 4 months ago

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)
d3-no-dom - v1.0.0

Published by github-actions[bot] 4 months ago

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)
Related Projects