filtered
bcaaa00770
Add Subgraphs ( #1000 )
2025-06-28 15:21:56 -07:00
filtered
ccc588b842
[API] Remove unused: LGraphNode.addConnection ( #980 )
...
Confirmed unused via code search
2025-04-28 01:52:53 +00:00
Chenlei Hu
30a7f19a64
Upstream progressbar rendering ( #871 )
...
Upstreams progress bar rendering from ComfyUI_frontend.
2025-03-30 17:14:09 -04:00
Chenlei Hu
854ac4350f
Add LGraphNode.strokeStyles API ( #868 )
...
This should allow frontend drop the stroke logic in hijack of
`drawNodeShape`. Example usage:
```ts
node.strokeStyles["executionError"] = (this: LGraphNode) =>
app.lastNodeErrors?.[this.id] ? { colour: 'red', thickness: 2 } : undefined
```
2025-03-30 11:29:37 -04:00
filtered
28543d7d9d
[API] Remove unused LGraph APIs ( #847 )
...
Removes unused, outdated helper methods from the original, incomplete
subgraph impl.
2025-03-24 06:24:28 +00:00
filtered
0dd060a369
[API] Require always-exported node properties be defined ( #821 )
...
Now required:
- `type`
- `pos`
- `size`
- `flags`
- `order`
- `mode`
2025-03-23 03:25:57 +11:00
filtered
dbc605e4da
Add graph ID creation / serialisation ( #790 )
...
- Updates UUIDv4 generator
- Adds a unique id & revision support to graphs
- `revision` to be incremented downstream (e.g. on save)
- `id` automatically assigned if not provided
2025-03-16 18:41:08 +00:00
filtered
477d498d6b
[API] Remove unused: optional_inputs & outputs ( #597 )
...
Code search shows zero usage. If kept, typing properly would require
effort.
Removed:
- `LGraphNode.optional_inputs`
- `LGraphNode.optional_outputs`
2025-02-25 16:33:21 +00:00
filtered
2c3535c983
[Test] Add integration test: LGraph snapshot ( #591 )
...
- Runs basic Litegraph init before performing the snapshot
- Allows a significantly more useful verification of the public API
2025-02-25 08:58:29 +00:00
Chenlei Hu
d23a320f9f
Upstream frontend widgets layout logic ( #531 )
...
* Upstream frontend widgets layout logic
* Add back LGraphNode.freeWidgetSpace
* nit
* update expectations
2025-02-14 19:22:37 -05:00
Chenlei Hu
9abcf0fd32
Remove LGraphNode.horizontal ( #521 )
...
* Remove LGraphNode.horizontal
* nit
2025-02-12 15:11:59 -05:00
Chenlei Hu
3cd08e9e0c
Remove LGraph._subgraph_node (Legacy subgraph) ( #456 )
2025-02-03 23:36:38 -05:00
Chenlei Hu
b3dbc41368
Remove LGraphNode.subgraph (Legacy subgraph) ( #453 )
...
* Remove LGraphNode.subgraph (Legacy subgraph)
* Update snapshot
2025-02-03 23:27:11 -05:00
filtered
3e28ec5981
Update tests for schema v1 ( #289 )
2024-11-08 11:12:09 -05:00
filtered
7e21b00cc7
Replace test framework: jest -> vitest ( #281 )
...
* Replace test framework: jest -> vitest
* nit - remove deprecated npm scripts
* Add vitest config
* Add a few basic tests
* Update actions with vitest params
* Add correct expectations
* Remove jest config
2024-11-06 17:27:32 -05:00