Skip to content

Commit

Permalink
Merge pull request #17213 from apache/release
Browse files Browse the repository at this point in the history
Release 5.3.3, merge release into master
  • Loading branch information
Ovilia authored Jun 14, 2022
2 parents 5d813dd + 86eba71 commit 11a9247
Show file tree
Hide file tree
Showing 22 changed files with 14,745 additions and 14,597 deletions.
6,163 changes: 3,104 additions & 3,059 deletions dist/echarts.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts.common.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/echarts.common.min.js

Large diffs are not rendered by default.

9,199 changes: 4,621 additions & 4,578 deletions dist/echarts.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts.esm.min.js

Large diffs are not rendered by default.

9,199 changes: 4,621 additions & 4,578 deletions dist/echarts.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts.min.js

Large diffs are not rendered by default.

4,704 changes: 2,362 additions & 2,342 deletions dist/echarts.simple.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts.simple.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts.simple.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/extension/bmap.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/extension/dataTool.js.map

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echarts",
"version": "5.3.2",
"version": "5.3.3",
"description": "Apache ECharts is a powerful, interactive charting and data visualization library for browser",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"dependencies": {
"tslib": "2.3.0",
"zrender": "5.3.1"
"zrender": "5.3.2"
},
"devDependencies": {
"@babel/code-frame": "7.10.4",
Expand Down
4 changes: 2 additions & 2 deletions src/core/echarts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ type ModelFinder = modelUtil.ModelFinder;

const hasWindow = typeof window !== 'undefined';

export const version = '5.3.2';
export const version = '5.3.3';

export const dependencies = {
zrender: '5.3.1'
zrender: '5.3.2'
};

const TEST_FRAME_REMAIN_TIME = 1;
Expand Down
5 changes: 2 additions & 3 deletions test/map-projection-animation.html

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

5 changes: 2 additions & 3 deletions test/map-projection-d3.html

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

5 changes: 2 additions & 3 deletions test/map-projection.html

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

6 changes: 3 additions & 3 deletions test/runTest/client/index.html

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

8 changes: 4 additions & 4 deletions test/runTest/recorder/index.html

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

0 comments on commit 11a9247

Please sign in to comment.