Skip to content

Commit bf3a7ec

Browse files
authored
prepare v0.15 release (#242)
1 parent 4534849 commit bf3a7ec

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.changeset/v0-15-release.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@json-render/core": minor
3+
"@json-render/ink": minor
4+
---
5+
6+
Add Ink terminal renderer for interactive terminal UIs.
7+
8+
### New:
9+
10+
- **`@json-render/ink`** -- Terminal UI renderer for json-render, built on Ink. Includes 20+ standard components (Box, Text, Heading, Card, Table, TextInput, Select, MultiSelect, Tabs, etc.), action/validation/focus contexts, two-way state binding, and streaming via `useUIStream`. Server-safe entry points at `@json-render/ink/schema`, `@json-render/ink/catalog`, and `@json-render/ink/server`.
11+
12+
### Improved:
13+
14+
- **Examples** -- new `ink-chat` terminal chat demo, `game-engine` 3D example using react-three-fiber, website examples page with live demos and search.

0 commit comments

Comments
 (0)