Skip to content

Version 2.0.0 (2022-10-29)

Compare
Choose a tag to compare
@striezel striezel released this 29 Oct 21:24
· 324 commits to master since this release
  • [breaking change]
    The file format of the generated images is changed from PNG to SVG. This is due to the internal replacement of PhantomJS with jsdom for rendering. PhantomJS does not work with newer versions of plotly.js (2.0 and later), so it had to be replaced. If you still need PNG files, then stick with version 1.5.7 of the application. However, version 1.5.7 is no longer maintained.

  • [breaking change]
    The version of Plotly.js is bumped from 1.58.5 to 2.16.1. Version 2.0.0 of Plotly.js came with some breaking changes / removed features. For details see the changelog of Plotly.js.

  • [breaking change]
    Support for Node.js 13 and older versions is dropped. The minimum required versions is now Node.js 14. Node.js versions before 14 have reached their end of life anyway, so users of those versions should upgrade to newer versions anyway.

  • [breaking change]
    The default image width is 700 pixels, and the default height is 400 pixels.