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
13 changes: 13 additions & 0 deletions docs/API-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,16 @@ When breaking changes occur, refer to the specific version section below for:
---

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

Comparing v1.32.3 → v1.32.4. This changelog documents changes to the public API surface that third-party extensions and custom nodes depend on.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@snomiao I don't think we need this part


### 🔄 Modifications
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can remove the section headers I think


**Interfaces**

- [`ComfyExtension`](https://github.com/Comfy-Org/ComfyUI_frontend/blob/e36e25ebd614c1c996e66b5c382b6b1b1bd4587a/src/types/comfy.ts#L98)
- ✨ Added member: `actionBarButtons`

---