# React Principles — Changelog

> What shipped in each release, newest first. A durable, public record of new AI capabilities, components, and changes across the cookbook, UI Kit, and CLI.

Web version: https://reactprinciples.dev/changelog

---

## 2026-07-13 — React Principles is now an AI-first ecosystem.

One command wires your project into the whole ecosystem — your AI follows the principles, looks up recipes, and pulls components on its own. Principles and building blocks now share a single connection.

- **Added** — Remote MCP server now serves the UI Kit too: list_components, search_components, and get_component (full source, matching the CLI). One connection gives your AI both the principles and the components. ([details](https://github.com/sindev08/react-principles/pull/213))
- **Added** — npx react-principles init wires an existing project into the ecosystem — it generates AGENTS.md, .mcp.json, and skills so your AI is React Principles-aware from the next prompt. ([details](https://github.com/sindev08/react-principles/pull/214))
- **Added** — npx react-principles create scaffolds starters that ship AI-ready from the first commit. ([details](https://github.com/sindev08/react-principles/pull/215))
- **Changed** — Skills now fetch recipe content live, so updates reach installed skills automatically (existing users need a one-time re-install). ([details](https://github.com/sindev08/react-principles-skills/pull/6))
