Releases: ecomfe/zrender
Releases · ecomfe/zrender
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