From 842515c2be62d4f662147bc46b41bbcd49ed4a50 Mon Sep 17 00:00:00 2001 From: snomiao <7323030+snomiao@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:30:05 +0000 Subject: [PATCH] [docs] Update API changelog for v1.32.4 --- docs/API-CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/API-CHANGELOG.md b/docs/API-CHANGELOG.md index 51cd457a16..971198be72 100644 --- a/docs/API-CHANGELOG.md +++ b/docs/API-CHANGELOG.md @@ -25,3 +25,16 @@ When breaking changes occur, refer to the specific version section below for: --- +## 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. + +### 🔄 Modifications + +**Interfaces** + +- [`ComfyExtension`](https://github.com/Comfy-Org/ComfyUI_frontend/blob/e36e25ebd614c1c996e66b5c382b6b1b1bd4587a/src/types/comfy.ts#L98) + - ✨ Added member: `actionBarButtons` + +--- +