You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2020/05/26 20:48:37 UTC

[incubator-echarts] branch merge-release-to-next updated (e8c44b6 -> 4c1e406)

This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a change to branch merge-release-to-next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


    from e8c44b6  fix: fix bar compat bug brought in 565535fc9906a78e701819f62de42a0ffb0f674a
     add 1b7f2f4  fix let declare order in ES6 build target.
     add 4d8fbea  chore: try esbuild to improve rebuild speed in dev mode.
     new 4c1e406  Merge branch 'next' into merge-release-to-next

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build/dev-fast.js               |  52 ++++++++++++++++++
 package-lock.json               | 113 ++++++++++++++++++++++++++++++++++++++++
 package.json                    |   3 ++
 src/data/List.ts                |  43 ++++++++-------
 src/data/helper/dataProvider.ts |   6 +--
 src/echarts.ts                  |  85 +++++++++++++++---------------
 src/model/Global.ts             |  17 +++---
 7 files changed, 241 insertions(+), 78 deletions(-)
 create mode 100644 build/dev-fast.js


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[incubator-echarts] 01/01: Merge branch 'next' into merge-release-to-next

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch merge-release-to-next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit 4c1e406d67779de4f8c9ad225ee54aedc7a420f7
Merge: e8c44b6 4d8fbea
Author: 100pah <su...@gmail.com>
AuthorDate: Wed May 27 04:48:04 2020 +0800

    Merge branch 'next' into merge-release-to-next

 build/dev-fast.js               |  52 ++++++++++++++++++
 package-lock.json               | 113 ++++++++++++++++++++++++++++++++++++++++
 package.json                    |   3 ++
 src/data/List.ts                |  43 ++++++++-------
 src/data/helper/dataProvider.ts |   6 +--
 src/echarts.ts                  |  85 +++++++++++++++---------------
 src/model/Global.ts             |  17 +++---
 7 files changed, 241 insertions(+), 78 deletions(-)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org