filtered
58011e77b6
[Refactor] Simplify & standardise canvas code ( #744 )
...
Various clean up & minor refactors / nits.
2025-03-11 10:21:11 +00:00
filtered
8ba671a5eb
Fix animate to bounding rect interpolation ( #743 )
...
- Resolves #738
2025-03-11 09:41:28 +00:00
Comfy Org PR Bot
710bc2bb2e
1.13.2 ( #2965 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
v1.13.2
2025-03-10 21:54:08 -04:00
Comfy Org PR Bot
e6ef4c8e6d
[chore] Update litegraph to 0.10.0 ( #2963 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
Co-authored-by: Chenlei Hu <hcl@comfy.org >
2025-03-10 15:06:01 -04:00
Comfy Org PR Bot
5531a884a6
0.10.0 ( #742 )
...
version increment to 0.10.0
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-10 14:38:38 -04:00
Chenlei Hu
214defbdb4
[TS] Remove IBaseWidget.element prop ( #741 )
...
Remove the prop as it is a impl detail of the frontend.
2025-03-10 14:34:09 -04:00
Chenlei Hu
db680c96ad
[Bug] Fix node empty space on converted widget ( #740 )
...
Resolves https://github.com/Comfy-Org/litegraph.js/issues/739
This is a temporary measurement to fix the issue. We should probably
consider build a more robust layout mechanism later.
2025-03-10 14:31:50 -04:00
Chenlei Hu
62528fde2e
[Refactor] Move DOM widget event listeners to vue ( #2960 )
2025-03-10 13:07:23 -04:00
filtered
1a482d750b
[TMP] Support downstream output widget in serialisation ( #735 )
...
- Ref: https://github.com/Comfy-Org/litegraph.js/pull/732#issuecomment-2710796369
2025-03-10 16:05:06 +00:00
filtered
84dad03f4d
Remove static circular dependency workaround ( #734 )
...
Workaround originally implemented when converting to ES modules, but is
now redundant.
`DEFAULT_EVENT_LINK_COLOR` confirmed unused in code search (litegraph
events).
2025-03-10 15:29:33 +00:00
filtered
c5cb4cea43
[TS] Clean up serialisation interfaces ( #733 )
...
Removes legacy generic & dynamic typing, and standardises TS styles.
2025-03-10 15:07:56 +00:00
Chenlei Hu
abe4754904
Use relative url path for reverse proxy hosting on template thumbnails ( #2959 )
2025-03-10 10:13:41 -04:00
Christian Byrne
3eb036b5e3
Fix dark mode card surface in workflow templates dialog ( #2942 )
2025-03-10 09:57:19 -04:00
Tristan Sommer
e29a5d3047
Maskeditor: Added opacity controls for the color select tool and the paint bucket tool ( #2955 )
2025-03-10 14:05:21 +01:00
filtered
e632f5c69b
Fix all unknown slot props are serialised ( #732 )
...
Ensures only specified properties are cloned for serialisation.
2025-03-10 12:20:34 +00:00
filtered
4589938ceb
[TS] Fix invalid type assertion ( #731 )
...
- Follow-up on #728
2025-03-10 08:55:51 +00:00
VeeloxShadow
acdbbd547e
Fix downstream extension context menu does not load ( #728 )
...
- Adds optional chaining for event target
2025-03-10 19:41:46 +11:00
Chenlei Hu
9cea1fe0d3
Only update widget state when visible ( #2954 )
2025-03-09 23:27:48 -04:00
Comfy Org PR Bot
61cf07be88
1.13.1 ( #2953 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
v1.13.1
2025-03-09 22:02:05 -04:00
Chenlei Hu
ec013cc511
Draw canvas image preview in a widget ( #2952 )
2025-03-09 21:56:50 -04:00
dependabot[bot]
60022134ed
Bump vue-i18n from 9.13.1 to 9.14.3 ( #2951 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-09 20:25:41 -04:00
Chenlei Hu
1558a5bb19
[Refactor] Add useNodeAnimatedImage composable ( #2950 )
2025-03-09 18:08:03 -04:00
Terry Jia
445be93d50
[3d] extract controls classes ( #2948 )
2025-03-09 17:32:49 -04:00
dependabot[bot]
4b05d5a8fa
Bump axios from 1.7.4 to 1.8.2 ( #2949 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-09 17:32:40 -04:00
Chenlei Hu
131229f02f
Use uuid for dom widget id ( #2947 )
2025-03-09 17:22:18 -04:00
Chenlei Hu
3a0b337d0c
Manage style of DOM widgets in Vue ( #2946 )
2025-03-09 16:51:42 -04:00
Christian Byrne
97d9f90374
[Manager] Use iI8n for date strings ( #2938 )
2025-03-09 13:48:53 -04:00
Christian Byrne
496abfde53
Fix settings content not visible on large font sizes ( #2940 )
2025-03-09 13:48:27 -04:00
Christian Byrne
72994621a6
Translate template categories ( #2937 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-09 13:47:49 -04:00
Christian Byrne
83f9240587
[Manager] Show progress spinner on initial load ( #2936 )
2025-03-09 13:47:14 -04:00
filtered
ba8c1ee823
Remove legacy code (follow-up on #2925 ) ( #2930 )
2025-03-09 13:44:55 -04:00
Terry Jia
3d6fe41ee9
[3d] add edge threshold support ( #2939 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-09 13:44:30 -04:00
Comfy Org PR Bot
96b84761f3
1.13.0 ( #2929 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
v1.13.0
2025-03-08 21:29:34 -05:00
Comfy Org PR Bot
d32ff0b018
[chore] Update litegraph to 0.10.0-0 ( #2928 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-08 21:25:26 -05:00
Chenlei Hu
6e378c68f9
[Bug] Fix load audio node ( #2927 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-08 20:17:19 -05:00
Comfy Org PR Bot
9c60788948
0.10.0-0 ( #727 )
...
version increment to 0.10.0-0
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-09 00:21:06 +00:00
Chenlei Hu
65573f106b
[Cleanup] Use WidgetOptions.step2 ( #2926 )
2025-03-08 19:10:33 -05:00
Christian Byrne
d8721760f1
Add custom nodes manager UI ( #2923 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-08 18:54:08 -05:00
filtered
c0bfe5489f
[API] Add LinkConnector - replaces connecting_links ( #726 )
...
### LinkConnector
Replaces the minimal-change effort of `connecting_links` with a more
reliable implementation.
- Subscribable, event-based API
- Uses browser-standard `e.preventDefault()` to cancel `before-*` events
- Uses standard `state` POJO - can be proxied without issue
- Structures code and separates concerns out of `LGraphCanvas`
- Link creation calls can now be made from anywhere, without the need
for a rewrite
- New canvas sub-components now live in `src/canvas/`
### Rendering
- Skips link segments by setting a `_dragging` bool flag on the LLink or
Reroute
- Moves some previously nested code to event listeners, configured in
the `LGraphCanvas` constructor
### Deprecation
`LGraphCanvas.connecting_links` is now deprecated and will later be
removed.
Until it is removed, to prevent breaking extensions it will continue to
be set and cleared by a legacy callback. The contents of this property
are ignored; code search revealed no exentsions actually modifying the
array.
2025-03-08 23:48:45 +00:00
filtered
f53c04834f
Add support for Litegraph LinkConnector ( #2925 )
2025-03-09 09:37:47 +11:00
filtered
8e59fbfaa2
Prep link connector ( #725 )
...
Prepration for LinkConnector replacement
- Simplifies code
- Minor perf improvement
- nits and clean up
2025-03-08 20:43:27 +00:00
filtered
5ab9d9d25c
Warn users if calling connectSlots incorrectly ( #724 )
...
Prevents silent failures from going unnoticed.
2025-03-08 18:21:10 +00:00
filtered
68945cb54d
Remove getTime workaround and Node.js type bleeding ( #723 )
...
- Removes legacy timer workaround (redundant on Chrome v6 / Node.js v16)
- Removes old type workarounds
- Improves type inference speed
2025-03-08 13:27:49 +00:00
filtered
7119480f84
[CI] Add pre-release options ( #722 )
...
Adds release steps to README.
2025-03-08 16:20:21 +11:00
filtered
8153e65b3b
[CI] Pin third party action to SHA ( #721 )
...
Pins third party GitHub action to specific SHA. This will need to be
updated, but removes the possibility of any unexpected surprises (new
bugs / security concerns).
2025-03-08 04:35:40 +00:00
Comfy Org PR Bot
50ecefadc1
1.12.8 ( #2922 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
v1.12.8
2025-03-07 21:27:31 -05:00
Chenlei Hu
fdc899a7d9
Add __version__ to pypi package ( #2919 )
2025-03-07 18:32:15 -05:00
Chenlei Hu
fb0a134278
[Bug] Fix widget remove when node is deleted ( #2918 )
2025-03-07 17:48:37 -05:00
Christian Byrne
082f0061f6
Refactor responsive sidebar to composable ( #2917 )
2025-03-07 15:46:43 -05:00
MohammadAboulEla
d10dad85c6
Update formatUtil.ts ( #2906 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-03-07 15:06:26 -05:00