Skip to content

Releases: mdaines/viz-js

v2.0.0-pre.6

02 May 15:05
Compare
Choose a tag to compare
v2.0.0-pre.6 Pre-release
Pre-release
  • Fix TypeScript declarations.

v2.0.0-pre.5

24 Apr 20:31
Compare
Choose a tag to compare
v2.0.0-pre.5 Pre-release
Pre-release
  • Free layout and graph when we're done with them. Reuse the Emscripten module instance.
  • Export the Module and render functions from rendering script files.
  • Use ".js.opaque" rendering script files instead of ".module".

v2.0.0-pre.4

13 Apr 17:53
Compare
Choose a tag to compare
v2.0.0-pre.4 Pre-release
Pre-release
  • Don't wait for onload to resolve image elements.

v2.0.0-pre.1

12 Apr 21:07
Compare
Choose a tag to compare
v2.0.0-pre.1 Pre-release
Pre-release
  • New 2.0 API. Viz is now a class, and has separate render functions that return promises. The code generated by Emscripten is now distributed as separate files, which can be loaded as web workers.
  • Add yInvert option. (#118)
  • Fix lite in IE.
  • Update Emscripten version.

v1.8.1

07 Mar 19:52
Compare
Choose a tag to compare
  • Add Travis CI configuration for testing and release
  • Reorganize browser tests
  • Move API docs to wiki
  • Update Expat to 2.2.5
  • Build with Emscripten 1.37.33
  • Add TypeScript declaration file and tests

v1.8.1-pre.5

07 Mar 13:25
Compare
Choose a tag to compare
v1.8.1-pre.5 Pre-release
Pre-release
  • Add tests for TypeScript declaration file.
  • Update TypeScript declaration file.

v1.8.1-pre.4

26 Feb 16:39
Compare
Choose a tag to compare
v1.8.1-pre.4 Pre-release
Pre-release
  • Add Travis CI configuration for testing and release
  • Reorganize browser tests
  • Move API docs to wiki
  • Update Expat to 2.2.5
  • Add Typescript support

v1.8.0

20 May 13:52
Compare
Choose a tag to compare
  • Include viz-lite.js in NPM release. (998039a, #88)
  • Use the -Oz optimization option. (0a7096f)
  • Set NO_DYNAMIC_EXECUTION, which removes uses of eval. (e2d9ac6, #75)
  • Add version numbers for Graphviz, Expat, and Emscripten to the top of builds. (83740b6, 1d87fe4)
  • Add "browser" property to package.json. (1f12dfe, #83)
  • Add "files" and "images" options. (4437a03, 5e0a451)

v1.7.1

03 Mar 21:49
Compare
Choose a tag to compare
  • Ensure that non-ASCII characters are handled correctly when using the png-image-element format or the svgXmlToPng functions.
  • Improve error reporting in svgXmlToPngImageElement.

v1.7.0

31 Jan 15:33
Compare
Choose a tag to compare
  • Don't allow memory growth. See #74.
  • Accept the totalMemory option, which sets TOTAL_MEMORY when initializing the Module. See #74.