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 |
|
Git Cliff
|
6345176b25
|
chore: update CHANGELOG.md
|
2024-06-12 22:09:44 +00:00 |
|
github-actions[bot]
|
09a44b0424
|
chore: bump versions
|
2024-06-13 00:04:51 +02:00 |
|
Braks
|
850f54aebd
|
chore(core): cleanup unused event arg (#1475)
chore(core): cleanup unused `event` arg
|
2024-06-13 00:04:51 +02:00 |
|
Braks
|
a647472db4
|
chore(deps-dev): update deps-dev (#1473)
* chore(deps-dev): update deps-dev
* chore(tooling,deps-dev): update deps-dev
|
2024-06-13 00:04:51 +02:00 |
|
Braks
|
d429394f42
|
refactor(core): cleanup connection line component (#1470)
|
2024-06-13 00:04:51 +02:00 |
|
Braks
|
d658c1d357
|
refactor(core): replace arr reduce methods (#1467)
* refactor(core): replace arr reduce methods
* chore(core): cleanup
|
2024-06-13 00:04:51 +02:00 |
|
Braks
|
70b39cc78e
|
refactor(core): deprecate useVueFlow options arg (#1465)
refactor(core): deprecate vueflow options
|
2024-06-13 00:04:51 +02:00 |
|
Braks
|
798faf1be4
|
refactor(core): remove connectedEdges from node mouse events (#1464)
* refactor(core): remove `connectedEdges` from node mouse events
* chore(changeset): add
|
2024-06-13 00:04:51 +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
|
a9ccd61eec
|
feat(core): add useEdgesData composable (#1462)
* feat(core): add `useEdgesData` composable
* chore(changeset): add
* chore(core): add export
|
2024-06-13 00:04:51 +02:00 |
|
braks
|
19df6ca57a
|
fix(core): event type
|
2024-06-13 00:04:51 +02:00 |
|
Braks
|
ed2e5744fd
|
fix(core): hide graph until initial fitview is done (#1459)
* fix(core): hide graph until initial fitview is done
* chore(changeset): add
* fix(core): wait for fit view to finish
|
2024-06-13 00:04:51 +02:00 |
|
Braks
|
0c5dfddc47
|
refactor(core): remove initialized from graph-nodes (#1457)
* refactor(core): remove `initialized` from graph-nodes
* chore(changeset): add
* refactor(node-resizer): replace node initialized check
* chore(changeset): add
|
2024-06-13 00:04:51 +02:00 |
|
braks
|
9a7e4ac952
|
refactor(core): use for loop
|
2024-06-13 00:04:51 +02:00 |
|
Braks
|
cd5103e525
|
refactor(core): reduce node bounds calculation (#1453)
* refactor(core): reduce node bounds calculation
* chore(changeset): add
* chore(core): cleanup
|
2024-06-13 00:04:51 +02:00 |
|
Braks
|
49dc8ae2a1
|
feat(core): add updateEdgeData action (#1452)
* feat(core): add `updateEdgeData` action
* chore(changeset): add
|
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
|
5dc8711a6b
|
chore(docs): update vitepress to latest (#1468)
* chore(docs): update vitepress to latest
* chore(docs): cleanup styles
|
2024-06-10 15:11:40 +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
|
50a3b0eab5
|
chore(docs): update repl vue version
|
2024-06-09 13:04:26 +02:00 |
|