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

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


The following commit(s) were added to refs/heads/next by this push:
     new 9d65cea  complete breaking change.
9d65cea is described below

commit 9d65cea8045e52a363ce04405f1f4b9d87acf593
Author: 100pah <sushuang0...@gmail.com>
AuthorDate: Wed Nov 18 13:43:53 2020 +0800

    complete breaking change.
---
 en/changelog.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/en/changelog.md b/en/changelog.md
index 38d6674..b76697b 100644
--- a/en/changelog.md
+++ b/en/changelog.md
@@ -64,16 +64,18 @@
     + Support to add CSS class to tooltip. 
[#13383](https://github.com/apache/incubator-echarts/pull/13383).
     + Support to return DOM in tooltip formatter. 
[#13469](https://github.com/apache/incubator-echarts/pull/13469).
 + [Feature] Support to partially remove components or replace components:
-    + See detials in 
[#12987](https://github.com/apache/incubator-echarts/pull/12987).
+    + See details in 
[#12987](https://github.com/apache/incubator-echarts/pull/12987).
 + [Enhancement] Enhance performance in some scenarios:
     + Improve large line performance, and support data sampling in 
largest-triangle-three-buckets algorithm.
         + See more details in 
[#13314](https://github.com/apache/incubator-echarts/pull/13314), 
[#13317](https://github.com/apache/incubator-echarts/pull/13317), 
[#13337](https://github.com/apache/incubator-echarts/pull/13337).
         + Fix issues 
[#12249](https://github.com/apache/incubator-echarts/issues/12249), 
[#10200](https://github.com/apache/incubator-echarts/issues/10200), 
[#4556](https://github.com/apache/incubator-echarts/issues/4556).
     + Support dirty rect: 
[#13170](https://github.com/apache/incubator-echarts/pull/13170)
     + Others: [#13339](https://github.com/apache/incubator-echarts/pull/13339).
-+ Others small bug-fix or enhancement:
++ Other small features, enhancements and bug-fixes:
     + [Feature] Enhance `parseDate` 
[#13044](https://github.com/apache/incubator-echarts/pull/13044).
     + [Feature] Make line bolder when line is in emphasis state 
[#13013](https://github.com/apache/incubator-echarts/pull/13013).
+    + [Feature] Sankey supports `lineStyle: {color: 'gradient'}`.
+    + [Feature] `markPoint.data.type` and `markArea.data.type` support the 
value `'median'`.
     + [Feature] Support axis filter in specific cases. 
[#12832](https://github.com/apache/incubator-echarts/pull/12832).
     + [Fix] Fix bmap first layout may be incorrect if container's layout is 
flex or grid. [#13432](https://github.com/apache/incubator-echarts/pull/13432).
     + [Fix] Hide tooltip when mouse leaves the chart 
[#13382](https://github.com/apache/incubator-echarts/pull/13382).
@@ -88,6 +90,8 @@
     + If the upper application previously imported `src/echarts.js`, 
`src/chart/*.js` and `src/component/*.js`, it can not work any more because all 
of the files in `/src` folder are migrated to `*.ts`. Instead, the upper 
application can import `esm/echarts.js`, `esm/chart/*.js` and 
`esm/component/*.js`.
     + Drop the support of the legacy IE8. The previous VML renderer (necessary 
in IE8) will not be updated to work in v5.0 util someone proposed with their 
real scenario.
     + The priority of the visuals between `visualMap` and 
`itemStyle`|`lineStyle`|`areaStyle` are reversed. That is, previously, the 
visuals (i.e., color, symbol, symbolSize, ...) that generated by the component 
`visualMap` has highest priority, which will overwrite the same visuals 
specified in `itemStyle`|`lineStyle`|`areaStyle`. That brought trouble to 
specify specific style to some certain data items. Since v5.0, the visuals 
specified in `itemStyle`|`lineStyle`|`areaStyle` has highes [...]
+    + The behavior of `rich.?.padding` are changed. Previously 
`rich.?.padding: [11, 22, 33, 44]` indicates that the top padding is `33` and 
the bottom padding is `11`, which is a buggy implementation because it is 
different from what CSS did. Since v5.0, we fix it: `rich.?.padding: [11, 22, 
33, 44]` indicates the top padding is `11` and the bottom padding is `33`.
+    + `aria` is not included in `dist/echarts.simple(.min).js` since v5.0. But 
it is still included in `dist/echarts.common(.min).js` and 
`dist/echarts(.min).js`.
 + [Deprecated] Deprecated usages since v5.0:
     + Transform related props of a graphic element are changed:
         + Changes:


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

Reply via email to