Commit Graph

12 Commits

Author SHA1 Message Date
Yuxin
5028413d0f
chore: add auto-generated doc files to .gitignore (#5679)
* refactor: remove placeholder files

* chore: add auto-generated files to .gitignore

* feat: api method list support remarks tag
2024-04-25 16:17:41 +08:00
Joel Alan
d36ae29416
test: compact box (#5541)
* test: compact box

* fix: resolve conversation
2024-03-15 23:36:23 +08:00
Aaron
b7bbc29704
refactor: adjust project and add 3d extension package (#5497)
* refactor: remove g6-plugin-map-view and react-node

* refactor: adjust exports

* chore: update deps, use turbo to batch build

* feat(3d): init g6-extension-3d package

* chore: update turbo config

* refactor: fix cr issues
2024-03-05 19:13:37 +08:00
Yuxin
ced681f309
feat: api reference builder (#5347)
* feat: api reference builder

* chore: generate api docs before build site

---------

Co-authored-by: yvonneyx <banxuan.zyx@antgroup.com>
2024-01-17 09:28:57 +08:00
Aaron
cb7a763446
chore: optimize project configs (#5299)
* chore: optimize project configs
2023-12-28 11:05:09 +08:00
hustcc
dbfa80675d
chore: remove unused files (#5274)
* chore: remove rfc template

* chore: remove issue hunt

* chore: remove pnpm lock file

* chore: rename action file

* chore: remove pnpm-workspace.yaml from .gitignore

* chore: remove issue hunt action
2023-12-14 21:16:50 +08:00
Aaron
6ce28292b3
fix: fix typos (#5219)
* fix: fix typos
2023-12-04 20:46:28 +08:00
markleo
b27708f264 chore: add pnpm ignores in .gitignore 2023-09-07 20:17:31 +08:00
xiaoiver
73bd1fed41
feat: use serverside rendering for integration tests (#4793)
* feat: use serverside rendering for integration tests

* chore: extend svg & webgl matchers for jest

* chore: interactive events can be triggerred in test case now

* chore: increase timeout

* chore: skip WebGL snapshot for now

* chore: support animation snapshot in test case

* chore: DOM API can be used in test case

* fix: make graph.getItemById private
2023-08-10 10:22:51 +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
hustcc
ae95e92140
refactor: remove unused files, and add husky and commitlint (#4383)
* refactor: remove unused files, and add husky and commitlint

* test: add github action
2023-03-23 20:43:53 +08:00
Yanyan-Wang
3095544cdf chore: commit history cleaning 2023-02-02 10:31:36 +08:00