Releases: antvis/G
Releases · antvis/G
@antv/g@6.1.4
@antv/g-plugin-canvas-picker@2.0.11
@antv/g-lite@2.0.9
@antv/react-g@2.0.13
@antv/g-plugin-device-renderer@2.0.13
@antv/g@6.0.7
What's Changed
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
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
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
What's Changed
- Canvas & SVG rough plugin. Release by @xiaoiver in #1663
- Provide ARButton in
g-webgl
. Release by @xiaoiver in #1670 #1673 #1676 - Correct mouse position when CSS Transform applied to container. Release by @xiaoiver in #1680
Full Changelog: https://github.com/antvis/G/compare/@antv/g@6.0.2...@antv/g@6.0.4
6.0.2
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