moklick
15241b4fd0
fix(react): use correct dimensions for ssr
2024-06-27 17:00:44 +02:00
moklick
7375e81a49
fix(svelte): handle nodeOrigin prop
2024-06-27 16:58:48 +02:00
moklick
609f7ed792
refactor(positions): remove unused node origins
2024-06-27 15:03:35 +02:00
peterkogo
1a51428bd4
turns out default values for object parameters don't work as expected
2024-06-26 17:24:36 +02:00
peterkogo
8f12fde9eb
Fixed NodeResizer for non-default node origins
2024-06-26 17:23:57 +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
moklick
c444eb380b
chore(react-minimap): remove unused origin values
2024-06-26 13:44:21 +02:00
moklick
ef14ba025c
fix(svelte): use absolute position instead of origin position
2024-06-26 13:43:32 +02:00
moklick
eed8856536
chore(xyresizer): cleanup
2024-06-25 16:50:40 +02:00
moklick
e22c1b9391
chore(node-resizer): update
2024-06-25 12:13:34 +02:00
moklick
1a25a7da48
fix(store): calc handle pos
2024-06-24 14:38:45 +02:00
Moritz Klack and GitHub
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
57b62f8d46
determine correct handle positions in for connections ( #4384 )
...
* determine correct handle positions in for connections
* refactor(handle-utils): cleanup
* refactor(handle-utils): cleanup
---------
Co-authored-by: moklick <info@moritzklack.com >
2024-06-20 10:28:50 +02:00
moklick
3b48228437
chore(changelogs): update
2024-06-19 17:16:41 +02:00
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
6660427089
chore(svelte): changelog
2024-06-19 17:09:41 +02:00
Moritz Klack and GitHub
2691f0366d
Merge pull request #4380 from xyflow/svelte-fix-shift-scroll
...
Svelte: Only prevent shift scrolling when selection is actually in progress
2024-06-19 17:08:12 +02:00
moklick
45359c4861
chore(libs): changelogs
2024-06-19 17:07:31 +02:00
Peter Kogo and GitHub
86438a954f
Better selection usability ( #4379 )
...
* use pointer capture for selection boxes
* fixed selection box behaviour
* promoted modifier listeners to window level
* selection should still happen when shift key is let go during selection
* ported changes to svelte flow
* review changes
2024-06-19 17:05:04 +02:00
Moritz Klack and GitHub
75acd24cee
Rename updateEdge to reconnectEdge ( #4373 )
...
* refactor(edges): rename update to reconnect
* refactor(react): rename edge update to reconnect
* chore(examples): repair broken reconnect example
* chore(react): changelog
2024-06-19 16:57:30 +02:00
peterkogo
26456b3f0f
only prevent shift scrolling when selection is actually in progress
2024-06-19 13:23:20 +02:00
moklick
e6b21d372e
chore(lint): cleanup minor issues
2024-06-11 17:19:58 +02:00
moklick
7895a5982d
chore(packages): bump
2024-06-10 18:08:35 +02:00
moklick
c9d0f13328
fix(handles): calc offset correctly
2024-06-10 11:47:18 +02:00
moklick
5d6ac6e316
chore(packages): bump
2024-06-06 17:33:55 +02:00
Moritz Klack and GitHub
3bba0b41e0
feat(useReactFlow): add updateEdge and updateEdgeData ( #4351 )
...
* feat(useReactFlow): add updateEdge and updateEdgeData
* chore(examples): add updateEdge call
2024-06-06 17:26:10 +02:00
moklick
71980a85e6
fix(react): add compiler options outDir
2024-06-06 17:25:25 +02:00
moklick
2272c7f0e8
refactor(system): reduce getBoundingClientRect calls
2024-06-06 15:10:55 +02:00
Moritz Klack and GitHub
fe864160a3
Merge pull request #4347 from xyflow/fix-pane-style
...
fix(svelte): use empty string instead of undefined in style shorthand
2024-06-06 12:58:13 +02:00
Moritz Klack and GitHub
9bc721c1b7
Merge pull request #4344 from xyflow/fix/dynamic-edge-labels
...
refactor(react): enable dynamic edge label updates closes #4340
2024-06-06 12:57:45 +02:00
Moritz Klack and GitHub
7e50247b42
Merge pull request #4342 from xyflow/fix-node-drag-zoom
...
abort drag when multiple touches are detected
2024-06-06 12:57:16 +02:00
Moritz Klack and GitHub
2e5c2eb710
Merge pull request #4343 from xyflow/fix-edge-type-path-options
...
added straight edge to path built-in-types
2024-06-06 12:56:47 +02:00
Moritz Klack and GitHub
09a6f11aa1
Merge pull request #4341 from xyflow/fix-zoom-on-pinch-mobile
...
prevent zooming on mobile if zoomOnPinch is false
2024-06-06 12:55:43 +02:00
peterkogo
ff784cb44c
use empty string instead of undefined
2024-06-06 12:52:59 +02:00
moklick
982ffb5e59
refactor(edge-text): enable dynamic edge label updates closes #4340
2024-06-05 17:49:05 +02:00
peterkogo
82dddb2579
added straight edge to path built-in-types
2024-06-05 17:21:41 +02:00
peterkogo
fd02d2f245
made comment more explicit
2024-06-05 16:35:08 +02:00
peterkogo
7547531306
abort drag when multiple touches are detected
2024-06-05 16:27:33 +02:00
peterkogo
99d0bc2cad
prevent zooming on mobile if zoomOnPinch is false
2024-06-05 14:19:16 +02:00
moklick
9d1cfb24ce
chore(changelog): update
2024-06-05 13:09:12 +02:00
Moritz Klack and GitHub
2236138b8a
Merge pull request #4339 from lcsfort/patch-1
...
fix: Correct parent node lookup in evaluateAbsolutePosition
2024-06-05 13:02:49 +02:00
moklick
48f07d5935
chore(packages): bump
2024-06-05 12:58:44 +02:00
moklick
a66bc2c2cc
chore(system): cleanup d3 type usage
2024-06-05 12:57:33 +02:00