Skip to content

Commit

Permalink
release: build 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Mar 2, 2020
1 parent 879b895 commit 3ae8187
Show file tree
Hide file tree
Showing 17 changed files with 4,538 additions and 1,870 deletions.
984 changes: 684 additions & 300 deletions dist/echarts-en.common.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,477 changes: 1,070 additions & 407 deletions dist/echarts-en.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

721 changes: 499 additions & 222 deletions dist/echarts-en.simple.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

984 changes: 684 additions & 300 deletions dist/echarts.common.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,477 changes: 1,070 additions & 407 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.

721 changes: 499 additions & 222 deletions dist/echarts.simple.js

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.

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": "4.6.0",
"version": "4.7.0",
"description": "A powerful charting and visualization library for browser",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"lint:dist": "echo 'It might take a while. Please wait ...' && ./node_modules/.bin/jshint --config .jshintrc-dist dist/echarts.js"
},
"dependencies": {
"zrender": "4.2.0"
"zrender": "4.3.0"
},
"devDependencies": {
"@babel/core": "7.3.4",
Expand Down
4 changes: 2 additions & 2 deletions src/echarts.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ var isFunction = zrUtil.isFunction;
var isObject = zrUtil.isObject;
var parseClassType = ComponentModel.parseClassType;

export var version = '4.6.0';
export var version = '4.7.0';

export var dependencies = {
zrender: '4.2.0'
zrender: '4.3.0'
};

var TEST_FRAME_REMAIN_TIME = 1;
Expand Down
20 changes: 20 additions & 0 deletions test/ut/core/extendExpect.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@

/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/


const utHelper = require('./utHelper');

// Setup expectes
Expand Down

0 comments on commit 3ae8187

Please sign in to comment.