Skip to content

Releases: ecomfe/zrender

3.5.1

26 May 23:57

Choose a tag to compare

v3.5.1

2017-05-26
  • [^] Fixed the problem on ie11 when compiled by webpack. See zrender/#189.

3.5.0

25 May 10:31

Choose a tag to compare

v3.5.0

2017-05-25
  • [+] Painter#getRenderedCanvas supports custom layer.
  • [^] Fix bug when animating to empty array.

3.4.4

26 Apr 16:49

Choose a tag to compare

v3.4.4

2017-04-27
  • [^] Fixed the clipPath support for liquidfill.
  • [^] Fixed the position when label is set as insideTop.
  • [^] Fixed the problem when transforming SVG PathData.

3.4.3

14 Apr 07:40

Choose a tag to compare

v3.4.3

2017-04-14
  • [+] Added topTarget in event parameters, which is the top element (can be silent element) under the cursor.

  • [^] Improved the performance of zrender up to 50%.

3.4.2

05 Apr 10:28

Choose a tag to compare

v3.4.2

2017-04-05

3.4.1

05 Apr 10:26

Choose a tag to compare

v3.4.1

2017-03-23

Recovery Build

3.4.0

24 Mar 07:38

Choose a tag to compare

  • [+] Animation pause and resume.

  • [+] clone and merge consider primitive object.

  • [^] Image keep width/height ratio if only width or height is set.

  • [^] Optimize pathToImage.

  • [^] Use LRU cache color.parse.

  • [^] Fix initial width and height of single canvas painter, add virtual layer concept.

  • [^] Text bounding rect includes stroke.

3.3.0

12 Jan 09:26

Choose a tag to compare

  • [+] Enabled textOffset attribute.
  • [+] clipPath has supported Array.
  • [^] Fixed click behavior on MSSurface, and disabled weird pan and zoom behavior (only for touch).
  • [^] Fixed that pie not show on IE8 when close to 2 * PI. See apache/echarts#3431.
  • [^] Fixed resize error when using canvas as root.
  • [^] Fixed shadowBlur error in ie11. See apache/echarts#4572 Fix apache/echarts#3112.

3.2.2

07 Dec 08:20

Choose a tag to compare

  • [+] Expose flush.
  • [+] Add env detection for WeChat.
  • [+] Mark event from touch.
  • [^] Fix BoundingRect transform.
  • [^] Fix node-canvas object in option causes maximum stack error.
  • [^] Fix apache/echarts#4428 (BoundingRect#interact accept null).
  • [^] Fix echarts/echarts#4315 (label do not show when 0 in ie8).

3.2.1

03 Nov 08:13

Choose a tag to compare

[^] Fix touch event error on mobile.