Skip to content

Releases: TanStack/cli

create-tsrouter-app@0.54.8

18 Feb 19:26
71b3c3a

Choose a tag to compare

Patch Changes

  • Updated dependencies [536ed4d]:
    • @tanstack/create@0.61.6
    • @tanstack/cli@0.59.8

create-tsrouter-app@0.54.7

18 Feb 06:58
11539d5

Choose a tag to compare

Patch Changes

  • Updated dependencies [b3cc585, 5fbf262]:
    • @tanstack/cli@0.59.7
    • @tanstack/create@0.61.5

create-tanstack@0.54.8

18 Feb 19:26
71b3c3a

Choose a tag to compare

Patch Changes

  • Updated dependencies [536ed4d]:
    • @tanstack/create@0.61.6
    • @tanstack/cli@0.59.8

create-tanstack@0.54.7

18 Feb 06:57
11539d5

Choose a tag to compare

Patch Changes

  • Updated dependencies [b3cc585, 5fbf262]:
    • @tanstack/cli@0.59.7
    • @tanstack/create@0.61.5

create-tanstack-app@0.54.8

18 Feb 19:27
71b3c3a

Choose a tag to compare

Patch Changes

  • Updated dependencies [536ed4d]:
    • @tanstack/create@0.61.6
    • @tanstack/cli@0.59.8

create-tanstack-app@0.54.7

18 Feb 06:57
11539d5

Choose a tag to compare

Patch Changes

  • Updated dependencies [b3cc585, 5fbf262]:
    • @tanstack/cli@0.59.7
    • @tanstack/create@0.61.5

create-start-app@0.59.8

18 Feb 19:27
71b3c3a

Choose a tag to compare

Patch Changes

  • Updated dependencies [536ed4d]:
    • @tanstack/create@0.61.6
    • @tanstack/cli@0.59.8

create-start-app@0.59.7

18 Feb 06:58
11539d5

Choose a tag to compare

Patch Changes

  • Updated dependencies [b3cc585, 5fbf262]:
    • @tanstack/cli@0.59.7
    • @tanstack/create@0.61.5

@tanstack/create@0.61.6

18 Feb 19:27
71b3c3a

Choose a tag to compare

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

18 Feb 06:58
11539d5

Choose a tag to compare

Patch Changes

  • Add a continuous development workflow for custom add-on authors. (b3cc585)

    • Add tanstack add-on dev to watch project files and continuously refresh .add-on outputs.
    • Rebuild .add-on assets and add-on.json automatically when source files change.
    • Document the new add-on development loop in the custom add-on guide.
  • Improve scaffold customization and custom add-on authoring flow. (5fbf262)

    • Add --examples / --no-examples support 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.