diff --git a/cli-aliases/create-start-app/CHANGELOG.md b/cli-aliases/create-start-app/CHANGELOG.md index 99b0ccf2..245f7957 100644 --- a/cli-aliases/create-start-app/CHANGELOG.md +++ b/cli-aliases/create-start-app/CHANGELOG.md @@ -1,5 +1,85 @@ # create-start-app +## 0.59.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 (#339) + + 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 (#311) + + 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 (#337) + + 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 (#338) + + 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 (#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> + +- ci: Version Packages (#327) + + Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + +- Updated dependencies []: + - @tanstack/cli@0.59.0 + - @tanstack/create@0.60.0 + ## 0.58.0 ### Minor Changes diff --git a/cli-aliases/create-start-app/package.json b/cli-aliases/create-start-app/package.json index c91c3ad4..953f34be 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.58.0", + "version": "0.59.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 b0180026..717ac7da 100644 --- a/cli-aliases/create-tanstack-app/CHANGELOG.md +++ b/cli-aliases/create-tanstack-app/CHANGELOG.md @@ -1,5 +1,85 @@ # create-tanstack-app +## 0.54.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 (#339) + + 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 (#311) + + 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 (#337) + + 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 (#338) + + 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 (#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> + +- ci: Version Packages (#327) + + Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + +- Updated dependencies []: + - @tanstack/cli@0.59.0 + - @tanstack/create@0.60.0 + ## 0.53.0 ### Minor Changes diff --git a/cli-aliases/create-tanstack-app/package.json b/cli-aliases/create-tanstack-app/package.json index 4fd30f1a..a8fecc99 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.53.0", + "version": "0.54.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 31c59b42..180341e1 100644 --- a/cli-aliases/create-tanstack/CHANGELOG.md +++ b/cli-aliases/create-tanstack/CHANGELOG.md @@ -1,5 +1,85 @@ # create-tanstack +## 0.54.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 (#339) + + 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 (#311) + + 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 (#337) + + 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 (#338) + + 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 (#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> + +- ci: Version Packages (#327) + + Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + +- Updated dependencies []: + - @tanstack/cli@0.59.0 + - @tanstack/create@0.60.0 + ## 0.53.0 ### Minor Changes diff --git a/cli-aliases/create-tanstack/package.json b/cli-aliases/create-tanstack/package.json index 2a503d28..107a4a73 100644 --- a/cli-aliases/create-tanstack/package.json +++ b/cli-aliases/create-tanstack/package.json @@ -1,6 +1,6 @@ { "name": "create-tanstack", - "version": "0.53.0", + "version": "0.54.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 414eed9d..2f8d3bab 100644 --- a/cli-aliases/create-tsrouter-app/CHANGELOG.md +++ b/cli-aliases/create-tsrouter-app/CHANGELOG.md @@ -1,5 +1,85 @@ # create-tsrouter-app +## 0.54.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 (#339) + + 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 (#311) + + 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 (#337) + + 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 (#338) + + 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 (#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> + +- ci: Version Packages (#327) + + Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + +- Updated dependencies []: + - @tanstack/cli@0.59.0 + - @tanstack/create@0.60.0 + ## 0.53.0 ### Minor Changes diff --git a/cli-aliases/create-tsrouter-app/package.json b/cli-aliases/create-tsrouter-app/package.json index 400d6816..6e465d05 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.53.0", + "version": "0.54.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 b3093f95..b5405245 100644 --- a/cli-aliases/ts-create-start/CHANGELOG.md +++ b/cli-aliases/ts-create-start/CHANGELOG.md @@ -1,5 +1,85 @@ # @tanstack/create-start +## 0.59.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 (#339) + + 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 (#311) + + 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 (#337) + + 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 (#338) + + 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 (#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> + +- ci: Version Packages (#327) + + Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + +- Updated dependencies []: + - @tanstack/cli@0.59.0 + - @tanstack/create@0.60.0 + ## 0.58.0 ### Minor Changes diff --git a/cli-aliases/ts-create-start/package.json b/cli-aliases/ts-create-start/package.json index 336dca9d..8696bef9 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.58.0", + "version": "0.59.0", "description": "Tanstack Start Builder", "bin": "./dist/index.js", "type": "module", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2038a3e0..4f99249c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,87 @@ # @tanstack/cli +## 0.59.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. + +- feat: case-insensitive add-on lookup with typo suggestions + +### Patch Changes + +- ci: Version Packages (#339) + + 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 (#311) + + 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 (#337) + + 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 (#338) + + 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 (#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> + +- ci: Version Packages (#327) + + Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + +- Updated dependencies []: + - @tanstack/create@0.60.0 + - @tanstack/create-ui@0.59.0 + ## 0.58.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 269ad988..abb41bfe 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/cli", - "version": "0.58.0", + "version": "0.59.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 360f69b2..6392f7de 100644 --- a/packages/create-ui/CHANGELOG.md +++ b/packages/create-ui/CHANGELOG.md @@ -1,5 +1,84 @@ # @tanstack/create-ui +## 0.59.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 (#339) + + 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 (#311) + + 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 (#337) + + 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 (#338) + + 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 (#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> + +- ci: Version Packages (#327) + + Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + +- Updated dependencies []: + - @tanstack/create@0.60.0 + ## 0.58.0 ### Minor Changes diff --git a/packages/create-ui/package.json b/packages/create-ui/package.json index bbf4a5a4..a05fa0f9 100644 --- a/packages/create-ui/package.json +++ b/packages/create-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/create-ui", - "version": "0.58.0", + "version": "0.59.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 c42cd015..afddc2d3 100644 --- a/packages/create/CHANGELOG.md +++ b/packages/create/CHANGELOG.md @@ -1,5 +1,101 @@ # @tanstack/create +## 0.60.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. + +- feat: case-insensitive add-on lookup with typo suggestions + +### Patch Changes + +- ci: Version Packages (#339) + + Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + +- fix: normalize path separators in toCleanPath to fix missing tsconfig.json on Windows (#319) + +- ci: Version Packages (#336) + + Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + +- fix: resolve Windows path handling in relativePath causing incorrect Clerk imports (#324) + +- ci: Version Packages (#311) + + 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> + +- chore: remove unused Provider function from tanstack-query template (#272) + +- ci: Version Packages (#337) + + 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 (#338) + + 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 + +- ci: Version Packages (#326) + + 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> + +- ci: Version Packages (#327) + + Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + +- 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 + ## 0.59.0 ### Minor Changes diff --git a/packages/create/package.json b/packages/create/package.json index 7f8666a9..cab377d4 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/create", - "version": "0.59.0", + "version": "0.60.0", "description": "TanStack Application Builder Engine", "type": "module", "main": "./dist/index.js",