What's Changed
- [Break Change] [Feature] [core] change to default ESM package. #19513 (100pah)
- [Feature] [ssr] server-side rendering and client hydration. #18381 (Ovilia)
- [Feature] [animation] support multi-level drill-down for universal transition. #17611 (tyn1998)
- [Feature] [pie] add
padAngle
option. #19076 (linghaoSu) - [Feature] [pie] add
endAngle
for control pie range. #18820 (linghaoSu) - [Feature] [polar] allow setting
angleAxis.endAngle
. #19099 (yassilah) - [Feature] [sampler] add min-max sampler function. #19279 (snukhulov)
- [Feature] [i18n] add Arabic(AR) translation. #19214 (OthmanAliModaes)
- [Feature] [i18n] add Dutch(NL) translation. #19252 (tijmenamsing)
- [Feature] [tooltip] add
appendTo
option to allow customizing tooltip container. #18436 (viking7982) - [Feature] [label] support align for min/max labels. #19228 (Ovilia)
- [Feature] [pictorialBar] support clip for pictorialBar series. #19197 (Ovilia)
- [Feature] [tooltip] add
dataIndex
tovalueFormatter
callback. #19123 (ChepteaCatalin) - [Fix] [toolbox] fix toolbox text can't apply the specified or global font style. #19170 (plainheart)
- [Fix] [label] fix labelLine default style when normal state not show but other state show. #18800 (linghaoSu)
- [Fix] [labelLine] fix
emphasis.labelLine
is not working in pie chart. #19180 (shiersansi) - [Fix] [marker] fix markArea position when axis is with
alignWithLabel
. #19516 (Ovilia) - [Fix] [line] fix line may cross in time axis when animation is enabled. #18960 (plainheart)
- [Fix] [scatter] fix edge scatter may be unexpectedly clipped due to tiny offset. #18867 (plainheart)
- [Fix] [sunburst] label rotation flipping. #19176 (Ovilia)
- [Fix] [aria] fix hard-coded series type name translation. #19239 (Ovilia)
- [Feature] [matrix] allow rotating relative to a point different than the origin. #1034 (ChepteaCatalin)
- [Fix] [graph] fix force layout iteration timer doesn't stop after disposing the chart. #19514 (plainheart)
- [Fix] [tooltip] fix potential NPE when the parent node of the tooltip element doesn't exist. #19265 (plainheart)
- [Fix] [visualMap] fix continuous visualMap mouseover event not register except first continuous visualMap. #19097 (linghaoSu)
- [Fix] [clip] add an extra space to the clip-path width to prevent unexpected clip. #19056 (RexSkz)
- [Fix] [dataset] fix multi typed array detection flaw. #19035 (linghaoSu)
- [Fix] [core] fix potential NPE when reading default init options from global object in dev environment. #19217 (sunpm)
- [Fix] [i18n] enhance default language fallback. #19107 (ultravires)
- [Fix] [svg] fix assigning style attribute does not work when CSP is enforced. ecomfe/zrender#1030 (alxnddr)
- [Fix] [svg] duplicate id for background rect with multiple charts. ecomfe/zrender#1002 (Ovilia)
- [Fix] [node] make nodejs detection resilient. ecomfe/zrender#1036 (Uzlopak)
- [Fix] [type] make
ellipsis
&options
of the functiontruncateText
optional. ecomfe/zrender#1047 (plainheart) - [Fix] [type] add missing value type
string
forbarMinWidth
andbarMaxWidth
of the bar series. #19424 (zhaxnb) - [Feature] [type] export
EChartsInitOpts
and somePayload
types forecharts/core
. #19103 (dalenguyen) - [Fix] [type] allow nullable value for
OptionDataValue
. #19111 (avin-kavish) - [Fix] [type] add
undefined
to the return type ofgraphic.clipRectByRect
function. #18950 (benlongo) - [Fix] [type] remove duplicate extends at
GraphNodeItemOption
. #18901 (nenoNaninu) - [Refactor] [util] import
liftColor
function from zrender. #19526 (plainheart)
New Contributors
- @captainhaddock18 made their first contribution in #18862
- @nenoNaninu made their first contribution in #18901
- @viking7982 made their first contribution in #18436
- @dalenguyen made their first contribution in #19103
- @ultravires made their first contribution in #19107
- @RexSkz made their first contribution in #19056
- @avin-kavish made their first contribution in #19111
- @shiersansi made their first contribution in #19174
- @sunpm made their first contribution in #19217
- @OthmanAliModaes made their first contribution in #19214
- @tijmenamsing made their first contribution in #19252
- @snukhulov made their first contribution in #19279
- @zhaxnb made their first contribution in #19424
- @hugo-syn made their first contribution in #19446
- @taks made their first contribution in #19499
Full Changelog: 5.4.3...5.5.0-rc.1