Skip to content

Releases: TanStack/cli

create-tanstack@0.54.5

17 Feb 21:00
497fbe1

Choose a tag to compare

Patch Changes

  • Updated dependencies [cc5857c]:
    • @tanstack/create@0.61.3
    • @tanstack/cli@0.59.5

create-tanstack@0.54.4

17 Feb 19:52
71211c6

Choose a tag to compare

Patch Changes

  • Updated dependencies [791bef6]:
    • @tanstack/create@0.61.2
    • @tanstack/cli@0.59.4

create-tanstack-app@0.54.6

17 Feb 23:56
7095f4a

Choose a tag to compare

Patch Changes

  • Updated dependencies [164522e, 2949819]:
    • @tanstack/create@0.61.4
    • @tanstack/cli@0.59.6

create-tanstack-app@0.54.5

17 Feb 21:00
497fbe1

Choose a tag to compare

Patch Changes

  • Updated dependencies [cc5857c]:
    • @tanstack/create@0.61.3
    • @tanstack/cli@0.59.5

create-tanstack-app@0.54.4

17 Feb 19:52
71211c6

Choose a tag to compare

Patch Changes

  • Updated dependencies [791bef6]:
    • @tanstack/create@0.61.2
    • @tanstack/cli@0.59.4

create-start-app@0.59.6

17 Feb 23:56
7095f4a

Choose a tag to compare

Patch Changes

  • Updated dependencies [164522e, 2949819]:
    • @tanstack/create@0.61.4
    • @tanstack/cli@0.59.6

create-start-app@0.59.5

17 Feb 21:00
497fbe1

Choose a tag to compare

Patch Changes

  • Updated dependencies [cc5857c]:
    • @tanstack/create@0.61.3
    • @tanstack/cli@0.59.5

create-start-app@0.59.4

17 Feb 19:52
71211c6

Choose a tag to compare

Patch Changes

  • Updated dependencies [791bef6]:
    • @tanstack/create@0.61.2
    • @tanstack/cli@0.59.4

@tanstack/create@0.61.4

17 Feb 23:57
7095f4a

Choose a tag to compare

Patch Changes

  • Update the React Paraglide Vite plugin strategy to include baseLocale alongside url, preventing missing-locale routing/rendering errors in generated apps. (164522e)

  • Improve CLI compatibility and scaffold behavior for legacy router-first workflows. (2949819)

    • Add safer target directory handling by warning before creating into non-empty folders.
    • Support explicit git initialization control via --git and --no-git.
    • Restore router-only compatibility mode with file-based routing templates (without Start-dependent add-ons/deployments/starters), while still allowing toolchains.
    • Default create-tsrouter-app to router-only compatibility mode.
    • Remove stale count.txt ignore entries from base templates.

    Also expands starter documentation with clearer creation, maintenance, UI usage, and banner guidance.

@tanstack/create@0.61.3

17 Feb 21:00
497fbe1

Choose a tag to compare

Patch Changes

  • Improve generated React scaffold reliability and default lint ergonomics. (cc5857c)

    • Migrate React template imports to package imports aliases (#/*) while preserving @/* compatibility during transition.
    • Harden eslint toolchain templates for fresh apps by avoiding known parser/project and resolver issues.
    • Fix generated shadcn utility import style for stricter eslint configs.
    • Improve TanStack Form demo select contrast in dark mode.