Chris Tate
95e7235ee9
v0.17.0 ( #269 )
2026-04-10 22:31:36 -05:00
github-actions[bot]
9adcc09204
chore: version packages ( #248 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-27 18:17:20 -07:00
github-actions[bot]
7628640984
chore: version packages ( #243 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-23 13:30:11 -05:00
github-actions[bot]
ad557b2309
chore: version packages ( #226 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-17 17:44:18 -05:00
github-actions[bot]
22545b49cc
chore: version packages ( #221 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-13 17:05:54 -05:00
github-actions[bot]
6225fc41eb
chore: version packages ( #211 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-12 10:20:48 -05:00
github-actions[bot]
caa90b8b84
chore: version packages ( #204 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-11 02:19:24 -05:00
Chris Tate
dc9e9d17f3
rename modes ( #197 )
...
* rename modes
* improvements
* fixes
* fix homepage
2026-03-10 15:07:47 -05:00
github-actions[bot]
6f15faaae0
chore: version packages ( #186 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-06 20:02:39 -06:00
github-actions[bot]
023ca789b2
chore: version packages ( #176 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-27 13:29:16 -06:00
Chris Tate
553c803422
image ( #173 )
...
* image
* fixes
* fixes
* fix ci
* fix ci
* disable @next/next/no-img-element rule in ESLint configuration
* update route.ts to use path.join for font resolution and adjust next-env.d.ts import path
2026-02-27 13:03:42 -06:00
github-actions[bot]
c2b397510e
chore: version packages ( #166 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-25 10:56:29 -06:00
github-actions[bot]
0b7d767cdd
chore: version packages ( #154 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-24 06:29:45 -06:00
Chris Tate
b1036763d2
fixed: Install failure due to private dependency ( #153 )
...
* fix @internal/react-state import
* add changeset for @internal/react-state install fix
* docs: add v0.9.1 changelog entry
2026-02-24 06:25:34 -06:00
github-actions[bot]
c502d5517e
chore: version packages ( #149 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-24 01:36:59 -06:00
Chris Tate
a110c6e0ea
fix chaining actions ( #144 )
...
* fix chaining actions
* improvements
2026-02-24 00:40:40 -06:00
Chris Tate
3201854481
external store adapter for state management ( #139 )
...
* external store adapter for state management
Introduces a `StateStore` interface that lets users plug in their own state management (Redux, Zustand, XState, etc.) instead of being locked into the internal `useState`-based store.
- Added `StateStore` interface and `createStateStore()` factory to `@json-render/core`
- `StateProvider`, `JSONUIProvider`, and `createRenderer` now accept an optional `store` prop for controlled mode
- When `store` is provided, it becomes the single source of truth (`initialState`/`onStateChange` are ignored)
- When `store` is omitted, everything works exactly as before (fully backward compatible)
- Applied across all platform packages: react, react-native, react-pdf
* improvements
* update docs
* improvements
* fixes
* fix CI
* add store adapters
* fixes
* fixes
* fixes
* fixes
* e2e tests
* improvements
* fixes
* fixes
* fixes
* fixes
* update lockfile for widened react peer deps
* fix dashboard build
2026-02-23 23:12:57 -06:00
github-actions[bot]
0a404302ef
chore: version packages ( #126 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-20 02:17:13 -06:00
github-actions[bot]
c82eefd1c5
chore: version packages ( #117 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-17 01:39:40 -06:00
github-actions[bot]
e7103ce519
chore: version packages ( #113 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-15 09:06:46 -06:00
Chris Tate
43ad534482
v0.6.1 changeset ( #112 )
2026-02-15 09:04:39 -06:00
github-actions[bot]
9af3f999e0
chore: version packages ( #109 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-13 18:03:21 -06:00
Chris Tate
ddae61805e
inline mode ( #107 )
...
* ai sdk
* chat
* move more to lib
* fixes
* refactor
* fixes
* streamdown
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* data-spec
* fixes
* sortable
* github
* tools
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* tables
* fixes
* fixes
* rename to chat
* fixes docs
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fix lint
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
* fixes
2026-02-13 17:53:03 -06:00
github-actions[bot]
726ddc1d4f
chore: version packages ( #91 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-09 08:43:42 -06:00
Chris Tate
0e16ca33d4
Fix LLM hallucinations by dynamically generating prompt examples from catalog ( #89 )
...
* smarter schema
* better examples
2026-02-09 08:37:03 -06:00
github-actions[bot]
edbeb5a637
chore: version packages ( #87 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-09 07:09:15 -06:00
Chris Tate
f435643817
more resilient ( #85 )
...
* more resilient
* more resilient
2026-02-09 07:05:16 -06:00
Chris Tate
458f3a728c
update docs ( #84 )
...
* update docs
* fix og
2026-02-09 02:16:06 -06:00
github-actions[bot]
d5734e975c
chore: version packages ( #83 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-09 01:53:27 -06:00
Chris Tate
3d2d1adb2d
update docs ( #82 )
2026-02-09 01:45:07 -06:00
Chris Tate
801708a128
react-native and other things ( #81 )
...
* react native
* fixes
* pop/push
* fixes
* rename data -> state
* remove . tsbuildinfo
* fixes
* fixes
* user prompt
* fixes
* $id
* combine catalog.ts
* better actions
* repeat
* fix docs
* fixes
* fixes
* fixes
* better stream
* catalog
* fixes
* fixes
* fixes
* dialog
* sonner
* accordion
* catalog on homepage
* fixes
* more catalog
* fixes
* fixes
* refactor
* mv
* 404
* fixes
* nested
* fixes
* fixes
* fixes
* fixes
* mobile playground
* mdx
* fix mdx
* fixes
* streamdown
* fixes
* use haiku
* fixes
* great
* fixes
* fix ...
* fixes
* fixes
* fix build
* fix lint
* fix lint
* fix lint
* fix tests
2026-02-09 01:31:46 -06:00