519a538]
bf3a7ec]
43b7515]
a8afd8b]
5b32de8]
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:
homepage URLs across all packages to point to https://json-render.dev.Added skills documentation page to the web app.
Updated dependencies [54a1ecf]
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.63c339b]