Skip to content

Releases: antvis/G

@antv/g-plugin-canvas-picker@2.0.11

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/g-lite@2.0.9

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/react-g@2.0.13

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/g-plugin-device-renderer@2.0.13

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/g@6.0.7

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/g@6.0.6...@antv/g@6.0.7

@antv/g@6.0.6

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

What's Changed

Full Changelog: https://github.com/antvis/G/compare/@antv/g@6.0.5...@antv/g@6.0.6

@antv/g@6.0.5

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/g@6.0.4...@antv/g@6.0.5

@antv/g@6.0.4

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

What's Changed

Full Changelog: https://github.com/antvis/G/compare/@antv/g@6.0.2...@antv/g@6.0.4

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/g@6.0.1...@antv/g@6.0.2

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.