Skip to content

Releases: ecomfe/zrender

v4.0.6

24 Jan 08:03
Compare
Choose a tag to compare
Release 4.0.6

4.0.5

14 Sep 20:56
Compare
Choose a tag to compare

v4.0.5

2018-09-15

4.0.4

24 Apr 17:45
Compare
Choose a tag to compare

v4.0.4

2018-04-25
  • [Fix] transform decompose with origin. #337
  • [Fix] If a point is on the edge of a shape, it should be considered as "contain".
  • [Fix] SVG: text transform bug caused by textRotate.
  • [Fix] SVG: text position bug of SVG tooltip. apache/echarts#7947
  • [Fix] SVG: add default value for textRotation.
  • [Fix] Use a more accurate way to detect WeChat env.
  • [Fix] Set zlevel for main layer, fix bug for backgroundColor on wxa. ecomfe/echarts-for-weixin#6

4.0.3

28 Feb 12:38
Compare
Choose a tag to compare

v4.0.3

2018-02-28
  • [+] Supported setBackgroundColor.

  • [^] Fixed export SVG as data url in image source.

4.0.2

27 Feb 06:04
Compare
Choose a tag to compare

v4.0.2

2018-02-27
  • [+] Supported render finished event.

  • [+] Supported style.textRotation on SVG rendering engine.

  • [^] Fixed gradient bug when no data is set.

  • [^] Used arc instead of quadraticCurve for border radius of rect.

4.0.1

17 Jan 14:49
Compare
Choose a tag to compare

v4.0.1

2018-01-18
  • [^] Fix ctx not restored if the last element of layer have clipping. Fix apache/echarts#7502.

4.0.0

16 Jan 02:59
Compare
Choose a tag to compare

v4.0.0

2018-01-16

3.7.4

14 Nov 06:04
Compare
Choose a tag to compare

v3.7.4

2017-11-14
  • [^] Fixed that build directory was ignored in npm.

3.7.3

13 Nov 14:46
Compare
Choose a tag to compare

v3.7.3

2017-11-13
  • [^] Fixed some CommonJS incorrect brought by injection.

3.7.2

10 Nov 05:45
Compare
Choose a tag to compare

v3.7.2

2017-11-10
  • [^] Fixed backward compatibility problems brounght by 3.8.0: In 3.8.0, the content in lib directory is the same as the content in src directory (both are ES Module), which may not compatible with the old verisons of node and webpack. So rollback to commonJS format in lib of 3.8.2.
  • [^] Fixed the problem that SVG renderer throws error when encounter null value.