Commit Graph

28 Commits

Author SHA1 Message Date
Yanyan-Wang
554b8b8bf3 fix: updateMapper with type change 2023-10-10 16:37:16 +08:00
Yanyan-Wang
fba9c158b1 fix: create-edge shouldBegin and shouldEnd 2023-10-10 11:51:20 +08:00
Yanyan-Wang
1576b71906 chore: update version nums 2023-10-08 22:13:57 +08:00
Yanyan-Wang
21a7ea1e39 chore: update version num 2023-10-08 15:00:35 +08:00
Yanyan-Wang
1b9ca79ae8 chore: update version numbers 2023-10-07 19:37:54 +08:00
Yanyan-Wang
5ec4bdfe0e chore: export BaseNode; fix: cannot zoom-in with zoom-3d; chore: unify before and afterlayout events 2023-10-07 19:15:25 +08:00
hustcc
ec82521bf0 refactor: remove antv/matrix-util with gl-matrix 2023-09-27 15:52:49 +08:00
Yanyan-Wang
5307ff8475 chore: remve console 2023-09-21 17:12:47 +08:00
Yanyan-Wang
5204fcbdbe fix: combo link point 2023-09-21 16:52:05 +08:00
Yanyan-Wang
349d5d377a fix: edges are not correctly updated while combo collapsing; fix: 3d graph edge rendering problem; 2023-09-21 16:32:11 +08:00
Yanyan-Wang
c1e13785e8 chore: update version num 2023-09-20 21:41:55 +08:00
Yanyan-Wang
d847d6082a docs: add scroll-canvas, snapline, create-edge demos 2023-09-20 20:45:13 +08:00
Yanyan-Wang
e657fef1a9 feat: support drawing transient shapes by cloning several shapes from an item 2023-09-20 09:54:46 +08:00
Yanyan-Wang
c8b204406c chore: update test baseline 2023-09-13 10:42:31 +08:00
Yanyan-Wang
97ca1fc4df chore: update site 2023-09-06 14:10:29 +08:00
Yanyan-Wang
df71fe1c5c docs: fix doc url problem 2023-09-04 20:04:16 +08:00
Yanyan-Wang
91491a3a06 chore: update version nums 2023-09-01 17:51:31 +08:00
Yanyan-Wang
017f5125ec docs: add publish doc to site 2023-09-01 17:08:40 +08:00
Yanyan-Wang
7bf5b84f5b chore: refine doc 2023-09-01 15:41:05 +08:00
Yanyan-Wang
90ccdc4ad1 docs: update 2023-09-01 10:05:25 +08:00
Yanyan-Wang
8bdd693963 chore: update data urls 2023-09-01 00:13:08 +08:00
Yanyan-Wang
885e0b0656 chore: update beta version 2023-08-31 23:46:08 +08:00
Yanyan-Wang
665b612c54 chore: update beta verion url 2023-08-31 20:02:14 +08:00
Yanyan-Wang
b201af82aa docs: tutorial docs 2023-08-31 18:16:13 +08:00
Yanyan-Wang
f64269350a test: add test data 2023-08-31 13:19:03 +08:00
Yanyan-Wang
ea290872d7 docs: update and feature docs for site; docs: add some interaction demos to site 2023-08-31 01:18:58 +08:00
markliao
8a520b2cb6
V5 feat/cubic edge,cubic horizon edge,cubic vertical edge (#4669)
* chore: update dependencies

* update jest.config.js for using `@kayahr/jest-electron-runner`
* update rollup.config.js for using `@rollup/plugin-terser`

* chore: add line-edge integration test

* chore: done feat/cubic-edge

chore: add integration test

chore: add unit test(but there have several tests TODO )

* feat: v5-cubic-horizon-edge

*feat: v5-cubic-horizon-edge

*chore: test/unit/v5-cubic-horizon-edge

*chore: test/integration/v5-cubic-horizon-edge

* feat: v5-cubic-horizon-edge

*feat: v5-cubic-horizon-edge

*chore: test/unit/v5-cubic-horizon-edge

*chore: test/integration/v5-cubic-horizon-edge

fix: curve bug

* chore: lint fix & use English comments

* chore: change test svg link & fix cubic offset

*chore: change test svg link

*fix: fix the cubic offset

* chore: fix rebase issue

* Feat: add  'topRight'  position configuration in BadgesShapes (#4624)

* fix: support position config:'topRight'

* add demo to reproduce bug

* chore: fix rebase conflict

* V5 fix label shape error (#4645)

* update: update demo for bug reproduce

* fix: fix the bug

* v5-rect#1 (#4640)

* feat: add RectNode

* add: add rect test demo

* add: add rect test demo

* update: update RectNode with less override

* update: remove 'console.log'

* update: remove comment

* update: remove cn comment

* add: add rect-spec.ts for unit test

---------

Co-authored-by: Yanyan Wang <yanyanwang93@gmail.com>

* fix: implement onZoom as empty function for 3d node (#4647)

* fix: implement onZoom as empty function for 3d node

* chore: refine

* chore: lint

* add: make the error message more readable (#4666)

* feat: add contextmenu event for graph canvas, node, and edge (#4675)

* feat: v5-quadratic (#4656)

* add: add a test demo

* feat: add quadratic

* add: add unit test demo

* fix: add seItemState(selected、active、highlight、inactive、disable) test into spec.

* chore: fix rebase conflicts

* chore: done feat/cubic-edge

chore: add integration test

chore: add unit test(but there have several tests TODO )

* feat: v5-cubic-horizon-edge

*feat: v5-cubic-horizon-edge

*chore: test/unit/v5-cubic-horizon-edge

*chore: test/integration/v5-cubic-horizon-edge

* feat: v5-cubic-horizon-edge

*feat: v5-cubic-horizon-edge

*chore: test/unit/v5-cubic-horizon-edge

*chore: test/integration/v5-cubic-horizon-edge

fix: curve bug

* chore: lint fix & use English comments

* chore: trim up code format

*chore: use relative import path

*chore: delete unused imports

*fix: fix the rebase imports

* chore: fix base.ts

* chore: fix rebase conflicts

* chore: elint fix format

---------

Co-authored-by: MaLaiXiGua <55946653+zqqcee@users.noreply.github.com>
Co-authored-by: MaLaiXiGua <941107676@qq.com>
Co-authored-by: Yanyan Wang <yanyanwang93@gmail.com>
Co-authored-by: MaLaiXiGua <zqqcee@163.com>
2023-06-26 16:54:52 +08:00
Yanyan-Wang
3095544cdf chore: commit history cleaning 2023-02-02 10:31:36 +08:00