@tanstack/cli 0.60.1 → 0.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +266 -11
- package/dist/command-line.js +103 -8
- package/dist/discovery.js +144 -0
- package/dist/options.js +35 -2
- package/dist/types/command-line.d.ts +7 -0
- package/dist/types/{mcp/types.d.ts → discovery.d.ts} +23 -75
- package/dist/types/types.d.ts +1 -2
- package/dist/types/ui-prompts.d.ts +5 -0
- package/dist/ui-prompts.js +26 -0
- package/package.json +6 -5
- package/skills/CHANGELOG.md +18 -0
- package/skills/add-addons-existing-app/SKILL.md +113 -0
- package/skills/choose-ecosystem-integrations/SKILL.md +140 -0
- package/skills/choose-ecosystem-integrations/references/authentication-providers.md +19 -0
- package/skills/choose-ecosystem-integrations/references/data-layer-providers.md +20 -0
- package/skills/choose-ecosystem-integrations/references/deployment-targets.md +19 -0
- package/skills/create-app-scaffold/SKILL.md +132 -0
- package/skills/create-app-scaffold/references/create-flag-compatibility-matrix.md +34 -0
- package/skills/create-app-scaffold/references/deployment-providers.md +19 -0
- package/skills/create-app-scaffold/references/framework-adapters.md +17 -0
- package/skills/create-app-scaffold/references/toolchains.md +17 -0
- package/skills/maintain-custom-addons-dev-watch/SKILL.md +118 -0
- package/skills/query-docs-library-metadata/SKILL.md +85 -0
- package/skills/query-docs-library-metadata/references/discovery-command-output-schemas.md +70 -0
- package/CHANGELOG.md +0 -787
- package/dist/mcp/api.js +0 -31
- package/dist/mcp/tools.js +0 -250
- package/dist/mcp/types.js +0 -37
- package/dist/mcp.js +0 -181
- package/dist/types/mcp/api.d.ts +0 -4
- package/dist/types/mcp/tools.d.ts +0 -2
- package/dist/types/mcp.d.ts +0 -5
- package/playwright-report/index.html +0 -85
- package/playwright.config.ts +0 -21
- package/src/bin.ts +0 -15
- package/src/cli.ts +0 -767
- package/src/command-line.ts +0 -473
- package/src/dev-watch.ts +0 -564
- package/src/file-syncer.ts +0 -263
- package/src/index.ts +0 -21
- package/src/mcp/api.ts +0 -42
- package/src/mcp/tools.ts +0 -323
- package/src/mcp/types.ts +0 -46
- package/src/mcp.ts +0 -263
- package/src/options.ts +0 -234
- package/src/types.ts +0 -28
- package/src/ui-environment.ts +0 -74
- package/src/ui-prompts.ts +0 -355
- package/src/utils.ts +0 -30
- package/test-results/.last-run.json +0 -4
- package/tests/command-line.test.ts +0 -622
- package/tests/index.test.ts +0 -9
- package/tests/mcp.test.ts +0 -225
- package/tests/options.test.ts +0 -216
- package/tests/setupVitest.ts +0 -6
- package/tests/ui-environment.test.ts +0 -97
- package/tests/ui-prompts.test.ts +0 -205
- package/tests-e2e/addons-smoke.spec.ts +0 -31
- package/tests-e2e/create-smoke.spec.ts +0 -39
- package/tests-e2e/helpers.ts +0 -526
- package/tests-e2e/matrix-opportunistic.spec.ts +0 -142
- package/tests-e2e/router-only-smoke.spec.ts +0 -68
- package/tests-e2e/solid-smoke.spec.ts +0 -25
- package/tests-e2e/templates-smoke.spec.ts +0 -52
- package/tsconfig.json +0 -17
- package/vitest.config.js +0 -8
package/CHANGELOG.md
DELETED
|
@@ -1,787 +0,0 @@
|
|
|
1
|
-
# @tanstack/cli
|
|
2
|
-
|
|
3
|
-
## 0.60.1
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [[`b54e202`](https://github.com/TanStack/cli/commit/b54e202ce56f2aa78a416634155bc22f0cb5cc46)]:
|
|
8
|
-
- @tanstack/create@0.62.1
|
|
9
|
-
|
|
10
|
-
## 0.60.0
|
|
11
|
-
|
|
12
|
-
### Minor Changes
|
|
13
|
-
|
|
14
|
-
- This release pulls together a large batch of improvements across the CLI and scaffolding engine since the last versioning pass. ([`154b25e`](https://github.com/TanStack/cli/commit/154b25eec9a13b9718c44cbed6cb3c8566f2fb11))
|
|
15
|
-
|
|
16
|
-
- Modernizes and refreshes the generated React/Solid template experience, including updated starter content and stronger defaults.
|
|
17
|
-
- Improves create flows with better option normalization, stronger guardrails around target directories, and clearer compatibility behavior in router-only mode.
|
|
18
|
-
- Expands scaffolding ergonomics with examples toggles, improved add-on/config handling, and reliability fixes across package-manager and cross-platform paths.
|
|
19
|
-
- Strengthens test and release confidence via e2e/release workflow hardening and broader smoke coverage.
|
|
20
|
-
- Streamlines product surface area by removing the local `create-ui` package and `--ui` command paths from the CLI; visual setup now lives at `https://tanstack.com/builder`.
|
|
21
|
-
- Cleans up docs and custom CLI examples to match the current terminal-first workflow and Builder guidance.
|
|
22
|
-
|
|
23
|
-
### Patch Changes
|
|
24
|
-
|
|
25
|
-
- Updated dependencies [[`154b25e`](https://github.com/TanStack/cli/commit/154b25eec9a13b9718c44cbed6cb3c8566f2fb11)]:
|
|
26
|
-
- @tanstack/create@0.62.0
|
|
27
|
-
|
|
28
|
-
## 0.59.8
|
|
29
|
-
|
|
30
|
-
### Patch Changes
|
|
31
|
-
|
|
32
|
-
- Updated dependencies [[`536ed4d`](https://github.com/TanStack/cli/commit/536ed4d86d1bec91637ed994a0c8a153543f60f6)]:
|
|
33
|
-
- @tanstack/create@0.61.6
|
|
34
|
-
- @tanstack/create-ui@0.59.8
|
|
35
|
-
|
|
36
|
-
## 0.59.7
|
|
37
|
-
|
|
38
|
-
### Patch Changes
|
|
39
|
-
|
|
40
|
-
- Add a continuous development workflow for custom add-on authors. ([`b3cc585`](https://github.com/TanStack/cli/commit/b3cc5851d2b81613e3b024eb7981c440ee5183af))
|
|
41
|
-
|
|
42
|
-
- Add `tanstack add-on dev` to watch project files and continuously refresh `.add-on` outputs.
|
|
43
|
-
- Rebuild `.add-on` assets and `add-on.json` automatically when source files change.
|
|
44
|
-
- Document the new add-on development loop in the custom add-on guide.
|
|
45
|
-
|
|
46
|
-
- Improve scaffold customization and custom add-on authoring flow. ([`5fbf262`](https://github.com/TanStack/cli/commit/5fbf262fe3a0d070e6a78fa2f2a920b176b84480))
|
|
47
|
-
|
|
48
|
-
- Add `--examples` / `--no-examples` support to include or omit demo/example pages during app creation.
|
|
49
|
-
- Prompt for add-on-declared environment variables during interactive create and seed entered values into generated `.env.local`.
|
|
50
|
-
- Ensure custom add-on/starter metadata consistently includes a `version`, with safe backfill for older metadata files.
|
|
51
|
-
- Align bundled starter/example metadata and docs with current Start/file-router behavior.
|
|
52
|
-
|
|
53
|
-
- Updated dependencies [[`b3cc585`](https://github.com/TanStack/cli/commit/b3cc5851d2b81613e3b024eb7981c440ee5183af), [`5fbf262`](https://github.com/TanStack/cli/commit/5fbf262fe3a0d070e6a78fa2f2a920b176b84480)]:
|
|
54
|
-
- @tanstack/create@0.61.5
|
|
55
|
-
- @tanstack/create-ui@0.59.7
|
|
56
|
-
|
|
57
|
-
## 0.59.6
|
|
58
|
-
|
|
59
|
-
### Patch Changes
|
|
60
|
-
|
|
61
|
-
- Improve CLI compatibility and scaffold behavior for legacy router-first workflows. ([`2949819`](https://github.com/TanStack/cli/commit/2949819058b4d4b1760be683ef29bfd459ddb28b))
|
|
62
|
-
|
|
63
|
-
- Add safer target directory handling by warning before creating into non-empty folders.
|
|
64
|
-
- Support explicit git initialization control via `--git` and `--no-git`.
|
|
65
|
-
- Restore router-only compatibility mode with file-based routing templates (without Start-dependent add-ons/deployments/starters), while still allowing toolchains.
|
|
66
|
-
- Default `create-tsrouter-app` to router-only compatibility mode.
|
|
67
|
-
- Remove stale `count.txt` ignore entries from base templates.
|
|
68
|
-
|
|
69
|
-
Also expands starter documentation with clearer creation, maintenance, UI usage, and banner guidance.
|
|
70
|
-
|
|
71
|
-
- Updated dependencies [[`164522e`](https://github.com/TanStack/cli/commit/164522e444188e83710fc599304132de8cb379e6), [`2949819`](https://github.com/TanStack/cli/commit/2949819058b4d4b1760be683ef29bfd459ddb28b)]:
|
|
72
|
-
- @tanstack/create@0.61.4
|
|
73
|
-
- @tanstack/create-ui@0.59.6
|
|
74
|
-
|
|
75
|
-
## 0.59.5
|
|
76
|
-
|
|
77
|
-
### Patch Changes
|
|
78
|
-
|
|
79
|
-
- Updated dependencies [[`cc5857c`](https://github.com/TanStack/cli/commit/cc5857c5c212132852f37878e039071c5a9b1ac5)]:
|
|
80
|
-
- @tanstack/create@0.61.3
|
|
81
|
-
- @tanstack/create-ui@0.59.5
|
|
82
|
-
|
|
83
|
-
## 0.59.4
|
|
84
|
-
|
|
85
|
-
### Patch Changes
|
|
86
|
-
|
|
87
|
-
- Improve generated app reliability and CLI compatibility. ([`791bef6`](https://github.com/TanStack/cli/commit/791bef6b5472df5b5e2bffe5c1714c4052a97ac3))
|
|
88
|
-
|
|
89
|
-
- Fix React Query provider scaffolding (including Query + tRPC combinations) so generated apps build correctly.
|
|
90
|
-
- Fix Prisma add-on package template rendering by exposing package-manager execute helper in `package.json.ejs` context.
|
|
91
|
-
- Restore `--tailwind` and `--no-tailwind` as deprecated compatibility flags that are accepted but ignored with clear warnings.
|
|
92
|
-
- Align CLI/docs examples with the current Tailwind-always-on behavior.
|
|
93
|
-
- Update Convex demo import to type-only `Id` import to avoid runtime resolution issues.
|
|
94
|
-
|
|
95
|
-
- Updated dependencies [[`791bef6`](https://github.com/TanStack/cli/commit/791bef6b5472df5b5e2bffe5c1714c4052a97ac3)]:
|
|
96
|
-
- @tanstack/create@0.61.2
|
|
97
|
-
- @tanstack/create-ui@0.59.4
|
|
98
|
-
|
|
99
|
-
## 0.59.3
|
|
100
|
-
|
|
101
|
-
### Patch Changes
|
|
102
|
-
|
|
103
|
-
- Updated dependencies [[`a650d35`](https://github.com/TanStack/cli/commit/a650d3590dab0869e3ee873c029631dcbb9953e9)]:
|
|
104
|
-
- @tanstack/create@0.61.1
|
|
105
|
-
- @tanstack/create-ui@0.59.3
|
|
106
|
-
|
|
107
|
-
## 0.59.2
|
|
108
|
-
|
|
109
|
-
### Patch Changes
|
|
110
|
-
|
|
111
|
-
- Updated dependencies [[`76a3782`](https://github.com/TanStack/cli/commit/76a3782027c7b89b188b217baa9eaf60f5562090)]:
|
|
112
|
-
- @tanstack/create@0.61.0
|
|
113
|
-
- @tanstack/create-ui@0.59.2
|
|
114
|
-
|
|
115
|
-
## 0.59.1
|
|
116
|
-
|
|
117
|
-
### Patch Changes
|
|
118
|
-
|
|
119
|
-
- Prevent add-on multiselect options from rendering with pagination markers by showing the full list, which avoids a Clack navigation glitch that could duplicate the second-to-last entry while moving between the bottom options. ([`e384620`](https://github.com/TanStack/cli/commit/e384620ff642be8d4fe78726f0cbe087b9b10556))
|
|
120
|
-
|
|
121
|
-
- Updated dependencies [[`ab740ed`](https://github.com/TanStack/cli/commit/ab740ed2c5510a3266065aa98c8afe3093ea0034)]:
|
|
122
|
-
- @tanstack/create@0.60.1
|
|
123
|
-
- @tanstack/create-ui@0.59.1
|
|
124
|
-
|
|
125
|
-
## 0.59.0
|
|
126
|
-
|
|
127
|
-
### Minor Changes
|
|
128
|
-
|
|
129
|
-
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
130
|
-
|
|
131
|
-
Add new MCP tool to retrieve detailed add-on information including
|
|
132
|
-
routes, package additions, files, and documentation. Also expand
|
|
133
|
-
listTanStackAddOns to include type, category, link, warning, and
|
|
134
|
-
exclusive fields.
|
|
135
|
-
|
|
136
|
-
- feat: case-insensitive add-on lookup with typo suggestions
|
|
137
|
-
|
|
138
|
-
- feat: force TanStack Start with Tailwind CSS always enabled
|
|
139
|
-
|
|
140
|
-
- Remove code-router mode and --router-only flag (TanStack Start only)
|
|
141
|
-
- Remove start add-on (baked into base templates)
|
|
142
|
-
- Remove module-federation add-on
|
|
143
|
-
- Force Tailwind CSS to always be enabled
|
|
144
|
-
- Remove --tailwind/--no-tailwind CLI flags
|
|
145
|
-
- Remove selectTailwind and selectTypescript prompts
|
|
146
|
-
- Remove forcedMode parameter (mode always file-router)
|
|
147
|
-
- Simplify template conditionals and hardcode typescript/tailwind values
|
|
148
|
-
- Update README.md.ejs with instructions for removing Tailwind
|
|
149
|
-
- Clean up dead code and unused functions
|
|
150
|
-
- Update all CLI wrappers to show deprecation warnings
|
|
151
|
-
|
|
152
|
-
### Patch Changes
|
|
153
|
-
|
|
154
|
-
- ci: Version Packages (#346)
|
|
155
|
-
|
|
156
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
157
|
-
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
|
|
158
|
-
|
|
159
|
-
- ci: Version Packages (#348)
|
|
160
|
-
|
|
161
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
162
|
-
|
|
163
|
-
- ci: Version Packages (#339)
|
|
164
|
-
|
|
165
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
166
|
-
|
|
167
|
-
- ci: Version Packages (#311)
|
|
168
|
-
|
|
169
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
170
|
-
|
|
171
|
-
- ci: Version Packages (#313)
|
|
172
|
-
|
|
173
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
174
|
-
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
|
|
175
|
-
|
|
176
|
-
- fix(cli): handle deprecated create-tsrouter flags
|
|
177
|
-
|
|
178
|
-
Add explicit compatibility handling for legacy --router-only and --template flags in tanstack create, with deprecation warnings and clear errors for unsupported JavaScript templates.
|
|
179
|
-
|
|
180
|
-
Fixes #331
|
|
181
|
-
|
|
182
|
-
- ci: Version Packages (#327)
|
|
183
|
-
|
|
184
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
185
|
-
|
|
186
|
-
- ci: Version Packages (#312)
|
|
187
|
-
|
|
188
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
189
|
-
|
|
190
|
-
- ci: Version Packages (#349)
|
|
191
|
-
|
|
192
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
193
|
-
|
|
194
|
-
- ci: Version Packages (#341)
|
|
195
|
-
|
|
196
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
197
|
-
|
|
198
|
-
- ci: Version Packages (#338)
|
|
199
|
-
|
|
200
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
201
|
-
|
|
202
|
-
- ci: Version Packages (#325)
|
|
203
|
-
|
|
204
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
205
|
-
|
|
206
|
-
- ci: Version Packages (#335)
|
|
207
|
-
|
|
208
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
209
|
-
|
|
210
|
-
- ci: Version Packages (#347)
|
|
211
|
-
|
|
212
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
213
|
-
|
|
214
|
-
- ci: Version Packages (#334)
|
|
215
|
-
|
|
216
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
217
|
-
|
|
218
|
-
- ci: Version Packages (#336)
|
|
219
|
-
|
|
220
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
221
|
-
|
|
222
|
-
- ci: Version Packages (#326)
|
|
223
|
-
|
|
224
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
225
|
-
|
|
226
|
-
- ci: Version Packages (#337)
|
|
227
|
-
|
|
228
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
229
|
-
|
|
230
|
-
- Updated dependencies []:
|
|
231
|
-
- @tanstack/create@0.60.0
|
|
232
|
-
- @tanstack/create-ui@0.59.0
|
|
233
|
-
|
|
234
|
-
## 0.58.5
|
|
235
|
-
|
|
236
|
-
### Patch Changes
|
|
237
|
-
|
|
238
|
-
- Updated dependencies [[`dbd3086`](https://github.com/TanStack/cli/commit/dbd308621464d14bbc03158b2972fd061ea6ccb1), [`4f7c925`](https://github.com/TanStack/cli/commit/4f7c9255f365b1993ec91ac447dfcbfe6dd4903d)]:
|
|
239
|
-
- @tanstack/create@0.59.4
|
|
240
|
-
- @tanstack/create-ui@0.58.4
|
|
241
|
-
|
|
242
|
-
## 0.58.4
|
|
243
|
-
|
|
244
|
-
### Patch Changes
|
|
245
|
-
|
|
246
|
-
- Add compatibility handling for legacy `--router-only` and `--template` create flags, including clear deprecation warnings and explicit errors for unsupported JavaScript templates. ([`0c0ee31`](https://github.com/TanStack/cli/commit/0c0ee318f78896f228623aa05e2a58cfb50e6f81))
|
|
247
|
-
|
|
248
|
-
## 0.58.3
|
|
249
|
-
|
|
250
|
-
### Patch Changes
|
|
251
|
-
|
|
252
|
-
- Updated dependencies [[`a93d7e5`](https://github.com/TanStack/cli/commit/a93d7e5d43bc1db37f2251bf88de7681c9a7387d)]:
|
|
253
|
-
- @tanstack/create@0.59.3
|
|
254
|
-
- @tanstack/create-ui@0.58.3
|
|
255
|
-
|
|
256
|
-
## 0.58.2
|
|
257
|
-
|
|
258
|
-
### Patch Changes
|
|
259
|
-
|
|
260
|
-
- Updated dependencies [[`2f3c4d7`](https://github.com/TanStack/cli/commit/2f3c4d79b1ecdf8b8404d23e7b25bfbbbf77f48f)]:
|
|
261
|
-
- @tanstack/create@0.59.2
|
|
262
|
-
- @tanstack/create-ui@0.58.2
|
|
263
|
-
|
|
264
|
-
## 0.58.1
|
|
265
|
-
|
|
266
|
-
### Patch Changes
|
|
267
|
-
|
|
268
|
-
- Updated dependencies [[`0f2744e`](https://github.com/TanStack/cli/commit/0f2744ea4675dbc61ff14ebbe57f77438606b26b)]:
|
|
269
|
-
- @tanstack/create@0.59.1
|
|
270
|
-
- @tanstack/create-ui@0.58.1
|
|
271
|
-
|
|
272
|
-
## 0.58.0
|
|
273
|
-
|
|
274
|
-
### Minor Changes
|
|
275
|
-
|
|
276
|
-
- feat: case-insensitive add-on lookup with typo suggestions
|
|
277
|
-
|
|
278
|
-
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
279
|
-
|
|
280
|
-
Add new MCP tool to retrieve detailed add-on information including
|
|
281
|
-
routes, package additions, files, and documentation. Also expand
|
|
282
|
-
listTanStackAddOns to include type, category, link, warning, and
|
|
283
|
-
exclusive fields.
|
|
284
|
-
|
|
285
|
-
- feat: force TanStack Start with Tailwind CSS always enabled
|
|
286
|
-
|
|
287
|
-
- Remove code-router mode and --router-only flag (TanStack Start only)
|
|
288
|
-
- Remove start add-on (baked into base templates)
|
|
289
|
-
- Remove module-federation add-on
|
|
290
|
-
- Force Tailwind CSS to always be enabled
|
|
291
|
-
- Remove --tailwind/--no-tailwind CLI flags
|
|
292
|
-
- Remove selectTailwind and selectTypescript prompts
|
|
293
|
-
- Remove forcedMode parameter (mode always file-router)
|
|
294
|
-
- Simplify template conditionals and hardcode typescript/tailwind values
|
|
295
|
-
- Update README.md.ejs with instructions for removing Tailwind
|
|
296
|
-
- Clean up dead code and unused functions
|
|
297
|
-
- Update all CLI wrappers to show deprecation warnings
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
|
-
- ci: Version Packages (#338)
|
|
302
|
-
|
|
303
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
304
|
-
|
|
305
|
-
- ci: Version Packages (#311)
|
|
306
|
-
|
|
307
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
308
|
-
|
|
309
|
-
- ci: Version Packages (#337)
|
|
310
|
-
|
|
311
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
312
|
-
|
|
313
|
-
- ci: Version Packages (#335)
|
|
314
|
-
|
|
315
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
316
|
-
|
|
317
|
-
- ci: Version Packages (#327)
|
|
318
|
-
|
|
319
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
320
|
-
|
|
321
|
-
- ci: Version Packages (#312)
|
|
322
|
-
|
|
323
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
324
|
-
|
|
325
|
-
- ci: Version Packages (#325)
|
|
326
|
-
|
|
327
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
328
|
-
|
|
329
|
-
- ci: Version Packages (#326)
|
|
330
|
-
|
|
331
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
332
|
-
|
|
333
|
-
- ci: Version Packages (#313)
|
|
334
|
-
|
|
335
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
336
|
-
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
|
|
337
|
-
|
|
338
|
-
- ci: Version Packages (#336)
|
|
339
|
-
|
|
340
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
341
|
-
|
|
342
|
-
- ci: Version Packages (#334)
|
|
343
|
-
|
|
344
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
345
|
-
|
|
346
|
-
- Updated dependencies []:
|
|
347
|
-
- @tanstack/create@0.59.0
|
|
348
|
-
- @tanstack/create-ui@0.58.0
|
|
349
|
-
|
|
350
|
-
## 0.57.0
|
|
351
|
-
|
|
352
|
-
### Minor Changes
|
|
353
|
-
|
|
354
|
-
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
355
|
-
|
|
356
|
-
Add new MCP tool to retrieve detailed add-on information including
|
|
357
|
-
routes, package additions, files, and documentation. Also expand
|
|
358
|
-
listTanStackAddOns to include type, category, link, warning, and
|
|
359
|
-
exclusive fields.
|
|
360
|
-
|
|
361
|
-
- feat: case-insensitive add-on lookup with typo suggestions
|
|
362
|
-
|
|
363
|
-
- feat: force TanStack Start with Tailwind CSS always enabled
|
|
364
|
-
|
|
365
|
-
- Remove code-router mode and --router-only flag (TanStack Start only)
|
|
366
|
-
- Remove start add-on (baked into base templates)
|
|
367
|
-
- Remove module-federation add-on
|
|
368
|
-
- Force Tailwind CSS to always be enabled
|
|
369
|
-
- Remove --tailwind/--no-tailwind CLI flags
|
|
370
|
-
- Remove selectTailwind and selectTypescript prompts
|
|
371
|
-
- Remove forcedMode parameter (mode always file-router)
|
|
372
|
-
- Simplify template conditionals and hardcode typescript/tailwind values
|
|
373
|
-
- Update README.md.ejs with instructions for removing Tailwind
|
|
374
|
-
- Clean up dead code and unused functions
|
|
375
|
-
- Update all CLI wrappers to show deprecation warnings
|
|
376
|
-
|
|
377
|
-
### Patch Changes
|
|
378
|
-
|
|
379
|
-
- ci: Version Packages (#325)
|
|
380
|
-
|
|
381
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
382
|
-
|
|
383
|
-
- ci: Version Packages (#336)
|
|
384
|
-
|
|
385
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
386
|
-
|
|
387
|
-
- ci: Version Packages (#313)
|
|
388
|
-
|
|
389
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
390
|
-
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
|
|
391
|
-
|
|
392
|
-
- ci: Version Packages (#334)
|
|
393
|
-
|
|
394
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
395
|
-
|
|
396
|
-
- ci: Version Packages (#335)
|
|
397
|
-
|
|
398
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
399
|
-
|
|
400
|
-
- ci: Version Packages (#326)
|
|
401
|
-
|
|
402
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
403
|
-
|
|
404
|
-
- ci: Version Packages (#312)
|
|
405
|
-
|
|
406
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
407
|
-
|
|
408
|
-
- ci: Version Packages (#311)
|
|
409
|
-
|
|
410
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
411
|
-
|
|
412
|
-
- ci: Version Packages (#337)
|
|
413
|
-
|
|
414
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
415
|
-
|
|
416
|
-
- ci: Version Packages (#327)
|
|
417
|
-
|
|
418
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
419
|
-
|
|
420
|
-
- Updated dependencies []:
|
|
421
|
-
- @tanstack/create@0.58.0
|
|
422
|
-
- @tanstack/create-ui@0.57.0
|
|
423
|
-
|
|
424
|
-
## 0.56.0
|
|
425
|
-
|
|
426
|
-
### Minor Changes
|
|
427
|
-
|
|
428
|
-
- feat: force TanStack Start with Tailwind CSS always enabled
|
|
429
|
-
|
|
430
|
-
- Remove code-router mode and --router-only flag (TanStack Start only)
|
|
431
|
-
- Remove start add-on (baked into base templates)
|
|
432
|
-
- Remove module-federation add-on
|
|
433
|
-
- Force Tailwind CSS to always be enabled
|
|
434
|
-
- Remove --tailwind/--no-tailwind CLI flags
|
|
435
|
-
- Remove selectTailwind and selectTypescript prompts
|
|
436
|
-
- Remove forcedMode parameter (mode always file-router)
|
|
437
|
-
- Simplify template conditionals and hardcode typescript/tailwind values
|
|
438
|
-
- Update README.md.ejs with instructions for removing Tailwind
|
|
439
|
-
- Clean up dead code and unused functions
|
|
440
|
-
- Update all CLI wrappers to show deprecation warnings
|
|
441
|
-
|
|
442
|
-
- feat: case-insensitive add-on lookup with typo suggestions
|
|
443
|
-
|
|
444
|
-
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
445
|
-
|
|
446
|
-
Add new MCP tool to retrieve detailed add-on information including
|
|
447
|
-
routes, package additions, files, and documentation. Also expand
|
|
448
|
-
listTanStackAddOns to include type, category, link, warning, and
|
|
449
|
-
exclusive fields.
|
|
450
|
-
|
|
451
|
-
### Patch Changes
|
|
452
|
-
|
|
453
|
-
- ci: Version Packages (#313)
|
|
454
|
-
|
|
455
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
456
|
-
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
|
|
457
|
-
|
|
458
|
-
- ci: Version Packages (#311)
|
|
459
|
-
|
|
460
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
461
|
-
|
|
462
|
-
- ci: Version Packages (#336)
|
|
463
|
-
|
|
464
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
465
|
-
|
|
466
|
-
- ci: Version Packages (#327)
|
|
467
|
-
|
|
468
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
469
|
-
|
|
470
|
-
- ci: Version Packages (#325)
|
|
471
|
-
|
|
472
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
473
|
-
|
|
474
|
-
- ci: Version Packages (#334)
|
|
475
|
-
|
|
476
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
477
|
-
|
|
478
|
-
- ci: Version Packages (#326)
|
|
479
|
-
|
|
480
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
481
|
-
|
|
482
|
-
- ci: Version Packages (#335)
|
|
483
|
-
|
|
484
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
485
|
-
|
|
486
|
-
- ci: Version Packages (#312)
|
|
487
|
-
|
|
488
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
489
|
-
|
|
490
|
-
- Updated dependencies []:
|
|
491
|
-
- @tanstack/create@0.57.0
|
|
492
|
-
- @tanstack/create-ui@0.56.0
|
|
493
|
-
|
|
494
|
-
## 0.55.0
|
|
495
|
-
|
|
496
|
-
### Minor Changes
|
|
497
|
-
|
|
498
|
-
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
499
|
-
|
|
500
|
-
Add new MCP tool to retrieve detailed add-on information including
|
|
501
|
-
routes, package additions, files, and documentation. Also expand
|
|
502
|
-
listTanStackAddOns to include type, category, link, warning, and
|
|
503
|
-
exclusive fields.
|
|
504
|
-
|
|
505
|
-
- feat: case-insensitive add-on lookup with typo suggestions
|
|
506
|
-
|
|
507
|
-
- feat: force TanStack Start with Tailwind CSS always enabled
|
|
508
|
-
|
|
509
|
-
- Remove code-router mode and --router-only flag (TanStack Start only)
|
|
510
|
-
- Remove start add-on (baked into base templates)
|
|
511
|
-
- Remove module-federation add-on
|
|
512
|
-
- Force Tailwind CSS to always be enabled
|
|
513
|
-
- Remove --tailwind/--no-tailwind CLI flags
|
|
514
|
-
- Remove selectTailwind and selectTypescript prompts
|
|
515
|
-
- Remove forcedMode parameter (mode always file-router)
|
|
516
|
-
- Simplify template conditionals and hardcode typescript/tailwind values
|
|
517
|
-
- Update README.md.ejs with instructions for removing Tailwind
|
|
518
|
-
- Clean up dead code and unused functions
|
|
519
|
-
- Update all CLI wrappers to show deprecation warnings
|
|
520
|
-
|
|
521
|
-
### Patch Changes
|
|
522
|
-
|
|
523
|
-
- ci: Version Packages (#325)
|
|
524
|
-
|
|
525
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
526
|
-
|
|
527
|
-
- ci: Version Packages (#335)
|
|
528
|
-
|
|
529
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
530
|
-
|
|
531
|
-
- ci: Version Packages (#312)
|
|
532
|
-
|
|
533
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
534
|
-
|
|
535
|
-
- ci: Version Packages (#326)
|
|
536
|
-
|
|
537
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
538
|
-
|
|
539
|
-
- ci: Version Packages (#311)
|
|
540
|
-
|
|
541
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
542
|
-
|
|
543
|
-
- ci: Version Packages (#313)
|
|
544
|
-
|
|
545
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
546
|
-
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
|
|
547
|
-
|
|
548
|
-
- ci: Version Packages (#334)
|
|
549
|
-
|
|
550
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
551
|
-
|
|
552
|
-
- ci: Version Packages (#327)
|
|
553
|
-
|
|
554
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
555
|
-
|
|
556
|
-
- Updated dependencies []:
|
|
557
|
-
- @tanstack/create@0.56.0
|
|
558
|
-
- @tanstack/create-ui@0.55.0
|
|
559
|
-
|
|
560
|
-
## 0.54.0
|
|
561
|
-
|
|
562
|
-
### Minor Changes
|
|
563
|
-
|
|
564
|
-
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
565
|
-
|
|
566
|
-
Add new MCP tool to retrieve detailed add-on information including
|
|
567
|
-
routes, package additions, files, and documentation. Also expand
|
|
568
|
-
listTanStackAddOns to include type, category, link, warning, and
|
|
569
|
-
exclusive fields.
|
|
570
|
-
|
|
571
|
-
- feat: case-insensitive add-on lookup with typo suggestions
|
|
572
|
-
|
|
573
|
-
- feat: force TanStack Start with Tailwind CSS always enabled
|
|
574
|
-
|
|
575
|
-
- Remove code-router mode and --router-only flag (TanStack Start only)
|
|
576
|
-
- Remove start add-on (baked into base templates)
|
|
577
|
-
- Remove module-federation add-on
|
|
578
|
-
- Force Tailwind CSS to always be enabled
|
|
579
|
-
- Remove --tailwind/--no-tailwind CLI flags
|
|
580
|
-
- Remove selectTailwind and selectTypescript prompts
|
|
581
|
-
- Remove forcedMode parameter (mode always file-router)
|
|
582
|
-
- Simplify template conditionals and hardcode typescript/tailwind values
|
|
583
|
-
- Update README.md.ejs with instructions for removing Tailwind
|
|
584
|
-
- Clean up dead code and unused functions
|
|
585
|
-
- Update all CLI wrappers to show deprecation warnings
|
|
586
|
-
|
|
587
|
-
### Patch Changes
|
|
588
|
-
|
|
589
|
-
- ci: Version Packages (#327)
|
|
590
|
-
|
|
591
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
592
|
-
|
|
593
|
-
- ci: Version Packages (#313)
|
|
594
|
-
|
|
595
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
596
|
-
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
|
|
597
|
-
|
|
598
|
-
- ci: Version Packages (#326)
|
|
599
|
-
|
|
600
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
601
|
-
|
|
602
|
-
- ci: Version Packages (#311)
|
|
603
|
-
|
|
604
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
605
|
-
|
|
606
|
-
- ci: Version Packages (#312)
|
|
607
|
-
|
|
608
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
609
|
-
|
|
610
|
-
- ci: Version Packages (#334)
|
|
611
|
-
|
|
612
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
613
|
-
|
|
614
|
-
- ci: Version Packages (#325)
|
|
615
|
-
|
|
616
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
617
|
-
|
|
618
|
-
- Updated dependencies []:
|
|
619
|
-
- @tanstack/create@0.55.0
|
|
620
|
-
- @tanstack/create-ui@0.54.0
|
|
621
|
-
|
|
622
|
-
## 0.53.0
|
|
623
|
-
|
|
624
|
-
### Minor Changes
|
|
625
|
-
|
|
626
|
-
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
627
|
-
|
|
628
|
-
Add new MCP tool to retrieve detailed add-on information including
|
|
629
|
-
routes, package additions, files, and documentation. Also expand
|
|
630
|
-
listTanStackAddOns to include type, category, link, warning, and
|
|
631
|
-
exclusive fields.
|
|
632
|
-
|
|
633
|
-
- feat: case-insensitive add-on lookup with typo suggestions
|
|
634
|
-
|
|
635
|
-
- feat: force TanStack Start with Tailwind CSS always enabled
|
|
636
|
-
|
|
637
|
-
- Remove code-router mode and --router-only flag (TanStack Start only)
|
|
638
|
-
- Remove start add-on (baked into base templates)
|
|
639
|
-
- Remove module-federation add-on
|
|
640
|
-
- Force Tailwind CSS to always be enabled
|
|
641
|
-
- Remove --tailwind/--no-tailwind CLI flags
|
|
642
|
-
- Remove selectTailwind and selectTypescript prompts
|
|
643
|
-
- Remove forcedMode parameter (mode always file-router)
|
|
644
|
-
- Simplify template conditionals and hardcode typescript/tailwind values
|
|
645
|
-
- Update README.md.ejs with instructions for removing Tailwind
|
|
646
|
-
- Clean up dead code and unused functions
|
|
647
|
-
- Update all CLI wrappers to show deprecation warnings
|
|
648
|
-
|
|
649
|
-
### Patch Changes
|
|
650
|
-
|
|
651
|
-
- ci: Version Packages (#313)
|
|
652
|
-
|
|
653
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
654
|
-
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
|
|
655
|
-
|
|
656
|
-
- ci: Version Packages (#325)
|
|
657
|
-
|
|
658
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
659
|
-
|
|
660
|
-
- ci: Version Packages (#326)
|
|
661
|
-
|
|
662
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
663
|
-
|
|
664
|
-
- ci: Version Packages (#327)
|
|
665
|
-
|
|
666
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
667
|
-
|
|
668
|
-
- ci: Version Packages (#311)
|
|
669
|
-
|
|
670
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
671
|
-
|
|
672
|
-
- ci: Version Packages (#312)
|
|
673
|
-
|
|
674
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
675
|
-
|
|
676
|
-
- Updated dependencies []:
|
|
677
|
-
- @tanstack/create@0.54.0
|
|
678
|
-
- @tanstack/create-ui@0.53.0
|
|
679
|
-
|
|
680
|
-
## 0.52.2
|
|
681
|
-
|
|
682
|
-
### Patch Changes
|
|
683
|
-
|
|
684
|
-
- Add case-insensitive add-on ID matching and "did you mean?" suggestions for typos ([`61011ec`](https://github.com/TanStack/cli/commit/61011ec171283cd6de020e2cb6ac9f943a3aa47b))
|
|
685
|
-
|
|
686
|
-
- Updated dependencies [[`61011ec`](https://github.com/TanStack/cli/commit/61011ec171283cd6de020e2cb6ac9f943a3aa47b), [`2cf6703`](https://github.com/TanStack/cli/commit/2cf6703a082d0441f96f599eab21559b05742f92), [`46a4903`](https://github.com/TanStack/cli/commit/46a49033547f7e6c9905f4e94cca07ce0988f63a)]:
|
|
687
|
-
- @tanstack/create@0.53.2
|
|
688
|
-
- @tanstack/create-ui@0.52.2
|
|
689
|
-
|
|
690
|
-
## 0.52.1
|
|
691
|
-
|
|
692
|
-
### Patch Changes
|
|
693
|
-
|
|
694
|
-
- Updated dependencies [[`72049cb`](https://github.com/TanStack/cli/commit/72049cb134f9ecd169da161154899cc84a5c39b8)]:
|
|
695
|
-
- @tanstack/create@0.53.1
|
|
696
|
-
- @tanstack/create-ui@0.52.1
|
|
697
|
-
|
|
698
|
-
## 0.52.0
|
|
699
|
-
|
|
700
|
-
### Minor Changes
|
|
701
|
-
|
|
702
|
-
- force tailwind, force typescript ([`337eeba`](https://github.com/TanStack/cli/commit/337eebaafa190de96194910b6c8c9e550ca142fc))
|
|
703
|
-
|
|
704
|
-
### Patch Changes
|
|
705
|
-
|
|
706
|
-
- Updated dependencies [[`337eeba`](https://github.com/TanStack/cli/commit/337eebaafa190de96194910b6c8c9e550ca142fc)]:
|
|
707
|
-
- @tanstack/create-ui@0.52.0
|
|
708
|
-
- @tanstack/create@0.53.0
|
|
709
|
-
|
|
710
|
-
## 0.51.0
|
|
711
|
-
|
|
712
|
-
### Minor Changes
|
|
713
|
-
|
|
714
|
-
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
715
|
-
|
|
716
|
-
Add new MCP tool to retrieve detailed add-on information including
|
|
717
|
-
routes, package additions, files, and documentation. Also expand
|
|
718
|
-
listTanStackAddOns to include type, category, link, warning, and
|
|
719
|
-
exclusive fields.
|
|
720
|
-
|
|
721
|
-
### Patch Changes
|
|
722
|
-
|
|
723
|
-
- ci: Version Packages (#311)
|
|
724
|
-
|
|
725
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
726
|
-
|
|
727
|
-
- ci: Version Packages (#312)
|
|
728
|
-
|
|
729
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
730
|
-
|
|
731
|
-
- Updated dependencies []:
|
|
732
|
-
- @tanstack/create@0.52.0
|
|
733
|
-
- @tanstack/create-ui@0.51.0
|
|
734
|
-
|
|
735
|
-
## 0.50.0
|
|
736
|
-
|
|
737
|
-
### Minor Changes
|
|
738
|
-
|
|
739
|
-
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
740
|
-
|
|
741
|
-
Add new MCP tool to retrieve detailed add-on information including
|
|
742
|
-
routes, package additions, files, and documentation. Also expand
|
|
743
|
-
listTanStackAddOns to include type, category, link, warning, and
|
|
744
|
-
exclusive fields.
|
|
745
|
-
|
|
746
|
-
### Patch Changes
|
|
747
|
-
|
|
748
|
-
- ci: Version Packages (#311)
|
|
749
|
-
|
|
750
|
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
751
|
-
|
|
752
|
-
- Updated dependencies []:
|
|
753
|
-
- @tanstack/create@0.51.0
|
|
754
|
-
- @tanstack/create-ui@0.50.0
|
|
755
|
-
|
|
756
|
-
## 0.49.0
|
|
757
|
-
|
|
758
|
-
### Minor Changes
|
|
759
|
-
|
|
760
|
-
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
761
|
-
|
|
762
|
-
Add new MCP tool to retrieve detailed add-on information including
|
|
763
|
-
routes, package additions, files, and documentation. Also expand
|
|
764
|
-
listTanStackAddOns to include type, category, link, warning, and
|
|
765
|
-
exclusive fields.
|
|
766
|
-
|
|
767
|
-
### Patch Changes
|
|
768
|
-
|
|
769
|
-
- Updated dependencies []:
|
|
770
|
-
- @tanstack/create@0.50.0
|
|
771
|
-
- @tanstack/create-ui@0.49.0
|
|
772
|
-
|
|
773
|
-
## 0.48.7
|
|
774
|
-
|
|
775
|
-
### Patch Changes
|
|
776
|
-
|
|
777
|
-
- Updated dependencies [[`30edd20`](https://github.com/TanStack/cli/commit/30edd208fd81b5c501fa42cd476232273ff108d1)]:
|
|
778
|
-
- @tanstack/create@0.49.3
|
|
779
|
-
- @tanstack/create-ui@0.48.5
|
|
780
|
-
|
|
781
|
-
## 0.48.6
|
|
782
|
-
|
|
783
|
-
### Patch Changes
|
|
784
|
-
|
|
785
|
-
- Updated dependencies [[`7940300`](https://github.com/TanStack/cli/commit/79403004689817339ec6f6e03c20fb25e841ddb0)]:
|
|
786
|
-
- @tanstack/create@0.49.2
|
|
787
|
-
- @tanstack/create-ui@0.48.4
|