Skip to content

create-tanstack@0.54.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 16:21
· 49 commits to main since this release
f6f9865

Minor Changes

  • feat(mcp): add getAddOnDetails tool and expand add-on metadata

    Add new MCP tool to retrieve detailed add-on information including
    routes, package additions, files, and documentation. Also expand
    listTanStackAddOns to include type, category, link, warning, and
    exclusive fields.

  • feat: force TanStack Start with Tailwind CSS always enabled

    • Remove code-router mode and --router-only flag (TanStack Start only)
    • Remove start add-on (baked into base templates)
    • Remove module-federation add-on
    • Force Tailwind CSS to always be enabled
    • Remove --tailwind/--no-tailwind CLI flags
    • Remove selectTailwind and selectTypescript prompts
    • Remove forcedMode parameter (mode always file-router)
    • Simplify template conditionals and hardcode typescript/tailwind values
    • Update README.md.ejs with instructions for removing Tailwind
    • Clean up dead code and unused functions
    • Update all CLI wrappers to show deprecation warnings

Patch Changes