ui-thing 0.1.2 → 0.1.4
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 +28 -0
- package/dist/index.js +1162 -1151
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/src/comps.ts +33 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.1.4
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.3...v0.1.4)
|
|
6
|
+
|
|
7
|
+
### 🏡 Chore
|
|
8
|
+
|
|
9
|
+
- Remove datatable vue 3 version restriction ([eb54575](https://github.com/BayBreezy/ui-thing-cli/commit/eb54575))
|
|
10
|
+
|
|
11
|
+
### ❤️ Contributors
|
|
12
|
+
|
|
13
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
14
|
+
|
|
15
|
+
## v0.1.3
|
|
16
|
+
|
|
17
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.2...v0.1.3)
|
|
18
|
+
|
|
19
|
+
### 🚀 Enhancements
|
|
20
|
+
|
|
21
|
+
- Add Date Field and Splitter components ([7985f19](https://github.com/BayBreezy/ui-thing-cli/commit/7985f19))
|
|
22
|
+
|
|
23
|
+
### 🏡 Chore
|
|
24
|
+
|
|
25
|
+
- Update deps ([1306af9](https://github.com/BayBreezy/ui-thing-cli/commit/1306af9))
|
|
26
|
+
|
|
27
|
+
### ❤️ Contributors
|
|
28
|
+
|
|
29
|
+
- Behon Baker <behon.baker@yahoo.com>
|
|
30
|
+
|
|
3
31
|
## v0.1.2
|
|
4
32
|
|
|
5
33
|
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.1...v0.1.2)
|