Skip to content

Releases: antvis/G

@antv/[email protected]

26 Dec 13:04
c492468
Compare
Choose a tag to compare

What's Changed

Patch Changes

  • 1d13497: fix: the text wrapping position is not accurate
  • d5e7a9f: fix: text wrapping boundary cases

@antv/[email protected]

20 Dec 06:54
ae89121
Compare
Choose a tag to compare

What's Changed

Patch Changes

  • fix: lineDash支持多位数组 (#1867)
  • fix: rendering error when line break appears at the beginning of text (#1871)
  • fix: svg path element A command drawing abnormality (#1874)

@antv/[email protected]

15 Nov 02:20
81b9cbc
Compare
Choose a tag to compare

What's Changed

Release by @wang1212 in #1837

Patch Changes

  • fix: ellipses are not displayed when the text contains line breaks

@antv/[email protected]

01 Nov 05:43
17de8f9
Compare
Choose a tag to compare

What's Changed

Release by @wang1212 in #1812

Patch Changes

  • fix: markerStartOffset/markerEndOffset of the path in the svg/canvas renderer is drawn abnormally

@antv/[email protected]

14 Sep 08:49
1443fed
Compare
Choose a tag to compare

What's Changed

Release by @wang1212 in #1774

Patch Changes

  • 681327e: feat: added support for picking rotated text (#1749)

@antv/[email protected]

30 Aug 10:51
910c58e
Compare
Choose a tag to compare

What's Changed

Release by @wang1212 in #1765

Patch Changes

  • fix: html element's getBounds logic exception (#1764)

@antv/[email protected]

22 Aug 06:15
17c7b56
Compare
Choose a tag to compare

What's Changed

Release by @wang1212 in #1759

Patch Changes

  • fix: react-g rerender (#1757)

@antv/[email protected]

22 Aug 06:18
17c7b56
Compare
Choose a tag to compare

What's Changed

Release by @wang1212 in #1759

Patch Changes

  • fix: the logic boundary condition judgment of text element attribute update is missing (#1755)

@antv/[email protected]

23 May 08:10
0d2b174
Compare
Choose a tag to compare

What's Changed

  • Release by @xiaoiver in #1696
  • Support gradient fill & stroke in text.
const text = new Text({
  style: {
    text: '',
    fill: 'linear-gradient(90deg, red 0%, green 100%)',
  },
});

Full Changelog: https://github.com/antvis/G/compare/@antv/[email protected]...@antv/[email protected]

@antv/[email protected]

23 May 03:42
7e06b54
Compare
Choose a tag to compare