Releases: TanStack/cli
Releases · TanStack/cli
create-tsrouter-app@0.54.8
Patch Changes
- Updated dependencies [
536ed4d]:- @tanstack/create@0.61.6
- @tanstack/cli@0.59.8
create-tsrouter-app@0.54.7
create-tanstack@0.54.8
Patch Changes
- Updated dependencies [
536ed4d]:- @tanstack/create@0.61.6
- @tanstack/cli@0.59.8
create-tanstack@0.54.7
create-tanstack-app@0.54.8
Patch Changes
- Updated dependencies [
536ed4d]:- @tanstack/create@0.61.6
- @tanstack/cli@0.59.8
create-tanstack-app@0.54.7
create-start-app@0.59.8
Patch Changes
- Updated dependencies [
536ed4d]:- @tanstack/create@0.61.6
- @tanstack/cli@0.59.8
create-start-app@0.59.7
@tanstack/create@0.61.6
Patch Changes
-
Improve the Strapi add-on scaffolding for reliability. (#323)
- Remove brittle post-create shell automation that attempted to clone and bootstrap a sibling Strapi server.
- Fix Strapi article detail routing to use a consistent file-based route path.
- Update Strapi add-on guidance to document manual/hosted Strapi setup expectations.
@tanstack/create@0.61.5
Patch Changes
-
Add a continuous development workflow for custom add-on authors. (
b3cc585)- Add
tanstack add-on devto watch project files and continuously refresh.add-onoutputs. - Rebuild
.add-onassets andadd-on.jsonautomatically when source files change. - Document the new add-on development loop in the custom add-on guide.
- Add
-
Improve scaffold customization and custom add-on authoring flow. (
5fbf262)- Add
--examples/--no-examplessupport to include or omit demo/example pages during app creation. - Prompt for add-on-declared environment variables during interactive create and seed entered values into generated
.env.local. - Ensure custom add-on/starter metadata consistently includes a
version, with safe backfill for older metadata files. - Align bundled starter/example metadata and docs with current Start/file-router behavior.
- Add