@tanstack/cli 0.48.7 → 0.59.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/CHANGELOG.md CHANGED
@@ -1,5 +1,653 @@
1
1
  # @tanstack/cli
2
2
 
3
+ ## 0.59.0
4
+
5
+ ### Minor Changes
6
+
7
+ - feat(mcp): add getAddOnDetails tool and expand add-on metadata
8
+
9
+ Add new MCP tool to retrieve detailed add-on information including
10
+ routes, package additions, files, and documentation. Also expand
11
+ listTanStackAddOns to include type, category, link, warning, and
12
+ exclusive fields.
13
+
14
+ - feat: case-insensitive add-on lookup with typo suggestions
15
+
16
+ - feat: force TanStack Start with Tailwind CSS always enabled
17
+
18
+ - Remove code-router mode and --router-only flag (TanStack Start only)
19
+ - Remove start add-on (baked into base templates)
20
+ - Remove module-federation add-on
21
+ - Force Tailwind CSS to always be enabled
22
+ - Remove --tailwind/--no-tailwind CLI flags
23
+ - Remove selectTailwind and selectTypescript prompts
24
+ - Remove forcedMode parameter (mode always file-router)
25
+ - Simplify template conditionals and hardcode typescript/tailwind values
26
+ - Update README.md.ejs with instructions for removing Tailwind
27
+ - Clean up dead code and unused functions
28
+ - Update all CLI wrappers to show deprecation warnings
29
+
30
+ ### Patch Changes
31
+
32
+ - ci: Version Packages (#346)
33
+
34
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
35
+ Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
36
+
37
+ - ci: Version Packages (#348)
38
+
39
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
40
+
41
+ - ci: Version Packages (#339)
42
+
43
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
44
+
45
+ - ci: Version Packages (#311)
46
+
47
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
48
+
49
+ - ci: Version Packages (#313)
50
+
51
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
52
+ Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
53
+
54
+ - fix(cli): handle deprecated create-tsrouter flags
55
+
56
+ Add explicit compatibility handling for legacy --router-only and --template flags in tanstack create, with deprecation warnings and clear errors for unsupported JavaScript templates.
57
+
58
+ Fixes #331
59
+
60
+ - ci: Version Packages (#327)
61
+
62
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
63
+
64
+ - ci: Version Packages (#312)
65
+
66
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
67
+
68
+ - ci: Version Packages (#349)
69
+
70
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
71
+
72
+ - ci: Version Packages (#341)
73
+
74
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
75
+
76
+ - ci: Version Packages (#338)
77
+
78
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
79
+
80
+ - ci: Version Packages (#325)
81
+
82
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
83
+
84
+ - ci: Version Packages (#335)
85
+
86
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
87
+
88
+ - ci: Version Packages (#347)
89
+
90
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
91
+
92
+ - ci: Version Packages (#334)
93
+
94
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
95
+
96
+ - ci: Version Packages (#336)
97
+
98
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
99
+
100
+ - ci: Version Packages (#326)
101
+
102
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
103
+
104
+ - ci: Version Packages (#337)
105
+
106
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
107
+
108
+ - Updated dependencies []:
109
+ - @tanstack/create@0.60.0
110
+ - @tanstack/create-ui@0.59.0
111
+
112
+ ## 0.58.5
113
+
114
+ ### Patch Changes
115
+
116
+ - Updated dependencies [[`dbd3086`](https://github.com/TanStack/cli/commit/dbd308621464d14bbc03158b2972fd061ea6ccb1), [`4f7c925`](https://github.com/TanStack/cli/commit/4f7c9255f365b1993ec91ac447dfcbfe6dd4903d)]:
117
+ - @tanstack/create@0.59.4
118
+ - @tanstack/create-ui@0.58.4
119
+
120
+ ## 0.58.4
121
+
122
+ ### Patch Changes
123
+
124
+ - 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))
125
+
126
+ ## 0.58.3
127
+
128
+ ### Patch Changes
129
+
130
+ - Updated dependencies [[`a93d7e5`](https://github.com/TanStack/cli/commit/a93d7e5d43bc1db37f2251bf88de7681c9a7387d)]:
131
+ - @tanstack/create@0.59.3
132
+ - @tanstack/create-ui@0.58.3
133
+
134
+ ## 0.58.2
135
+
136
+ ### Patch Changes
137
+
138
+ - Updated dependencies [[`2f3c4d7`](https://github.com/TanStack/cli/commit/2f3c4d79b1ecdf8b8404d23e7b25bfbbbf77f48f)]:
139
+ - @tanstack/create@0.59.2
140
+ - @tanstack/create-ui@0.58.2
141
+
142
+ ## 0.58.1
143
+
144
+ ### Patch Changes
145
+
146
+ - Updated dependencies [[`0f2744e`](https://github.com/TanStack/cli/commit/0f2744ea4675dbc61ff14ebbe57f77438606b26b)]:
147
+ - @tanstack/create@0.59.1
148
+ - @tanstack/create-ui@0.58.1
149
+
150
+ ## 0.58.0
151
+
152
+ ### Minor Changes
153
+
154
+ - feat: case-insensitive add-on lookup with typo suggestions
155
+
156
+ - feat(mcp): add getAddOnDetails tool and expand add-on metadata
157
+
158
+ Add new MCP tool to retrieve detailed add-on information including
159
+ routes, package additions, files, and documentation. Also expand
160
+ listTanStackAddOns to include type, category, link, warning, and
161
+ exclusive fields.
162
+
163
+ - feat: force TanStack Start with Tailwind CSS always enabled
164
+
165
+ - Remove code-router mode and --router-only flag (TanStack Start only)
166
+ - Remove start add-on (baked into base templates)
167
+ - Remove module-federation add-on
168
+ - Force Tailwind CSS to always be enabled
169
+ - Remove --tailwind/--no-tailwind CLI flags
170
+ - Remove selectTailwind and selectTypescript prompts
171
+ - Remove forcedMode parameter (mode always file-router)
172
+ - Simplify template conditionals and hardcode typescript/tailwind values
173
+ - Update README.md.ejs with instructions for removing Tailwind
174
+ - Clean up dead code and unused functions
175
+ - Update all CLI wrappers to show deprecation warnings
176
+
177
+ ### Patch Changes
178
+
179
+ - ci: Version Packages (#338)
180
+
181
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
182
+
183
+ - ci: Version Packages (#311)
184
+
185
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
186
+
187
+ - ci: Version Packages (#337)
188
+
189
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
190
+
191
+ - ci: Version Packages (#335)
192
+
193
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
194
+
195
+ - ci: Version Packages (#327)
196
+
197
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
198
+
199
+ - ci: Version Packages (#312)
200
+
201
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
202
+
203
+ - ci: Version Packages (#325)
204
+
205
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
206
+
207
+ - ci: Version Packages (#326)
208
+
209
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
210
+
211
+ - ci: Version Packages (#313)
212
+
213
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
214
+ Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
215
+
216
+ - ci: Version Packages (#336)
217
+
218
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
219
+
220
+ - ci: Version Packages (#334)
221
+
222
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
223
+
224
+ - Updated dependencies []:
225
+ - @tanstack/create@0.59.0
226
+ - @tanstack/create-ui@0.58.0
227
+
228
+ ## 0.57.0
229
+
230
+ ### Minor Changes
231
+
232
+ - feat(mcp): add getAddOnDetails tool and expand add-on metadata
233
+
234
+ Add new MCP tool to retrieve detailed add-on information including
235
+ routes, package additions, files, and documentation. Also expand
236
+ listTanStackAddOns to include type, category, link, warning, and
237
+ exclusive fields.
238
+
239
+ - feat: case-insensitive add-on lookup with typo suggestions
240
+
241
+ - feat: force TanStack Start with Tailwind CSS always enabled
242
+
243
+ - Remove code-router mode and --router-only flag (TanStack Start only)
244
+ - Remove start add-on (baked into base templates)
245
+ - Remove module-federation add-on
246
+ - Force Tailwind CSS to always be enabled
247
+ - Remove --tailwind/--no-tailwind CLI flags
248
+ - Remove selectTailwind and selectTypescript prompts
249
+ - Remove forcedMode parameter (mode always file-router)
250
+ - Simplify template conditionals and hardcode typescript/tailwind values
251
+ - Update README.md.ejs with instructions for removing Tailwind
252
+ - Clean up dead code and unused functions
253
+ - Update all CLI wrappers to show deprecation warnings
254
+
255
+ ### Patch Changes
256
+
257
+ - ci: Version Packages (#325)
258
+
259
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
260
+
261
+ - ci: Version Packages (#336)
262
+
263
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
264
+
265
+ - ci: Version Packages (#313)
266
+
267
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
268
+ Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
269
+
270
+ - ci: Version Packages (#334)
271
+
272
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
273
+
274
+ - ci: Version Packages (#335)
275
+
276
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
277
+
278
+ - ci: Version Packages (#326)
279
+
280
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
281
+
282
+ - ci: Version Packages (#312)
283
+
284
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
285
+
286
+ - ci: Version Packages (#311)
287
+
288
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
289
+
290
+ - ci: Version Packages (#337)
291
+
292
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
293
+
294
+ - ci: Version Packages (#327)
295
+
296
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
297
+
298
+ - Updated dependencies []:
299
+ - @tanstack/create@0.58.0
300
+ - @tanstack/create-ui@0.57.0
301
+
302
+ ## 0.56.0
303
+
304
+ ### Minor Changes
305
+
306
+ - feat: force TanStack Start with Tailwind CSS always enabled
307
+
308
+ - Remove code-router mode and --router-only flag (TanStack Start only)
309
+ - Remove start add-on (baked into base templates)
310
+ - Remove module-federation add-on
311
+ - Force Tailwind CSS to always be enabled
312
+ - Remove --tailwind/--no-tailwind CLI flags
313
+ - Remove selectTailwind and selectTypescript prompts
314
+ - Remove forcedMode parameter (mode always file-router)
315
+ - Simplify template conditionals and hardcode typescript/tailwind values
316
+ - Update README.md.ejs with instructions for removing Tailwind
317
+ - Clean up dead code and unused functions
318
+ - Update all CLI wrappers to show deprecation warnings
319
+
320
+ - feat: case-insensitive add-on lookup with typo suggestions
321
+
322
+ - feat(mcp): add getAddOnDetails tool and expand add-on metadata
323
+
324
+ Add new MCP tool to retrieve detailed add-on information including
325
+ routes, package additions, files, and documentation. Also expand
326
+ listTanStackAddOns to include type, category, link, warning, and
327
+ exclusive fields.
328
+
329
+ ### Patch Changes
330
+
331
+ - ci: Version Packages (#313)
332
+
333
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
334
+ Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
335
+
336
+ - ci: Version Packages (#311)
337
+
338
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
339
+
340
+ - ci: Version Packages (#336)
341
+
342
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
343
+
344
+ - ci: Version Packages (#327)
345
+
346
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
347
+
348
+ - ci: Version Packages (#325)
349
+
350
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
351
+
352
+ - ci: Version Packages (#334)
353
+
354
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
355
+
356
+ - ci: Version Packages (#326)
357
+
358
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
359
+
360
+ - ci: Version Packages (#335)
361
+
362
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
363
+
364
+ - ci: Version Packages (#312)
365
+
366
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
367
+
368
+ - Updated dependencies []:
369
+ - @tanstack/create@0.57.0
370
+ - @tanstack/create-ui@0.56.0
371
+
372
+ ## 0.55.0
373
+
374
+ ### Minor Changes
375
+
376
+ - feat(mcp): add getAddOnDetails tool and expand add-on metadata
377
+
378
+ Add new MCP tool to retrieve detailed add-on information including
379
+ routes, package additions, files, and documentation. Also expand
380
+ listTanStackAddOns to include type, category, link, warning, and
381
+ exclusive fields.
382
+
383
+ - feat: case-insensitive add-on lookup with typo suggestions
384
+
385
+ - feat: force TanStack Start with Tailwind CSS always enabled
386
+
387
+ - Remove code-router mode and --router-only flag (TanStack Start only)
388
+ - Remove start add-on (baked into base templates)
389
+ - Remove module-federation add-on
390
+ - Force Tailwind CSS to always be enabled
391
+ - Remove --tailwind/--no-tailwind CLI flags
392
+ - Remove selectTailwind and selectTypescript prompts
393
+ - Remove forcedMode parameter (mode always file-router)
394
+ - Simplify template conditionals and hardcode typescript/tailwind values
395
+ - Update README.md.ejs with instructions for removing Tailwind
396
+ - Clean up dead code and unused functions
397
+ - Update all CLI wrappers to show deprecation warnings
398
+
399
+ ### Patch Changes
400
+
401
+ - ci: Version Packages (#325)
402
+
403
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
404
+
405
+ - ci: Version Packages (#335)
406
+
407
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
408
+
409
+ - ci: Version Packages (#312)
410
+
411
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
412
+
413
+ - ci: Version Packages (#326)
414
+
415
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
416
+
417
+ - ci: Version Packages (#311)
418
+
419
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
420
+
421
+ - ci: Version Packages (#313)
422
+
423
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
424
+ Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
425
+
426
+ - ci: Version Packages (#334)
427
+
428
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
429
+
430
+ - ci: Version Packages (#327)
431
+
432
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
433
+
434
+ - Updated dependencies []:
435
+ - @tanstack/create@0.56.0
436
+ - @tanstack/create-ui@0.55.0
437
+
438
+ ## 0.54.0
439
+
440
+ ### Minor Changes
441
+
442
+ - feat(mcp): add getAddOnDetails tool and expand add-on metadata
443
+
444
+ Add new MCP tool to retrieve detailed add-on information including
445
+ routes, package additions, files, and documentation. Also expand
446
+ listTanStackAddOns to include type, category, link, warning, and
447
+ exclusive fields.
448
+
449
+ - feat: case-insensitive add-on lookup with typo suggestions
450
+
451
+ - feat: force TanStack Start with Tailwind CSS always enabled
452
+
453
+ - Remove code-router mode and --router-only flag (TanStack Start only)
454
+ - Remove start add-on (baked into base templates)
455
+ - Remove module-federation add-on
456
+ - Force Tailwind CSS to always be enabled
457
+ - Remove --tailwind/--no-tailwind CLI flags
458
+ - Remove selectTailwind and selectTypescript prompts
459
+ - Remove forcedMode parameter (mode always file-router)
460
+ - Simplify template conditionals and hardcode typescript/tailwind values
461
+ - Update README.md.ejs with instructions for removing Tailwind
462
+ - Clean up dead code and unused functions
463
+ - Update all CLI wrappers to show deprecation warnings
464
+
465
+ ### Patch Changes
466
+
467
+ - ci: Version Packages (#327)
468
+
469
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
470
+
471
+ - ci: Version Packages (#313)
472
+
473
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
474
+ Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
475
+
476
+ - ci: Version Packages (#326)
477
+
478
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
479
+
480
+ - ci: Version Packages (#311)
481
+
482
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
483
+
484
+ - ci: Version Packages (#312)
485
+
486
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
487
+
488
+ - ci: Version Packages (#334)
489
+
490
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
491
+
492
+ - ci: Version Packages (#325)
493
+
494
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
495
+
496
+ - Updated dependencies []:
497
+ - @tanstack/create@0.55.0
498
+ - @tanstack/create-ui@0.54.0
499
+
500
+ ## 0.53.0
501
+
502
+ ### Minor Changes
503
+
504
+ - feat(mcp): add getAddOnDetails tool and expand add-on metadata
505
+
506
+ Add new MCP tool to retrieve detailed add-on information including
507
+ routes, package additions, files, and documentation. Also expand
508
+ listTanStackAddOns to include type, category, link, warning, and
509
+ exclusive fields.
510
+
511
+ - feat: case-insensitive add-on lookup with typo suggestions
512
+
513
+ - feat: force TanStack Start with Tailwind CSS always enabled
514
+
515
+ - Remove code-router mode and --router-only flag (TanStack Start only)
516
+ - Remove start add-on (baked into base templates)
517
+ - Remove module-federation add-on
518
+ - Force Tailwind CSS to always be enabled
519
+ - Remove --tailwind/--no-tailwind CLI flags
520
+ - Remove selectTailwind and selectTypescript prompts
521
+ - Remove forcedMode parameter (mode always file-router)
522
+ - Simplify template conditionals and hardcode typescript/tailwind values
523
+ - Update README.md.ejs with instructions for removing Tailwind
524
+ - Clean up dead code and unused functions
525
+ - Update all CLI wrappers to show deprecation warnings
526
+
527
+ ### Patch Changes
528
+
529
+ - ci: Version Packages (#313)
530
+
531
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
532
+ Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
533
+
534
+ - ci: Version Packages (#325)
535
+
536
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
537
+
538
+ - ci: Version Packages (#326)
539
+
540
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
541
+
542
+ - ci: Version Packages (#327)
543
+
544
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
545
+
546
+ - ci: Version Packages (#311)
547
+
548
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
549
+
550
+ - ci: Version Packages (#312)
551
+
552
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
553
+
554
+ - Updated dependencies []:
555
+ - @tanstack/create@0.54.0
556
+ - @tanstack/create-ui@0.53.0
557
+
558
+ ## 0.52.2
559
+
560
+ ### Patch Changes
561
+
562
+ - Add case-insensitive add-on ID matching and "did you mean?" suggestions for typos ([`61011ec`](https://github.com/TanStack/cli/commit/61011ec171283cd6de020e2cb6ac9f943a3aa47b))
563
+
564
+ - 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)]:
565
+ - @tanstack/create@0.53.2
566
+ - @tanstack/create-ui@0.52.2
567
+
568
+ ## 0.52.1
569
+
570
+ ### Patch Changes
571
+
572
+ - Updated dependencies [[`72049cb`](https://github.com/TanStack/cli/commit/72049cb134f9ecd169da161154899cc84a5c39b8)]:
573
+ - @tanstack/create@0.53.1
574
+ - @tanstack/create-ui@0.52.1
575
+
576
+ ## 0.52.0
577
+
578
+ ### Minor Changes
579
+
580
+ - force tailwind, force typescript ([`337eeba`](https://github.com/TanStack/cli/commit/337eebaafa190de96194910b6c8c9e550ca142fc))
581
+
582
+ ### Patch Changes
583
+
584
+ - Updated dependencies [[`337eeba`](https://github.com/TanStack/cli/commit/337eebaafa190de96194910b6c8c9e550ca142fc)]:
585
+ - @tanstack/create-ui@0.52.0
586
+ - @tanstack/create@0.53.0
587
+
588
+ ## 0.51.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
+ ### Patch Changes
600
+
601
+ - ci: Version Packages (#311)
602
+
603
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
604
+
605
+ - ci: Version Packages (#312)
606
+
607
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
608
+
609
+ - Updated dependencies []:
610
+ - @tanstack/create@0.52.0
611
+ - @tanstack/create-ui@0.51.0
612
+
613
+ ## 0.50.0
614
+
615
+ ### Minor Changes
616
+
617
+ - feat(mcp): add getAddOnDetails tool and expand add-on metadata
618
+
619
+ Add new MCP tool to retrieve detailed add-on information including
620
+ routes, package additions, files, and documentation. Also expand
621
+ listTanStackAddOns to include type, category, link, warning, and
622
+ exclusive fields.
623
+
624
+ ### Patch Changes
625
+
626
+ - ci: Version Packages (#311)
627
+
628
+ Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
629
+
630
+ - Updated dependencies []:
631
+ - @tanstack/create@0.51.0
632
+ - @tanstack/create-ui@0.50.0
633
+
634
+ ## 0.49.0
635
+
636
+ ### Minor Changes
637
+
638
+ - feat(mcp): add getAddOnDetails tool and expand add-on metadata
639
+
640
+ Add new MCP tool to retrieve detailed add-on information including
641
+ routes, package additions, files, and documentation. Also expand
642
+ listTanStackAddOns to include type, category, link, warning, and
643
+ exclusive fields.
644
+
645
+ ### Patch Changes
646
+
647
+ - Updated dependencies []:
648
+ - @tanstack/create@0.50.0
649
+ - @tanstack/create-ui@0.49.0
650
+
3
651
  ## 0.48.7
4
652
 
5
653
  ### Patch Changes
package/dist/bin.js CHANGED
@@ -3,5 +3,4 @@ import { cli } from './cli.js';
3
3
  cli({
4
4
  name: 'tanstack',
5
5
  appName: 'TanStack',
6
- craCompatible: true,
7
6
  });