2.1.0 (2024-07-16)
- remove separate package for setting obj path (5027640)
- typings + move utils to separate file (ce94fd8)
- make dom manipulation more direct (f22d1ca)
2.0.0 (2024-07-01)
- feat!: decouple jsdom from the internal mechanisms (f0d1029)
- remove encodeURIComponent in converting to b64 (297275d)
- add ability to modify svg's viewbox (38b633a)
- 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
)
- adjust tests to the decoupling of modules (1c33bed)