ui-thing 0.0.6 → 0.0.8
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 +81 -50
- package/dist/index.js +1467 -163
- package/dist/index.js.map +1 -1
- package/package.json +3 -5
- package/src/commands/add.ts +285 -237
- package/src/comp.ts +2281 -2134
- package/tests/templates/css.test.ts +34 -0
- package/tests/utils/addPrettierConfig.test.ts +35 -42
- package/tests/utils/compareUIConfig.test.ts +60 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,61 +1,92 @@
|
|
|
1
|
-
# Changelog
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## v0.0.8
|
|
2
4
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.5...v0.0.6)
|
|
5
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.7...v0.0.8)
|
|
6
6
|
|
|
7
7
|
### 🚀 Enhancements
|
|
8
8
|
|
|
9
|
-
- Add
|
|
10
|
-
- Update test workflow ([c0f0662](https://github.com/BayBreezy/ui-thing-cli/commit/c0f0662))
|
|
11
|
-
|
|
12
|
-
### 🏡 Chore
|
|
13
|
-
|
|
14
|
-
- Update prompts deps ([8fdf5ce](https://github.com/BayBreezy/ui-thing-cli/commit/8fdf5ce))
|
|
15
|
-
- Update comps ([f232b69](https://github.com/BayBreezy/ui-thing-cli/commit/f232b69))
|
|
16
|
-
- Update types ([6f6b347](https://github.com/BayBreezy/ui-thing-cli/commit/6f6b347))
|
|
17
|
-
- Update deps ([7624ff0](https://github.com/BayBreezy/ui-thing-cli/commit/7624ff0))
|
|
18
|
-
|
|
19
|
-
### ❤️ Contributors
|
|
20
|
-
|
|
21
|
-
- Behon Baker <behon.baker@yahoo.com>
|
|
22
|
-
|
|
23
|
-
## v0.0.5
|
|
24
|
-
|
|
25
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.3...v0.0.5)
|
|
9
|
+
- Add multiselect component to the list ([e40f13a](https://github.com/BayBreezy/ui-thing-cli/commit/e40f13a))
|
|
26
10
|
|
|
27
|
-
###
|
|
11
|
+
### ✅ Tests
|
|
28
12
|
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
- Split cli from website repo ([66f2b3c](https://github.com/BayBreezy/ui-thing-cli/commit/66f2b3c))
|
|
32
|
-
- Update deps ([3d90848](https://github.com/BayBreezy/ui-thing-cli/commit/3d90848))
|
|
13
|
+
- **utils:** Add test for compareUIConfig ([8d89db8](https://github.com/BayBreezy/ui-thing-cli/commit/8d89db8))
|
|
14
|
+
- **templates:** Add test for css file ([da9736c](https://github.com/BayBreezy/ui-thing-cli/commit/da9736c))
|
|
33
15
|
|
|
34
16
|
### ❤️ Contributors
|
|
35
17
|
|
|
36
18
|
- Behon Baker <behon.baker@yahoo.com>
|
|
37
19
|
|
|
38
|
-
## v0.0.
|
|
39
|
-
|
|
40
|
-
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.
|
|
41
|
-
|
|
42
|
-
### 🏡 Chore
|
|
43
|
-
|
|
44
|
-
- Update
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
|
|
48
|
-
### ❤️ Contributors
|
|
49
|
-
|
|
50
|
-
-
|
|
51
|
-
|
|
52
|
-
## v0.0.
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
20
|
+
## v0.0.7
|
|
21
|
+
|
|
22
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.6...v0.0.7)
|
|
23
|
+
|
|
24
|
+
### 🏡 Chore
|
|
25
|
+
|
|
26
|
+
- Update add command and components ([a294316](https://github.com/BayBreezy/ui-thing-cli/commit/a294316))
|
|
27
|
+
- Update add command ([641e474](https://github.com/BayBreezy/ui-thing-cli/commit/641e474))
|
|
28
|
+
- Update add command ([81d0d4e](https://github.com/BayBreezy/ui-thing-cli/commit/81d0d4e))
|
|
29
|
+
|
|
30
|
+
### ❤️ Contributors
|
|
31
|
+
|
|
32
|
+
- BayBreezy <behon.baker@yahoo.com>
|
|
33
|
+
|
|
34
|
+
## v0.0.6
|
|
35
|
+
|
|
36
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.5...v0.0.6)
|
|
37
|
+
|
|
38
|
+
### 🚀 Enhancements
|
|
39
|
+
|
|
40
|
+
- Add test workflow ([c00e2f4](https://github.com/BayBreezy/ui-thing-cli/commit/c00e2f4))
|
|
41
|
+
- Update test workflow ([c0f0662](https://github.com/BayBreezy/ui-thing-cli/commit/c0f0662))
|
|
42
|
+
|
|
43
|
+
### 🏡 Chore
|
|
44
|
+
|
|
45
|
+
- Update prompts deps ([8fdf5ce](https://github.com/BayBreezy/ui-thing-cli/commit/8fdf5ce))
|
|
46
|
+
- Update comps ([f232b69](https://github.com/BayBreezy/ui-thing-cli/commit/f232b69))
|
|
47
|
+
- Update types ([6f6b347](https://github.com/BayBreezy/ui-thing-cli/commit/6f6b347))
|
|
48
|
+
- Update deps ([7624ff0](https://github.com/BayBreezy/ui-thing-cli/commit/7624ff0))
|
|
49
|
+
|
|
50
|
+
### ❤️ Contributors
|
|
51
|
+
|
|
52
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
53
|
+
|
|
54
|
+
## v0.0.5
|
|
55
|
+
|
|
56
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.3...v0.0.5)
|
|
57
|
+
|
|
58
|
+
### 🏡 Chore
|
|
59
|
+
|
|
60
|
+
- Update release script ([c53b0d4](https://github.com/BayBreezy/ui-thing-cli/commit/c53b0d4))
|
|
61
|
+
- Update readme ([1d95ccb](https://github.com/BayBreezy/ui-thing-cli/commit/1d95ccb))
|
|
62
|
+
- Split cli from website repo ([66f2b3c](https://github.com/BayBreezy/ui-thing-cli/commit/66f2b3c))
|
|
63
|
+
- Update deps ([3d90848](https://github.com/BayBreezy/ui-thing-cli/commit/3d90848))
|
|
64
|
+
|
|
65
|
+
### ❤️ Contributors
|
|
66
|
+
|
|
67
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
68
|
+
|
|
69
|
+
## v0.0.3
|
|
70
|
+
|
|
71
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.2...v0.0.3)
|
|
72
|
+
|
|
73
|
+
### 🏡 Chore
|
|
74
|
+
|
|
75
|
+
- Update readme ([88be325](https://github.com/BayBreezy/ui-thing-cli/commit/88be325))
|
|
76
|
+
- Change package name ([bd17f8d](https://github.com/BayBreezy/ui-thing-cli/commit/bd17f8d))
|
|
77
|
+
- Set version back to 0.0.2 ([1c7b6b2](https://github.com/BayBreezy/ui-thing-cli/commit/1c7b6b2))
|
|
78
|
+
|
|
79
|
+
### ❤️ Contributors
|
|
80
|
+
|
|
81
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
82
|
+
|
|
83
|
+
## v0.0.2
|
|
84
|
+
|
|
85
|
+
### 🏡 Chore
|
|
86
|
+
|
|
87
|
+
- Add 1st changeset ([ec0083c](https://github.com/BayBreezy/ui-thing-cli/commit/ec0083c))
|
|
88
|
+
- Add release script ([ea11cae](https://github.com/BayBreezy/ui-thing-cli/commit/ea11cae))
|
|
89
|
+
|
|
90
|
+
### ❤️ Contributors
|
|
91
|
+
|
|
92
|
+
- Behon Baker <behon.baker@yahoo.com>
|