 Moritz KlackandGitHub
|
12db2a50c8
|
Merge pull request #5169 from dimaMachina/tsdoc2-15
Improve TSDoc comments for `type ReconnectEdgeOptions` and `getViewportForBounds`
|
2025-04-07 11:18:49 +02:00 |
|
 Moritz KlackandGitHub
|
e598592c8a
|
Merge pull request #5157 from dimaMachina/tsdoc2-3
Improve TSDoc comments for `type GetBezierPathParams` and `getBezierPath` function
|
2025-04-06 20:56:49 +02:00 |
|
 Moritz KlackandGitHub
|
af66633e83
|
Merge pull request #5156 from dimaMachina/tsdoc2-2
Improve TSDoc comments for `type GetSmoothStepPathParams` and `getSmoothStepPath` function
|
2025-04-06 20:56:27 +02:00 |
|
Dimitri POSTOLOV
|
1f671bd48f
|
Improve TSDoc comments for type ReconnectEdgeOptions and getViewportForBounds
|
2025-04-06 04:41:00 +02:00 |
|
Dimitri POSTOLOV
|
2a48c3442f
|
remove duplicate @returns tag
|
2025-04-05 17:10:58 +02:00 |
|
Dimitri POSTOLOV
|
6ec942fc65
|
Improve TSDoc comments for type GetBezierPathParams and getBezierPath function
|
2025-04-05 17:06:50 +02:00 |
|
Dimitri POSTOLOV
|
02a3b74645
|
Improve TSDoc comments for type GetSmoothStepPathParams and getSmoothStepPath function
|
2025-04-05 17:04:53 +02:00 |
|
Dimitri POSTOLOV
|
aaebc46295
|
Improve TSDoc comments for type GetStraightPathParams and getStraightPath function
|
2025-04-05 17:02:47 +02:00 |
|
moklick
|
7b0f96f017
|
chore(types): add tsdocs
|
2025-02-11 15:47:56 +01:00 |
|
moklick
|
fb63462be3
|
chore(utils): tsdoc update
|
2025-02-11 15:18:41 +01:00 |
|
peterkogo
|
5493f045ff
|
streamlined connections
|
2024-06-26 15:03:12 +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 |
|
 Moritz KlackandGitHub
|
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
|
835dec25ba
|
resolved some requested changes
|
2024-04-10 14:47:49 +02:00 |
|
moklick
|
ea18e46a1a
|
refactor(nodes): rename computed to measured, add helpers
|
2024-04-03 14:54:24 +02:00 |
|
moklick
|
844d574c4f
|
refactor(react): separate user nodes and indernal nodes
|
2024-03-27 11:22:43 +01:00 |
|
peterkogo
|
dcddc70535
|
fixed smoothstep edge if center = 0
|
2024-02-27 17:16:31 +01:00 |
|
 Moritz KlackandGitHub
|
e5c667d068
|
Feat(nodes): add initialWidth and initialHeight (#3953)
* feat(react/svelte): add initialWidth/initialHeight closes #3793
* chore(packages): update changelogs
|
2024-02-27 15:21:35 +01:00 |
|
moklick
|
085f71d435
|
refactor(handles): do not use fallback handle if an id is being used #3409
|
2024-01-23 11:45:26 +01:00 |
|
moklick
|
1bc1ae855d
|
refactor(util-functions): cleanup types so that node/edge types get infered
|
2024-01-15 17:32:30 +01:00 |
|
moklick
|
f49aeb5b9d
|
fix(system): ssg edge creation
|
2023-12-27 00:01:44 +01:00 |
|
moklick
|
97ab615e6a
|
Merge branch 'next' into refactor/tsdoc
|
2023-12-19 11:59:44 +01:00 |
|
moklick
|
5b455a0b2d
|
refactor(edge-wrapper): cleanup
|
2023-12-18 11:00:27 +01:00 |
|
moklick
|
2bc02547f6
|
refactor(edges): optimize edge zIndex calculation
|
2023-12-17 11:56:21 +01:00 |
|
moklick
|
c3834208d2
|
Merge branch 'next' into refactor/edge-rendering
|
2023-12-17 11:04:32 +01:00 |
|
Peter
|
95dfd1d6de
|
Finished TSDocs for util functions in React
|
2023-12-05 13:46:59 +01:00 |
|
Peter
|
b264c11c54
|
Added some more TSDocs for util functions
|
2023-12-05 13:35:12 +01:00 |
|
Peter
|
4accceb202
|
Added TSDocs for several public util functions & converted comments to TSDocs for internal functions
|
2023-12-05 12:12:21 +01:00 |
|
moklick
|
95acea54d1
|
chore(react/svelte): cleanup edge creation
|
2023-11-29 16:33:57 +01:00 |
|
moklick
|
d812dbbe53
|
refactor(nodes): add computed attr for width/height and absolute position
|
2023-11-21 15:06:42 +01:00 |
|
moklick
|
2fe9d57d2a
|
chore(edges): remove group type
|
2023-11-16 15:45:36 +01:00 |
|
moklick
|
08e61f3111
|
refactor(edges): simplify edge rendering
|
2023-11-16 15:41:30 +01:00 |
|
moklick
|
e798e94275
|
refactor(react/svelte): use nodeLookup
|
2023-11-14 15:52:48 +01:00 |
|
moklick
|
a147a20f6e
|
refactor(react/svelte): use node lookup for perf improvement
|
2023-11-13 16:43:57 +01:00 |
|
moklick
|
6de9bbc916
|
refactor(react/svelte): simplify ssr usage
|
2023-10-23 16:37:28 +02:00 |
|
moklick
|
afa6365e12
|
chore(react/svelte): rename node.dimensions to node.size
|
2023-10-09 17:04:11 +02:00 |
|
moklick
|
1c791811a9
|
feat(system): add handles and dimensions for ssr
|
2023-10-05 17:26:59 +02:00 |
|
moklick
|
208ee5b944
|
fix(step-edge): handle routes for same positions
|
2023-08-21 18:01:11 +02:00 |
|
moklick
|
647c73cc8a
|
fix(smooth-edge): vertically or horizontally aligned nodes closes
|
2023-08-14 15:49:14 +02:00 |
|
moklick
|
7d41a4c9db
|
refactor(edges): adjust elevateEdgesOnSelect
|
2023-06-20 11:08:21 +02:00 |
|
moklick
|
9dfec49ed5
|
chore(system): rename BaseNode/BaseEdge types to NodeBase/EdgeBase
|
2023-06-13 16:54:26 +02:00 |
|
moklick
|
51375cd482
|
chore(utils): another cleanup
|
2023-06-12 23:00:22 +02:00 |
|
moklick
|
c6501aff62
|
refactor(react): use array for nodeInternals, rename to nodes
|
2023-06-12 16:56:02 +02:00 |
|
moklick
|
82d8e91a09
|
refactor(utils): remove getMarkerEnd
|
2023-06-12 12:09:48 +02:00 |
|
moklick
|
811f6f008f
|
refactor(utils): cleanup isEdgeVisible and related helpers
|
2023-06-12 11:59:16 +02:00 |
|
moklick
|
c1e2499028
|
refactor(svelte/react): use edge layouting vanilla helpers
|
2023-06-08 15:46:35 +02:00 |
|
moklick
|
8354759f57
|
refactor(packages): change package structure
|
2023-06-05 15:40:18 +02:00 |
|