Skip to content

Releases: mdaines/viz-js

@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)

@viz-js/viz 3.2.2

24 Oct 18:30
Compare
Choose a tag to compare
  • Include types condition in exports

@viz-js/lang-dot 1.0.4

24 Oct 19:12
Compare
Choose a tag to compare
  • Fix that types condition should be listed first

@viz-js/lang-dot 1.0.3

24 Oct 19:06
Compare
Choose a tag to compare
  • Include types condition in exports

@viz-js/viz 3.2.1

09 Oct 18:36
26f1232
Compare
Choose a tag to compare
  • Update TypeScript declarations to match API docs