Skip to content

Latest commit

 

History

History
534 lines (330 loc) · 17 KB

File metadata and controls

534 lines (330 loc) · 17 KB

@tanstack/cli

0.58.2

Patch Changes

  • Updated dependencies [2f3c4d7]:
    • @tanstack/create@0.59.2
    • @tanstack/create-ui@0.58.2

0.58.1

Patch Changes

  • Updated dependencies [0f2744e]:
    • @tanstack/create@0.59.1
    • @tanstack/create-ui@0.58.1

0.58.0

Minor Changes

  • feat: case-insensitive add-on lookup with typo suggestions

  • 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

  • ci: Version Packages (#338)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#337)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#335)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#327)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#312)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#325)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#326)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#313)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • ci: Version Packages (#336)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#334)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • Updated dependencies []:

    • @tanstack/create@0.59.0
    • @tanstack/create-ui@0.58.0

0.57.0

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: case-insensitive add-on lookup with typo suggestions

  • 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

  • ci: Version Packages (#325)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#336)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#313)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • ci: Version Packages (#334)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#335)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#326)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#312)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#337)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#327)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • Updated dependencies []:

    • @tanstack/create@0.58.0
    • @tanstack/create-ui@0.57.0

0.56.0

Minor Changes

  • 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
  • feat: case-insensitive add-on lookup with typo suggestions

  • 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.

Patch Changes

  • ci: Version Packages (#313)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#336)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#327)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#325)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#334)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#326)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#335)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#312)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • Updated dependencies []:

    • @tanstack/create@0.57.0
    • @tanstack/create-ui@0.56.0

0.55.0

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: case-insensitive add-on lookup with typo suggestions

  • 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

  • ci: Version Packages (#325)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#335)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#312)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#326)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#313)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • ci: Version Packages (#334)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#327)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • Updated dependencies []:

    • @tanstack/create@0.56.0
    • @tanstack/create-ui@0.55.0

0.54.0

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: case-insensitive add-on lookup with typo suggestions

  • 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

  • ci: Version Packages (#327)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#313)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • ci: Version Packages (#326)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#312)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#334)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#325)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • Updated dependencies []:

    • @tanstack/create@0.55.0
    • @tanstack/create-ui@0.54.0

0.53.0

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: case-insensitive add-on lookup with typo suggestions

  • 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

  • ci: Version Packages (#313)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tanner Linsley tannerlinsley@gmail.com

  • ci: Version Packages (#325)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#326)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#327)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#312)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • Updated dependencies []:

    • @tanstack/create@0.54.0
    • @tanstack/create-ui@0.53.0

0.52.2

Patch Changes

  • Add case-insensitive add-on ID matching and "did you mean?" suggestions for typos (61011ec)

  • Updated dependencies [61011ec, 2cf6703, 46a4903]:

    • @tanstack/create@0.53.2
    • @tanstack/create-ui@0.52.2

0.52.1

Patch Changes

  • Updated dependencies [72049cb]:
    • @tanstack/create@0.53.1
    • @tanstack/create-ui@0.52.1

0.52.0

Minor Changes

  • force tailwind, force typescript (337eeba)

Patch Changes

  • Updated dependencies [337eeba]:
    • @tanstack/create-ui@0.52.0
    • @tanstack/create@0.53.0

0.51.0

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.

Patch Changes

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • ci: Version Packages (#312)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • Updated dependencies []:

    • @tanstack/create@0.52.0
    • @tanstack/create-ui@0.51.0

0.50.0

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.

Patch Changes

  • ci: Version Packages (#311)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

  • Updated dependencies []:

    • @tanstack/create@0.51.0
    • @tanstack/create-ui@0.50.0

0.49.0

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.

Patch Changes

  • Updated dependencies []:
    • @tanstack/create@0.50.0
    • @tanstack/create-ui@0.49.0

0.48.7

Patch Changes

  • Updated dependencies [30edd20]:
    • @tanstack/create@0.49.3
    • @tanstack/create-ui@0.48.5

0.48.6

Patch Changes

  • Updated dependencies [7940300]:
    • @tanstack/create@0.49.2
    • @tanstack/create-ui@0.48.4