Release 2.3.0
Stable Vue 3 + Vite support with Vue-native generators, providers, state, forms, and auth.
Added
- Stable Vue 3 + Vite support through --framework vue-vite.
- Pinia, TanStack Vue Query, VeeValidate, and Zod configuration.
- Vue-native feature, entity, widget, page, and complete auth generators.
- Vue configuration and generator regression tests.
Changed
- Framework adapters now own dependency selection and versions.
- Managed dependencies no longer leak React packages into Vue projects.
- Provider generation now emits Vue plugins or React providers based on the adapter.
Compatibility
- React + Vite and Next.js behavior is unchanged.
- Configuration schema version remains 1.
Use this version
bash
npx create-fsd-architecture@2.3.0Running a newer CLI does not migrate an existing project's files or dependencies. Review compatibility notes before generating new slices.