Releases: mdaines/viz-js
Releases · mdaines/viz-js
@viz-js/viz 3.14.0
- Update Graphviz to 13.0.1.
@viz-js/lang-dot 1.0.5
- Add @lezer/lr as a dependency
@viz-js/viz 3.13.0
- Update Graphviz to 13.0.0.
@viz-js/viz 3.12.0
- Update Graphviz to 12.2.1.
- Update Expat to 2.7.1.
@viz-js/viz 3.11.0
- Update Emscripten SDK to 3.1.70.
- Update Graphviz to 12.2.0.
@viz-js/viz 3.10.0
-
Add renderFormats() method.
This method accepts an array of formats to render. Using this method avoids redundant parsing and layout when rendering the same graph in multiple formats, similar to specifying multiple formats when using the Graphviz command-line.
The return value is similar to the render() method, but the "output" value is an object keyed by format.
const result = viz.renderFormats("digraph { a -> b [href=\"https://example.com\"] }", ["svg", "cmapx"], { engine: "neato" }); result.output // => { "svg": ..., "cmapx": ... }
@viz-js/viz 3.9.0
- Update Graphviz to 12.1.1.
- Update Expat to 2.6.3.
@viz-js/viz 3.8.0
- Update Graphviz to 12.1.0.
- Update Emscripten SDK to 3.1.64.
@viz-js/viz 3.7.0
- Update Graphviz to 12.0.0.
@viz-js/viz 3.6.0
- Update Expat to 2.6.2.