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