| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-18 | 955 Bytes | |
| v0.21.0 source code.tar.gz | 2026-09-18 | 3.3 MB | |
| v0.21.0 source code.zip | 2026-09-18 | 4.1 MB | |
| Totals: 3 Items | 7.4 MB | 4 | |
New Features
- TanStack Start renderer: Added
@json-render/tanstack-startfor JSON-defined applications with file-based routes, reusable layouts, SSR loaders, head metadata, prerender paths, client navigation, and route fallbacks (#334) - Experimental Jev composition: Added
experimental_composeSpecandexperimental_createEvaluatorto compose validated specs from app-owned candidates, plus a Jev model option and iterative composition editing in the playground
Improvements
- Vue named slots: Vue registries now support catalog-declared named slots alongside the default
childrenslot (#323) - React streaming stability: Stabilized streamed React renders and added coverage for incomplete streamed props and nested prop identities (#325)
- Documentation and project status: Expanded renderer, Jev, and package documentation and added Labs status badges to the project README
Contributors
- @ctate
- @Railly