Releases: mdaines/viz-js
Releases Β· mdaines/viz-js
@viz-js/viz 3.24.0
Immutable
release. Only release title and notes can be modified.
- Update Graphviz to 14.1.1.
@viz-js/viz 3.23.0
Immutable
release. Only release title and notes can be modified.
- Update Graphviz to 14.1.0.
- Fix that default attributes were added incorrectly, and would appear on the root graph as well as subgraphs.
- For graph object input, fix that subgraphs without names were given the name "undefined", and reject nodes and edges without names.
@viz-js/viz 3.22.0
Immutable
release. Only release title and notes can be modified.
- Update Graphviz to 14.0.5.
@viz-js/viz 3.21.0
Immutable
release. Only release title and notes can be modified.
- Update Graphviz to 14.0.4.
- Introduce trustedTypePolicy option for renderSVGElement.
@viz-js/viz 3.20.0
- Update Graphviz to 14.0.1.
@viz-js/viz 3.19.0
- Update Expat to 2.7.3.
@viz-js/viz 3.18.0
- Update Graphviz to 14.0.0.
- Update Expat to 2.7.2.
@viz-js/viz 3.17.0
- Update Graphviz to 13.1.2.
- Fix that TypeScript's "node" module resolution didn't pick up type declarations.
@viz-js/viz 3.16.0
- Update Graphviz to 13.1.1.
@viz-js/viz 3.15.0
-
Renamed
viz-standalone.jstoviz-global.jsto better indicate that it sets a global calledViz, and moved it to./dist/. -
Changed the package type to
"module". The exports were moved to a more typical location in./dist/, and their filename extensions were changed to match the package type. -
WebAssembly is now base64-encoded using Emscripten's
SINGLE_FILEsetting. -
Update Graphviz to 13.1.0.