Skip to content

Releases: TanStack/cli

[email protected]

18 Feb 19:26
71b3c3a

Choose a tag to compare

Patch Changes

[email protected]

18 Feb 06:58
11539d5

Choose a tag to compare

Patch Changes

[email protected]

18 Feb 19:26
71b3c3a

Choose a tag to compare

Patch Changes

[email protected]

18 Feb 06:57
11539d5

Choose a tag to compare

Patch Changes

[email protected]

18 Feb 19:27
71b3c3a

Choose a tag to compare

Patch Changes

[email protected]

18 Feb 06:57
11539d5

Choose a tag to compare

Patch Changes

[email protected]

18 Feb 19:27
71b3c3a

Choose a tag to compare

Patch Changes

[email protected]

18 Feb 06:58
11539d5

Choose a tag to compare

Patch Changes

@tanstack/[email protected]

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/[email protected]

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.