Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions docs/API-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,29 @@ When breaking changes occur, refer to the specific version section below for:
---

<!-- Automated changelog entries will be added below -->
## v1.31.1 (2025-11-04)

Comparing v1.32.1 → v1.31.1. This changelog documents changes to the public API surface that third-party extensions and custom nodes depend on.

### ⚠️ Breaking Changes

**Type Aliases**

- **Removed**: `WorkflowOpenSource`

**Interfaces**

- **Removed**: `WorkflowImportMetadata`

### 🔄 Modifications

> **Note**: Some modifications may be breaking changes.
**Classes**

- `ComfyApp`
- ⚠️ **Breaking**: Method `loadGraphData()` signature changed
- ⚠️ **Breaking**: Method `handleFile()` signature changed

---

Loading