Skip to content

Releases: antvis/G

@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

@antv/[email protected]

09 May 03:42
4c60621
Compare
Choose a tag to compare

What's Changed

canvas.x/y in event object won't return NaN under SVG renderer.

shape.addEventListener('click', (e) => {
  e.canvas.x; // NaN
})

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

@antv/[email protected]

06 May 08:37
e97c686
Compare
Choose a tag to compare

What's Changed

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

6.0.2

28 Mar 12:32
20a98ca
Compare
Choose a tag to compare

What's Changed

  • 6009d6f: Scaled local time should not be interpolated with easing function.

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

6.0.1

28 Mar 08:11
494aedc
Compare
Choose a tag to compare

What's Changed

Patch Changes

  • acabbcb: Update Text's geometry before getting computed length.