Skip to content

Releases: ecomfe/zrender

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

3.1.2

12 Jul 09:08
Compare
Choose a tag to compare
  • [^] Split dom related code out of handler.
  • [^] Fix firefox can't scroll bug

3.1.1

30 Jun 13:18
Compare
Choose a tag to compare
  • [^] Fix event handler can be bound twice bug.
  • [^] Performance optimization. 2x ~ 3x faster in common case.
  • [^] Add pattern
  • [^] Layer clearColor support Gradient and Pattern.
  • [^] Add hover layer
  • [^] Support progressive rendering

3.1.0

19 May 07:04
Compare
Choose a tag to compare
  • [^] Animation more robust for NaN value
  • [^] VML improvement on arc drawing
  • [^] Vertical align improvement when using some font like Microsoft Yahei.