Skip to content

Releases: mdaines/viz-js

@viz-js/viz 3.9.0

10 Sep 20:26
Compare
Choose a tag to compare
  • Update Graphviz to 12.1.1.
  • Update Expat to 2.6.3.

@viz-js/viz 3.8.0

15 Aug 15:29
Compare
Choose a tag to compare
  • Update Graphviz to 12.1.0.
  • Update Emscripten SDK to 3.1.64.

@viz-js/viz 3.7.0

08 Jul 19:47
Compare
Choose a tag to compare
  • Update Graphviz to 12.0.0.

@viz-js/viz 3.6.0

21 May 19:13
Compare
Choose a tag to compare
  • Update Expat to 2.6.2.

@viz-js/viz 3.5.0

07 May 13:41
Compare
Choose a tag to compare
  • Update Graphviz to 11.0.0.

@viz-js/viz 3.4.0

27 Feb 13:16
Compare
Choose a tag to compare
  • Update Graphviz to 10.0.1.

@viz-js/viz 3.3.1

25 Feb 16:52
Compare
Choose a tag to compare
  • Accept "images" entries with duplicate names.

@viz-js/viz 3.3.0

22 Feb 14:48
Compare
Choose a tag to compare
  • Add support for an images option, similar to the previous version.

    Sizes of images referenced by the image attribute can be specified using an "images" render option:

    viz.render("graph { a[image=\"test.png\"] }", {
      images: [
        { name: "test.png", width: 300, height: 200 }
      ]
    });
    

    The property "name" is used instead of "path" to match the Graphviz documentation.

@viz-js/viz 3.2.4

05 Jan 15:55
Compare
Choose a tag to compare
  • Update Emscripten SDK to 3.1.51

  • Export the Viz type (#224, #225)

@viz-js/viz 3.2.3

26 Oct 16:07
Compare
Choose a tag to compare
  • Add a workaround for node names not being used as labels (#218)