ui-thing 0.0.30 → 0.1.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.
- package/CHANGELOG.md +403 -387
- package/dist/index.js +314 -171
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/commands/add.ts +317 -317
- package/src/commands/init.ts +73 -73
- package/src/comps.ts +2401 -2378
- package/src/types.ts +35 -35
- package/src/utils/config.ts +100 -100
- package/src/utils/promptForComponents.ts +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,399 +1,415 @@
|
|
|
1
|
-
# Changelog
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## v0.1.1
|
|
2
4
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.29...v0.0.30)
|
|
6
|
-
|
|
7
|
-
### 🚀 Enhancements
|
|
8
|
-
|
|
9
|
-
- **init-command:** Add --yes option to skip questions and just use defaults values ([a030aa0](https://github.com/BayBreezy/ui-thing-cli/commit/a030aa0))
|
|
10
|
-
- **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))
|
|
11
|
-
|
|
12
|
-
### ❤️ Contributors
|
|
13
|
-
|
|
14
|
-
- BayBreezy <behon.baker@yahoo.com>
|
|
15
|
-
|
|
16
|
-
## v0.0.29
|
|
17
|
-
|
|
18
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.28...v0.0.29)
|
|
5
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.30...v0.1.1)
|
|
19
6
|
|
|
20
7
|
### 🚀 Enhancements
|
|
21
8
|
|
|
22
|
-
- Add
|
|
23
|
-
|
|
24
|
-
### ❤️ Contributors
|
|
25
|
-
|
|
26
|
-
- BayBreezy <behon.baker@yahoo.com>
|
|
27
|
-
|
|
28
|
-
## v0.0.28
|
|
29
|
-
|
|
30
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.27...v0.0.28)
|
|
31
|
-
|
|
32
|
-
### 🩹 Fixes
|
|
33
|
-
|
|
34
|
-
- Update import ([ef37e4d](https://github.com/BayBreezy/ui-thing-cli/commit/ef37e4d))
|
|
35
|
-
|
|
36
|
-
### ❤️ Contributors
|
|
37
|
-
|
|
38
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
39
|
-
|
|
40
|
-
## v0.0.27
|
|
41
|
-
|
|
42
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.26...v0.0.27)
|
|
43
|
-
|
|
44
|
-
### 🩹 Fixes
|
|
45
|
-
|
|
46
|
-
- **dattables:** Pin dt versions and add overrides to package.json file ([ccc295b](https://github.com/BayBreezy/ui-thing-cli/commit/ccc295b))
|
|
47
|
-
|
|
48
|
-
### ❤️ Contributors
|
|
49
|
-
|
|
50
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
51
|
-
|
|
52
|
-
## v0.0.26
|
|
53
|
-
|
|
54
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.25...v0.0.26)
|
|
55
|
-
|
|
56
|
-
### 🩹 Fixes
|
|
57
|
-
|
|
58
|
-
- **multiselect:** Change the way css is imported ([c9c37a4](https://github.com/BayBreezy/ui-thing-cli/commit/c9c37a4))
|
|
9
|
+
- Add splitpanes ([417ac8c](https://github.com/BayBreezy/ui-thing-cli/commit/417ac8c))
|
|
59
10
|
|
|
60
11
|
### 🏡 Chore
|
|
61
12
|
|
|
62
|
-
- Update deps ([
|
|
63
|
-
|
|
64
|
-
### ❤️ Contributors
|
|
65
|
-
|
|
66
|
-
- BayBreezy <behon.baker@yahoo.com>
|
|
67
|
-
|
|
68
|
-
## v0.0.25
|
|
69
|
-
|
|
70
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.24...v0.0.25)
|
|
71
|
-
|
|
72
|
-
### 🩹 Fixes
|
|
73
|
-
|
|
74
|
-
- Update logic that determines if the deps should be installed ([ada954a](https://github.com/BayBreezy/ui-thing-cli/commit/ada954a))
|
|
75
|
-
|
|
76
|
-
### ❤️ Contributors
|
|
77
|
-
|
|
78
|
-
- BayBreezy <behon.baker@yahoo.com>
|
|
79
|
-
|
|
80
|
-
## v0.0.24
|
|
81
|
-
|
|
82
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.23...v0.0.24)
|
|
83
|
-
|
|
84
|
-
### 🩹 Fixes
|
|
85
|
-
|
|
86
|
-
- Check for postinstall script before running it ([c9c5115](https://github.com/BayBreezy/ui-thing-cli/commit/c9c5115))
|
|
87
|
-
|
|
88
|
-
### 🏡 Chore
|
|
89
|
-
|
|
90
|
-
- Update deps ([5bf3eb2](https://github.com/BayBreezy/ui-thing-cli/commit/5bf3eb2))
|
|
91
|
-
- Update add command ([388bcb9](https://github.com/BayBreezy/ui-thing-cli/commit/388bcb9))
|
|
92
|
-
|
|
93
|
-
### 🎨 Styles
|
|
94
|
-
|
|
95
|
-
- Format codebase ([b95de27](https://github.com/BayBreezy/ui-thing-cli/commit/b95de27))
|
|
96
|
-
|
|
97
|
-
### ❤️ Contributors
|
|
98
|
-
|
|
99
|
-
- BayBreezy <behon.baker@yahoo.com>
|
|
100
|
-
|
|
101
|
-
## v0.0.23
|
|
102
|
-
|
|
103
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.22...v0.0.23)
|
|
104
|
-
|
|
105
|
-
### 🏡 Chore
|
|
106
|
-
|
|
107
|
-
- Update deps ([113aee9](https://github.com/BayBreezy/ui-thing-cli/commit/113aee9))
|
|
108
|
-
- **add-command:** Update command to accomodate components with no deps or dev deps ([c856921](https://github.com/BayBreezy/ui-thing-cli/commit/c856921))
|
|
109
|
-
|
|
110
|
-
### ❤️ Contributors
|
|
111
|
-
|
|
112
|
-
- BayBreezy <behon.baker@yahoo.com>
|
|
113
|
-
|
|
114
|
-
## v0.0.22
|
|
115
|
-
|
|
116
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.21...v0.0.22)
|
|
117
|
-
|
|
118
|
-
### 🏡 Chore
|
|
119
|
-
|
|
120
|
-
- Add colvis styles to datatable.net ([82995b3](https://github.com/BayBreezy/ui-thing-cli/commit/82995b3))
|
|
121
|
-
|
|
122
|
-
### ❤️ Contributors
|
|
123
|
-
|
|
124
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
125
|
-
|
|
126
|
-
## v0.0.21
|
|
127
|
-
|
|
128
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.20...v0.0.21)
|
|
129
|
-
|
|
130
|
-
### 🏡 Chore
|
|
131
|
-
|
|
132
|
-
- Update deps & components ([ce7977d](https://github.com/BayBreezy/ui-thing-cli/commit/ce7977d))
|
|
133
|
-
|
|
134
|
-
### ❤️ Contributors
|
|
135
|
-
|
|
136
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
137
|
-
|
|
138
|
-
## v0.0.20
|
|
139
|
-
|
|
140
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.19...v0.0.20)
|
|
141
|
-
|
|
142
|
-
### 🏡 Chore
|
|
143
|
-
|
|
144
|
-
- **components:** Add new components - navbar, container & divider ([fb970d5](https://github.com/BayBreezy/ui-thing-cli/commit/fb970d5))
|
|
145
|
-
|
|
146
|
-
### ❤️ Contributors
|
|
147
|
-
|
|
148
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
149
|
-
|
|
150
|
-
## v0.0.19
|
|
151
|
-
|
|
152
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.18...v0.0.19)
|
|
153
|
-
|
|
154
|
-
### 🏡 Chore
|
|
155
|
-
|
|
156
|
-
- **components:** Update comp style for toast ([d78d6a0](https://github.com/BayBreezy/ui-thing-cli/commit/d78d6a0))
|
|
157
|
-
- Update deps ([62fa5ff](https://github.com/BayBreezy/ui-thing-cli/commit/62fa5ff))
|
|
13
|
+
- Update deps ([f5a735e](https://github.com/BayBreezy/ui-thing-cli/commit/f5a735e))
|
|
158
14
|
|
|
159
15
|
### ❤️ Contributors
|
|
160
16
|
|
|
161
17
|
- Behon Baker <behon.baker@yahoo.com>
|
|
162
18
|
|
|
163
|
-
## v0.0.
|
|
164
|
-
|
|
165
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.
|
|
166
|
-
|
|
167
|
-
###
|
|
168
|
-
|
|
169
|
-
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
-
|
|
235
|
-
|
|
236
|
-
### ❤️ Contributors
|
|
237
|
-
|
|
238
|
-
-
|
|
239
|
-
|
|
240
|
-
## v0.0.
|
|
241
|
-
|
|
242
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.
|
|
243
|
-
|
|
244
|
-
###
|
|
245
|
-
|
|
246
|
-
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
[
|
|
256
|
-
|
|
257
|
-
###
|
|
258
|
-
|
|
259
|
-
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
### 🏡 Chore
|
|
266
|
-
|
|
267
|
-
-
|
|
268
|
-
- **
|
|
269
|
-
|
|
270
|
-
### ❤️ Contributors
|
|
271
|
-
|
|
272
|
-
-
|
|
273
|
-
|
|
274
|
-
## v0.0.
|
|
275
|
-
|
|
276
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.
|
|
277
|
-
|
|
278
|
-
###
|
|
279
|
-
|
|
280
|
-
- Add
|
|
281
|
-
|
|
282
|
-
###
|
|
283
|
-
|
|
284
|
-
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
### 🏡 Chore
|
|
291
|
-
|
|
292
|
-
- Update components ([
|
|
293
|
-
|
|
294
|
-
### ❤️ Contributors
|
|
295
|
-
|
|
296
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
297
|
-
|
|
298
|
-
## v0.0.
|
|
299
|
-
|
|
300
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.
|
|
301
|
-
|
|
302
|
-
###
|
|
303
|
-
|
|
304
|
-
- Add
|
|
305
|
-
|
|
306
|
-
### ❤️ Contributors
|
|
307
|
-
|
|
308
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
309
|
-
|
|
310
|
-
## v0.0.
|
|
311
|
-
|
|
312
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.
|
|
313
|
-
|
|
314
|
-
###
|
|
315
|
-
|
|
316
|
-
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
[
|
|
330
|
-
|
|
331
|
-
###
|
|
332
|
-
|
|
333
|
-
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
19
|
+
## v0.0.30
|
|
20
|
+
|
|
21
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.29...v0.0.30)
|
|
22
|
+
|
|
23
|
+
### 🚀 Enhancements
|
|
24
|
+
|
|
25
|
+
- **init-command:** Add --yes option to skip questions and just use defaults values ([a030aa0](https://github.com/BayBreezy/ui-thing-cli/commit/a030aa0))
|
|
26
|
+
- **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))
|
|
27
|
+
|
|
28
|
+
### ❤️ Contributors
|
|
29
|
+
|
|
30
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
31
|
+
|
|
32
|
+
## v0.0.29
|
|
33
|
+
|
|
34
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.28...v0.0.29)
|
|
35
|
+
|
|
36
|
+
### 🚀 Enhancements
|
|
37
|
+
|
|
38
|
+
- Add drawer component ([1c07ebd](https://github.com/BayBreezy/ui-thing-cli/commit/1c07ebd))
|
|
39
|
+
|
|
40
|
+
### ❤️ Contributors
|
|
41
|
+
|
|
42
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
43
|
+
|
|
44
|
+
## v0.0.28
|
|
45
|
+
|
|
46
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.27...v0.0.28)
|
|
47
|
+
|
|
48
|
+
### 🩹 Fixes
|
|
49
|
+
|
|
50
|
+
- Update import ([ef37e4d](https://github.com/BayBreezy/ui-thing-cli/commit/ef37e4d))
|
|
51
|
+
|
|
52
|
+
### ❤️ Contributors
|
|
53
|
+
|
|
54
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
55
|
+
|
|
56
|
+
## v0.0.27
|
|
57
|
+
|
|
58
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.26...v0.0.27)
|
|
59
|
+
|
|
60
|
+
### 🩹 Fixes
|
|
61
|
+
|
|
62
|
+
- **dattables:** Pin dt versions and add overrides to package.json file ([ccc295b](https://github.com/BayBreezy/ui-thing-cli/commit/ccc295b))
|
|
63
|
+
|
|
64
|
+
### ❤️ Contributors
|
|
65
|
+
|
|
66
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
67
|
+
|
|
68
|
+
## v0.0.26
|
|
69
|
+
|
|
70
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.25...v0.0.26)
|
|
71
|
+
|
|
72
|
+
### 🩹 Fixes
|
|
73
|
+
|
|
74
|
+
- **multiselect:** Change the way css is imported ([c9c37a4](https://github.com/BayBreezy/ui-thing-cli/commit/c9c37a4))
|
|
75
|
+
|
|
76
|
+
### 🏡 Chore
|
|
77
|
+
|
|
78
|
+
- Update deps ([e1d6110](https://github.com/BayBreezy/ui-thing-cli/commit/e1d6110))
|
|
79
|
+
|
|
80
|
+
### ❤️ Contributors
|
|
81
|
+
|
|
82
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
83
|
+
|
|
84
|
+
## v0.0.25
|
|
85
|
+
|
|
86
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.24...v0.0.25)
|
|
87
|
+
|
|
88
|
+
### 🩹 Fixes
|
|
89
|
+
|
|
90
|
+
- Update logic that determines if the deps should be installed ([ada954a](https://github.com/BayBreezy/ui-thing-cli/commit/ada954a))
|
|
91
|
+
|
|
92
|
+
### ❤️ Contributors
|
|
93
|
+
|
|
94
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
95
|
+
|
|
96
|
+
## v0.0.24
|
|
97
|
+
|
|
98
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.23...v0.0.24)
|
|
99
|
+
|
|
100
|
+
### 🩹 Fixes
|
|
101
|
+
|
|
102
|
+
- Check for postinstall script before running it ([c9c5115](https://github.com/BayBreezy/ui-thing-cli/commit/c9c5115))
|
|
103
|
+
|
|
104
|
+
### 🏡 Chore
|
|
105
|
+
|
|
106
|
+
- Update deps ([5bf3eb2](https://github.com/BayBreezy/ui-thing-cli/commit/5bf3eb2))
|
|
107
|
+
- Update add command ([388bcb9](https://github.com/BayBreezy/ui-thing-cli/commit/388bcb9))
|
|
108
|
+
|
|
109
|
+
### 🎨 Styles
|
|
110
|
+
|
|
111
|
+
- Format codebase ([b95de27](https://github.com/BayBreezy/ui-thing-cli/commit/b95de27))
|
|
112
|
+
|
|
113
|
+
### ❤️ Contributors
|
|
114
|
+
|
|
115
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
116
|
+
|
|
117
|
+
## v0.0.23
|
|
118
|
+
|
|
119
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.22...v0.0.23)
|
|
120
|
+
|
|
121
|
+
### 🏡 Chore
|
|
122
|
+
|
|
123
|
+
- Update deps ([113aee9](https://github.com/BayBreezy/ui-thing-cli/commit/113aee9))
|
|
124
|
+
- **add-command:** Update command to accomodate components with no deps or dev deps ([c856921](https://github.com/BayBreezy/ui-thing-cli/commit/c856921))
|
|
125
|
+
|
|
126
|
+
### ❤️ Contributors
|
|
127
|
+
|
|
128
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
129
|
+
|
|
130
|
+
## v0.0.22
|
|
131
|
+
|
|
132
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.21...v0.0.22)
|
|
133
|
+
|
|
134
|
+
### 🏡 Chore
|
|
135
|
+
|
|
136
|
+
- Add colvis styles to datatable.net ([82995b3](https://github.com/BayBreezy/ui-thing-cli/commit/82995b3))
|
|
137
|
+
|
|
138
|
+
### ❤️ Contributors
|
|
139
|
+
|
|
140
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
141
|
+
|
|
142
|
+
## v0.0.21
|
|
143
|
+
|
|
144
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.20...v0.0.21)
|
|
145
|
+
|
|
146
|
+
### 🏡 Chore
|
|
147
|
+
|
|
148
|
+
- Update deps & components ([ce7977d](https://github.com/BayBreezy/ui-thing-cli/commit/ce7977d))
|
|
149
|
+
|
|
150
|
+
### ❤️ Contributors
|
|
151
|
+
|
|
152
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
153
|
+
|
|
154
|
+
## v0.0.20
|
|
155
|
+
|
|
156
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.19...v0.0.20)
|
|
157
|
+
|
|
158
|
+
### 🏡 Chore
|
|
159
|
+
|
|
160
|
+
- **components:** Add new components - navbar, container & divider ([fb970d5](https://github.com/BayBreezy/ui-thing-cli/commit/fb970d5))
|
|
161
|
+
|
|
162
|
+
### ❤️ Contributors
|
|
163
|
+
|
|
164
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
165
|
+
|
|
166
|
+
## v0.0.19
|
|
167
|
+
|
|
168
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.18...v0.0.19)
|
|
169
|
+
|
|
170
|
+
### 🏡 Chore
|
|
171
|
+
|
|
172
|
+
- **components:** Update comp style for toast ([d78d6a0](https://github.com/BayBreezy/ui-thing-cli/commit/d78d6a0))
|
|
173
|
+
- Update deps ([62fa5ff](https://github.com/BayBreezy/ui-thing-cli/commit/62fa5ff))
|
|
174
|
+
|
|
175
|
+
### ❤️ Contributors
|
|
176
|
+
|
|
177
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
178
|
+
|
|
179
|
+
## v0.0.18
|
|
180
|
+
|
|
181
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.17...v0.0.18)
|
|
182
|
+
|
|
183
|
+
### 🏡 Chore
|
|
184
|
+
|
|
185
|
+
- Update default component folder location ([1268f24](https://github.com/BayBreezy/ui-thing-cli/commit/1268f24))
|
|
186
|
+
|
|
187
|
+
### ❤️ Contributors
|
|
188
|
+
|
|
189
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
190
|
+
|
|
191
|
+
## v0.0.17
|
|
192
|
+
|
|
193
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.16...v0.0.17)
|
|
194
|
+
|
|
195
|
+
### 🏡 Chore
|
|
196
|
+
|
|
197
|
+
- **prefix:** Update component prefix. Moved from UI to Ui ([e515ef7](https://github.com/BayBreezy/ui-thing-cli/commit/e515ef7))
|
|
198
|
+
|
|
199
|
+
### ❤️ Contributors
|
|
200
|
+
|
|
201
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
202
|
+
|
|
203
|
+
## v0.0.16
|
|
204
|
+
|
|
205
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.15...v0.0.16)
|
|
206
|
+
|
|
207
|
+
### 🚀 Enhancements
|
|
208
|
+
|
|
209
|
+
- **pin-input:** Replace OTP with pin input ([7287b6f](https://github.com/BayBreezy/ui-thing-cli/commit/7287b6f))
|
|
210
|
+
|
|
211
|
+
### ❤️ Contributors
|
|
212
|
+
|
|
213
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
214
|
+
|
|
215
|
+
## v0.0.15
|
|
216
|
+
|
|
217
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.14...v0.0.15)
|
|
218
|
+
|
|
219
|
+
### 🚀 Enhancements
|
|
220
|
+
|
|
221
|
+
- **components:** Add new components ([deed365](https://github.com/BayBreezy/ui-thing-cli/commit/deed365))
|
|
222
|
+
|
|
223
|
+
### 🏡 Chore
|
|
224
|
+
|
|
225
|
+
- **dependencies:** Update deps ([1ea8fb6](https://github.com/BayBreezy/ui-thing-cli/commit/1ea8fb6))
|
|
226
|
+
|
|
227
|
+
### ❤️ Contributors
|
|
228
|
+
|
|
229
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
230
|
+
|
|
231
|
+
## v0.0.14
|
|
232
|
+
|
|
233
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.13...v0.0.14)
|
|
234
|
+
|
|
235
|
+
### 🏡 Chore
|
|
236
|
+
|
|
237
|
+
- Add vee-otp component to the updated list ([34f6791](https://github.com/BayBreezy/ui-thing-cli/commit/34f6791))
|
|
238
|
+
|
|
239
|
+
### ❤️ Contributors
|
|
240
|
+
|
|
241
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
242
|
+
|
|
243
|
+
## v0.0.13
|
|
244
|
+
|
|
245
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.12...v0.0.13)
|
|
246
|
+
|
|
247
|
+
### 🏡 Chore
|
|
248
|
+
|
|
249
|
+
- Make call to api for compoinents again ([fbd4a78](https://github.com/BayBreezy/ui-thing-cli/commit/fbd4a78))
|
|
250
|
+
- Use local component file again ([eebf8cd](https://github.com/BayBreezy/ui-thing-cli/commit/eebf8cd))
|
|
251
|
+
|
|
252
|
+
### ❤️ Contributors
|
|
253
|
+
|
|
254
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
255
|
+
|
|
256
|
+
## v0.0.12
|
|
257
|
+
|
|
258
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.11...v0.0.12)
|
|
259
|
+
|
|
260
|
+
### 🏡 Chore
|
|
261
|
+
|
|
262
|
+
- **add:** Revert to adding local components file. API call was too slow ([f77db79](https://github.com/BayBreezy/ui-thing-cli/commit/f77db79))
|
|
263
|
+
- Remove unused import ([be11d5d](https://github.com/BayBreezy/ui-thing-cli/commit/be11d5d))
|
|
264
|
+
|
|
265
|
+
### ❤️ Contributors
|
|
266
|
+
|
|
267
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
268
|
+
|
|
269
|
+
## v0.0.11
|
|
270
|
+
|
|
271
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.10...v0.0.11)
|
|
272
|
+
|
|
273
|
+
### 🚀 Enhancements
|
|
274
|
+
|
|
275
|
+
- **add:** Update add command to get components from API ([6c41848](https://github.com/BayBreezy/ui-thing-cli/commit/6c41848))
|
|
276
|
+
|
|
277
|
+
### 💅 Refactors
|
|
278
|
+
|
|
279
|
+
- **types:** Update types ([75917fb](https://github.com/BayBreezy/ui-thing-cli/commit/75917fb))
|
|
280
|
+
|
|
281
|
+
### 🏡 Chore
|
|
282
|
+
|
|
283
|
+
- **dependencies:** Update deps ([7ce3c2a](https://github.com/BayBreezy/ui-thing-cli/commit/7ce3c2a))
|
|
284
|
+
- **components:** Remove hard coded components ([2802d49](https://github.com/BayBreezy/ui-thing-cli/commit/2802d49))
|
|
285
|
+
|
|
286
|
+
### ❤️ Contributors
|
|
287
|
+
|
|
288
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
289
|
+
|
|
290
|
+
## v0.0.10
|
|
291
|
+
|
|
292
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.9...v0.0.10)
|
|
293
|
+
|
|
294
|
+
### 🚀 Enhancements
|
|
295
|
+
|
|
296
|
+
- Add shortcut composables ([bd104e3](https://github.com/BayBreezy/ui-thing-cli/commit/bd104e3))
|
|
297
|
+
|
|
298
|
+
### 📖 Documentation
|
|
299
|
+
|
|
300
|
+
- Update readme ([991c842](https://github.com/BayBreezy/ui-thing-cli/commit/991c842))
|
|
301
|
+
|
|
302
|
+
### 📦 Build
|
|
303
|
+
|
|
304
|
+
- Run `npm pkg fix` to update package.json file ([5fb7e54](https://github.com/BayBreezy/ui-thing-cli/commit/5fb7e54))
|
|
305
|
+
|
|
306
|
+
### 🏡 Chore
|
|
307
|
+
|
|
308
|
+
- Update components ([5ae91c3](https://github.com/BayBreezy/ui-thing-cli/commit/5ae91c3))
|
|
309
|
+
|
|
310
|
+
### ❤️ Contributors
|
|
311
|
+
|
|
312
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
313
|
+
|
|
314
|
+
## v0.0.9
|
|
315
|
+
|
|
316
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.8...v0.0.9)
|
|
317
|
+
|
|
318
|
+
### 🩹 Fixes
|
|
319
|
+
|
|
320
|
+
- Add multiselect dep to the list of deps ([369bfef](https://github.com/BayBreezy/ui-thing-cli/commit/369bfef))
|
|
321
|
+
|
|
322
|
+
### ❤️ Contributors
|
|
323
|
+
|
|
324
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
325
|
+
|
|
326
|
+
## v0.0.8
|
|
327
|
+
|
|
328
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.7...v0.0.8)
|
|
329
|
+
|
|
330
|
+
### 🚀 Enhancements
|
|
331
|
+
|
|
332
|
+
- Add multiselect component to the list ([e40f13a](https://github.com/BayBreezy/ui-thing-cli/commit/e40f13a))
|
|
333
|
+
|
|
334
|
+
### ✅ Tests
|
|
335
|
+
|
|
336
|
+
- **utils:** Add test for compareUIConfig ([8d89db8](https://github.com/BayBreezy/ui-thing-cli/commit/8d89db8))
|
|
337
|
+
- **templates:** Add test for css file ([da9736c](https://github.com/BayBreezy/ui-thing-cli/commit/da9736c))
|
|
338
|
+
|
|
339
|
+
### ❤️ Contributors
|
|
340
|
+
|
|
341
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
342
|
+
|
|
343
|
+
## v0.0.7
|
|
344
|
+
|
|
345
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.6...v0.0.7)
|
|
346
|
+
|
|
347
|
+
### 🏡 Chore
|
|
348
|
+
|
|
349
|
+
- Update add command and components ([a294316](https://github.com/BayBreezy/ui-thing-cli/commit/a294316))
|
|
350
|
+
- Update add command ([641e474](https://github.com/BayBreezy/ui-thing-cli/commit/641e474))
|
|
351
|
+
- Update add command ([81d0d4e](https://github.com/BayBreezy/ui-thing-cli/commit/81d0d4e))
|
|
352
|
+
|
|
353
|
+
### ❤️ Contributors
|
|
354
|
+
|
|
355
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
356
|
+
|
|
357
|
+
## v0.0.6
|
|
358
|
+
|
|
359
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.5...v0.0.6)
|
|
360
|
+
|
|
361
|
+
### 🚀 Enhancements
|
|
362
|
+
|
|
363
|
+
- Add test workflow ([c00e2f4](https://github.com/BayBreezy/ui-thing-cli/commit/c00e2f4))
|
|
364
|
+
- Update test workflow ([c0f0662](https://github.com/BayBreezy/ui-thing-cli/commit/c0f0662))
|
|
365
|
+
|
|
366
|
+
### 🏡 Chore
|
|
367
|
+
|
|
368
|
+
- Update prompts deps ([8fdf5ce](https://github.com/BayBreezy/ui-thing-cli/commit/8fdf5ce))
|
|
369
|
+
- Update comps ([f232b69](https://github.com/BayBreezy/ui-thing-cli/commit/f232b69))
|
|
370
|
+
- Update types ([6f6b347](https://github.com/BayBreezy/ui-thing-cli/commit/6f6b347))
|
|
371
|
+
- Update deps ([7624ff0](https://github.com/BayBreezy/ui-thing-cli/commit/7624ff0))
|
|
372
|
+
|
|
373
|
+
### ❤️ Contributors
|
|
374
|
+
|
|
375
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
376
|
+
|
|
377
|
+
## v0.0.5
|
|
378
|
+
|
|
379
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.3...v0.0.5)
|
|
380
|
+
|
|
381
|
+
### 🏡 Chore
|
|
382
|
+
|
|
383
|
+
- Update release script ([c53b0d4](https://github.com/BayBreezy/ui-thing-cli/commit/c53b0d4))
|
|
384
|
+
- Update readme ([1d95ccb](https://github.com/BayBreezy/ui-thing-cli/commit/1d95ccb))
|
|
385
|
+
- Split cli from website repo ([66f2b3c](https://github.com/BayBreezy/ui-thing-cli/commit/66f2b3c))
|
|
386
|
+
- Update deps ([3d90848](https://github.com/BayBreezy/ui-thing-cli/commit/3d90848))
|
|
387
|
+
|
|
388
|
+
### ❤️ Contributors
|
|
389
|
+
|
|
390
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
391
|
+
|
|
392
|
+
## v0.0.3
|
|
393
|
+
|
|
394
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.2...v0.0.3)
|
|
395
|
+
|
|
396
|
+
### 🏡 Chore
|
|
397
|
+
|
|
398
|
+
- Update readme ([88be325](https://github.com/BayBreezy/ui-thing-cli/commit/88be325))
|
|
399
|
+
- Change package name ([bd17f8d](https://github.com/BayBreezy/ui-thing-cli/commit/bd17f8d))
|
|
400
|
+
- Set version back to 0.0.2 ([1c7b6b2](https://github.com/BayBreezy/ui-thing-cli/commit/1c7b6b2))
|
|
401
|
+
|
|
402
|
+
### ❤️ Contributors
|
|
403
|
+
|
|
404
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
405
|
+
|
|
406
|
+
## v0.0.2
|
|
407
|
+
|
|
408
|
+
### 🏡 Chore
|
|
409
|
+
|
|
410
|
+
- Add 1st changeset ([ec0083c](https://github.com/BayBreezy/ui-thing-cli/commit/ec0083c))
|
|
411
|
+
- Add release script ([ea11cae](https://github.com/BayBreezy/ui-thing-cli/commit/ea11cae))
|
|
412
|
+
|
|
413
|
+
### ❤️ Contributors
|
|
414
|
+
|
|
415
|
+
- Behon Baker <behon.baker@yahoo.com>
|