Skip to content

Releases: ecomfe/zrender

5.6.1

10 Dec 13:44
7bbbdbe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.6.0...5.6.1

4.3.3

06 Dec 14:50
Compare
Choose a tag to compare

What's Changed

  • fix: prototype pollution in merge, clone, extend utilities according to #826 and requested by #1106

5.6.0

27 Jun 08:28
d3e0e17
Compare
Choose a tag to compare

What's Changed

  • fix(platform): fix measureText can't recognize decimal font size by @Unlasting1 in #1077

New Contributors

5.5.0

30 Jan 04:20
223035d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.4.4...5.5.0

5.4.4

12 Jul 08:55
55a9502
Compare
Choose a tag to compare
  • fix(transform): fix invTransform may not be reset when updating transform. #1011

5.4.3

10 Mar 07:51
b79095f
Compare
Choose a tag to compare

(The same as 5.4.2. See #994 .)

5.4.2

09 Mar 10:05
98707bd
Compare
Choose a tag to compare
  • 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

28 Nov 05:29
870b3b2
Compare
Choose a tag to compare
  • 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

13 Sep 09:10
5187053
Compare
Choose a tag to compare
  • 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

09 Jun 08:17
559d610
Compare
Choose a tag to compare
  • fix: createOrUpdateImage cannot access image width or height #910
  • fix: createRadialGradient with invalid parameters #898 #919