diff --git a/cli-aliases/create-start-app/CHANGELOG.md b/cli-aliases/create-start-app/CHANGELOG.md index 8f631040..1ffffe37 100644 --- a/cli-aliases/create-start-app/CHANGELOG.md +++ b/cli-aliases/create-start-app/CHANGELOG.md @@ -1,5 +1,57 @@ # create-start-app +## 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 (#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 (#325) + + 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 + +- Updated dependencies []: + - @tanstack/cli@0.53.0 + - @tanstack/create@0.54.0 + ## 0.52.1 ### Patch Changes diff --git a/cli-aliases/create-start-app/package.json b/cli-aliases/create-start-app/package.json index 1ebc1e97..98f2eab3 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.52.1", + "version": "0.53.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 9ba0372c..1f143725 100644 --- a/cli-aliases/create-tanstack-app/CHANGELOG.md +++ b/cli-aliases/create-tanstack-app/CHANGELOG.md @@ -1,5 +1,57 @@ # create-tanstack-app +## 0.48.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 (#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 (#325) + + 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 + +- Updated dependencies []: + - @tanstack/cli@0.53.0 + - @tanstack/create@0.54.0 + ## 0.47.1 ### Patch Changes diff --git a/cli-aliases/create-tanstack-app/package.json b/cli-aliases/create-tanstack-app/package.json index 264a3a9e..617f9921 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.47.1", + "version": "0.48.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 f9792457..cbb9cbcc 100644 --- a/cli-aliases/create-tanstack/CHANGELOG.md +++ b/cli-aliases/create-tanstack/CHANGELOG.md @@ -1,5 +1,57 @@ # create-tanstack +## 0.48.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 (#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 (#325) + + 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 + +- Updated dependencies []: + - @tanstack/cli@0.53.0 + - @tanstack/create@0.54.0 + ## 0.47.1 ### Patch Changes diff --git a/cli-aliases/create-tanstack/package.json b/cli-aliases/create-tanstack/package.json index 0286e327..c6450fff 100644 --- a/cli-aliases/create-tanstack/package.json +++ b/cli-aliases/create-tanstack/package.json @@ -1,6 +1,6 @@ { "name": "create-tanstack", - "version": "0.47.1", + "version": "0.48.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 2aae1ada..160f94e8 100644 --- a/cli-aliases/create-tsrouter-app/CHANGELOG.md +++ b/cli-aliases/create-tsrouter-app/CHANGELOG.md @@ -1,5 +1,57 @@ # create-tsrouter-app +## 0.48.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 (#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 (#325) + + 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 + +- Updated dependencies []: + - @tanstack/cli@0.53.0 + - @tanstack/create@0.54.0 + ## 0.47.1 ### Patch Changes diff --git a/cli-aliases/create-tsrouter-app/package.json b/cli-aliases/create-tsrouter-app/package.json index c03e512e..58a90507 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.47.1", + "version": "0.48.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 3100149f..12d788d6 100644 --- a/cli-aliases/ts-create-start/CHANGELOG.md +++ b/cli-aliases/ts-create-start/CHANGELOG.md @@ -1,5 +1,57 @@ # @tanstack/create-start +## 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 (#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 (#325) + + 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 + +- Updated dependencies []: + - @tanstack/cli@0.53.0 + - @tanstack/create@0.54.0 + ## 0.52.1 ### Patch Changes diff --git a/cli-aliases/ts-create-start/package.json b/cli-aliases/ts-create-start/package.json index e945fd7d..6457dcde 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.52.1", + "version": "0.53.0", "description": "Tanstack Start Builder", "bin": "./dist/index.js", "type": "module", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index fd6d9c7b..caecffb8 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,57 @@ # @tanstack/cli +## 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 (#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 (#325) + + 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 + +- Updated dependencies []: + - @tanstack/create@0.54.0 + - @tanstack/create-ui@0.53.0 + ## 0.52.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 804f78a6..a2978af2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/cli", - "version": "0.52.1", + "version": "0.53.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 622a69e3..2600b88e 100644 --- a/packages/create-ui/CHANGELOG.md +++ b/packages/create-ui/CHANGELOG.md @@ -1,5 +1,56 @@ # @tanstack/create-ui +## 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 (#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 (#325) + + 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 + +- Updated dependencies []: + - @tanstack/create@0.54.0 + ## 0.52.1 ### Patch Changes diff --git a/packages/create-ui/package.json b/packages/create-ui/package.json index a9bafc48..c4cc50e7 100644 --- a/packages/create-ui/package.json +++ b/packages/create-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/create-ui", - "version": "0.52.1", + "version": "0.53.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 a13200cf..20cd6f6e 100644 --- a/packages/create/CHANGELOG.md +++ b/packages/create/CHANGELOG.md @@ -1,5 +1,67 @@ # @tanstack/create +## 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 + +- 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 (#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 (#325) + + 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) + +- fix: Update Paraglide JS url (#307) + + Co-authored-by: Tanner Linsley + +- 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 + ## 0.53.1 ### Patch Changes diff --git a/packages/create/package.json b/packages/create/package.json index 6fc6c941..75c0e9e0 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/create", - "version": "0.53.1", + "version": "0.54.0", "description": "TanStack Application Builder Engine", "type": "module", "main": "./dist/index.js",