Releases: antvis/G
Releases · antvis/G
@antv/[email protected]
@antv/[email protected]
@antv/[email protected]
@antv/[email protected]
@antv/[email protected]
@antv/[email protected]
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/[email protected]...@antv/[email protected]
@antv/[email protected]
What's Changed
Full Changelog: https://github.com/antvis/G/compare/@antv/[email protected]...@antv/[email protected]
@antv/[email protected]
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]
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/[email protected]...@antv/[email protected]
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/[email protected]...@antv/[email protected]