Skip to content

Latest commit

 

History

History
581 lines (361 loc) · 18.1 KB

File metadata and controls

581 lines (361 loc) · 18.1 KB

@tanstack/create-start

0.58.4

Patch Changes

  • Updated dependencies [0c0ee31]:
    • @tanstack/cli@0.58.4

0.58.3

Patch Changes

  • Updated dependencies [a93d7e5]:
    • @tanstack/create@0.59.3
    • @tanstack/cli@0.58.3

0.58.2

Patch Changes

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

0.58.1

Patch Changes

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

0.58.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: 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/cli@0.58.0
    • @tanstack/create@0.59.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: 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/cli@0.57.0
    • @tanstack/create@0.58.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(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/cli@0.56.0
    • @tanstack/create@0.57.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: 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/cli@0.55.0
    • @tanstack/create@0.56.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: 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/cli@0.54.0
    • @tanstack/create@0.55.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: 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/cli@0.53.0
    • @tanstack/create@0.54.0

0.52.2

Patch Changes

0.52.1

Patch Changes

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

0.52.0

Minor Changes

  • force tailwind, force typescript (337eeba)

Patch Changes

  • Updated dependencies [337eeba]:
    • @tanstack/create@0.53.0
    • @tanstack/cli@0.52.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/cli@0.51.0
    • @tanstack/create@0.52.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/cli@0.50.0
    • @tanstack/create@0.51.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/cli@0.49.0
    • @tanstack/create@0.50.0

0.48.10

Patch Changes

  • Updated dependencies [30edd20]:
    • @tanstack/create@0.49.3
    • @tanstack/cli@0.48.7

0.48.9

Patch Changes

  • Updated dependencies [7940300]:
    • @tanstack/create@0.49.2
    • @tanstack/cli@0.48.6

0.48.2

Patch Changes

  • Updated dependencies []:
    • @tanstack/cta-framework-react-cra@0.48.2
    • @tanstack/cta-framework-solid@0.48.2
    • @tanstack/cta-cli@0.48.2

0.48.1

Patch Changes

  • Updated dependencies []:
    • @tanstack/cta-framework-react-cra@0.48.1
    • @tanstack/cta-framework-solid@0.48.1
    • @tanstack/cta-cli@0.48.1

0.48.0

Minor Changes

  • no will prompt about overriding a directory that has contents (#289)

Patch Changes

  • Updated dependencies [3087532]:
    • @tanstack/cta-cli@0.48.0
    • @tanstack/cta-framework-react-cra@0.48.0
    • @tanstack/cta-framework-solid@0.48.0

0.47.0

Minor Changes

  • Smakll content fixes (7647683)

  • allowing for no tailwind (#151)

Patch Changes

  • Updated dependencies [7647683, f1f58fe]:
    • @tanstack/cta-framework-react-cra@0.47.0
    • @tanstack/cta-framework-solid@0.47.0
    • @tanstack/cta-cli@0.47.0