Zrender Versions Save

A lightweight graphic library providing 2d draw for Apache ECharts

5.5.0

3 months ago

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 function truncateText 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: https://github.com/ecomfe/zrender/compare/5.4.4...5.5.0

5.4.4

10 months ago
  • fix(transform): fix invTransform may not be reset when updating transform. #1011

5.4.3

1 year ago

(The same as 5.4.2. See #994 .)

5.4.2

1 year ago
  • fix(text): Charsets like Cyrillic should break work the same as Latin. #973
  • fix(svg): fix unexpected encoding for style tag. #982

5.4.1

1 year ago
  • 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 into HashMap 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

5.4.0

1 year ago
  • featrue: Support coarse pointer. #918
  • fix: Fix pattern is not correctly scaled in canvas renderer. #938
  • fix: encode HTML when converting vnode to string. #935, apache/echarts#17399
  • fix: Fix rgb parsing. #930, #929

5.3.2

1 year ago
  • fix: createOrUpdateImage cannot access image width or height #910
  • fix: createRadialGradient with invalid parameters #898 #919

5.3.1

2 years ago
  • fix(svg): fix shared vnode in pattern brings render issue #889

5.3.0

2 years ago

5.2.1

2 years ago