Skip to content

Commit d7bd326

Browse files
snomiaogithub-actions[bot]
authored andcommitted
[docs] Update API changelog for v1.32.1
1 parent f844d3e commit d7bd326

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/f844d3e95b52501b308aa399e3765f9ed79918cc/src/stores/commandStore.ts#L10)
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/f844d3e95b52501b308aa399e3765f9ed79918cc/src/platform/workflow/templates/types/template.ts#L1)
41+
- ✨ Added member: `openSource`
42+
43+
**Classes**
44+
45+
- [`ComfyApp`](https://github.com/Comfy-Org/ComfyUI_frontend/blob/f844d3e95b52501b308aa399e3765f9ed79918cc/src/scripts/app.ts#L123)
46+
- ⚠️ **Breaking**: Method `loadGraphData()` signature changed
47+
- ⚠️ **Breaking**: Method `handleFile()` signature changed
48+
- [`LGraphCanvas`](https://github.com/Comfy-Org/ComfyUI_frontend/blob/f844d3e95b52501b308aa399e3765f9ed79918cc/src/lib/litegraph/src/LGraphCanvas.ts#L250)
49+
- ⚠️ **Breaking**: Method `processMouseDown()` signature changed
50+
51+
---
52+

0 commit comments

Comments
 (0)