Braks
|
2e2fa9a93c
|
fix(core): allow using + as a key in key combinations (#1693)
* fix(core): allow using `+` as a key in key combinations
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(core): cleanup
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-11-13 20:20:43 +01:00 |
|
Braks
|
129d543c4e
|
fix(background): set default offset to 0 (#1692)
* fix(background): correct offset
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-11-13 20:20:43 +01:00 |
|
Braks
|
5a028cf2d4
|
fix(core): check if dragEnd event is UseDrag or MouseTouch event (#1680)
* feat(core): add snapPosition util
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* fix(core): check if dragEnd event is actually a UseDrag or MouseTouch event
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(core): cleanup
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-11-13 20:20:43 +01:00 |
|
 BraksandGitHub
|
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 |
|
 BraksandGitHub
|
f3075bc246
|
docs: add custom components to getting-started example (#1677)
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-11-05 15:15:43 +03:00 |
|
Git Cliff
|
59be22dca6
|
chore: update CHANGELOG.md
|
2024-11-01 22:15:08 +00:00 |
|
Braks
|
1e3acb1979
|
fix(core): if selection key code is true prevent pan on drag on left mouse btn (#1670)
* fix(core): if selection key code is true prevent pan on drag on left mouse btn
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* fix(tests): correct viewport drag tests
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-11-01 23:13:48 +01:00 |
|
Git Cliff
|
00cff79717
|
chore: update CHANGELOG.md
|
2024-11-01 18:50:39 +00:00 |
|
braks
|
ecd21ceebb
|
fix(core): allow pan on drag for other mouse btns if left is disabled
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-11-01 19:48:16 +01:00 |
|
Braks
|
72e0e2e97e
|
fix(core): set isPressed to true on blur and contextmenu events if permant keypress is enabled (#1667)
* fix(core): set isPressed to `true` on reset if permanent keypress is enabled
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-11-01 19:48:16 +01:00 |
|
Braks
|
900850d3ae
|
fix(background): start patterns at 0,0 (#1666)
* fix(background): start patterns at 0,0
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-11-01 19:48:16 +01:00 |
|
Braks
|
cfc2332370
|
fix(core): use all handle bounds in loose connection mode (#1665)
* fix(core): use all handle bounds with loose mode when updating edges
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-11-01 19:48:16 +01:00 |
|
Braks
|
fe552fc5c5
|
fix(core): allow pan on drag for non left-btn when selectionKeyCode is true (#1662)
* fix(core): allow pan on drag for non left-btn when selection key code is true
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* fix(core): reorder pane class names
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(core): cleanup
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-11-01 19:48:16 +01:00 |
|
Braks
|
de6f042826
|
chore: update deps (#1633)
* chore(tests): update deps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(workflows): update actions to latest
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore: update pnpm-lock.yaml
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(examples,vite): update deps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(examples,nuxt): update deps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(examples,quasar): update deps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(examples,docs): update deps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-11-01 19:48:16 +01:00 |
|
Git Cliff
|
e38d7b3f85
|
chore: update CHANGELOG.md
|
2024-09-16 11:13:06 +00:00 |
|
Braks
|
6cc30429b5
|
fix(core): calculate distance to trigger drag-click (#1624)
* fix(core): calculate distance to trigger drag-click
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-09-16 13:11:49 +02:00 |
|
Braks
|
6338a9db06
|
fix(core,nodes,edges): allow pointer events if mouse evt listeners exist (#1618)
* fix(core,nodes): allow node pointer events if listener(s) exist
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* fix(core,edges): allow edge pointer events if listener(s) exist
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-09-16 13:11:49 +02:00 |
|
braks
|
a1bfef8016
|
chore(docs): correct prop name
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-09-09 11:11:11 +02:00 |
|
Git Cliff
|
1275cc6f58
|
chore: update CHANGELOG.md
|
2024-09-06 07:56:06 +00:00 |
|
Braks
|
43ed0a8318
|
fix(core): prevent drag click when multi selection is active (#1609)
* fix(core): prevent drag click when multi selection is active
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-09-06 09:50:34 +02:00 |
|
Braks
|
f4bde90302
|
fix(core): prevent overwriting size in node styles object (#1608)
* fix(core): prevent overwriting size in node styles object
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* fix(core): update node styles if `updateStyles` is `true`
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(core): update pkg json links
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-09-06 09:50:34 +02:00 |
|
Git Cliff
|
79fb61c1ba
|
chore: update CHANGELOG.md
|
2024-08-30 10:47:47 +00:00 |
|
Braks
|
eb12bdc56f
|
fix(core): don't set user selection flags on pointer down (#1600)
* chore(core): remove deprecation of `removeSelectedElements`
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* fix(core): don't set user selection flags on pointer down
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* fix(core): prevent panning on drag when selection is active
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-08-30 12:45:11 +02:00 |
|
Braks
|
9c003d4353
|
feat(core): add getHandleConnections action (#1595)
* feat(core): add `getHandleConnections` action
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-08-30 12:45:11 +02:00 |
|
braks
|
940b08e080
|
chore(docs): update useHandle docs
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-08-30 09:36:14 +02:00 |
|
 BraksandGitHub
|
564d5931a5
|
chore(docs,deps): update deps (#1598)
* chore(docs,deps): update deps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(docs,plugins): update web vitals plugin
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(docs): update links
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-08-26 09:26:16 +02:00 |
|
braks
|
f24230a010
|
chore(docs): remove old migration guide
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-08-25 22:30:45 +02:00 |
|
braks
|
57e868ddd8
|
chore(docs): cleanup
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-08-25 22:14:23 +02:00 |
|
braks
|
a7a9fd5d0a
|
docs(guide): add info on listening to events
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-08-25 22:14:05 +02:00 |
|
braks
|
f4bffebcb1
|
docs(guide): add info on setting up vue project
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-08-25 22:03:33 +02:00 |
|
Git Cliff
|
6ee6a2ce2f
|
chore: update CHANGELOG.md
|
2024-08-20 07:45:47 +00:00 |
|
Braks
|
47281fd668
|
fix(core): inline event names (#1591)
* fix(core): inline event names
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-08-20 09:44:23 +02:00 |
|
Git Cliff
|
458847194a
|
chore: update CHANGELOG.md
|
2024-08-19 16:22:23 +00:00 |
|
Braks
|
e90f4cca57
|
fix(core): only display grab cursor when panOnDrag is on left mouse button (#1586)
* fix(core): only display grab cursor when panOnDrag is on left mouse button
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-08-19 18:19:04 +02:00 |
|
Braks
|
ebc604d980
|
fix(core): simplify event emit definitions to avoid hitting complexity limit of TS (#1585)
* fix(core): simplify event emit definitions
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-08-19 18:19:04 +02:00 |
|
Braks
|
1d772af4a4
|
refactor(core): remove null as return type of data in useNodesData (#1575)
* refactor(core): remove `null` as return type of data
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-08-19 18:19:04 +02:00 |
|
 BraksandGitHub
|
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 |
|
 BraksandGitHub
|
876c19868f
|
fix(docs): correct controlled flow docs and replace applyChanges with applyDefault (#1574)
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-08-14 10:21:33 +02:00 |
|
Git Cliff
|
3fc0b12ffc
|
chore: update CHANGELOG.md
|
2024-08-06 06:05:38 +00:00 |
|
Braks
|
afa88610ed
|
fix(core): push into changes arr instead of using index (#1569)
* fix(core): push into changes arr instead of using index
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-08-06 08:04:18 +02:00 |
|
Git Cliff
|
ab86033660
|
chore: update CHANGELOG.md
|
2024-08-05 08:13:11 +00:00 |
|
Braks
|
a8d837bf93
|
fix(core): only capture pointer if valid selection has started (#1565)
* fix(core): only capture pointer if valid selection has started
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-08-05 10:11:34 +02:00 |
|
Git Cliff
|
e62cc27f53
|
chore: update CHANGELOG.md
|
2024-07-27 18:25:33 +00:00 |
|
Braks
|
fff558fbc3
|
fix(core): check if injected state matches options and scope id (#1562)
* fix(core): prefer options id when finding state
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* fix(core): check if injected state matches options id
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
* chore(changeset): add
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
---------
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-07-27 20:23:46 +02:00 |
|
 BraksandGitHub
|
6d9535a1a9
|
chore(docs): enable sitemaps (#1554)
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
|
2024-07-16 12:51:34 +02:00 |
|
Git Cliff
|
ec0018f1ce
|
chore: update CHANGELOG.md
|
2024-07-15 17:15:04 +00:00 |
|
Braks
|
763f107aad
|
fix(core): prevent calling selectionEnd on selection click (#1545)
* fix(core): prevent calling `selectionEnd` on selection click
* chore(changeset): add
|
2024-07-15 19:14:01 +02:00 |
|
Braks
|
f32983116d
|
fix(core): handle pointer capture for selection on drag (#1543)
* fix(core): handle pointer capture for selection on drag
* chore(changeset): add
|
2024-07-15 19:14:01 +02:00 |
|
Braks
|
180109c0ca
|
feat(core): add paneClickDistance (#1542)
* feat(core): add `paneClickDistance`
* chore(changeset): add
|
2024-07-15 19:14:01 +02:00 |
|
Braks
|
8539731a8a
|
fix(core): dispatch click if drag move was attempted (#1534)
* fix(core): dispatch click if drag move was attempted
* chore(core): cleanup
|
2024-07-15 19:14:01 +02:00 |
|
Braks
|
d4ccb11a4c
|
feat(core): add autoPanSpeed prop (#1535)
* feat(core): add `autoPanSpeed` prop
* chore(changeset): add
|
2024-07-15 19:14:01 +02:00 |
|
Git Cliff
|
6aa82cbc4d
|
chore: update CHANGELOG.md
|
2024-07-09 08:17:51 +00:00 |
|
braks
|
f63e0efd0a
|
chore(changeset): add
|
2024-07-09 10:16:32 +02:00 |
|
braks
|
dab5ab4bbf
|
fix(core): ignore minor drag movements when marking aborted drag
|
2024-07-09 10:16:32 +02:00 |
|
Git Cliff
|
22ad05d63c
|
chore: update CHANGELOG.md
|
2024-07-08 22:43:54 +00:00 |
|
Braks
|
9d14595f1d
|
fix(core): emit node click if drag was aborted (#1525)
* fix(core): emit node click if drag was aborted
* chore(changeset): add
* chore(core): cleanup
|
2024-07-09 00:42:51 +02:00 |
|
Braks
|
0a0dfe96f1
|
chore(core): cleanup deprecation notices (#1527)
* chore(core): cleanup `getNodes` usage from Pane
* chore(core): cleanup deprecation notices
|
2024-07-09 00:42:51 +02:00 |
|
Git Cliff
|
9feb0359da
|
chore: update CHANGELOG.md
|
2024-07-08 20:23:46 +00:00 |
|
Braks
|
4548021b74
|
fix(core): emit node click event when drag was ended with no movement (#1522)
* fix(core): emit node click event when drag was ended with no movement
* chore(changeset): add
|
2024-07-08 22:22:48 +02:00 |
|
braks
|
45c59612f3
|
fix(docs): remove backdrop filter
|
2024-07-08 22:16:02 +02:00 |
|
Git Cliff
|
80cbe6f8ba
|
chore: update CHANGELOG.md
|
2024-07-01 14:05:01 +00:00 |
|
Braks
|
d8ddc4de6e
|
fix(core): use post flush to re-observe nodes after toggling visibility (#1517)
* fix(core): use `post` flush to re-observe nodes after toggling visibility
* chore(changeset): add
* chore(core): cleanup
|
2024-07-01 16:03:21 +02:00 |
|
Braks
|
9154687410
|
fix(core): avoid re-snapping to same handle (#1514)
* fix(core): avoid re-snapping to same handle
* chore(changeset): add
|
2024-07-01 16:03:21 +02:00 |
|
 BraksandGitHub
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|