Skip to content

Commit

Permalink
update ECharts library to version 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jul 19, 2023
1 parent 210b353 commit 3fe4479
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 49 deletions.
9 changes: 8 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ Since [ECharts](https://echarts.apache.org/) is the main dependency of this
application, major version changes in ECharts will also trigger a major version
change in this application.

## Version 5.0.8-pre (2023-07-20)
## Version 5.0.8 (2023-07-20)

* __[improvement]__
The ECharts library is updated from version 5.4.2 to version 5.4.3.
ECharts 5.4.3 brings several fixes and a few new features, compared to 5.4.2.
For a full list of those see the release notes of ECharts:

[Changes in ECharts 5.4.3](https://github.com/apache/echarts/releases/tag/5.4.3)

* __[maintenance]__
Update dependency `detect-libc` to 2.0.2.
Expand Down
45 changes: 0 additions & 45 deletions export-server/echarts.v5.4.2.min.js

This file was deleted.

45 changes: 45 additions & 0 deletions export-server/echarts.v5.4.3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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": "echarts-node-export-server",
"version": "5.0.8-pre",
"version": "5.0.8",
"description": "ECharts Node.js export server",
"repository": {
"url": "https://gitlab.com/striezel/echarts-node-export-server.git",
Expand Down
2 changes: 1 addition & 1 deletion export-server/ssr.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

var fs = require('fs');
const { createCanvas } = require('canvas');
const echarts = require('./echarts.v5.4.2.min.js');
const echarts = require('./echarts.v5.4.3.min.js');
const { v4: uuidv4 } = require('uuid');


Expand Down

0 comments on commit 3fe4479

Please sign in to comment.