Releases: ecomfe/zrender
Releases · ecomfe/zrender
6.0.0-rc.1
What's Changed
- feat(OBB): fix OBB and support single-direction and touch threshold by @100pah in #1115
- feat: support
ignoreHostSilent
; text overflow truncate more precisely; supporttextConfig.autoOverflowArea
by @100pah in #1122 - feat(color): support function for modifyHSL by @Ovilia in #1118
- fix(svg): fix
stop-opacity
is not parsed by SVG parser by @plainheart in #1116 - fix(canvas): fix custom stroke pattern does not work by @n-bes in #1117
- fix(dom): add
transformLocalCoordClear
function to clear markers created bytransformLocalCoord
by @plainheart in #1120 - fix(env): improve env detection compatibility for Node.js by @liamjones in #1111
New Contributors
- @liamjones made their first contribution in #1111
- @n-bes made their first contribution in #1117
- @enlightened88 made their first contribution in #1119
Full Changelog: 5.6.1...6.0.0-rc.1
5.6.1
What's Changed
- feat(text): add
isTruncated
state property forText
element by @100pah in #1101 - fix(env): fix detection for node environment by @Uzlopak in #1037, @xg-qd in #1071 and @plainheart in #1086
- fix(text): fix text bounding rectangle is incorrect when
overflow: 'truncate'
by @linghaoSu in #1091 and @100pah in #1100 - fix(svg): set
pointer-events
asvisible
when fill/stroke color isnone
in SSR mode and fix invalidtransparent
color issue by @plainheart in #1076
New Contributors
Full Changelog: 5.6.0...5.6.1
4.3.3
5.6.0
What's Changed
- fix(platform): fix
measureText
can't recognize decimal font size by @Unlasting1 in #1077
New Contributors
- @Unlasting1 made their first contribution in #1077
5.5.0
What's Changed
- feat(ssr): add emphasis style in ssr css apache/echarts#18334 by @Ovilia in #999
- feat: change to default ESM package by @100pah in #1051 #1056
- feat(matrix): allow rotating relative to a point different than the origin by @ChepteaCatalin in #1034
- fix: silent should not be depend on ignoreClip by @Ovilia in #1057
- fix: fix errors when executing unfinished operations after dispose by @yechunxi in #1031
- fix(canvas): fix potential NPE in canvas pattern dirty callback handler by @plainheart in #1032
- fix(svg): duplicate id for background rect with multiple charts by @Ovilia in #1002
- fix(svg): skip to set SSR attributes with
undefined
values by @plainheart in #1048 - fix: invTransform NPE due to #1011 by @Ovilia in #1053
- fix(svg): fix assigning style attribute does not work when CSP is enforced by @alxnddr in #1030
- fix(type): make
ellipsis
&options
of the functiontruncateText
optional by @plainheart in #1047 - fix(env): fix env detection compatibility in node v21.1.0 by @Uzlopak in #1036
- fix: add
lib/all.js
to sideEffects by @liuyang0826 in #1029 - fix(typo): fix a few typos by @striezel in #1059
New Contributors
- @alxnddr made their first contribution in #1030
- @liuyang0826 made their first contribution in #1029
- @ChepteaCatalin made their first contribution in #1034
- @Uzlopak made their first contribution in #1036
- @yechunxi made their first contribution in #1031
- @striezel made their first contribution in #1059
Full Changelog: 5.4.4...5.5.0
5.4.4
5.4.3
5.4.2
5.4.1
- feat(svg): support gradients and patterns for background color in SVG renderer. #959
- feat(util): use native
Map
if available. #966 - feat(util): add
hasKey
method intoHashMap
for ECharts. #971 - fix(util): fix wrong expression for extracting the font size. #968
- fix(morph): fix shape may disappear after morphing animation is finished in SVG renderer. #976