Changelog¶
All commits to this project will be documented in this file.
Litestar Vite Changelog¶
Unreleased¶
Fixed metadata loss for Inertia deferred props (#236). Metadata is now correctly extracted before props are filtered for initial/partial responses.
Fixed Inertia partial reload behavior where non-requested properties were incorrectly included in responses.
Updated documentation build to include
llms.txtandllms-full.txtat the site root for better LLM discovery (#240).Isolated TanStack Router generated assets into
src/generated/in example and scaffolding templates.Default
resource_dirset tosrcfor non-Inertia templates; Inertia stays onresources/.CLI/docs now reference litestar assets consistently and document –frontend-dir.