Skip to content

Releases: ecomfe/zrender

3.4.4

26 Apr 16:49
Compare
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
Compare
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
Compare
Choose a tag to compare

v3.4.2

2017-04-05

3.4.1

05 Apr 10:26
Compare
Choose a tag to compare

v3.4.1

2017-03-23

Recovery Build

3.4.0

24 Mar 07:38
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

[^] Fix touch event error on mobile.

3.2.0

01 Nov 05:06
Compare
Choose a tag to compare
  • [+] Add 'contextmenu' event.
  • [+] Can specify width and height explicitly when initializing.
  • [^] Fix mouse position wrong when container has css transform.
  • [^] Fix error caused by extending methods in Object.prototype
  • [^] Fix resize not work in IE8.
  • [^] Fix dispose not work in IE8.
  • [^] Fix resize bug when enable progress rendering.

3.1.3

17 Aug 04:11
Compare
Choose a tag to compare
  • [+] Add Animation#pause, Animation#resume
  • [+] Add Style#textTransform, Style#textRotation
  • [^] Fix transform may cause text jittering