From 896bf906ab416f29a9730283184442f77dd670bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 05:26:12 +0000 Subject: [PATCH] ci: Version Packages --- cli-aliases/create-start-app/CHANGELOG.md | 72 ++++++++++++++++ cli-aliases/create-start-app/package.json | 2 +- cli-aliases/create-tanstack-app/CHANGELOG.md | 72 ++++++++++++++++ cli-aliases/create-tanstack-app/package.json | 2 +- cli-aliases/create-tanstack/CHANGELOG.md | 72 ++++++++++++++++ cli-aliases/create-tanstack/package.json | 2 +- cli-aliases/create-tsrouter-app/CHANGELOG.md | 72 ++++++++++++++++ cli-aliases/create-tsrouter-app/package.json | 2 +- cli-aliases/ts-create-start/CHANGELOG.md | 72 ++++++++++++++++ cli-aliases/ts-create-start/package.json | 2 +- packages/cli/CHANGELOG.md | 74 ++++++++++++++++ packages/cli/package.json | 2 +- packages/create-ui/CHANGELOG.md | 71 ++++++++++++++++ packages/create-ui/package.json | 2 +- packages/create/CHANGELOG.md | 88 ++++++++++++++++++++ packages/create/package.json | 2 +- 16 files changed, 601 insertions(+), 8 deletions(-) diff --git a/cli-aliases/create-start-app/CHANGELOG.md b/cli-aliases/create-start-app/CHANGELOG.md index 82200d44..a5f57c06 100644 --- a/cli-aliases/create-start-app/CHANGELOG.md +++ b/cli-aliases/create-start-app/CHANGELOG.md @@ -1,5 +1,77 @@ # create-start-app +## 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 + +- 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 diff --git a/cli-aliases/create-start-app/package.json b/cli-aliases/create-start-app/package.json index d011339c..0aabe75e 100644 --- a/cli-aliases/create-start-app/package.json +++ b/cli-aliases/create-start-app/package.json @@ -1,6 +1,6 @@ { "name": "create-start-app", - "version": "0.56.0", + "version": "0.57.0", "description": "Tanstack Start Builder", "bin": "./dist/index.js", "type": "module", diff --git a/cli-aliases/create-tanstack-app/CHANGELOG.md b/cli-aliases/create-tanstack-app/CHANGELOG.md index 368184ec..40e24b27 100644 --- a/cli-aliases/create-tanstack-app/CHANGELOG.md +++ b/cli-aliases/create-tanstack-app/CHANGELOG.md @@ -1,5 +1,77 @@ # create-tanstack-app +## 0.52.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 + +- 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.51.0 ### Minor Changes diff --git a/cli-aliases/create-tanstack-app/package.json b/cli-aliases/create-tanstack-app/package.json index d98426cb..6d3a9521 100644 --- a/cli-aliases/create-tanstack-app/package.json +++ b/cli-aliases/create-tanstack-app/package.json @@ -1,6 +1,6 @@ { "name": "create-tanstack-app", - "version": "0.51.0", + "version": "0.52.0", "description": "Tanstack Application Builder", "bin": "./dist/index.js", "type": "module", diff --git a/cli-aliases/create-tanstack/CHANGELOG.md b/cli-aliases/create-tanstack/CHANGELOG.md index 5ce1297f..653a0649 100644 --- a/cli-aliases/create-tanstack/CHANGELOG.md +++ b/cli-aliases/create-tanstack/CHANGELOG.md @@ -1,5 +1,77 @@ # create-tanstack +## 0.52.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 + +- 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.51.0 ### Minor Changes diff --git a/cli-aliases/create-tanstack/package.json b/cli-aliases/create-tanstack/package.json index afcd4160..621ec4ac 100644 --- a/cli-aliases/create-tanstack/package.json +++ b/cli-aliases/create-tanstack/package.json @@ -1,6 +1,6 @@ { "name": "create-tanstack", - "version": "0.51.0", + "version": "0.52.0", "description": "Tanstack Application Builder", "bin": "./dist/index.js", "type": "module", diff --git a/cli-aliases/create-tsrouter-app/CHANGELOG.md b/cli-aliases/create-tsrouter-app/CHANGELOG.md index acda18f9..a3842bc4 100644 --- a/cli-aliases/create-tsrouter-app/CHANGELOG.md +++ b/cli-aliases/create-tsrouter-app/CHANGELOG.md @@ -1,5 +1,77 @@ # create-tsrouter-app +## 0.52.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 + +- 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.51.0 ### Minor Changes diff --git a/cli-aliases/create-tsrouter-app/package.json b/cli-aliases/create-tsrouter-app/package.json index 3f641127..0a3c4a8d 100644 --- a/cli-aliases/create-tsrouter-app/package.json +++ b/cli-aliases/create-tsrouter-app/package.json @@ -1,6 +1,6 @@ { "name": "create-tsrouter-app", - "version": "0.51.0", + "version": "0.52.0", "description": "Tanstack Application Builder", "bin": "./dist/index.js", "type": "module", diff --git a/cli-aliases/ts-create-start/CHANGELOG.md b/cli-aliases/ts-create-start/CHANGELOG.md index 64bd9ce1..1243795d 100644 --- a/cli-aliases/ts-create-start/CHANGELOG.md +++ b/cli-aliases/ts-create-start/CHANGELOG.md @@ -1,5 +1,77 @@ # @tanstack/create-start +## 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 + +- 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 diff --git a/cli-aliases/ts-create-start/package.json b/cli-aliases/ts-create-start/package.json index 2760c96b..34495241 100644 --- a/cli-aliases/ts-create-start/package.json +++ b/cli-aliases/ts-create-start/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/create-start", - "version": "0.56.0", + "version": "0.57.0", "description": "Tanstack Start Builder", "bin": "./dist/index.js", "type": "module", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 49e4eb76..732da544 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,79 @@ # @tanstack/cli +## 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 + +- 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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 4934d603..a029a366 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/cli", - "version": "0.56.0", + "version": "0.57.0", "description": "TanStack CLI", "type": "module", "main": "./dist/index.js", diff --git a/packages/create-ui/CHANGELOG.md b/packages/create-ui/CHANGELOG.md index 64ebbdff..6549d6ef 100644 --- a/packages/create-ui/CHANGELOG.md +++ b/packages/create-ui/CHANGELOG.md @@ -1,5 +1,76 @@ # @tanstack/create-ui +## 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 + +- 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 + ## 0.56.0 ### Minor Changes diff --git a/packages/create-ui/package.json b/packages/create-ui/package.json index f0c5a0ec..e6f77967 100644 --- a/packages/create-ui/package.json +++ b/packages/create-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/create-ui", - "version": "0.56.0", + "version": "0.57.0", "type": "module", "main": "./lib-dist/index.js", "types": "./lib-dist/index.d.ts", diff --git a/packages/create/CHANGELOG.md b/packages/create/CHANGELOG.md index 991673b7..75e207c8 100644 --- a/packages/create/CHANGELOG.md +++ b/packages/create/CHANGELOG.md @@ -1,5 +1,93 @@ # @tanstack/create +## 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: 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> + +- fix: Update Paraglide JS url (#307) + + Co-authored-by: Tanner Linsley + +- fix(neon): use named import for postgresPlugin (#320) + + The @neondatabase/vite-plugin-postgres package exports postgresPlugin as a + named export, not a default export. This fixes the SyntaxError when running + pnpm dev on projects created with the Neon add-on. + + Fixes #318 + +- ci: Version Packages (#313) + + Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + Co-authored-by: Tanner Linsley + +- 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> + +- chore: remove unused Provider function from tanstack-query template (#272) + +- fix: resolve Windows path handling in relativePath causing incorrect Clerk imports (#324) + +- fix: normalize path separators in toCleanPath to fix missing tsconfig.json on Windows (#319) + ## 0.57.0 ### Minor Changes diff --git a/packages/create/package.json b/packages/create/package.json index 757ee8de..6758274a 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/create", - "version": "0.57.0", + "version": "0.58.0", "description": "TanStack Application Builder Engine", "type": "module", "main": "./dist/index.js",