Release 2.5.0
Stable SvelteKit scaffolding with native Svelte 5 generators, providers, state, forms, and file-based routes.
Added
- Stable Svelte 5 and SvelteKit 2 template support through --framework sveltekit.
- Fetch and Axios clients backed by PUBLIC_API_BASE.
- Request-scoped TanStack Svelte Query v6 provider generation.
- Svelte store, SvelteKit Superforms, and Zod 4 capability contracts.
- Svelte-native feature, entity, widget, page, and complete auth generators.
- SvelteKit file-based page route wrappers in src/routes.
- SvelteKit coverage in schema validation, project inspection, and framework CI.
Changed
- SvelteKit moved from planned to stable in the Template Registry.
- Native Fetch became the default SvelteKit API client while Axios remains optional.
- Framework CI now validates all five stable templates.
Compatibility
- React + Vite, Next.js, Vue + Vite, and Nuxt behavior is unchanged.
- Configuration schema version remains 1; SvelteKit support is additive.
- Generated SvelteKit projects require Node.js 22.22.2 or later.
Use this version
bash
npx create-fsd-architecture@2.5.0Running a newer CLI does not migrate an existing project's files or dependencies. Review compatibility notes before generating new slices.