Skip to content

Releases: ecomfe/zrender

3.6.3

28 Sep 07:56
Compare
Choose a tag to compare

Rebuild because of the corrupt npm publish of 3.6.2.

3.6.2

27 Sep 07:59
Compare
Choose a tag to compare

v3.6.2

2017-09-27
  • [+] Supported event.which.
  • [+] Exported classes and methods on zrender instance.
  • [^] Used rollup to build.
  • [^] Renamed textLineWidth to textStrokeWidth.
  • [^] Renamed tool/color#mapToColor to lerp.
  • [^] Enhanced click move detection.

3.6.1

31 Aug 08:48
Compare
Choose a tag to compare

v3.6.1

2017-08-31
  • [+] Fixed textFill in VML.

  • [+] Fixed util map bug.

3.6.0

22 Aug 05:12
Compare
Choose a tag to compare

v3.6.0

2017-08-22

[+] Support rich text, including:

  • style.textFill
  • style.textStroke
  • style.textWidth
  • style.textHeight
  • style.textLineWidth
  • style.textLineHeight
  • style.textPosition
  • style.textPositionRect
  • style.textOffset
  • style.textAlign
  • style.textVerticalAlign
  • style.textDistance
  • style.textShadowColor
  • style.textShadowBlur
  • style.textShadowOffsetX
  • style.textShadowOffsetY
  • style.textBoxShadowColor
  • style.textBoxShadowBlur
  • style.textBoxShadowOffsetX
  • style.textBoxShadowOffsetY
  • style.transformText
  • style.textRotation
  • style.textOrigin
  • style.textBackgroundColor
  • style.textBorderColor
  • style.textBorderWidth
  • style.textBorderRadius
  • style.textPadding
  • style.rich

[Break change]:
The styles in Text element should use prefix "text".

var text = new Text({
    style: {
        textFill: 'red',
        textStroke: 'blue'
    }
})

The original "fill", "stroke" is not supported in Text element any more.

3.5.2

15 Jun 08:56
Compare
Choose a tag to compare

3.5.2

2017-06-15
  • [+] Support textPositionRect.

  • [^] Support rect in SVG Path.

3.5.1

26 May 23:57
Compare
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
Compare
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
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