68 Commits

Author SHA1 Message Date
Braks
5dc276af52 docs(examples): helper lines (#1915)
feat: add optional chaining to prevent types errors and add an example of helper lines (#1904)

* docs: code errors in "Updating Node Data" (#1900)

fix(docs): Example of fixing code errors in "Updating Node Data"

* fix: add optional chaining to prevent errors in link filtering

* feat: add an example of helper lines

* refactor: In the HelperLines example, replace the observer with dimensions

---------

Co-authored-by: Charles Lee <114982593+rookie-orange@users.noreply.github.com>
Co-authored-by: J <gongjie0422@163.com>
2025-08-07 15:46:48 +02:00
Braks
e94611a3b0 chore(docs): simplify animated layout example (#1747)
* chore(examples): update ts example of layouting

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(docs): cleanup animated layout example

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2025-01-13 00:22:13 +01:00
Braks
f78c348947 refactor(core): rename useNodeConnections params (#1743)
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2025-01-12 10:05:01 +01:00
Braks
3d1b85fce2 refactor(core): allow setting handleId in useNodeConnections (#1732)
* refactor(core): allow setting handleId in useNodeConnections

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(core): deprecate useHandleConnections

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(examples): cleanup

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(docs): cleanup

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(core): cleanup

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(core): cleanup

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(docs): cleanup

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2025-01-12 10:05:01 +01:00
Braks
268ed0e84e feat(core): add useNodeConnections composable (#1728)
* feat(core): add `useNodeConnections` composable

* chore(core): export `useNodeConnections`

* chore(docs): update math example

* docs: add guide for `useNodeConnections`

* chore(changeset): add
2025-01-12 10:05:01 +01:00
braks
fe239b5d8f docs(examples): add edge markers example
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2024-12-09 08:53:17 +01:00
Braks
4d0978343f docs(examples): add loopback edge example (#1708)
docs(examples): add loopback example

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2024-12-03 15:12:24 +01:00
Braks
61f4b0d447 docs(examples): add simple layout example (#1678)
* docs(examples): cleanup animated layout example

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(docs,deps): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* docs(examples): add animated and simple layout examples

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2024-11-05 15:53:16 +03:00
Jordan Vohwinkel
a90010b5c4 fix(docs): typo in SnappableConnectionLine.vue (#1638)
Fix Typo in SnappableConnectionLine.vue
2024-10-11 20:27:01 +02:00
Braks
2976b11025 docs(examples): update layouting example (#1576)
* refactor(examples): use offsetPath in layouting example

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(examples): cleanup

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* docs(examples): update layouting example

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2024-08-14 15:09:16 +02:00
braks
55a76cd9ad chore(docs): update validation example 2024-06-17 18:52:11 +02:00
Braks
0825101ebe refactor(core): remove node intersections arg from drag events (#1460)
* refactor(core): remove node intersections arg from drag events

* chore(changeset): add

* docs(examples): update intersection example
2024-06-13 00:04:51 +02:00
Braks
d71de0a92d chore(docs): update example styles (#1469)
* chore(docs): update basic example styles

* chore(docs): update confirm delete example styles

* chore(docs): update dnd example styles

* chore(docs): update hidden example

* chore(docs): update update node example

* chore(docs): update node toolbar example styles

* chore(docs): update transition example styles

* chore(docs): cleanup basic example els

* chore(docs): cleanup examples
2024-06-10 23:51:47 +02:00
braks
78f2635c5e chore(docs): update visibility example styles 2024-06-09 15:09:05 +02:00
braks
01e1b32104 chore(docs): update interaction example styles 2024-06-09 15:04:03 +02:00
braks
ee8d30d1cf chore(docs): update math examples styles 2024-06-09 14:58:29 +02:00
braks
5e953bdb44 chore(docs): update save and restore example 2024-06-09 14:52:26 +02:00
braks
6ee31708ab fix(docs): add width/height to icons 2024-06-09 14:24:39 +02:00
Braks
257c7aa704 examples: add confirm delete example (#1466)
* examples: add confirm delete example

* docs: add confirm delete example
2024-06-09 13:04:20 +02:00
braks
67da354917 chore(docs): cleanup math example 2024-06-09 13:04:20 +02:00
Braks
a8ba97331f examples: add math example (#1461)
* examples: add math example

* docs: add math example
2024-06-08 20:35:18 +02:00
braks
f74be96b2d examples: add screenshot example (#1456) 2024-06-08 16:56:21 +02:00
Braks
6503b3e9ed examples: update pinia example (#1458)
* examples: update pinia example

* chore(examples): update pinia dep

* examples: add icons to pinia panel

* docs(examples): update pinia example
2024-06-08 16:07:50 +02:00
braks
a220161876 docs: cleanup examples 2024-06-06 10:45:38 +02:00
braks
adfc01d1f3 chore(docs): correct dagre import path 2024-05-12 18:06:56 +02:00
braks
f1bd5b5eef chore(docs,examples): replace dagre with dagrejs/dagre 2024-05-12 18:06:56 +02:00
Lehoczky Zoltán
b2d37e5a8c docs: fix custom-node example for safari 2024-03-18 10:21:07 +01:00
braks
01e3df04a9 chore(docs): cleanup dnd example 2024-02-28 09:36:16 +01:00
braks
0f51e2ce24 chore(docs): update custom node example 2024-02-25 10:23:54 +01:00
braks
7b39b45641 chore(docs): update layout example 2024-02-21 23:30:55 +01:00
braks
f67e5a57e3 chore(docs): cleanup edges example 2024-02-15 10:55:21 +01:00
braks
0c441b35df chore(docs): add spinner to stop btn 2024-02-08 22:46:38 +01:00
braks
ce7333fef6 feat(docs): add useLayout composable 2024-02-08 22:39:01 +01:00
braks
a0abe3af9d feat(docs): add shuffle to layout example 2024-02-08 22:39:01 +01:00
braks
c65f5cf56e chore(docs): cleanup styles 2024-02-08 20:36:29 +01:00
braks
8226796b8b chore(docs): cleanup comments 2024-02-08 20:07:50 +01:00
braks
4fc73421c3 chore(docs): abort animation if task was cancelled 2024-02-08 20:07:50 +01:00
braks
51c0ee065b chore(docs): cancel upcoming tasks if stopped 2024-02-08 20:07:50 +01:00
braks
caf874dd49 chore(docs): put all actions into single panel 2024-02-08 20:07:50 +01:00
braks
fafad1e721 feat(docs): wait for edge animation to finish to load node 2024-02-08 20:07:50 +01:00
braks
c9f8f6f974 chore(docs): colors edges based on target node 2024-02-08 00:48:03 +01:00
braks
dc8faecd8c chore(docs): cleanup layouting example 2024-02-07 22:42:42 +01:00
braks
75355b04e7 feat(docs): add animation edge to layouting example 2024-02-07 22:29:40 +01:00
braks
43a1c9d2ac examples: animation edge 2024-02-07 22:29:40 +01:00
braks
f9e4d84297 chore(docs): update layout example styles 2024-02-06 23:58:02 +01:00
braks
291095110a chore(docs): set LR as default in layouting example 2024-02-06 18:39:17 +01:00
braks
abf5c3d0ce chore(docs): cleanup styles 2024-02-06 13:13:54 +01:00
braks
7bd29964a8 docs: add run process to layouting example 2024-02-06 13:10:58 +01:00
braks
6dd95145b1 fix(docs): move node from edges array 2024-02-06 01:13:42 +01:00
braks
3220e20c0e docs: add dagre layout example 2024-02-05 07:51:12 +01:00