Skip to content

Commit 95e7235

Browse files
authored
v0.17.0 (#269)
1 parent ee596e4 commit 95e7235

File tree

24 files changed

+41
-34
lines changed

24 files changed

+41
-34
lines changed

.changeset/feat-gsplat.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
# Changelog
22

3-
## 0.16.0
3+
## 0.17.0
44

55
<!-- release:start -->
6+
### New Features
7+
8+
- **Gaussian Splatting** — Added `GaussianSplat` component to `@json-render/react-three-fiber`, bringing the component count to 20. Composable with all existing R3F components (lights, controls, post-processing) via drei's Splat loader (#259)
9+
- **Standalone gsplat example** — Experimental demo app showcasing Gaussian Splatting with gsplat.js (no Three.js dependency), featuring scene selector, live JSON spec viewer, and progress indicator (#259)
10+
- **R3F gsplat example** — Demo app with five scenes: splat showroom, splat with primitives, multi-splat, post-processing effects, and animated floating splat (#259)
11+
612
### Improved
713

8-
- **Release process** — Switched from Changesets to a manual single-PR release workflow with changelog markers and automatic npm publish on version bump
14+
- **AI output quality** — Improved prompt output and schema generation for more reliable AI-generated specs (#268)
15+
16+
### Contributors
17+
18+
- @ctate
19+
- @willmanzoli
920
<!-- release:end -->
21+
22+
## 0.16.0
23+
24+
### Improved
25+
26+
- **Release process** — Switched from Changesets to a manual single-PR release workflow with changelog markers and automatic npm publish on version bump

packages/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@json-render/codegen",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"license": "Apache-2.0",
55
"description": "Utilities for generating code from json-render UI trees",
66
"keywords": [

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@json-render/core",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"license": "Apache-2.0",
55
"description": "JSON becomes real things. Define your catalog, register your components, let AI generate.",
66
"keywords": [

packages/image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@json-render/image",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"license": "Apache-2.0",
55
"description": "Image renderer for @json-render/core. JSON becomes SVG and PNG images via Satori.",
66
"keywords": [

packages/ink/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@json-render/ink",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"license": "Apache-2.0",
55
"description": "Ink terminal renderer for @json-render/core. JSON becomes terminal UIs.",
66
"keywords": [

packages/jotai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@json-render/jotai",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"license": "Apache-2.0",
55
"description": "Jotai adapter for json-render StateStore",
66
"keywords": [

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@json-render/mcp",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"license": "Apache-2.0",
55
"description": "MCP Apps integration for @json-render/core. Serve json-render UIs as interactive MCP Apps in Claude, ChatGPT, Cursor, and VS Code.",
66
"keywords": [

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@json-render/next",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"license": "Apache-2.0",
55
"description": "Next.js renderer for @json-render/core. JSON becomes full Next.js applications with routes, layouts, metadata, and SSR.",
66
"keywords": [

packages/react-email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@json-render/react-email",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"license": "Apache-2.0",
55
"description": "React Email renderer for @json-render/core. JSON becomes HTML emails.",
66
"keywords": [

0 commit comments

Comments
 (0)