From ffb7d9e013a727a428cb1f4bd8dc1cb5225d9bec Mon Sep 17 00:00:00 2001 From: czlonkowski Date: Mon, 9 Feb 2026 11:12:59 +0800 Subject: [PATCH] chore: bump version to 2.35.0 and update CHANGELOG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Conceived by Romuald Członkowski - www.aiadvisors.pl/en Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a08f22e..a23af6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.35.0] - 2026-02-09 + +### Added + +- **3 new MCP Apps**: workflow-list (compact table with status/tags), execution-history (status summary bar + execution table), health-dashboard (connection status, versions, performance metrics) +- **Enhanced operation-result**: operation-aware headers (create/update/delete/test/deploy), detail panels with workflow metadata, copy-to-clipboard for IDs/URLs, autofix diff viewer +- **CopyButton shared component**: reusable clipboard button with visual feedback +- **Local preview harness** (`ui-apps/preview.html`): test all 5 apps with mock data, dark/light theme toggle, JSON-RPC protocol simulation +- **Expanded shared types**: TypeScript types for workflow-list, execution-history, and health-dashboard data + +### Fixed + +- **React hooks violation**: Fixed `useMemo` called after early returns in `execution-history/App.tsx` and `validation-summary/App.tsx`, causing React error #310 ("Rendered more hooks than during the previous render") and blank iframes +- **JSON-RPC catch-all handler**: Preview harness responds to unknown SDK requests to prevent hangs + +Conceived by Romuald Czlonkowski - https://www.aiadvisors.pl/en + ## [2.34.5] - 2026-02-08 ### Fixed diff --git a/package.json b/package.json index 5b0e5ca..fdbd5d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-mcp", - "version": "2.34.5", + "version": "2.35.0", "description": "Integration between n8n workflow automation and Model Context Protocol (MCP)", "main": "dist/index.js", "types": "dist/index.d.ts",