Skip to content

Releases: striezel/plotly-node-export-server

Version 2.1.5 (2022-12-19)

18 Dec 23:57
Compare
Choose a tag to compare

[maintenance]
The version of Plotly.js is bumped from 2.16.4 to 2.16.5.
The new version contains a few fixes. For details on those see the changelog of Plotly.js.

Version 2.1.4 (2022-12-09)

09 Dec 20:02
Compare
Choose a tag to compare

[maintenance]
The version of Plotly.js is bumped from 2.16.1 to 2.16.4.
The new version contains a few fixes. For details on those see the changelog of Plotly.js.

Version 2.1.3 (2022-12-09)

09 Dec 20:01
Compare
Choose a tag to compare

[maintenance]
Update dependency decimal.js to 10.4.3.

Version 2.1.2 (2022-11-24)

24 Nov 11:19
Compare
Choose a tag to compare

[maintenance]
Update dependency jsdom to 20.0.3.

Version 2.1.1 (2022-11-13)

13 Nov 01:02
Compare
Choose a tag to compare

[maintenance]
Update dependency ws to 8.11.0.

Version 2.1.0 (2022-10-30)

30 Oct 22:26
Compare
Choose a tag to compare

[feature]
The dimensions of the generated image can now be adjusted by adding the HTTP headers X-Image-Width and / or X-Image-Height to the request. If none of them are specified, the size remains at 700 x 400 pixels as in version 2.0.2.

See the readme for an example of the new feature.

Version 2.0.2 (2022-10-30)

30 Oct 21:55
Compare
Choose a tag to compare

[maintenance]
Update dependency jsdom to 20.0.2.

Version 2.0.1 (2022-10-30)

30 Oct 21:45
Compare
Choose a tag to compare

[maintenance]
Update dependency uuid to 9.0.0.

Version 2.0.0 (2022-10-29)

29 Oct 21:24
Compare
Choose a tag to compare
  • [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.

Version 1.5.7 (2022-10-28)

28 Oct 00:02
Compare
Choose a tag to compare

[maintenance]
Update dependency minimist to 1.27.0.