Skip to content

Tags: gazzamc/G6

Tags

4.7.13

Toggle 4.7.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: unexpected move with fitCenter with animation; fix: update model…

…Rect with rendering error, closes: antvis#4041; (antvis#4042)

4.7.12

Toggle 4.7.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: upgrade version num (antvis#4036)

* chore: upgrade version num

* Fix combos to inherit animation setting from graph (antvis#3992)

* fix: createCombo didn't update the "comboTrees" correctly (antvis#3993)

* Fix the comboTrees update in createCombo()

* Copy tests from core to pc

* Fix useless conditional

* Change variable name to not include verb

* Add some missing types

* docs: update traverseTree and traverseTreeUp doc

* fix: drag-canvas incorrectly stopped by right click; perf: improve the performance of setItemState and active-relations again;

* fix: setItemState on node, related edges linking positions are not refreshed; feat: graph supports optimizeThreshold to control the number threshold of nodes to enable the optimization on rendering and interaction, currently only affects the edges refresh while the related node state style changed;

* chore: update CHANGELOG

* chore: tests refine

* docs: update docs and demos for force2 on website

Co-authored-by: daniele-pini <daniele.pini@siren.io>

4.7.11

Toggle 4.7.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: refine (antvis#4035)

4.7.10

Toggle 4.7.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
4.7.10 (antvis#4017)

* perf: force layout with animation using graph refreshPositions instead positionsAnimate;

* perf: force layout with animation calls graph refreshPositions instead positionsAnimate while refreshing;

4.7.9

Toggle 4.7.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
perf: init node positions when the node has no x and y in the origin …

…data; (antvis#4014)

4.7.8

Toggle 4.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: image lost while updating the size for an image node, closes: an…

…tvis#3938; (antvis#3991)

* fix: image lost while updating the size for an image node, closes: antvis#3938;

* chore: update version num

* 自环边样式 startPoint & endPoint 计算问题 antvis#3974 (antvis#3990)

* fix: 自环问题连接点问题修复

* feat: change var to halfOfWidth and halfOfHeight

* feat: 修改注释

* feat: 完善文档

* feat: 修改注释

* feat: 修改注释

* feat: add loop feat unit test

* feat: 删除空行

* feat: 修改名称

Co-authored-by: linjie <xinxinsong.sxx@alibaba-inc.com>

Co-authored-by: tulaoda <coderaxin@163.com>
Co-authored-by: linjie <xinxinsong.sxx@alibaba-inc.com>

4.7.6

Toggle 4.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Annotation readData with inexistent item; (antvis#3985)

* chore: refine

* feat: performance tweaks (antvis#3969)

* Don't set beforeDragNodes if stack ops are off

* Prevent clone if stack ops are off

* Reduce lookups

* Simplify condition

* chore: refine

* chore: refine

* doc: update CHANGELOG

Co-authored-by: Fabio Tacchelli <fabio.tacchelli@gmail.com>

4.7.5

Toggle 4.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update site version (antvis#3983)

4.7.4

Toggle 4.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
perf: Annotation min-width and input width; (antvis#3947)

* perf: Annotation min-width and input width;

* Fix build issue (antvis#3934)

* fix: there is no dir named mobile

* fix: path-util is not marked as dependency of plugin, but actually it is

Co-authored-by: xiangyifeng <xiangyifeng@tencent.com>

Co-authored-by: fxiangyi <fxiangyi@gmail.com>
Co-authored-by: xiangyifeng <xiangyifeng@tencent.com>

4.7.3

Toggle 4.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: beforechangedata and afterchagnedata for graph changeData; feat… (

antvis#3932)

* feat: beforechangedata and afterchagnedata for graph changeData; feat: Annotation supports icon events callbacks; feat: Annotation supports defaultBegin position configuration for new annotation cards; perf: Annotation updated automatically when graph data changed and graph item visiblity changed;

* fix: Destroy legend canvas when the plugin is destroyed, closes: antvis#3931; fix: unexpected console, closes: antvis#3926