Skip to content

Releases: ecomfe/zrender

4.1.0

30 Aug 07:32
Compare
Choose a tag to compare

2019-08-30

  • Fix that refresh hover called twice. Remove some unnecessary restore.

  • Support mouse event in iOS when CSS transform used. close #463

4.0.7

25 Feb 07:00
Compare
Choose a tag to compare
2019-02-25
  • [Fix] rich text boundingRect bug.

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.