Skip to content

Releases: mdaines/viz-js

@viz-js/viz 3.24.0

17 Dec 17:37
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Update Graphviz to 14.1.1.

@viz-js/viz 3.23.0

08 Dec 14:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • 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

01 Dec 16:20
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Update Graphviz to 14.0.5.

@viz-js/viz 3.21.0

17 Nov 13:12
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Update Graphviz to 14.0.4.
  • Introduce trustedTypePolicy option for renderSVGElement.

@viz-js/viz 3.20.0

06 Oct 12:19

Choose a tag to compare

  • Update Graphviz to 14.0.1.

@viz-js/viz 3.19.0

24 Sep 19:55

Choose a tag to compare

  • Update Expat to 2.7.3.

@viz-js/viz 3.18.0

22 Sep 19:35

Choose a tag to compare

  • Update Graphviz to 14.0.0.
  • Update Expat to 2.7.2.

@viz-js/viz 3.17.0

04 Sep 12:38

Choose a tag to compare

  • 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

24 Jul 12:31

Choose a tag to compare

  • Update Graphviz to 13.1.1.

@viz-js/viz 3.15.0

16 Jul 18:51

Choose a tag to compare

  • Renamed viz-standalone.js to viz-global.js to better indicate that it sets a global called Viz, 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_FILE setting.

  • Update Graphviz to 13.1.0.