Skip to content

Releases: ecomfe/zrender

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.

3.0.9

11 May 07:20
Compare
Choose a tag to compare
  • [+] Add Displayable#useStyle method to reset whole style object.
  • [+] BezierCurve add tangentAt method.
  • [^] Fix zero angle arc draw error on IE8.
  • [^] Color gradient can be a plain object. Different path do not share canvas gradient instances.

3.0.8

22 Apr 03:23
Compare
Choose a tag to compare
  • [^] Group add silent property
  • [^] Fix VML dynamic path draw bug

3.0.7

11 Apr 05:41
Compare
Choose a tag to compare
  • [^] Fix IE8 in some case circle can't draw

3.0.6

29 Mar 05:33
Compare
Choose a tag to compare
  • [^] Fix bug of bounding box always been calculated
  • [^] Fix numerical error when calculating bounding box of curve.
  • [^] Fix vml painter

3.0.5

21 Mar 05:59
Compare
Choose a tag to compare
  • [^] Quadratic curve winding bug fix in path

3.0.4

10 Mar 07:50
Compare
Choose a tag to compare
  • Add textVerticalAlign for multiple lines text
  • Fix mousewheel event on firefox
  • Fix ignore bug in VML

3.0.3

01 Mar 11:23
Compare
Choose a tag to compare
  • [^] Expose Handler#findHover
  • [^] Fix bug in IE8 when text has percent position
  • [^] Mouse position fix in IE8