From 6f67127381d1d7ea54fcb296fc1b69196c946263 Mon Sep 17 00:00:00 2001 From: anubra266 Date: Tue, 28 Jul 2026 21:30:04 -0700 Subject: [PATCH] docs: add v1.12.0 changelog entry --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d6300d1f..8621949d99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. See the [Changesets](./.changeset) for the latest changes. +## [1.12.0](#1.12.0) - 2026-07-28 + +### Changed + +- Move the MCP server out of `@pandacss/dev` into a standalone `@pandacss/mcp` package, so installing Panda no longer pulls in the MCP SDK and Hono (which kept triggering security vulnerability reports). Use `npx -y @pandacss/mcp` instead. `panda mcp` and `panda init-mcp` now error with a migration message. + +- Update outdated `@clack/prompts` dependency. + +### Fixed + +- Fix styles disappearing after a config change in Vue and Svelte projects. Editing your config rebuilt the context without the built-in Vue/Svelte plugins, so those files stopped producing CSS until you restarted the dev server. The reload now keeps them. + ## [1.11.5](#1.11.5) - 2026-07-22 ### Fixed