moklick
0ee1656a5e
chore(readme): update react flow 12
2024-07-10 14:45:02 +02:00
Moritz Klack
ef627aeb49
Merge pull request #4434 from xyflow/fix/selectionbox
...
fix(selection): handle pointer capture for selectionOnDrag
2024-07-10 14:22:52 +02:00
moklick
4062a24add
fix(selection): handle pointer capture for selectionOnDrag closes #4418
2024-07-10 14:14:24 +02:00
moklick
b41b111af6
chore(react): use connection state generics internally
2024-07-10 12:04:23 +02:00
moklick
6904b5bd49
refactor(useConnection): return internal node, add node generic
2024-07-10 11:58:49 +02:00
moklick
1d200fca12
chore(changelog): update
2024-07-09 11:49:26 +02:00
moklick
3c0658a6c6
chore(changelog): update
2024-07-09 11:47:03 +02:00
github-actions[bot]
d61cf84f70
chore(packages): bump
2024-07-09 09:38:23 +00:00
moklick
abdfc58818
chore(packages): bump
2024-07-09 11:25:47 +02:00
moklick
f722e2f0a3
fix(onNodeDragStop): nodes are set to dragging=false
2024-07-09 11:21:31 +02:00
moklick
b1118b1dd9
chore(changelogs): update
2024-07-09 10:58:44 +02:00
moklick
69bd68f4b8
feat(panzoom): add paneClickDistance prop
2024-07-09 10:50:50 +02:00
moklick
afa1ebe316
chore(packages): bump
2024-07-08 17:02:51 +02:00
moklick
e59bdc07ac
chore(changelog): update
2024-07-08 15:51:38 +02:00
moklick
e5b8236a60
refactor(panzoom): return promises for viewport helpers
2024-07-08 15:34:41 +02:00
moklick
2503d32a88
feat(viewport-helpers): return promises
2024-07-08 13:18:07 +02:00
moklick
73c2590abf
chore(packages): bump
2024-07-04 18:19:22 +02:00
peterkogo
3f259e9662
variable autoPanSpeed
2024-07-04 16:33:45 +02:00
moklick
4129c88f91
chore(packages): bump
2024-07-01 12:39:49 +02:00
moklick
00063ab925
chore(changelog): update
2024-06-27 17:24:32 +02:00
moklick
86485c5bcc
chore(changelog): update
2024-06-27 17:22:17 +02:00
moklick
14667f83d2
Merge branch 'enhance-connection-more' of github.com:xyflow/xyflow into enhance-connection-more
2024-06-27 17:15:36 +02:00
moklick
5c44dd9c31
Merge branch 'next' into enhance-connection-more
2024-06-27 17:14:17 +02:00
moklick
b00eff979a
Merge branch 'next' into absolute-origin
2024-06-27 17:03:58 +02:00
moklick
aa0e131162
refactor(react): init store with user nodeOrigin
2024-06-27 17:01:01 +02:00
moklick
15241b4fd0
fix(react): use correct dimensions for ssr
2024-06-27 17:00:44 +02:00
moklick
609f7ed792
refactor(positions): remove unused node origins
2024-06-27 15:03:35 +02:00
peterkogo
941898b97d
fixed connectionLine not updating correctly on auto pan
2024-06-27 13:44:30 +02:00
peterkogo
38de98b6b7
removed console.log
2024-06-26 18:13:38 +02:00
peterkogo
25dfeb1c02
dont invoke connection updates if the snapped handle stays the same
2024-06-26 18:12:56 +02:00
moklick
41ebe46d77
Merge branch 'enhance-connection-more' of github.com:xyflow/xyflow into enhance-connection-more
2024-06-26 17:24:15 +02:00
moklick
25ff17a161
chore(useConnection): update tsdoc
2024-06-26 17:23:52 +02:00
Moritz Klack
805a20336c
Merge branch 'next' into enhance-connection-more
2024-06-26 17:01:20 +02:00
moklick
e179324264
chore(connection-line): variable name
2024-06-26 16:59:38 +02:00
moklick
08750d354f
chore(utils): remove logs
2024-06-26 15:45:05 +02:00
moklick
f968ff42ca
chore(react): node origin cleanup
2024-06-26 15:26:22 +02:00
peterkogo
5493f045ff
streamlined connections
2024-06-26 15:03:12 +02:00
moklick
c444eb380b
chore(react-minimap): remove unused origin values
2024-06-26 13:44:21 +02:00
moklick
e22c1b9391
chore(node-resizer): update
2024-06-25 12:13:34 +02:00
peterkogo
44254648c8
changed naming and streamlined connections
2024-06-24 16:37:11 +02:00
Moritz Klack
67e29b6c25
Merge branch 'next' into absolute-origin
2024-06-24 12:57:24 +02:00
moklick
71db83761c
fix(react): window bug
2024-06-20 15:53:35 +02:00
moklick
7338eab8c9
chore(react): bump
2024-06-20 15:47:51 +02:00
moklick
aac0e9d0ff
chore(react): changelog
2024-06-20 15:47:36 +02:00
moklick
6704e51d2a
fix(react): check if window exists
2024-06-20 15:47:01 +02:00
moklick
d0e166d4a8
chore(packages): bump
2024-06-20 13:40:36 +02:00
moklick
8346b79a9d
chore(libs): changelogs
2024-06-20 10:32:59 +02:00
moklick
3b48228437
chore(changelogs): update
2024-06-19 17:16:41 +02:00
Peter Kogo
6cf0113005
Use correct end handle position when drawing a connection ( #4382 )
...
* use correct end handle position \when drawing connection lines
* provide correct connection end handle, also when connection is invalid
* add end handle position to connection despite being invalid
* chore(connectionline): remove logs
---------
Co-authored-by: moklick <info@moritzklack.com >
2024-06-19 17:15:07 +02:00
moklick
45359c4861
chore(libs): changelogs
2024-06-19 17:07:31 +02:00