From 4f492d1f8acafde1c658f71b6a540b34e7858072 Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Mon, 2 Mar 2026 21:16:46 +0300 Subject: [PATCH] Update changelog with new tools and MCP server tests --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e4f46174..cbee90dc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ - Create tools: `create_page`, `create_vector`, `create_slice` - Viewport: `viewport_get`, `viewport_set`, `viewport_zoom_to_fit`, `page_bounds` - Misc: `flatten_nodes`, `list_fonts` +- `set_text_properties` tool: alignment, auto-resize, decoration +- `set_layout_child` tool: sizing, grow, align_self, positioning +- 13 MCP server integration tests via `InMemoryTransport` ### Fixes @@ -37,6 +40,7 @@ - Extract shared color constants (`BLACK`, `TRANSPARENT`, `DEFAULT_SHADOW_COLOR`) — replaces 8 inline literals across core - Extract shared `NodeContextMenuContent` component to avoid menu duplication +- Fix `@open-pencil/core` dep in MCP package: `workspace:*` for local dev (pnpm resolves at publish time) ### Tests