We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7ef20 commit 37a522bCopy full SHA for 37a522b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### @aduh95/Viz.js v3.3.3 (2021-02-22)
4
+
5
+- Improve interoperability with web bundlers
6
+ ([#19](https://github.com/aduh95/viz.js/pull/19)).
7
8
### @aduh95/Viz.js v3.3.2 (2021-02-17)
9
10
- Fix `TextDecoder is not defined` in `@aduh95/viz.js/sync` on older version of
package.json
@@ -1,6 +1,6 @@
{
"name": "@aduh95/viz.js",
- "version": "3.3.2",
+ "version": "3.3.3",
"description": "A hack to put Graphviz on the web.",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
0 commit comments