ui-thing 0.1.8 → 0.1.9

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,520 +1,533 @@
1
- # Changelog
1
+ # Changelog
2
+
3
+ ## v0.1.9
2
4
 
3
- ## v0.1.8
4
-
5
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.7...v0.1.8)
6
-
7
- ### 🏡 Chore
8
-
9
- - Bump deps ([22f3b36](https://github.com/BayBreezy/ui-thing-cli/commit/22f3b36))
10
- - Add slot for navigationmenu viewport & icon ([339656e](https://github.com/BayBreezy/ui-thing-cli/commit/339656e))
11
-
12
- ### 🤖 CI
13
-
14
- - **test:** Update test github action ([6345fc6](https://github.com/BayBreezy/ui-thing-cli/commit/6345fc6))
15
- - **build:** Update main github action ([9353995](https://github.com/BayBreezy/ui-thing-cli/commit/9353995))
16
-
17
- ### ❤️ Contributors
18
-
19
- - BayBreezy <behon.baker@yahoo.com>
20
- - Behon Baker <behon.baker@yahoo.com>
21
-
22
- ## v0.1.7
23
-
24
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.6...v0.1.7)
25
-
26
- ### 🏡 Chore
27
-
28
- - Bump deps ([24db3af](https://github.com/BayBreezy/ui-thing-cli/commit/24db3af))
29
- - **add:** Remove overrides addition logic ([86dcae6](https://github.com/BayBreezy/ui-thing-cli/commit/86dcae6))
30
- - **datatables:** Update datatables comp ([ce0b4c4](https://github.com/BayBreezy/ui-thing-cli/commit/ce0b4c4))
31
-
32
- ### ❤️ Contributors
33
-
34
- - Behon Baker <behon.baker@yahoo.com>
35
-
36
- ## v0.1.6
37
-
38
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.5...v0.1.6)
39
-
40
- ### 🚀 Enhancements
41
-
42
- - Update to latest version of datatables ([f973a89](https://github.com/BayBreezy/ui-thing-cli/commit/f973a89))
43
-
44
- ### 🏡 Chore
45
-
46
- - Bump deps ([a2be074](https://github.com/BayBreezy/ui-thing-cli/commit/a2be074))
47
-
48
- ### ❤️ Contributors
49
-
50
- - Behon Baker <behon.baker@yahoo.com>
51
-
52
- ## v0.1.5
53
-
54
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.4...v0.1.5)
55
-
56
- ### 🩹 Fixes
57
-
58
- - Dead loop caused by dropfile's change event ([b1e1ce1](https://github.com/BayBreezy/ui-thing-cli/commit/b1e1ce1))
59
-
60
- ### 🏡 Chore
61
-
62
- - Bump deps ([d7a8e76](https://github.com/BayBreezy/ui-thing-cli/commit/d7a8e76))
63
-
64
- ### ❤️ Contributors
65
-
66
- - BayBreezy <behon.baker@yahoo.com>
67
-
68
- ## v0.1.4
69
-
70
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.3...v0.1.4)
5
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.8...v0.1.9)
71
6
 
72
7
  ### 🏡 Chore
73
8
 
74
- - Remove datatable vue 3 version restriction ([eb54575](https://github.com/BayBreezy/ui-thing-cli/commit/eb54575))
9
+ - **form-elements:** Use nuxt's `useId` composable instead of the one from radix-vue ([17a952e](https://github.com/BayBreezy/ui-thing-cli/commit/17a952e))
10
+ - Bump deps ([557e58c](https://github.com/BayBreezy/ui-thing-cli/commit/557e58c))
75
11
 
76
12
  ### ❤️ Contributors
77
13
 
78
14
  - Behon Baker <behon.baker@yahoo.com>
79
15
 
80
- ## v0.1.3
81
-
82
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.2...v0.1.3)
83
-
84
- ### 🚀 Enhancements
85
-
86
- - Add Date Field and Splitter components ([7985f19](https://github.com/BayBreezy/ui-thing-cli/commit/7985f19))
87
-
88
- ### 🏡 Chore
89
-
90
- - Update deps ([1306af9](https://github.com/BayBreezy/ui-thing-cli/commit/1306af9))
91
-
92
- ### ❤️ Contributors
93
-
94
- - Behon Baker <behon.baker@yahoo.com>
95
-
96
- ## v0.1.2
97
-
98
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.1...v0.1.2)
99
-
100
- ### 🏡 Chore
101
-
102
- - Update drawer component ([90e2518](https://github.com/BayBreezy/ui-thing-cli/commit/90e2518))
103
-
104
- ### ❤️ Contributors
105
-
106
- - Behon Baker <behon.baker@yahoo.com>
107
-
108
- ## v0.1.1
109
-
110
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.30...v0.1.1)
111
-
112
- ### 🚀 Enhancements
113
-
114
- - Add splitpanes ([417ac8c](https://github.com/BayBreezy/ui-thing-cli/commit/417ac8c))
115
-
116
- ### 🏡 Chore
117
-
118
- - Update deps ([f5a735e](https://github.com/BayBreezy/ui-thing-cli/commit/f5a735e))
119
-
120
- ### ❤️ Contributors
121
-
122
- - Behon Baker <behon.baker@yahoo.com>
123
-
124
- ## v0.0.30
125
-
126
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.29...v0.0.30)
127
-
128
- ### 🚀 Enhancements
129
-
130
- - **init-command:** Add --yes option to skip questions and just use defaults values ([a030aa0](https://github.com/BayBreezy/ui-thing-cli/commit/a030aa0))
131
- - **add-command:** Add -a `all` option to the add command. This will add all components to the project and install the deps ([83868ab](https://github.com/BayBreezy/ui-thing-cli/commit/83868ab))
132
-
133
- ### ❤️ Contributors
134
-
135
- - BayBreezy <behon.baker@yahoo.com>
136
-
137
- ## v0.0.29
138
-
139
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.28...v0.0.29)
140
-
141
- ### 🚀 Enhancements
142
-
143
- - Add drawer component ([1c07ebd](https://github.com/BayBreezy/ui-thing-cli/commit/1c07ebd))
144
-
145
- ### ❤️ Contributors
146
-
147
- - BayBreezy <behon.baker@yahoo.com>
148
-
149
- ## v0.0.28
150
-
151
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.27...v0.0.28)
152
-
153
- ### 🩹 Fixes
154
-
155
- - Update import ([ef37e4d](https://github.com/BayBreezy/ui-thing-cli/commit/ef37e4d))
156
-
157
- ### ❤️ Contributors
158
-
159
- - Behon Baker <behon.baker@yahoo.com>
160
-
161
- ## v0.0.27
162
-
163
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.26...v0.0.27)
164
-
165
- ### 🩹 Fixes
166
-
167
- - **dattables:** Pin dt versions and add overrides to package.json file ([ccc295b](https://github.com/BayBreezy/ui-thing-cli/commit/ccc295b))
168
-
169
- ### ❤️ Contributors
170
-
171
- - Behon Baker <behon.baker@yahoo.com>
172
-
173
- ## v0.0.26
174
-
175
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.25...v0.0.26)
176
-
177
- ### 🩹 Fixes
178
-
179
- - **multiselect:** Change the way css is imported ([c9c37a4](https://github.com/BayBreezy/ui-thing-cli/commit/c9c37a4))
180
-
181
- ### 🏡 Chore
182
-
183
- - Update deps ([e1d6110](https://github.com/BayBreezy/ui-thing-cli/commit/e1d6110))
184
-
185
- ### ❤️ Contributors
186
-
187
- - BayBreezy <behon.baker@yahoo.com>
188
-
189
- ## v0.0.25
190
-
191
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.24...v0.0.25)
192
-
193
- ### 🩹 Fixes
194
-
195
- - Update logic that determines if the deps should be installed ([ada954a](https://github.com/BayBreezy/ui-thing-cli/commit/ada954a))
196
-
197
- ### ❤️ Contributors
198
-
199
- - BayBreezy <behon.baker@yahoo.com>
200
-
201
- ## v0.0.24
202
-
203
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.23...v0.0.24)
204
-
205
- ### 🩹 Fixes
206
-
207
- - Check for postinstall script before running it ([c9c5115](https://github.com/BayBreezy/ui-thing-cli/commit/c9c5115))
208
-
209
- ### 🏡 Chore
210
-
211
- - Update deps ([5bf3eb2](https://github.com/BayBreezy/ui-thing-cli/commit/5bf3eb2))
212
- - Update add command ([388bcb9](https://github.com/BayBreezy/ui-thing-cli/commit/388bcb9))
213
-
214
- ### 🎨 Styles
215
-
216
- - Format codebase ([b95de27](https://github.com/BayBreezy/ui-thing-cli/commit/b95de27))
217
-
218
- ### ❤️ Contributors
219
-
220
- - BayBreezy <behon.baker@yahoo.com>
221
-
222
- ## v0.0.23
223
-
224
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.22...v0.0.23)
225
-
226
- ### 🏡 Chore
227
-
228
- - Update deps ([113aee9](https://github.com/BayBreezy/ui-thing-cli/commit/113aee9))
229
- - **add-command:** Update command to accomodate components with no deps or dev deps ([c856921](https://github.com/BayBreezy/ui-thing-cli/commit/c856921))
230
-
231
- ### ❤️ Contributors
232
-
233
- - BayBreezy <behon.baker@yahoo.com>
234
-
235
- ## v0.0.22
236
-
237
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.21...v0.0.22)
238
-
239
- ### 🏡 Chore
240
-
241
- - Add colvis styles to datatable.net ([82995b3](https://github.com/BayBreezy/ui-thing-cli/commit/82995b3))
242
-
243
- ### ❤️ Contributors
244
-
245
- - Behon Baker <behon.baker@yahoo.com>
246
-
247
- ## v0.0.21
248
-
249
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.20...v0.0.21)
250
-
251
- ### 🏡 Chore
252
-
253
- - Update deps & components ([ce7977d](https://github.com/BayBreezy/ui-thing-cli/commit/ce7977d))
254
-
255
- ### ❤️ Contributors
256
-
257
- - Behon Baker <behon.baker@yahoo.com>
258
-
259
- ## v0.0.20
260
-
261
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.19...v0.0.20)
262
-
263
- ### 🏡 Chore
264
-
265
- - **components:** Add new components - navbar, container & divider ([fb970d5](https://github.com/BayBreezy/ui-thing-cli/commit/fb970d5))
266
-
267
- ### ❤️ Contributors
268
-
269
- - Behon Baker <behon.baker@yahoo.com>
270
-
271
- ## v0.0.19
272
-
273
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.18...v0.0.19)
274
-
275
- ### 🏡 Chore
276
-
277
- - **components:** Update comp style for toast ([d78d6a0](https://github.com/BayBreezy/ui-thing-cli/commit/d78d6a0))
278
- - Update deps ([62fa5ff](https://github.com/BayBreezy/ui-thing-cli/commit/62fa5ff))
279
-
280
- ### ❤️ Contributors
281
-
282
- - Behon Baker <behon.baker@yahoo.com>
283
-
284
- ## v0.0.18
285
-
286
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.17...v0.0.18)
287
-
288
- ### 🏡 Chore
289
-
290
- - Update default component folder location ([1268f24](https://github.com/BayBreezy/ui-thing-cli/commit/1268f24))
291
-
292
- ### ❤️ Contributors
293
-
294
- - BayBreezy <behon.baker@yahoo.com>
295
-
296
- ## v0.0.17
297
-
298
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.16...v0.0.17)
299
-
300
- ### 🏡 Chore
301
-
302
- - **prefix:** Update component prefix. Moved from UI to Ui ([e515ef7](https://github.com/BayBreezy/ui-thing-cli/commit/e515ef7))
303
-
304
- ### ❤️ Contributors
305
-
306
- - Behon Baker <behon.baker@yahoo.com>
307
-
308
- ## v0.0.16
309
-
310
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.15...v0.0.16)
311
-
312
- ### 🚀 Enhancements
313
-
314
- - **pin-input:** Replace OTP with pin input ([7287b6f](https://github.com/BayBreezy/ui-thing-cli/commit/7287b6f))
315
-
316
- ### ❤️ Contributors
317
-
318
- - Behon Baker <behon.baker@yahoo.com>
319
-
320
- ## v0.0.15
321
-
322
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.14...v0.0.15)
323
-
324
- ### 🚀 Enhancements
325
-
326
- - **components:** Add new components ([deed365](https://github.com/BayBreezy/ui-thing-cli/commit/deed365))
327
-
328
- ### 🏡 Chore
329
-
330
- - **dependencies:** Update deps ([1ea8fb6](https://github.com/BayBreezy/ui-thing-cli/commit/1ea8fb6))
331
-
332
- ### ❤️ Contributors
333
-
334
- - Behon Baker <behon.baker@yahoo.com>
335
-
336
- ## v0.0.14
337
-
338
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.13...v0.0.14)
339
-
340
- ### 🏡 Chore
341
-
342
- - Add vee-otp component to the updated list ([34f6791](https://github.com/BayBreezy/ui-thing-cli/commit/34f6791))
343
-
344
- ### ❤️ Contributors
345
-
346
- - Behon Baker <behon.baker@yahoo.com>
347
-
348
- ## v0.0.13
349
-
350
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.12...v0.0.13)
351
-
352
- ### 🏡 Chore
353
-
354
- - Make call to api for compoinents again ([fbd4a78](https://github.com/BayBreezy/ui-thing-cli/commit/fbd4a78))
355
- - Use local component file again ([eebf8cd](https://github.com/BayBreezy/ui-thing-cli/commit/eebf8cd))
356
-
357
- ### ❤️ Contributors
358
-
359
- - Behon Baker <behon.baker@yahoo.com>
360
-
361
- ## v0.0.12
362
-
363
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.11...v0.0.12)
364
-
365
- ### 🏡 Chore
366
-
367
- - **add:** Revert to adding local components file. API call was too slow ([f77db79](https://github.com/BayBreezy/ui-thing-cli/commit/f77db79))
368
- - Remove unused import ([be11d5d](https://github.com/BayBreezy/ui-thing-cli/commit/be11d5d))
369
-
370
- ### ❤️ Contributors
371
-
372
- - Behon Baker <behon.baker@yahoo.com>
373
-
374
- ## v0.0.11
375
-
376
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.10...v0.0.11)
377
-
378
- ### 🚀 Enhancements
379
-
380
- - **add:** Update add command to get components from API ([6c41848](https://github.com/BayBreezy/ui-thing-cli/commit/6c41848))
381
-
382
- ### 💅 Refactors
383
-
384
- - **types:** Update types ([75917fb](https://github.com/BayBreezy/ui-thing-cli/commit/75917fb))
385
-
386
- ### 🏡 Chore
387
-
388
- - **dependencies:** Update deps ([7ce3c2a](https://github.com/BayBreezy/ui-thing-cli/commit/7ce3c2a))
389
- - **components:** Remove hard coded components ([2802d49](https://github.com/BayBreezy/ui-thing-cli/commit/2802d49))
390
-
391
- ### ❤️ Contributors
392
-
393
- - Behon Baker <behon.baker@yahoo.com>
394
-
395
- ## v0.0.10
396
-
397
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.9...v0.0.10)
398
-
399
- ### 🚀 Enhancements
400
-
401
- - Add shortcut composables ([bd104e3](https://github.com/BayBreezy/ui-thing-cli/commit/bd104e3))
402
-
403
- ### 📖 Documentation
404
-
405
- - Update readme ([991c842](https://github.com/BayBreezy/ui-thing-cli/commit/991c842))
406
-
407
- ### 📦 Build
408
-
409
- - Run `npm pkg fix` to update package.json file ([5fb7e54](https://github.com/BayBreezy/ui-thing-cli/commit/5fb7e54))
410
-
411
- ### 🏡 Chore
412
-
413
- - Update components ([5ae91c3](https://github.com/BayBreezy/ui-thing-cli/commit/5ae91c3))
414
-
415
- ### ❤️ Contributors
416
-
417
- - Behon Baker <behon.baker@yahoo.com>
418
-
419
- ## v0.0.9
420
-
421
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.8...v0.0.9)
422
-
423
- ### 🩹 Fixes
424
-
425
- - Add multiselect dep to the list of deps ([369bfef](https://github.com/BayBreezy/ui-thing-cli/commit/369bfef))
426
-
427
- ### ❤️ Contributors
428
-
429
- - Behon Baker <behon.baker@yahoo.com>
430
-
431
- ## v0.0.8
432
-
433
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.7...v0.0.8)
434
-
435
- ### 🚀 Enhancements
436
-
437
- - Add multiselect component to the list ([e40f13a](https://github.com/BayBreezy/ui-thing-cli/commit/e40f13a))
438
-
439
- ### ✅ Tests
440
-
441
- - **utils:** Add test for compareUIConfig ([8d89db8](https://github.com/BayBreezy/ui-thing-cli/commit/8d89db8))
442
- - **templates:** Add test for css file ([da9736c](https://github.com/BayBreezy/ui-thing-cli/commit/da9736c))
443
-
444
- ### ❤️ Contributors
445
-
446
- - Behon Baker <behon.baker@yahoo.com>
447
-
448
- ## v0.0.7
449
-
450
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.6...v0.0.7)
451
-
452
- ### 🏡 Chore
453
-
454
- - Update add command and components ([a294316](https://github.com/BayBreezy/ui-thing-cli/commit/a294316))
455
- - Update add command ([641e474](https://github.com/BayBreezy/ui-thing-cli/commit/641e474))
456
- - Update add command ([81d0d4e](https://github.com/BayBreezy/ui-thing-cli/commit/81d0d4e))
457
-
458
- ### ❤️ Contributors
459
-
460
- - BayBreezy <behon.baker@yahoo.com>
461
-
462
- ## v0.0.6
463
-
464
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.5...v0.0.6)
465
-
466
- ### 🚀 Enhancements
467
-
468
- - Add test workflow ([c00e2f4](https://github.com/BayBreezy/ui-thing-cli/commit/c00e2f4))
469
- - Update test workflow ([c0f0662](https://github.com/BayBreezy/ui-thing-cli/commit/c0f0662))
470
-
471
- ### 🏡 Chore
472
-
473
- - Update prompts deps ([8fdf5ce](https://github.com/BayBreezy/ui-thing-cli/commit/8fdf5ce))
474
- - Update comps ([f232b69](https://github.com/BayBreezy/ui-thing-cli/commit/f232b69))
475
- - Update types ([6f6b347](https://github.com/BayBreezy/ui-thing-cli/commit/6f6b347))
476
- - Update deps ([7624ff0](https://github.com/BayBreezy/ui-thing-cli/commit/7624ff0))
477
-
478
- ### ❤️ Contributors
479
-
480
- - Behon Baker <behon.baker@yahoo.com>
481
-
482
- ## v0.0.5
483
-
484
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.3...v0.0.5)
485
-
486
- ### 🏡 Chore
487
-
488
- - Update release script ([c53b0d4](https://github.com/BayBreezy/ui-thing-cli/commit/c53b0d4))
489
- - Update readme ([1d95ccb](https://github.com/BayBreezy/ui-thing-cli/commit/1d95ccb))
490
- - Split cli from website repo ([66f2b3c](https://github.com/BayBreezy/ui-thing-cli/commit/66f2b3c))
491
- - Update deps ([3d90848](https://github.com/BayBreezy/ui-thing-cli/commit/3d90848))
492
-
493
- ### ❤️ Contributors
494
-
495
- - Behon Baker <behon.baker@yahoo.com>
496
-
497
- ## v0.0.3
498
-
499
- [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.2...v0.0.3)
500
-
501
- ### 🏡 Chore
502
-
503
- - Update readme ([88be325](https://github.com/BayBreezy/ui-thing-cli/commit/88be325))
504
- - Change package name ([bd17f8d](https://github.com/BayBreezy/ui-thing-cli/commit/bd17f8d))
505
- - Set version back to 0.0.2 ([1c7b6b2](https://github.com/BayBreezy/ui-thing-cli/commit/1c7b6b2))
506
-
507
- ### ❤️ Contributors
508
-
509
- - Behon Baker <behon.baker@yahoo.com>
510
-
511
- ## v0.0.2
512
-
513
- ### 🏡 Chore
514
-
515
- - Add 1st changeset ([ec0083c](https://github.com/BayBreezy/ui-thing-cli/commit/ec0083c))
516
- - Add release script ([ea11cae](https://github.com/BayBreezy/ui-thing-cli/commit/ea11cae))
517
-
518
- ### ❤️ Contributors
519
-
520
- - Behon Baker <behon.baker@yahoo.com>
16
+ ## v0.1.8
17
+
18
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.7...v0.1.8)
19
+
20
+ ### 🏡 Chore
21
+
22
+ - Bump deps ([22f3b36](https://github.com/BayBreezy/ui-thing-cli/commit/22f3b36))
23
+ - Add slot for navigationmenu viewport & icon ([339656e](https://github.com/BayBreezy/ui-thing-cli/commit/339656e))
24
+
25
+ ### 🤖 CI
26
+
27
+ - **test:** Update test github action ([6345fc6](https://github.com/BayBreezy/ui-thing-cli/commit/6345fc6))
28
+ - **build:** Update main github action ([9353995](https://github.com/BayBreezy/ui-thing-cli/commit/9353995))
29
+
30
+ ### ❤️ Contributors
31
+
32
+ - BayBreezy <behon.baker@yahoo.com>
33
+ - Behon Baker <behon.baker@yahoo.com>
34
+
35
+ ## v0.1.7
36
+
37
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.6...v0.1.7)
38
+
39
+ ### 🏡 Chore
40
+
41
+ - Bump deps ([24db3af](https://github.com/BayBreezy/ui-thing-cli/commit/24db3af))
42
+ - **add:** Remove overrides addition logic ([86dcae6](https://github.com/BayBreezy/ui-thing-cli/commit/86dcae6))
43
+ - **datatables:** Update datatables comp ([ce0b4c4](https://github.com/BayBreezy/ui-thing-cli/commit/ce0b4c4))
44
+
45
+ ### ❤️ Contributors
46
+
47
+ - Behon Baker <behon.baker@yahoo.com>
48
+
49
+ ## v0.1.6
50
+
51
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.5...v0.1.6)
52
+
53
+ ### 🚀 Enhancements
54
+
55
+ - Update to latest version of datatables ([f973a89](https://github.com/BayBreezy/ui-thing-cli/commit/f973a89))
56
+
57
+ ### 🏡 Chore
58
+
59
+ - Bump deps ([a2be074](https://github.com/BayBreezy/ui-thing-cli/commit/a2be074))
60
+
61
+ ### ❤️ Contributors
62
+
63
+ - Behon Baker <behon.baker@yahoo.com>
64
+
65
+ ## v0.1.5
66
+
67
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.4...v0.1.5)
68
+
69
+ ### 🩹 Fixes
70
+
71
+ - Dead loop caused by dropfile's change event ([b1e1ce1](https://github.com/BayBreezy/ui-thing-cli/commit/b1e1ce1))
72
+
73
+ ### 🏡 Chore
74
+
75
+ - Bump deps ([d7a8e76](https://github.com/BayBreezy/ui-thing-cli/commit/d7a8e76))
76
+
77
+ ### ❤️ Contributors
78
+
79
+ - BayBreezy <behon.baker@yahoo.com>
80
+
81
+ ## v0.1.4
82
+
83
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.3...v0.1.4)
84
+
85
+ ### 🏡 Chore
86
+
87
+ - Remove datatable vue 3 version restriction ([eb54575](https://github.com/BayBreezy/ui-thing-cli/commit/eb54575))
88
+
89
+ ### ❤️ Contributors
90
+
91
+ - Behon Baker <behon.baker@yahoo.com>
92
+
93
+ ## v0.1.3
94
+
95
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.2...v0.1.3)
96
+
97
+ ### 🚀 Enhancements
98
+
99
+ - Add Date Field and Splitter components ([7985f19](https://github.com/BayBreezy/ui-thing-cli/commit/7985f19))
100
+
101
+ ### 🏡 Chore
102
+
103
+ - Update deps ([1306af9](https://github.com/BayBreezy/ui-thing-cli/commit/1306af9))
104
+
105
+ ### ❤️ Contributors
106
+
107
+ - Behon Baker <behon.baker@yahoo.com>
108
+
109
+ ## v0.1.2
110
+
111
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.1...v0.1.2)
112
+
113
+ ### 🏡 Chore
114
+
115
+ - Update drawer component ([90e2518](https://github.com/BayBreezy/ui-thing-cli/commit/90e2518))
116
+
117
+ ### ❤️ Contributors
118
+
119
+ - Behon Baker <behon.baker@yahoo.com>
120
+
121
+ ## v0.1.1
122
+
123
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.30...v0.1.1)
124
+
125
+ ### 🚀 Enhancements
126
+
127
+ - Add splitpanes ([417ac8c](https://github.com/BayBreezy/ui-thing-cli/commit/417ac8c))
128
+
129
+ ### 🏡 Chore
130
+
131
+ - Update deps ([f5a735e](https://github.com/BayBreezy/ui-thing-cli/commit/f5a735e))
132
+
133
+ ### ❤️ Contributors
134
+
135
+ - Behon Baker <behon.baker@yahoo.com>
136
+
137
+ ## v0.0.30
138
+
139
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.29...v0.0.30)
140
+
141
+ ### 🚀 Enhancements
142
+
143
+ - **init-command:** Add --yes option to skip questions and just use defaults values ([a030aa0](https://github.com/BayBreezy/ui-thing-cli/commit/a030aa0))
144
+ - **add-command:** Add -a `all` option to the add command. This will add all components to the project and install the deps ([83868ab](https://github.com/BayBreezy/ui-thing-cli/commit/83868ab))
145
+
146
+ ### ❤️ Contributors
147
+
148
+ - BayBreezy <behon.baker@yahoo.com>
149
+
150
+ ## v0.0.29
151
+
152
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.28...v0.0.29)
153
+
154
+ ### 🚀 Enhancements
155
+
156
+ - Add drawer component ([1c07ebd](https://github.com/BayBreezy/ui-thing-cli/commit/1c07ebd))
157
+
158
+ ### ❤️ Contributors
159
+
160
+ - BayBreezy <behon.baker@yahoo.com>
161
+
162
+ ## v0.0.28
163
+
164
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.27...v0.0.28)
165
+
166
+ ### 🩹 Fixes
167
+
168
+ - Update import ([ef37e4d](https://github.com/BayBreezy/ui-thing-cli/commit/ef37e4d))
169
+
170
+ ### ❤️ Contributors
171
+
172
+ - Behon Baker <behon.baker@yahoo.com>
173
+
174
+ ## v0.0.27
175
+
176
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.26...v0.0.27)
177
+
178
+ ### 🩹 Fixes
179
+
180
+ - **dattables:** Pin dt versions and add overrides to package.json file ([ccc295b](https://github.com/BayBreezy/ui-thing-cli/commit/ccc295b))
181
+
182
+ ### ❤️ Contributors
183
+
184
+ - Behon Baker <behon.baker@yahoo.com>
185
+
186
+ ## v0.0.26
187
+
188
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.25...v0.0.26)
189
+
190
+ ### 🩹 Fixes
191
+
192
+ - **multiselect:** Change the way css is imported ([c9c37a4](https://github.com/BayBreezy/ui-thing-cli/commit/c9c37a4))
193
+
194
+ ### 🏡 Chore
195
+
196
+ - Update deps ([e1d6110](https://github.com/BayBreezy/ui-thing-cli/commit/e1d6110))
197
+
198
+ ### ❤️ Contributors
199
+
200
+ - BayBreezy <behon.baker@yahoo.com>
201
+
202
+ ## v0.0.25
203
+
204
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.24...v0.0.25)
205
+
206
+ ### 🩹 Fixes
207
+
208
+ - Update logic that determines if the deps should be installed ([ada954a](https://github.com/BayBreezy/ui-thing-cli/commit/ada954a))
209
+
210
+ ### ❤️ Contributors
211
+
212
+ - BayBreezy <behon.baker@yahoo.com>
213
+
214
+ ## v0.0.24
215
+
216
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.23...v0.0.24)
217
+
218
+ ### 🩹 Fixes
219
+
220
+ - Check for postinstall script before running it ([c9c5115](https://github.com/BayBreezy/ui-thing-cli/commit/c9c5115))
221
+
222
+ ### 🏡 Chore
223
+
224
+ - Update deps ([5bf3eb2](https://github.com/BayBreezy/ui-thing-cli/commit/5bf3eb2))
225
+ - Update add command ([388bcb9](https://github.com/BayBreezy/ui-thing-cli/commit/388bcb9))
226
+
227
+ ### 🎨 Styles
228
+
229
+ - Format codebase ([b95de27](https://github.com/BayBreezy/ui-thing-cli/commit/b95de27))
230
+
231
+ ### ❤️ Contributors
232
+
233
+ - BayBreezy <behon.baker@yahoo.com>
234
+
235
+ ## v0.0.23
236
+
237
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.22...v0.0.23)
238
+
239
+ ### 🏡 Chore
240
+
241
+ - Update deps ([113aee9](https://github.com/BayBreezy/ui-thing-cli/commit/113aee9))
242
+ - **add-command:** Update command to accomodate components with no deps or dev deps ([c856921](https://github.com/BayBreezy/ui-thing-cli/commit/c856921))
243
+
244
+ ### ❤️ Contributors
245
+
246
+ - BayBreezy <behon.baker@yahoo.com>
247
+
248
+ ## v0.0.22
249
+
250
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.21...v0.0.22)
251
+
252
+ ### 🏡 Chore
253
+
254
+ - Add colvis styles to datatable.net ([82995b3](https://github.com/BayBreezy/ui-thing-cli/commit/82995b3))
255
+
256
+ ### ❤️ Contributors
257
+
258
+ - Behon Baker <behon.baker@yahoo.com>
259
+
260
+ ## v0.0.21
261
+
262
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.20...v0.0.21)
263
+
264
+ ### 🏡 Chore
265
+
266
+ - Update deps & components ([ce7977d](https://github.com/BayBreezy/ui-thing-cli/commit/ce7977d))
267
+
268
+ ### ❤️ Contributors
269
+
270
+ - Behon Baker <behon.baker@yahoo.com>
271
+
272
+ ## v0.0.20
273
+
274
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.19...v0.0.20)
275
+
276
+ ### 🏡 Chore
277
+
278
+ - **components:** Add new components - navbar, container & divider ([fb970d5](https://github.com/BayBreezy/ui-thing-cli/commit/fb970d5))
279
+
280
+ ### ❤️ Contributors
281
+
282
+ - Behon Baker <behon.baker@yahoo.com>
283
+
284
+ ## v0.0.19
285
+
286
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.18...v0.0.19)
287
+
288
+ ### 🏡 Chore
289
+
290
+ - **components:** Update comp style for toast ([d78d6a0](https://github.com/BayBreezy/ui-thing-cli/commit/d78d6a0))
291
+ - Update deps ([62fa5ff](https://github.com/BayBreezy/ui-thing-cli/commit/62fa5ff))
292
+
293
+ ### ❤️ Contributors
294
+
295
+ - Behon Baker <behon.baker@yahoo.com>
296
+
297
+ ## v0.0.18
298
+
299
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.17...v0.0.18)
300
+
301
+ ### 🏡 Chore
302
+
303
+ - Update default component folder location ([1268f24](https://github.com/BayBreezy/ui-thing-cli/commit/1268f24))
304
+
305
+ ### ❤️ Contributors
306
+
307
+ - BayBreezy <behon.baker@yahoo.com>
308
+
309
+ ## v0.0.17
310
+
311
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.16...v0.0.17)
312
+
313
+ ### 🏡 Chore
314
+
315
+ - **prefix:** Update component prefix. Moved from UI to Ui ([e515ef7](https://github.com/BayBreezy/ui-thing-cli/commit/e515ef7))
316
+
317
+ ### ❤️ Contributors
318
+
319
+ - Behon Baker <behon.baker@yahoo.com>
320
+
321
+ ## v0.0.16
322
+
323
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.15...v0.0.16)
324
+
325
+ ### 🚀 Enhancements
326
+
327
+ - **pin-input:** Replace OTP with pin input ([7287b6f](https://github.com/BayBreezy/ui-thing-cli/commit/7287b6f))
328
+
329
+ ### ❤️ Contributors
330
+
331
+ - Behon Baker <behon.baker@yahoo.com>
332
+
333
+ ## v0.0.15
334
+
335
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.14...v0.0.15)
336
+
337
+ ### 🚀 Enhancements
338
+
339
+ - **components:** Add new components ([deed365](https://github.com/BayBreezy/ui-thing-cli/commit/deed365))
340
+
341
+ ### 🏡 Chore
342
+
343
+ - **dependencies:** Update deps ([1ea8fb6](https://github.com/BayBreezy/ui-thing-cli/commit/1ea8fb6))
344
+
345
+ ### ❤️ Contributors
346
+
347
+ - Behon Baker <behon.baker@yahoo.com>
348
+
349
+ ## v0.0.14
350
+
351
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.13...v0.0.14)
352
+
353
+ ### 🏡 Chore
354
+
355
+ - Add vee-otp component to the updated list ([34f6791](https://github.com/BayBreezy/ui-thing-cli/commit/34f6791))
356
+
357
+ ### ❤️ Contributors
358
+
359
+ - Behon Baker <behon.baker@yahoo.com>
360
+
361
+ ## v0.0.13
362
+
363
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.12...v0.0.13)
364
+
365
+ ### 🏡 Chore
366
+
367
+ - Make call to api for compoinents again ([fbd4a78](https://github.com/BayBreezy/ui-thing-cli/commit/fbd4a78))
368
+ - Use local component file again ([eebf8cd](https://github.com/BayBreezy/ui-thing-cli/commit/eebf8cd))
369
+
370
+ ### ❤️ Contributors
371
+
372
+ - Behon Baker <behon.baker@yahoo.com>
373
+
374
+ ## v0.0.12
375
+
376
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.11...v0.0.12)
377
+
378
+ ### 🏡 Chore
379
+
380
+ - **add:** Revert to adding local components file. API call was too slow ([f77db79](https://github.com/BayBreezy/ui-thing-cli/commit/f77db79))
381
+ - Remove unused import ([be11d5d](https://github.com/BayBreezy/ui-thing-cli/commit/be11d5d))
382
+
383
+ ### ❤️ Contributors
384
+
385
+ - Behon Baker <behon.baker@yahoo.com>
386
+
387
+ ## v0.0.11
388
+
389
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.10...v0.0.11)
390
+
391
+ ### 🚀 Enhancements
392
+
393
+ - **add:** Update add command to get components from API ([6c41848](https://github.com/BayBreezy/ui-thing-cli/commit/6c41848))
394
+
395
+ ### 💅 Refactors
396
+
397
+ - **types:** Update types ([75917fb](https://github.com/BayBreezy/ui-thing-cli/commit/75917fb))
398
+
399
+ ### 🏡 Chore
400
+
401
+ - **dependencies:** Update deps ([7ce3c2a](https://github.com/BayBreezy/ui-thing-cli/commit/7ce3c2a))
402
+ - **components:** Remove hard coded components ([2802d49](https://github.com/BayBreezy/ui-thing-cli/commit/2802d49))
403
+
404
+ ### ❤️ Contributors
405
+
406
+ - Behon Baker <behon.baker@yahoo.com>
407
+
408
+ ## v0.0.10
409
+
410
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.9...v0.0.10)
411
+
412
+ ### 🚀 Enhancements
413
+
414
+ - Add shortcut composables ([bd104e3](https://github.com/BayBreezy/ui-thing-cli/commit/bd104e3))
415
+
416
+ ### 📖 Documentation
417
+
418
+ - Update readme ([991c842](https://github.com/BayBreezy/ui-thing-cli/commit/991c842))
419
+
420
+ ### 📦 Build
421
+
422
+ - Run `npm pkg fix` to update package.json file ([5fb7e54](https://github.com/BayBreezy/ui-thing-cli/commit/5fb7e54))
423
+
424
+ ### 🏡 Chore
425
+
426
+ - Update components ([5ae91c3](https://github.com/BayBreezy/ui-thing-cli/commit/5ae91c3))
427
+
428
+ ### ❤️ Contributors
429
+
430
+ - Behon Baker <behon.baker@yahoo.com>
431
+
432
+ ## v0.0.9
433
+
434
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.8...v0.0.9)
435
+
436
+ ### 🩹 Fixes
437
+
438
+ - Add multiselect dep to the list of deps ([369bfef](https://github.com/BayBreezy/ui-thing-cli/commit/369bfef))
439
+
440
+ ### ❤️ Contributors
441
+
442
+ - Behon Baker <behon.baker@yahoo.com>
443
+
444
+ ## v0.0.8
445
+
446
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.7...v0.0.8)
447
+
448
+ ### 🚀 Enhancements
449
+
450
+ - Add multiselect component to the list ([e40f13a](https://github.com/BayBreezy/ui-thing-cli/commit/e40f13a))
451
+
452
+ ### Tests
453
+
454
+ - **utils:** Add test for compareUIConfig ([8d89db8](https://github.com/BayBreezy/ui-thing-cli/commit/8d89db8))
455
+ - **templates:** Add test for css file ([da9736c](https://github.com/BayBreezy/ui-thing-cli/commit/da9736c))
456
+
457
+ ### ❤️ Contributors
458
+
459
+ - Behon Baker <behon.baker@yahoo.com>
460
+
461
+ ## v0.0.7
462
+
463
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.6...v0.0.7)
464
+
465
+ ### 🏡 Chore
466
+
467
+ - Update add command and components ([a294316](https://github.com/BayBreezy/ui-thing-cli/commit/a294316))
468
+ - Update add command ([641e474](https://github.com/BayBreezy/ui-thing-cli/commit/641e474))
469
+ - Update add command ([81d0d4e](https://github.com/BayBreezy/ui-thing-cli/commit/81d0d4e))
470
+
471
+ ### ❤️ Contributors
472
+
473
+ - BayBreezy <behon.baker@yahoo.com>
474
+
475
+ ## v0.0.6
476
+
477
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.5...v0.0.6)
478
+
479
+ ### 🚀 Enhancements
480
+
481
+ - Add test workflow ([c00e2f4](https://github.com/BayBreezy/ui-thing-cli/commit/c00e2f4))
482
+ - Update test workflow ([c0f0662](https://github.com/BayBreezy/ui-thing-cli/commit/c0f0662))
483
+
484
+ ### 🏡 Chore
485
+
486
+ - Update prompts deps ([8fdf5ce](https://github.com/BayBreezy/ui-thing-cli/commit/8fdf5ce))
487
+ - Update comps ([f232b69](https://github.com/BayBreezy/ui-thing-cli/commit/f232b69))
488
+ - Update types ([6f6b347](https://github.com/BayBreezy/ui-thing-cli/commit/6f6b347))
489
+ - Update deps ([7624ff0](https://github.com/BayBreezy/ui-thing-cli/commit/7624ff0))
490
+
491
+ ### ❤️ Contributors
492
+
493
+ - Behon Baker <behon.baker@yahoo.com>
494
+
495
+ ## v0.0.5
496
+
497
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.3...v0.0.5)
498
+
499
+ ### 🏡 Chore
500
+
501
+ - Update release script ([c53b0d4](https://github.com/BayBreezy/ui-thing-cli/commit/c53b0d4))
502
+ - Update readme ([1d95ccb](https://github.com/BayBreezy/ui-thing-cli/commit/1d95ccb))
503
+ - Split cli from website repo ([66f2b3c](https://github.com/BayBreezy/ui-thing-cli/commit/66f2b3c))
504
+ - Update deps ([3d90848](https://github.com/BayBreezy/ui-thing-cli/commit/3d90848))
505
+
506
+ ### ❤️ Contributors
507
+
508
+ - Behon Baker <behon.baker@yahoo.com>
509
+
510
+ ## v0.0.3
511
+
512
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.2...v0.0.3)
513
+
514
+ ### 🏡 Chore
515
+
516
+ - Update readme ([88be325](https://github.com/BayBreezy/ui-thing-cli/commit/88be325))
517
+ - Change package name ([bd17f8d](https://github.com/BayBreezy/ui-thing-cli/commit/bd17f8d))
518
+ - Set version back to 0.0.2 ([1c7b6b2](https://github.com/BayBreezy/ui-thing-cli/commit/1c7b6b2))
519
+
520
+ ### ❤️ Contributors
521
+
522
+ - Behon Baker <behon.baker@yahoo.com>
523
+
524
+ ## v0.0.2
525
+
526
+ ### 🏡 Chore
527
+
528
+ - Add 1st changeset ([ec0083c](https://github.com/BayBreezy/ui-thing-cli/commit/ec0083c))
529
+ - Add release script ([ea11cae](https://github.com/BayBreezy/ui-thing-cli/commit/ea11cae))
530
+
531
+ ### ❤️ Contributors
532
+
533
+ - Behon Baker <behon.baker@yahoo.com>