mirror of
https://github.com/vercel-labs/json-render.git
synced 2026-09-14 13:41:32 +08:00
6c7164342a
* feat(tanstack-start): add renderer - Add full-app routing, SSR data helpers, metadata, layouts, and navigation. - Validate with focused tests and the current TanStack Router type contract. - Document the package across the API reference, renderer guide, and agent skill. * fix(tanstack-start): address review findings * fix(tanstack-start): align runtime contracts - Merge layout state into page rendering with explicit precedence. - Match TanStack Router string splat parameters across runtime, types, and docs. - Preserve the client boundary and add regression coverage. * fix(tanstack-start): match empty splats - Align root and trailing-slash splat matching with TanStack Router. - Cover empty splat paths with regression tests. * fix(tanstack-start): harden route transitions - Scope page state to the rendered route during pending navigation. - Normalize route matching across empty splats and trailing slashes. - Preserve client boundaries in CommonJS and ESM builds. * fix(tanstack-start): handle route recovery edge cases - Retry failed loaders by invalidating the router. - Normalize trailing-slash and encoded route pathnames. - Add regression coverage and document corrected behavior. * fix(tanstack-start): preserve encoded percent params - Preserve encoded percent signs through pathname normalization. - Cover dynamic, splat, and static-path round trips.