Skip to content

Releases: TanStack/cli

create-tsrouter-app@0.54.9

27 Feb 00:32
5a63582

Choose a tag to compare

Patch Changes

  • Updated dependencies [154b25e]:
    • @tanstack/cli@0.60.0
    • @tanstack/create@0.62.0

create-tsrouter-app@0.54.10

27 Feb 17:09
95abdf6

Choose a tag to compare

Patch Changes

  • Updated dependencies [b54e202]:
    • @tanstack/create@0.62.1
    • @tanstack/cli@0.60.1

create-tanstack@0.54.9

27 Feb 00:32
5a63582

Choose a tag to compare

Patch Changes

  • Updated dependencies [154b25e]:
    • @tanstack/cli@0.60.0
    • @tanstack/create@0.62.0

create-tanstack@0.54.10

27 Feb 17:09
95abdf6

Choose a tag to compare

Patch Changes

  • Updated dependencies [b54e202]:
    • @tanstack/create@0.62.1
    • @tanstack/cli@0.60.1

create-tanstack-app@0.54.9

27 Feb 00:32
5a63582

Choose a tag to compare

Patch Changes

  • Updated dependencies [154b25e]:
    • @tanstack/cli@0.60.0
    • @tanstack/create@0.62.0

create-tanstack-app@0.54.10

27 Feb 17:09
95abdf6

Choose a tag to compare

Patch Changes

  • Updated dependencies [b54e202]:
    • @tanstack/create@0.62.1
    • @tanstack/cli@0.60.1

create-start-app@0.59.9

27 Feb 00:32
5a63582

Choose a tag to compare

Patch Changes

  • Updated dependencies [154b25e]:
    • @tanstack/cli@0.60.0
    • @tanstack/create@0.62.0

create-start-app@0.59.10

27 Feb 17:09
95abdf6

Choose a tag to compare

Patch Changes

  • Updated dependencies [b54e202]:
    • @tanstack/create@0.62.1
    • @tanstack/cli@0.60.1

@tanstack/create@0.62.1

27 Feb 17:09
95abdf6

Choose a tag to compare

Patch Changes

  • Bump @content-collections/mdx in the React base template to ^0.2.2 so new projects install cleanly with React 19. (b54e202)

@tanstack/create@0.62.0

27 Feb 00:32
5a63582

Choose a tag to compare

Minor Changes

  • This release pulls together a large batch of improvements across the CLI and scaffolding engine since the last versioning pass. (154b25e)

    • Modernizes and refreshes the generated React/Solid template experience, including updated starter content and stronger defaults.
    • Improves create flows with better option normalization, stronger guardrails around target directories, and clearer compatibility behavior in router-only mode.
    • Expands scaffolding ergonomics with examples toggles, improved add-on/config handling, and reliability fixes across package-manager and cross-platform paths.
    • Strengthens test and release confidence via e2e/release workflow hardening and broader smoke coverage.
    • Streamlines product surface area by removing the local create-ui package and --ui command paths from the CLI; visual setup now lives at https://tanstack.com/builder.
    • Cleans up docs and custom CLI examples to match the current terminal-first workflow and Builder guidance.