Releases: apache/echarts
Releases · apache/echarts
5.5.0-rc.1
Release 5.5.0-rc.1
5.4.3
- [Feature] [axisPointer] Add
triggerEmphasisoption to disable emphasis. #18524 (juliepagano) - [Feature] [sankey] Support
trajectoryfor emphasis state. #17451 (ElayGelbart) - [Fix] [sankey] Fix sankey line color
'target'/'source'/'gradient'doesn't work in non-normal state. #18834 (linghaoSu) - [Fix] [sankey] Fix
valueis undefined in label/edgeLabel formatter. #18733 (plainheart) - [Fix] [sunburst] Fix sunburst label may rotate when
labelLayout.hideOverlapis enabled. #18808 (linghaoSu) - [Fix] [graph] Fix graph chart can't be hidden by legend due to edgeLabel NPE. #18624 (plainheart)
- [Fix] [state] Fix focus self doesn't work when item emphasis by other component. #18511 (linghaoSu)
- [Fix] [axis] Fix last tick doesn't show for single data. #18469 (Ovilia)
- [Fix] [pie] Fix incorrect response area of pie piece when
selectedOffsetis enabled andanimationis disabled. #1011 (plainheart) - [Fix] [custom] Fix user-defined
infoproperty was not available in the event handler. #18400 (sobolewsk) - [Fix] [legend] Inherit legend rich text color from legend's options. #18260 (ChepteaCatalin)
- [Fix] [label] Fix
ellipsiswas not working. #18525 (Ovilia) - [Fix] [label] Fix
endLabelfails with null data. #18841 (Ovilia) - [Fix] [util] Fix
{yy}pattern has no zero padding in time format util. #18535 (linghaoSu) - [Fix] [api] Only deprecate
disConnectbut notdisconnect. #18758 (Justineo) - [Fix] [i18n] Fix the abbr of "March" for the DE language ("Mar" -> "Mrz"). #18387 (Stebeber)
- [Fix] [type] Fix wrong type for data item value of the
parallelseries. #18425 (ManishDait) - [Fix] [type] Allow passing
nullto the parameters ofinitfunction. #18575 (zhuscat)
5.4.3-rc.1
Release 5.4.3-rc.1
5.4.2
- [Feature] [bar] Support
borderRadiusfor polar bar and its background. #17995 (Ovilia) - [Feature] [i18n] Add Turkish(tr_TR) translation. #18012 (partitect)
- [Feature] [i18n] Add Vietnamese(vi_VN) translation. #18279 (nghiepdev)
- [Fix] [bar] Polar bar animation should start from
r0rather than0. #17997 (Ovilia) - [Fix] [marker] Fix abnormal range of
markAreain bar series. #18229 (Ovilia) - [Fix] [line] Fix labels don't show in line series when
ssris enabled. #18032 (plainheart) - [Fix] [svg] Fix defined CSS doesn't work due to unexpected encoding for style tag. #982 (plainheart)
- [Fix] [sunburst] Fix labels might upside down in
radiallayout. #18240 (susiwen8) - [Fix] [dataset] Fix chart can't render when using object array and object item contains a property named
length. #18276 (susiwen8) - [Fix] [tooltip] Fix tooltip still disappears after leaving the tooltip even if
alwaysShowContentwas enabled. #18221 (jianghaoran116) - [Fix] [text] Charsets like Cyrillic should break word the same as Latin. #973 (Ovilia)
- [Fix] [type] Add missing
treePathInfoproperty into sunburst formatter callback and add missingdataoption intoSunburstSeriesOption. #18310 (plainheart) - [Fix] [type] Add missing callback function type for the
symboloption of tree series. #18070 (ChepteaCatalin)
5.4.2-rc.1
Release 5.4.2-rc.1
5.4.1
- [Feature] [i18n] Add Hungarian(hu_HU) translation. #17978 (ifjkovacsik)
- [Feature] [svg] Support gradients and patterns for background color in SVG renderer. #959 (plainheart)
- [Feature] [candlestick] Provide
borderColorDojioption for custom doji color. #17717 (Ovilia) - [Feature] [sankey] Support
edgeLabel. #16767 (susiwen8) - [Feature] [graph] Make graph node draggable in
noneandcircularlayout. #15428 (kongmoumou) - [Feature] [util] Use native
Mapif available. #965 (JonasBa) - [Feature] [type] Export
ECElementEventfor TypeScript. #17892 (keita-determined) - [Fix] [i18n] Rename language code of Ukrainian to
UK. #17812 (striezel) - [Fix] [pie] Fix percent isn't updated after the legend is changed. #17734 (plainheart)
- [Fix] [pie] Fix potential null access to
labelLinewhenminShowLabelRadianis set. #17715 (plainheart) - [Fix] [pie] Fix
centermay not be converted to correct point when coordinate system is specified. #17920 (plainheart) - [Fix] [heatmap] Fix heatmap label may overlap when
dataZoomis enabled. #17876 (plainheart) - [Fix] [animation] Fix incorrect
dataGroupIdfor old data items in universalTransition. #17559 (tyn1998) - [Fix] [dataZoom] Fallback to extent start/end when value or percent is invalid. #17934 (plainheart)
- [Fix] [timeline] Fix chart can't work when axis line is not shown. #17647 (plainheart)
- [Fix] [tooltip] Fix tooltip arrow may cover the content when border is wide. #17875 (plainheart)
- [Fix] [marker] Fix
markAreadoesn't show when usingx/ypixel butcoordis not defined. #17217 (jiawulin001) - [Fix] [marker]
markAreaof bar series now covers whole specified categories. #17098 (jiawulin001) - [Fix] [legend] Fix legend
inversedoesn't work if series data have the same name. #17510 (caiwukun) - [Fix] [gauge] Render gauge sectors in the order of the "clockwise" option. #17691 (ZeekoZhu)
- [Fix] [ssr] Fix wrong expression for extracting the font size. #968 (plainheart)
- [Fix] [svg] Fix shape may disappear after morphing animation is finished in SVG renderer. (plainheart)
- [Fix] [type] Fix
EChartsInitOptstype error about height and width. #17727 (MainHou) - [Fix] [type] Add
overflowproperty toAxisLabelBaseOptioninterface. #17808 (breizh24) - [Fix] [type] Add
string&numbertype into thecenteroption of pie series. #17917 (plainheart) - [Fix] [type] Add missing
functioncallback intolineStyle.colorfor lines series. #17780 (plainheart)
5.4.1-rc.1
Release 5.4.1-rc.1
5.4.0
- [Feature] Support intelligent pointer snapping. #17102 (Ovilia)
- [Feature] [pie] Support specifying coordinate system for pie series. #17132 (plainheart)
- [Feature] [gauge] Support rotation for
axisLabel. #16985 (MeetzhDing) - [Feature] [lines] Support going back for effect animation. #16943 (wangguisong)
- [Feature] [treemap] Support
emphasisstate forbreadcrumb. #17242 (susiwen8) - [Feature] [i18n] Add Ukrainian(uk-UA) translation. #17244 (Amice13)
- [Feature] [type] Export type
ElementEvent. #15291 (Map1en) - [Fix] [pie] Fix
labelLinemay not be hidden whenminShowLabelRadianis specified. #17412 (plainheart) - [Fix] [pie] Optimize performance of pie series. #17275 (wind108369)
- [Fix] [line] Set default
z/zlevelfor temporary symbol to avoid warnings. #17247 (plainheart) - [Fix] [bar-race] Fix lines glitch with sub-pixel optimization in animations. #17426 (Ovilia)
- [Fix] [axis] Fix
inverseoption does not work forsingleAxis. #17411 (wind108369) - [Fix] [axis] Fix axis symbol is not reversed when axis is reversed. #17329 (plainheart)
- [Fix] [state] [emphasis] Fix
emphasis.scalecan't be reset and specified values may not be respected. #17442 (plainheart) - [Fix] [state] [emphasis] Add missing type
numbertoemphasis.scaleforscatter/line/graphseries. #17390 (plainheart) - [Fix] [svg] Encode HTML special characters when generating SVG string. #17406 (plainheart)
- [Fix] [visualMap] Fix the indicator doesn't show when hovering on map label. #17346 (plainheart)
- [Fix] [custom] Fix elements may not be removed after updates. #17349. (Ovilia)
- [Fix] [custom] Fix custom elements probably can't be removed when applying leave transition. #17308 (plainheart)
- [Fix] [theme] Fix text style of
tooltipinmacaronstheme. #17551 (mousne) - [Fix] [theme] Fix abandoned
normallevel in theme files. #17482 (Liangism) - [Fix] [axis] [log] Fix log axis breaks a single data whose log value is negative. #17322 (Ovilia)
- [Fix] [dataZoom] Fix errors when using
sliderZoomin candlestick series with dataset. #17237 (jiawulin001) - [Fix] [sunburst] Fix wrong log for deprecated action. #17587 (gitforhlp)
- [Fix] [type] Ensure compatibility with TypeScript 4.8. #17582 (AviVahl)
- [Fix] [type] Add missing value type
falsefornodeClickoption forSunburstSeriesOptionandTreemapSeriesOption. #17218 (dmzc) - [Fix] [typo] Fix a file name typo.
src/animation/basicTrasition.ts→src/animation/basicTransition.ts#17193 (kxxoling)
5.4.0-rc.1
Merge pull request #17645 from apache/release-dev Release 5.4.0
5.3.3
- [Feature] [bar] add new stacking strategies. #17086 (villebro)
- [Feature] [tree]
treefocus supportsrelative. #17009 (susiwen8) - [Feature] [visualMap]
selectedModesupportsboolean. #16972 (susiwen8) - [Feature] [graph] [tree] [map] series
centerof view supportsstring. #16904 (susiwen8) - [Fix] [line] fix polygon not being updated when switching from line chart to step line chart with
notMerge: true. #16772 (jiawulin001) - [Fix] [tree] fix radial tree with a single root not working. #16950 (fuchunhui)
- [Fix] [tree] fix unexpected expanded children when edgeShape is polyline. #16548 (linghaoSu)
- [Fix] [graph] fix user cursor setting not being respected. #16867 (susiwen8)
- [Fix] [graph] fix
autoCurvenesstype. #16897 (kongmoumou) - [Fix] [radar] fix names being
-in tooltip whenname.showisfalse. #15985 (Ovilia) - [Fix] [radar] fix regression bug brought by branch merging. #16764 (plainheart)
- [Fix] [geo] fix linesGL series not render. #17150 (plainheart)
- [Fix] [pictorialBar] improve PictorialBarSeriesOption type definition. #17155 (dmzc)
- [Fix] [tooltip] fix content changes with axis extent when 'triggerOn' set to 'click'. #16939 (jiawulin001)
- [Fix] [dataZoom] fix
borderColormay not work in some bundle environments. #16854 (Ling310) - [Fix] [markLine] fix markLine label showing wrong tooltip content. #16971 (plainheart)
- [Fix] [markArea] fix markArea may be filtered unexpectedly. #16861 (jiawulin001)
- [Fix] [axis] fix
{yy}not being padded to 2 digits. #17064 (Fritzbox2000) - [Fix] [axis] fix quarters splitting the year into 4 quarters not 3. #17073 (Fritzbox2000)
- [Fix] [axis] fix custom series not working on singleAxis. #16850 (benlongo)
- [Fix] [graphic] fix some options may be unexpectedly reset on update. #17007 (plainheart)
- [Fix] [decal] fix pattern not changing after set
legend.itemStyle.decalto be'none'. #16922 (jiawulin001) - [Fix] [radialGradient] add safe guarding for radial gradient. #898. #919 (lefex) (Ovilia)
- [Fix] [types] fix typo in
DataStore. #16824 (XXXMrG)