Commit Graph

3787 Commits

Author SHA1 Message Date
Braks
8f53488995 chore(deps-dev): upgrade turbo to latest (#1472)
* chore(deps-dev): upgrade turbo to latest

* chore: cleanup

* chore: update pkg json config

* chore(workflows): upgrade pnpm to latest

* chore: update pkg json config

* chore: update pkg json config

* chore: cleanup
2024-07-01 10:38:26 +02:00
Git Cliff
02aac40acf chore: update CHANGELOG.md 2024-07-01 08:35:53 +00:00
github-actions[bot]
d3b706ea98 chore: bump versions 2024-07-01 10:34:54 +02:00
Braks
c8b55223b9 fix(core): correct calculation of nodes inside selection (#1509)
* fix(core): correct calculation of nodes inside selection

* chore(changeset): add
2024-07-01 10:34:54 +02:00
Git Cliff
3ed281b261 chore: update CHANGELOG.md 2024-07-01 07:46:34 +00:00
github-actions[bot]
d0728ac7b0 chore: bump versions 2024-07-01 09:44:55 +02:00
Braks
3489fae8fe refactor(core): use correct end handle position in connection line (#1508)
* refactor(core): use correct end handle position in connection line

* chore(changeset): add
2024-07-01 09:44:55 +02:00
Braks
266f8744ad chore(core): cleanup pane (#1507)
* chore(core): cleanup pane

* chore(core): cleanup actions
2024-07-01 09:44:55 +02:00
Braks
e57f22c185 fix(core): correct pane pointer evt handlers (#1505) 2024-07-01 09:44:55 +02:00
Braks
a52ac6e90e fix(core): remove v-memo from edge renderer (#1506)
* fix(core): remove v-memo from edge renderer

* chore(changeset): add
2024-07-01 09:44:55 +02:00
Braks
545bb4edf5 refactor(core): remove useWindow (#1504)
refactor(core): remove `useWindow`
2024-07-01 09:44:55 +02:00
Braks
410765b87b feat(core): allow string array or object as class to node/edge objects (#1502)
* feat(core): allow string array as class

* chore(changeset): add

* feat(core): allow record as class

* chore(changeset): add
2024-07-01 09:44:55 +02:00
Braks
8454dca6d4 chore(core): cleanup handle utils (#1497) 2024-07-01 09:44:55 +02:00
Braks
09e222124c refactor(core): calculate correct handle pos in handle lookup (#1494)
* refactor(core): use `getHandlePosition` to calculate handle pos

* chore(changeset): add
2024-07-01 09:44:55 +02:00
braks
e435485b77 feat(core): make useKeyPress public and export it 2024-07-01 09:44:55 +02:00
braks
e1e5282191 chore(changeset): add 2024-07-01 09:44:55 +02:00
braks
4effbb0008 refactor(core): use pointer evts in pane and prevent cancel of selection 2024-07-01 09:44:55 +02:00
braks
ea75f8aac0 refactor(core): allow passing target to useKeyPress 2024-07-01 09:44:55 +02:00
Braks
cf32d59074 refactor(core): replace until watcher with onMounted in handle cmp (#1488) 2024-07-01 09:44:55 +02:00
braks
04524d27fd chore(docs): add info on v-model 2024-06-20 10:20:09 +02:00
braks
182a6d9263 docs: add info on connection mode 2024-06-20 10:18:30 +02:00
braks
ea59a7176e docs: add info on handle limit 2024-06-20 10:16:51 +02:00
braks
e94e0e879c chore(docs): cleanup 2024-06-20 09:02:19 +02:00
braks
3ca9aca72b docs: add section on changes 2024-06-19 01:51:10 +02:00
Git Cliff
63873ef464 chore: update CHANGELOG.md 2024-06-18 10:50:07 +00:00
github-actions[bot]
e2dec5c866 chore: bump versions 2024-06-18 12:49:20 +02:00
Braks
e2ce2053e4 fix(core): correct id access in useVueFlow (#1483)
* fix(core): correct id access in `useVueFlow`

* chore(changeset): add
2024-06-18 12:49:20 +02:00
braks
aab43d5247 refactor(workflows): remove qodana scan workflow file 2024-06-18 12:46:58 +02:00
braks
14ae927a64 refactor(workflows): upgrade node to 20 2024-06-18 12:46:45 +02:00
Git Cliff
d55f50e735 chore: update CHANGELOG.md 2024-06-18 10:32:58 +00:00
github-actions[bot]
fdc656af9d chore: bump versions 2024-06-18 12:29:29 +02:00
Braks
4fe1a7b541 refactor(core): add overloads to useVueFlow (#1481)
* refactor(core): add overloads to `useVueFlow`

* chore(changeset): add

* chore(core): cleanup
2024-06-18 12:29:29 +02:00
Braks
9b4e3b2656 feat(core): add EdgePathParams type to edge utils (#1479)
* feat(core): add `EdgePathParams` type to edge utils

* chore(changeset): add

* chore(core): cleanup jsdocs
2024-06-18 12:29:29 +02:00
Braks
cff55c8ebf refactor(core): use empty arr when updating all internals (#1476)
* refactor(core): use empty arr when updating all internals

* chore(changeset): add
2024-06-18 12:29:29 +02:00
braks
55a76cd9ad chore(docs): update validation example 2024-06-17 18:52:11 +02:00
braks
889797e684 chore(docs): cleanup v-model usages 2024-06-13 23:20:32 +02:00
braks
865fe722db docs: update troubleshooting page 2024-06-13 23:11:32 +02:00
braks
7f2917a752 docs: update state page 2024-06-13 23:03:02 +02:00
braks
20d18eeed2 docs: update config page 2024-06-13 23:00:26 +02:00
braks
c7049e3216 docs: update controlled flow page 2024-06-13 22:47:31 +02:00
braks
ff055517cd chore(docs): fix typo and update title 2024-06-13 22:39:43 +02:00
braks
76fe779f34 docs: update nodes / edges pages 2024-06-13 22:27:07 +02:00
braks
d51203c465 docs: update theming page 2024-06-13 22:26:59 +02:00
braks
1bacc926ed docs: update getting-started page 2024-06-13 22:26:51 +02:00
braks
202d76777d chore: update README 2024-06-13 21:43:22 +02:00
braks
96ec3e744c docs: update prerequisites 2024-06-13 21:40:37 +02:00
braks
070d78ded4 docs: update edge utils docs 2024-06-13 21:39:54 +02:00
braks
532d52232d docs: update handle docs 2024-06-13 19:29:46 +02:00
braks
c30222eec3 docs: add handles section to guide 2024-06-13 11:27:08 +02:00
braks
fe55415b2d chore(docs): add state injection section to useVueFlow docs 2024-06-13 11:17:24 +02:00