CHANGELOG.md 2.4 KB

@json-render/mcp

0.16.0

Patch Changes

0.15.0

Patch Changes

0.14.1

Patch Changes

0.14.0

Patch Changes

0.13.0

Patch Changes

0.12.1

Patch Changes

  • 54a1ecf: Rename generation modes and fix MCP React duplicate module error.

### Changed:

  • @json-render/core — Renamed generation modes from "generate" / "chat" to "standalone" / "inline". The old names still work but emit a deprecation warning.

### Fixed:

  • @json-render/mcp — Resolved React duplicate module error (useRef returning null) by adding resolve.dedupe Vite configuration. Added ./build-app-html export entry point.

### Other:

  • Updated homepage URLs across all packages to point to https://json-render.dev.
  • Reorganized skills directory structure for cleaner naming.
  • Added skills documentation page to the web app.

  • Updated dependencies [54a1ecf]

0.12.0

Minor Changes

  • 63c339b: Add Svelte renderer, React Email renderer, and MCP Apps integration.

### New:

  • @json-render/svelte — Svelte 5 renderer with runes-based reactivity. Full support for data binding, visibility, actions, validation, watchers, streaming, and repeat scopes. Includes defineRegistry, Renderer, schema, composables, and context providers.
  • @json-render/react-email — React Email renderer for generating HTML and plain-text emails from JSON specs. 17 standard components (Html, Head, Body, Container, Section, Row, Column, Heading, Text, Link, Button, Image, Hr, Preview, Markdown). Server-side renderToHtml / renderToPlainText APIs. Custom catalog and registry support.
  • @json-render/mcp — MCP Apps integration that serves json-render UIs as interactive apps inside Claude, ChatGPT, Cursor, VS Code, and other MCP-capable clients. createMcpApp server factory, useJsonRenderApp React hook for iframes, and buildAppHtml utility.

### Fixed:

  • @json-render/svelte — Corrected JSDoc comment and added missing zod peer dependency.

Patch Changes