Skip to content

feat: migrate to xyflow 1.0 #5840

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 43 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
f6f9d09
migrate to xyflow 1
rubenfiszel May 29, 2025
c38ddc8
nits
rubenfiszel May 29, 2025
c427602
nits
rubenfiszel May 29, 2025
e3149e8
iterate
rubenfiszel May 29, 2025
9a8d119
migrate to xyflow 1
rubenfiszel May 30, 2025
6197fe9
perf opt
rubenfiszel May 30, 2025
5dc06f6
perf opt
rubenfiszel May 30, 2025
ec20d26
npm check fix
rubenfiszel May 30, 2025
37d0430
dataflows
rubenfiszel May 30, 2025
2ec6806
Merge branch 'main' into rf/migrateToXyFlow1
rubenfiszel May 30, 2025
6b43267
nits
rubenfiszel May 30, 2025
551f95d
nits
rubenfiszel May 30, 2025
ed533b2
nits
rubenfiszel May 30, 2025
123e4a4
nits
rubenfiszel May 30, 2025
0c7eda2
nits
rubenfiszel May 30, 2025
f077f07
nits
rubenfiszel May 30, 2025
024879c
nits
rubenfiszel May 30, 2025
74048db
Merge branch 'main' into rf/migrateToXyFlow1
rubenfiszel May 31, 2025
1e29396
more types
rubenfiszel Jun 2, 2025
8d835cb
more types
rubenfiszel Jun 2, 2025
2d1eb95
more types
rubenfiszel Jun 2, 2025
692c0e9
update
rubenfiszel Jun 2, 2025
f8ee078
merge
rubenfiszel Jun 3, 2025
35e4ae7
merge
rubenfiszel Jun 3, 2025
5652a24
merge
rubenfiszel Jun 3, 2025
92efcd8
few nits
rubenfiszel Jun 3, 2025
34c7978
npm run check
rubenfiszel Jun 4, 2025
eab8698
npm run check
rubenfiszel Jun 4, 2025
fea6ac5
npm run check
rubenfiszel Jun 4, 2025
5a6ad27
Merge branch 'main' into rf/migrateToXyFlow1
rubenfiszel Jun 4, 2025
c0e6c7c
schema form fix
rubenfiszel Jun 4, 2025
ef517f7
fix forloop
rubenfiszel Jun 4, 2025
ebf9845
fixed pin sync
rubenfiszel Jun 4, 2025
4732f95
fix pin structured Clones
rubenfiszel Jun 4, 2025
afb5991
fix all static unputs
rubenfiszel Jun 4, 2025
aaf87a1
fix pins
rubenfiszel Jun 4, 2025
551d1d1
fix EditableSchemaForm not propagating schema
diegoimbert Jun 4, 2025
34f3f34
Revert "fix EditableSchemaForm not propagating schema"
diegoimbert Jun 4, 2025
8ede660
Migrate flowStore to $state
diegoimbert Jun 5, 2025
c728ec2
fix run() running before state initialization
diegoimbert Jun 5, 2025
557734d
structureClone fixes
diegoimbert Jun 5, 2025
bb41c64
fix inputCat accessed before initialization
diegoimbert Jun 5, 2025
3d9fd38
improve flow graph algorithm
rubenfiszel Jun 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 26 additions & 20 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
"@redocly/json-to-json-schema": "^0.0.1",
"@tanstack/svelte-table": "npm:tanstack-table-8-svelte-5@^0.1",
"@windmill-labs/svelte-dnd-action": "^0.9.48",
"@xyflow/svelte": "^1.0.0",
"@xterm/addon-fit": "^0.10.0",
"@xyflow/svelte": "^0.1.15",
"ag-charts-community": "^9.0.1",
"ag-charts-enterprise": "^9.0.1",
"ag-grid-community": "^31.3.4",
Expand Down Expand Up @@ -133,6 +133,7 @@
"svelte-exmarkdown": "^5.0.0",
"svelte-infinite-loading": "^1.4.0",
"svelte-tiny-virtual-list": "^2.0.5",
"@tutorlatin/svelte-tiny-virtual-list": "^3.0.2",
"tailwind-merge": "^1.13.2",
"vscode": "npm:@codingame/monaco-vscode-extension-api@~16.1.1",
"vscode-languageclient": "~9.0.1",
Expand Down
Loading
Loading