Releases: antvis/G6
Releases · antvis/G6
5.0.0-beta.32
What's Changed
- feat: add hexagon node by @foolvip in #5527
- chore: add tag script by @Aarebecca in #5588
- feat: add hover-element behavior by @yvonneyx in #5579
- feat: add toolbar plugin by @hustcc in #5589
- docs: fix typos in elements.zh.md and CONTRIBUTING.en-US.md by @Donovan-Ye in #5598
- feat(behavior): add click focus element(node/combo) by @ai-qing-hai in #5595
- fix: fix issue that cause memory leak by @Aarebecca in #5587
- feat: add 3d elements, plugin by @Aarebecca in #5597
- chore: update version to 5.0.0-beta.31 by @Aarebecca in #5602
- test: adjust test structure by @Aarebecca in #5607
- feat(runtime): add getPluginInstance API by @Aarebecca in #5609
- feat: plugin legend by @lxfu1 in #5593
- refactor(runtime): add element lifecycle event by @Aarebecca in #5611
- refactor(behaviors): adjust behaviors by @Aarebecca in #5612
- chore: add script to help checkout contributor branch by @Aarebecca in #5610
- feat: add 3d behaviors by @Aarebecca in #5614
- feat(behavior): add create-edge by @ai-qing-hai in #5601
- refactor: remove state change event by @Aarebecca in #5617
- feat: element support lifecycle methods by @Aarebecca in #5620
- fix(behaviors): create-edge demo update by @ai-qing-hai in #5624
- refactor: define and export event by @Aarebecca in #5627
New Contributors
- @foolvip made their first contribution in #5527
- @Donovan-Ye made their first contribution in #5598
Full Changelog: 5.0.0-beta.30...5.0.0-beta.32
5.0.0-beta.30
What's Changed
- chore: update version to 5.0.0-beta.29 by @Aarebecca in #5546
- docs: fix readme typo by @hustcc in #5547
- docs: add combo demos by @yvonneyx in #5568
- feat: add plugin watermark by @hustcc in #5569
- build(site): fix #5570 by @vaynevayne in #5571
- refactor: adapt antv dagre by @Aarebecca in #5578
- fix: fix issue where drag elements under non-default zoom values was abnormal by @Aarebecca in #5583
- refactor(behavior): optimize zoom canvas experience by @Aarebecca in #5584
- feat: tooltip plugin by @lxfu1 in #5573
- feat: add plugin contextmenu by @hustcc in #5577
- feat(runtime): add updateBehavior/ updatePlugin api by @Aarebecca in #5585
- chore: update version to beta.30 by @Aarebecca in #5586
New Contributors
- @vaynevayne made their first contribution in #5571
Full Changelog: 5.0.0-beta.29...5.0.0-beta.30
5.0.0-beta.29
4.8.21
- feat: layout supports relayoutAtChangeData config to disable relayout while changeData of graph is called;
4.8.19
4.8.17
- fix: scroll delta for old version of firefox;
4.8.16
4.8.14
- fix: upgrade layout for umd;
4.8.13
- fix: webpack dependency;
4.8.12
- feat: timebar supports individual container DOM;
- fix: remove label if no longer present;