Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions cli-aliases/create-start-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <tannerlinsley@gmail.com>

- Updated dependencies []:
- @tanstack/cli@0.53.0
- @tanstack/create@0.54.0

## 0.52.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli-aliases/create-start-app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
52 changes: 52 additions & 0 deletions cli-aliases/create-tanstack-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <tannerlinsley@gmail.com>

- Updated dependencies []:
- @tanstack/cli@0.53.0
- @tanstack/create@0.54.0

## 0.47.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli-aliases/create-tanstack-app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
52 changes: 52 additions & 0 deletions cli-aliases/create-tanstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <tannerlinsley@gmail.com>

- Updated dependencies []:
- @tanstack/cli@0.53.0
- @tanstack/create@0.54.0

## 0.47.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli-aliases/create-tanstack/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
52 changes: 52 additions & 0 deletions cli-aliases/create-tsrouter-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <tannerlinsley@gmail.com>

- Updated dependencies []:
- @tanstack/cli@0.53.0
- @tanstack/create@0.54.0

## 0.47.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli-aliases/create-tsrouter-app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
52 changes: 52 additions & 0 deletions cli-aliases/ts-create-start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <tannerlinsley@gmail.com>

- Updated dependencies []:
- @tanstack/cli@0.53.0
- @tanstack/create@0.54.0

## 0.52.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli-aliases/ts-create-start/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
52 changes: 52 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <tannerlinsley@gmail.com>

- Updated dependencies []:
- @tanstack/create@0.54.0
- @tanstack/create-ui@0.53.0

## 0.52.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/cli",
"version": "0.52.1",
"version": "0.53.0",
"description": "TanStack CLI",
"type": "module",
"main": "./dist/index.js",
Expand Down
Loading