Skip to content

Commit 41961b3

Browse files
snomiaogithub-actions[bot]
authored andcommitted
[docs] Update API changelog for v1.32.1
1 parent 9c94a48 commit 41961b3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/API-CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,28 @@ When breaking changes occur, refer to the specific version section below for:
2525
---
2626

2727
<!-- Automated changelog entries will be added below -->
28+
## v1.32.1 (2025-11-05)
29+
30+
Comparing v1.32.0 → v1.32.1. This changelog documents changes to the public API surface that third-party extensions and custom nodes depend on.
31+
32+
### 🔄 Modifications
33+
34+
> **Note**: Some modifications may be breaking changes.
35+
36+
**Interfaces**
37+
38+
- [`ComfyCommand`](https://github.com/Comfy-Org/ComfyUI_frontend/blob/9c94a4818f52f87e73a9e2952db2d6aa9137ec12/dist/index.d.ts#L1247)
39+
- ⚠️ **Breaking**: Member `function` type changed: `() => void | Promise<void>``(metadata?: Record<string, unknown>) => void | Promise<void>`
40+
- [`TemplateInfo`](https://github.com/Comfy-Org/ComfyUI_frontend/blob/9c94a4818f52f87e73a9e2952db2d6aa9137ec12/dist/index.d.ts#L7540)
41+
- ✨ Added member: `openSource`
42+
43+
**Classes**
44+
45+
- [`ComfyApp`](https://github.com/Comfy-Org/ComfyUI_frontend/blob/9c94a4818f52f87e73a9e2952db2d6aa9137ec12/dist/index.d.ts#L995)
46+
- ⚠️ **Breaking**: Method `loadGraphData()` signature changed
47+
- ⚠️ **Breaking**: Method `handleFile()` signature changed
48+
- [`LGraphCanvas`](https://github.com/Comfy-Org/ComfyUI_frontend/blob/9c94a4818f52f87e73a9e2952db2d6aa9137ec12/dist/index.d.ts#L3517)
49+
- ⚠️ **Breaking**: Method `processMouseDown()` signature changed
50+
51+
---
52+

0 commit comments

Comments
 (0)