max
4dd5f633d4
fix: make eslint/typescript happy
📊 Benchmark the Runtime / benchmark (push) Successful in 1m10s
🚀 Lint & Test & Deploy / quality (push) Successful in 2m0s
🚀 Lint & Test & Deploy / test-unit (push) Successful in 32s
🚀 Lint & Test & Deploy / test-e2e (push) Successful in 1m46s
🚀 Lint & Test & Deploy / deploy (push) Successful in 1m48s
2026-05-08 10:32:03 +02:00
max
e6c368afaa
feat: update some nodes a bit
📊 Benchmark the Runtime / benchmark (push) Failing after 1m12s
🚀 Lint & Test & Deploy / quality (push) Failing after 58s
🚀 Lint & Test & Deploy / test-unit (push) Successful in 33s
🚀 Lint & Test & Deploy / test-e2e (push) Successful in 1m37s
🚀 Lint & Test & Deploy / deploy (push) Has been skipped
2026-05-08 01:49:29 +02:00
max
581daa1be7
feat(noise): add preserveLength toggle
...
When enabled (default), perturbs each segment's direction vector and
rescales to original length — bends the path without stretching it or
causing fold-back artifacts. When disabled, the original direct point
displacement is used.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-08 01:18:44 +02:00
max
f652b712df
fix: remove redundant schema from union
2026-05-08 01:18:38 +02:00
max
68ae62527f
feat(noise): preserve segment lengths during displacement
...
The noise node previously displaced each path point's XYZ independently,
which stretched/compressed segments and produced kinked edges. After
displacement, re-project each point onto the sphere of radius
seg_lens[i-1] centered at the previous point — same pattern used by the
gravity node. Total path length is now preserved; noise bends the path
rather than stretching it.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-07 23:43:44 +02:00
max
49746c6079
feat(branch): phyllotactic spiral and upward angle
...
Default rotation to the golden angle (137.5°) so successive branches
spiral naturally around the stem. Add an `angle` input (-90..90°) that
tilts branches between horizontal and along-stem before rotating around
the stem axis.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-07 23:43:17 +02:00
max
e5df19b6d8
feat(ui): animate toasts
2026-05-07 21:12:53 +02:00
max
415be50ae0
feat(ui): show toast after copying jsontree node
2026-05-07 21:12:43 +02:00
max
f0f4c00137
feat: use beforeunload to make sure graph is saved
2026-05-07 21:12:23 +02:00
max
3c5f897b26
feat: bunch of small fixes
2026-05-07 21:12:10 +02:00
max
ed0c47068a
fix: dispose unused geometry
2026-05-07 21:11:48 +02:00
max
a039bddba1
feat: debounce cameraPosition saving
2026-05-07 21:11:33 +02:00
max
5fa9d36b34
feat: debounce box selection for performance
2026-05-07 21:10:52 +02:00
max
7d788f7e19
feat: surface error when dropping wasm node
2026-05-07 21:10:31 +02:00
max
bd6dfeb466
fix: remove unused svelte-ignore comment
📊 Benchmark the Runtime / benchmark (push) Successful in 1m33s
🚀 Lint & Test & Deploy / quality (push) Successful in 2m21s
🚀 Lint & Test & Deploy / test-unit (push) Successful in 43s
🚀 Lint & Test & Deploy / test-e2e (push) Successful in 2m2s
🚀 Lint & Test & Deploy / deploy (push) Successful in 2m0s
2026-05-07 17:44:02 +02:00
max
36f02cabd3
chore: format
📊 Benchmark the Runtime / benchmark (push) Successful in 1m21s
🚀 Lint & Test & Deploy / quality (push) Failing after 54s
🚀 Lint & Test & Deploy / test-unit (push) Successful in 30s
🚀 Lint & Test & Deploy / test-e2e (push) Successful in 1m52s
🚀 Lint & Test & Deploy / deploy (push) Has been skipped
2026-05-07 17:40:41 +02:00
max
3a78ad5ee3
docs: add ux guidelines
2026-05-07 17:40:30 +02:00
max
9a7a7166b7
fix: pasting nodes
2026-05-07 17:39:58 +02:00
max
4aff3874d3
feat: show toast on some errors
2026-05-07 17:19:08 +02:00
max
f415edab57
fix: automatically update graph background on theme swtich
2026-05-07 17:03:02 +02:00
max
743959639f
feat: no results state in add menu
2026-05-07 17:02:47 +02:00
max
d9b8b36686
feat: update some inputs
2026-05-07 17:02:38 +02:00
max
ebf13967a4
feat: use new button component everyhwerre
2026-05-07 17:02:17 +02:00
max
a4f51efead
feat: add spinning icon
2026-05-07 17:01:54 +02:00
max
308626bcdc
feat: add toast component
2026-05-07 17:01:36 +02:00
max
73155dcb46
feat: show confirm when deleting project
2026-05-07 17:01:22 +02:00
max
84afd15746
feat: add #id to group name when duplicates exist
2026-05-07 17:00:57 +02:00
max
af40db3386
feat: add ZoomIndicator to graph
2026-05-07 17:00:30 +02:00
nodarium-bot
091c0f0a83
chore(release): v0.0.6
2026-05-05 21:15:25 +00:00
max
82c2f08a56
chore: cleanup changelog
📊 Benchmark the Runtime / benchmark (push) Successful in 1m34s
🚀 Lint & Test & Deploy / deploy (push) Successful in 2m7s
🚀 Lint & Test & Deploy / test-unit (push) Successful in 47s
🚀 Lint & Test & Deploy / quality (push) Successful in 2m28s
🚀 Lint & Test & Deploy / test-e2e (push) Successful in 1m59s
v0.0.6
2026-05-05 22:58:42 +02:00
max
a00db400bb
fix: dont crash when no groups exist
📊 Benchmark the Runtime / benchmark (push) Successful in 1m24s
🚀 Lint & Test & Deploy / test-unit (push) Successful in 48s
🚀 Lint & Test & Deploy / quality (push) Successful in 2m24s
🚀 Lint & Test & Deploy / test-e2e (push) Successful in 1m59s
🚀 Lint & Test & Deploy / deploy (push) Has been cancelled
2026-05-05 22:52:24 +02:00
max
2d9eb0c087
fix: make planty work
📊 Benchmark the Runtime / benchmark (push) Successful in 1m18s
🚀 Lint & Test & Deploy / quality (push) Successful in 2m9s
🚀 Lint & Test & Deploy / test-unit (push) Successful in 33s
🚀 Lint & Test & Deploy / test-e2e (push) Successful in 1m54s
🚀 Lint & Test & Deploy / deploy (push) Successful in 2m4s
2026-05-05 22:45:20 +02:00
nodarium-bot
1e28ded99b
chore(release): v0.0.6
2026-05-05 20:33:26 +00:00
nodarium-bot
5fae518392
chore(release): v0.0.6
2026-05-05 20:23:21 +00:00
max
954f5726c3
Merge pull request 'feat: initial node groups' ( #44 ) from feat/group-node-own into main
...
📊 Benchmark the Runtime / benchmark (push) Successful in 1m11s
🚀 Lint & Test & Deploy / quality (push) Successful in 2m14s
🚀 Lint & Test & Deploy / test-unit (push) Successful in 49s
🚀 Lint & Test & Deploy / test-e2e (push) Successful in 2m3s
🚀 Lint & Test & Deploy / deploy (push) Successful in 3m4s
Reviewed-on: #44
2026-05-05 22:08:17 +02:00
max
63d5b8079d
chore: pnpm format
📊 Benchmark the Runtime / benchmark (pull_request) Successful in 1m39s
🚀 Lint & Test & Deploy / quality (pull_request) Successful in 2m21s
🚀 Lint & Test & Deploy / test-unit (pull_request) Successful in 48s
🚀 Lint & Test & Deploy / test-e2e (pull_request) Successful in 1m51s
🚀 Lint & Test & Deploy / deploy (pull_request) Successful in 2m1s
2026-05-05 21:55:32 +02:00
max
3e32ca419a
feat: ungroup nodes
📊 Benchmark the Runtime / benchmark (pull_request) Successful in 1m45s
🚀 Lint & Test & Deploy / quality (pull_request) Failing after 1m7s
🚀 Lint & Test & Deploy / test-unit (pull_request) Successful in 35s
🚀 Lint & Test & Deploy / test-e2e (pull_request) Successful in 2m4s
🚀 Lint & Test & Deploy / deploy (pull_request) Has been skipped
2026-05-05 21:51:17 +02:00
max
f0cb12a088
chore: fix some type issues
2026-05-05 21:28:03 +02:00
max
1d60090ffe
chore: fixup graph manager tests
2026-05-05 21:27:53 +02:00
max
5b55056fc1
chore: remove graph element in graphManager
2026-05-05 21:27:42 +02:00
max
e2c2b1a4d7
chore: remove e2e test screenshots (too flaky)
2026-05-05 21:27:23 +02:00
max
7f082ad8f6
feat: implement node sockets ui
📊 Benchmark the Runtime / benchmark (pull_request) Successful in 1m22s
🚀 Lint & Test & Deploy / quality (pull_request) Failing after 1m6s
🚀 Lint & Test & Deploy / test-unit (pull_request) Failing after 43s
🚀 Lint & Test & Deploy / test-e2e (pull_request) Successful in 2m5s
🚀 Lint & Test & Deploy / deploy (pull_request) Has been skipped
2026-05-05 21:07:57 +02:00
max
ed11195327
chore: refactor graphStack to be simpler
2026-05-05 18:45:54 +02:00
max
8ad62cfc8e
feat: add node group breadcrumbs
2026-05-05 12:44:44 +02:00
max
bff140a764
feat: show different ui when inside group
2026-05-05 11:11:33 +02:00
max
85e2fd1a71
fix: use correct id for debug node
2026-05-04 23:54:43 +02:00
max
5beb03196d
fix: broken format command for @nodarium/planty
2026-05-04 23:47:29 +02:00
max
83e0e47082
refactor: only show group/node panel when selected
2026-05-04 23:47:03 +02:00
max
106797de32
feat: make group input/output node work
📊 Benchmark the Runtime / benchmark (pull_request) Successful in 1m11s
🚀 Lint & Test & Deploy / quality (pull_request) Successful in 2m7s
🚀 Lint & Test & Deploy / test-unit (pull_request) Successful in 32s
🚀 Lint & Test & Deploy / test-e2e (pull_request) Successful in 1m50s
🚀 Lint & Test & Deploy / deploy (pull_request) Successful in 1m56s
2026-05-04 19:11:52 +02:00
max
1a56ba986d
damn dude
📊 Benchmark the Runtime / benchmark (pull_request) Successful in 1m17s
🚀 Lint & Test & Deploy / quality (pull_request) Successful in 2m16s
🚀 Lint & Test & Deploy / test-unit (pull_request) Successful in 49s
🚀 Lint & Test & Deploy / test-e2e (pull_request) Successful in 1m57s
🚀 Lint & Test & Deploy / deploy (pull_request) Successful in 2m1s
2026-05-04 16:14:20 +02:00