Skip to content

Commit

Permalink
update Plotly.js to version 2.35.3
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jan 8, 2025
1 parent 3038ebe commit a75a498
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 15 deletions.
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ Since [Plotly.js](https://plotly.com/javascript/) is the main dependency of this
application, major version changes in Plotly.js will also trigger a major
version change in this application.

## Version 5.9.4-pre (2025-01-08)
## Version 5.9.4 (2025-01-08)

* __[maintenance]__
The version of Plotly.js is bumped from 2.35.2 to 2.35.3.
The new version contains some fixes. For details on those see
[the changelog of Plotly.js](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2353----2024-12-13).

* __[maintenance]__
Update dependencies `tldts` + `tldts-core` to 6.1.71.
Expand Down
4 changes: 2 additions & 2 deletions export-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion export-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plotly-node-export-server",
"version": "5.9.4-pre",
"version": "5.9.4",
"description": "Plotly.js Node.js export server",
"repository": {
"url": "https://gitlab.com/striezel/plotly-node-export-server.git",
Expand Down
8 changes: 0 additions & 8 deletions export-server/plotly-2.35.2.min.js

This file was deleted.

8 changes: 8 additions & 0 deletions export-server/plotly-2.35.3.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions export-server/ssr.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Plotly.js offline image export server with Node.js
Copyright (C) 2018, 2021, 2022, 2023, 2024 Dirk Stolle
Copyright (C) 2018, 2021, 2022, 2023, 2024, 2025 Dirk Stolle
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -75,7 +75,7 @@ exports.render = async function(jsonData, width, height) {
};

return await
fs.promises.readFile('./plotly-2.35.2.min.js', 'utf-8')
fs.promises.readFile('./plotly-2.35.3.min.js', 'utf-8')
.then(win.eval)
.then(() => win.Plotly.toImage({data: array_data, layout: layout, config: config},
{ format: 'svg', imageDataOnly: true }))
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ A version history is available in [changelog.md](./changelog.md).

## Copyright and Licensing

Copyright 2018, 2020, 2021, 2022, 2023, 2024 Dirk Stolle
Copyright 2018, 2020, 2021, 2022, 2023, 2024, 2025 Dirk Stolle

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit a75a498

Please sign in to comment.