[docs] Update API changelog for v1.31.1

This commit is contained in:
snomiao
2025-11-04 23:31:38 +00:00
committed by github-actions[bot]
parent 95c815f17c
commit 445bce4888

View File

@@ -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
---