| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-16 | 1.8 kB | |
| v0.20.0 source code.tar.gz | 2026-08-16 | 3.2 MB | |
| v0.20.0 source code.zip | 2026-08-16 | 4.0 MB | |
| Totals: 3 Items | 7.1 MB | 0 | |
New Features
- Named slots for React: Components can declare named slots such as
headerandfooter, whilechildrenremains the default slot. Slots are preserved through validation, streaming, nested conversion, code export, playground views, and Devtools navigation (#320). Built from the original contribution by @wotnak in [#105] - Nested repeats:
repeat.statePathnow accepts item-relative paths such as{ "$item": "employees" }, enabling nested data rendering across React, React Native, React Email, React PDF, Image, Ink, Solid, Svelte, and Vue (#319). Built from the original contribution by @tmchow in [#256] - Harness chat example: Added a complete Next.js example using the AI SDK 7 harness adapter, agent delegation, sandbox transport, and json-render components (#302)
Bug Fixes
- Chained action params: Named
onSuccessandonErroractions now receive their configuredparamsacross core and all renderer bridges (#307) - Consistent optional visibility: Element
visiblefields now remain optional across Zod 4 versions, while prompts explicitly requirechildrenarrays for every element (#299) - Spec validation and autofix: Dangling child references are pruned, malformed visibility conditions are reported, and repeated items can be filtered safely (#300)
Improvements
- Release toolchain hardening: The workspace now requires Node.js 24 and pnpm 11, enforces package engine checks, and applies a minimum package release age (#293)
Breaking Changes
- Custom renderer bridges that implement the core
executeActioncallback must now accept anActionBindinginstead of a bare action name. This exposes chained action params to custom integrations at compile time (#307)
Contributors
- @ctate
- @Railly
- @tmchow
- @wotnak