Skip to content

Releases: ecomfe/zrender

5.0.0-alpha.2

17 Aug 17:21
Compare
Choose a tag to compare
5.0.0-alpha.2 Pre-release
Pre-release
release: 5.0.0-alpha.2

4.3.2

06 Aug 12:47
3e6cdda
Compare
Choose a tag to compare
Merge pull request #625 from ecomfe/release-dev

Release 4.3.2

5.0.0-alpha.1

31 Jul 15:59
Compare
Choose a tag to compare
5.0.0-alpha.1 Pre-release
Pre-release
release: 5.0.0-alpha.1

4.3.1

06 May 08:09
d4e1bdb
Compare
Choose a tag to compare
  • Fix: fix element may drawn in the wrong layer when using incremental in multiple layers.

4.3.0

02 Mar 08:00
Compare
Choose a tag to compare
  • [Feature]: Support setting draggable on Group.
  • [Feature]: Support converting coordinates from the base on one DOM element (left-top corner) to another DOM element. (Not exposed as a public API yet.)
  • [Fix]: Enable subPixelOptimize works when lineWidth is '0'/null/undefined (apache/echarts#11874 apache/echarts#11891).

4.2.0

12 Dec 14:04
Compare
Choose a tag to compare
  • [Feature]: Support dragging outside of the zrender boundary. That is, while dragging, mousemove and mouseup event will continue to be fired when the pointer is out of the zrender area. And enable to drag an element outside the zrender boundary if the element is set as draggable: true. That is important for the improvement of the user experience when dragging something near the boundary without being terminated unexpectedly. Meanwhile, the event globalout will not be fired until the pointer released if having been dragging outside of the zrender boundary. This is essentially a break change but probaly won't bring effects in the most cases. If users need to confine a draggable element inside the boundary of zrender, they should better do collision detection between the element and the boundary. More details can be checked in #547.
  • [Fix]: Clear text when mouse leaves. (#535)
  • [Fix]: Fix removing el may have error when text is set to none. (#542)

4.1.2

07 Nov 14:25
Compare
Choose a tag to compare

4.1.2

  • Fix: processGesture does not work.
  • Fix: SVG plain text rendering.
  • Fix: Make Compat for iOS13 Safari z order bug.
  • Fix: shadow bug on SVG.

4.1.1

28 Sep 14:56
Compare
Choose a tag to compare

2019-09-28

  • [Fix] text truncate bug in SVG renderer.

4.1.0

30 Aug 07:32
Compare
Choose a tag to compare

2019-08-30

  • Fix that refresh hover called twice. Remove some unnecessary restore.

  • Support mouse event in iOS when CSS transform used. close #463

4.0.7

25 Feb 07:00
Compare
Choose a tag to compare
2019-02-25
  • [Fix] rich text boundingRect bug.