Releases: ecomfe/zrender
Releases · ecomfe/zrender
3.4.4
v3.4.4
2017-04-27
- [^] Fixed the
clipPath
support for liquidfill. - [^] Fixed the position when
label
is set asinsideTop
. - [^] Fixed the problem when transforming SVG PathData.
3.4.3
3.4.2
3.4.1
3.4.0
-
[+] 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
- [+] 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
- [+] 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
3.2.0
- [+] 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.