@tanstack/cli 0.61.1 → 0.62.1

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