@codefast/ui 0.2.46-canary.5 → 0.3.0
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 +72 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,77 @@
|
|
|
1
1
|
# @codefast/ui
|
|
2
2
|
|
|
3
|
+
## 0.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`9aefc24`](https://github.com/codefastlabs/codefast/commit/9aefc24a72281e7028df89a9e20b597a135a0574) Thanks [@thevuong](https://github.com/thevuong)! - chore: bump version to 0.3.0
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`69bb16b`](https://github.com/codefastlabs/codefast/commit/69bb16bf9e56663245fd4009ee00dbfe94d9a4b6) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): update dependencies across packages
|
|
12
|
+
|
|
13
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`676fd3a`](https://github.com/codefastlabs/codefast/commit/676fd3a85449ffcfe097b69c243b31d761983ace) Thanks [@thevuong](https://github.com/thevuong)! - feat: enhance build configuration for TypeScript projects
|
|
14
|
+
|
|
15
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`2e07342`](https://github.com/codefastlabs/codefast/commit/2e0734209104507779c6f27fd146b5b36da6cc5d) Thanks [@thevuong](https://github.com/thevuong)! - feat: add new component exports and consolidate paths
|
|
16
|
+
|
|
17
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`6dcbdd5`](https://github.com/codefastlabs/codefast/commit/6dcbdd52e2e62932365b819142ae9c8cc1edc78b) Thanks [@thevuong](https://github.com/thevuong)! - fix(ui): move dependencies to peerDependencies
|
|
18
|
+
|
|
19
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`1a4f049`](https://github.com/codefastlabs/codefast/commit/1a4f04901e2cd5acbfd8d449ef3eea87969172d9) Thanks [@thevuong](https://github.com/thevuong)! - refactor(cli): update configs and optimize import handling
|
|
20
|
+
|
|
21
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`b340d0e`](https://github.com/codefastlabs/codefast/commit/b340d0ec3311b9466bd8c1a772a8560b06f8a1fc) Thanks [@thevuong](https://github.com/thevuong)! - feat(checkbox-group): refine exports for better tree-shaking
|
|
22
|
+
|
|
23
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`aaed162`](https://github.com/codefastlabs/codefast/commit/aaed1620ceb80ec84b48b17c610dbef4cccdfa25) Thanks [@thevuong](https://github.com/thevuong)! - chore(build): migrate from `tsup` to `rslib` for build process
|
|
24
|
+
|
|
25
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`97de1de`](https://github.com/codefastlabs/codefast/commit/97de1de7021468ed3c6f1070f7bbedb1ce9b018a) Thanks [@thevuong](https://github.com/thevuong)! - feat(input): update exports to include specific modules
|
|
26
|
+
|
|
27
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`7087ebb`](https://github.com/codefastlabs/codefast/commit/7087ebb4440dc33b352e75692c2195559959206b) Thanks [@thevuong](https://github.com/thevuong)! - feat(progress-circle): expose specific exports for components
|
|
28
|
+
|
|
29
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`c950c28`](https://github.com/codefastlabs/codefast/commit/c950c28088d734749800827dbf74ad3541623a61) Thanks [@thevuong](https://github.com/thevuong)! - fix: suppress warnings for unresolved CSS custom properties
|
|
30
|
+
|
|
31
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`3a317c2`](https://github.com/codefastlabs/codefast/commit/3a317c23d9db89d78dcc1b0375a7639ac8fd9a32) Thanks [@thevuong](https://github.com/thevuong)! - feat(eslint): allow console usage in logger files
|
|
32
|
+
|
|
33
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`5c98ebc`](https://github.com/codefastlabs/codefast/commit/5c98ebc15a76822c3975438bcf1ecf6388b4cba8) Thanks [@thevuong](https://github.com/thevuong)! - feat: enhance configs with build cache and simplified tsconfigs
|
|
34
|
+
|
|
35
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`31c0964`](https://github.com/codefastlabs/codefast/commit/31c096414b1e2d4a832107c2e1363a7a12342e30) Thanks [@thevuong](https://github.com/thevuong)! - feat(build): enable minification and source maps for outputs
|
|
36
|
+
|
|
37
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`f771687`](https://github.com/codefastlabs/codefast/commit/f771687be38d3096c581d7ee33c3627581be172d) Thanks [@thevuong](https://github.com/thevuong)! - feat(eslint-config): enhance rules and configurations
|
|
38
|
+
|
|
39
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`3384140`](https://github.com/codefastlabs/codefast/commit/3384140e4db9a0c1fa4c3b273731d09eb39f0879) Thanks [@thevuong](https://github.com/thevuong)! - fix: update incorrect import paths for UI package
|
|
40
|
+
|
|
41
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`ffed836`](https://github.com/codefastlabs/codefast/commit/ffed8369ad5d6fd2d809b896e1f083e22fc8f30d) Thanks [@thevuong](https://github.com/thevuong)! - refactor(config): replace `exclude` with `entry` in configs
|
|
42
|
+
|
|
43
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`0505e0c`](https://github.com/codefastlabs/codefast/commit/0505e0c1707a061f60935d9a70af6529bcabaf72) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): add optional dependencies for UI functionality
|
|
44
|
+
|
|
45
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`6c7c960`](https://github.com/codefastlabs/codefast/commit/6c7c960f3b7d5defe68454c7e9630912db0698b0) Thanks [@thevuong](https://github.com/thevuong)! - feat(input-number): update exports for improved modularity
|
|
46
|
+
|
|
47
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`facd478`](https://github.com/codefastlabs/codefast/commit/facd478909c9aef3cdb62e08c0551920cc28338f) Thanks [@thevuong](https://github.com/thevuong)! - chore(dependencies): update package dependencies
|
|
48
|
+
|
|
49
|
+
- [#132](https://github.com/codefastlabs/codefast/pull/132) [`e5f3205`](https://github.com/codefastlabs/codefast/commit/e5f320500292906d9c3e4e1088c4b3776ada8e2a) Thanks [@thevuong](https://github.com/thevuong)! - feat(style-guide): update eslint rules for flexibility
|
|
50
|
+
|
|
51
|
+
- Updated dependencies [[`9aefc24`](https://github.com/codefastlabs/codefast/commit/9aefc24a72281e7028df89a9e20b597a135a0574), [`69bb16b`](https://github.com/codefastlabs/codefast/commit/69bb16bf9e56663245fd4009ee00dbfe94d9a4b6), [`676fd3a`](https://github.com/codefastlabs/codefast/commit/676fd3a85449ffcfe097b69c243b31d761983ace), [`2e07342`](https://github.com/codefastlabs/codefast/commit/2e0734209104507779c6f27fd146b5b36da6cc5d), [`6dcbdd5`](https://github.com/codefastlabs/codefast/commit/6dcbdd52e2e62932365b819142ae9c8cc1edc78b), [`1a4f049`](https://github.com/codefastlabs/codefast/commit/1a4f04901e2cd5acbfd8d449ef3eea87969172d9), [`b340d0e`](https://github.com/codefastlabs/codefast/commit/b340d0ec3311b9466bd8c1a772a8560b06f8a1fc), [`aaed162`](https://github.com/codefastlabs/codefast/commit/aaed1620ceb80ec84b48b17c610dbef4cccdfa25), [`97de1de`](https://github.com/codefastlabs/codefast/commit/97de1de7021468ed3c6f1070f7bbedb1ce9b018a), [`7087ebb`](https://github.com/codefastlabs/codefast/commit/7087ebb4440dc33b352e75692c2195559959206b), [`c950c28`](https://github.com/codefastlabs/codefast/commit/c950c28088d734749800827dbf74ad3541623a61), [`3a317c2`](https://github.com/codefastlabs/codefast/commit/3a317c23d9db89d78dcc1b0375a7639ac8fd9a32), [`5c98ebc`](https://github.com/codefastlabs/codefast/commit/5c98ebc15a76822c3975438bcf1ecf6388b4cba8), [`31c0964`](https://github.com/codefastlabs/codefast/commit/31c096414b1e2d4a832107c2e1363a7a12342e30), [`f771687`](https://github.com/codefastlabs/codefast/commit/f771687be38d3096c581d7ee33c3627581be172d), [`3384140`](https://github.com/codefastlabs/codefast/commit/3384140e4db9a0c1fa4c3b273731d09eb39f0879), [`ffed836`](https://github.com/codefastlabs/codefast/commit/ffed8369ad5d6fd2d809b896e1f083e22fc8f30d), [`0505e0c`](https://github.com/codefastlabs/codefast/commit/0505e0c1707a061f60935d9a70af6529bcabaf72), [`6c7c960`](https://github.com/codefastlabs/codefast/commit/6c7c960f3b7d5defe68454c7e9630912db0698b0), [`facd478`](https://github.com/codefastlabs/codefast/commit/facd478909c9aef3cdb62e08c0551920cc28338f), [`e5f3205`](https://github.com/codefastlabs/codefast/commit/e5f320500292906d9c3e4e1088c4b3776ada8e2a)]:
|
|
52
|
+
- @codefast-ui/progress-circle@0.3.0
|
|
53
|
+
- @codefast-ui/checkbox-group@0.3.0
|
|
54
|
+
- @codefast-ui/input-number@0.3.0
|
|
55
|
+
- @codefast-ui/input@0.3.0
|
|
56
|
+
- @codefast/hooks@0.3.0
|
|
57
|
+
|
|
58
|
+
## 0.2.46-canary.6
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- [`a1e6c60`](https://github.com/codefastlabs/codefast/commit/a1e6c60901dfcf0a14e9c7610ffa7f41e48e12b0) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): update dependencies across packages
|
|
63
|
+
|
|
64
|
+
- [`873e3c8`](https://github.com/codefastlabs/codefast/commit/873e3c886fa7a92a3087f6719b1ffa99f3c12cde) Thanks [@thevuong](https://github.com/thevuong)! - refactor(cli): update configs and optimize import handling
|
|
65
|
+
|
|
66
|
+
- [`32e6d0e`](https://github.com/codefastlabs/codefast/commit/32e6d0e89d87bfa2ebff900cd162f579ff6f4df2) Thanks [@thevuong](https://github.com/thevuong)! - feat: enhance configs with build cache and simplified tsconfigs
|
|
67
|
+
|
|
68
|
+
- Updated dependencies [[`a1e6c60`](https://github.com/codefastlabs/codefast/commit/a1e6c60901dfcf0a14e9c7610ffa7f41e48e12b0), [`873e3c8`](https://github.com/codefastlabs/codefast/commit/873e3c886fa7a92a3087f6719b1ffa99f3c12cde), [`32e6d0e`](https://github.com/codefastlabs/codefast/commit/32e6d0e89d87bfa2ebff900cd162f579ff6f4df2)]:
|
|
69
|
+
- @codefast-ui/progress-circle@0.2.46-canary.6
|
|
70
|
+
- @codefast-ui/checkbox-group@0.2.46-canary.6
|
|
71
|
+
- @codefast-ui/input-number@0.2.46-canary.6
|
|
72
|
+
- @codefast-ui/input@0.2.46-canary.6
|
|
73
|
+
- @codefast/hooks@0.2.46-canary.6
|
|
74
|
+
|
|
3
75
|
## 0.2.46-canary.5
|
|
4
76
|
|
|
5
77
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codefast/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"bugs": {
|
|
5
5
|
"url": "https://github.com/codefastlabs/codefast/issues"
|
|
6
6
|
},
|
|
@@ -773,24 +773,24 @@
|
|
|
773
773
|
"embla-carousel-react": "^8.6.0",
|
|
774
774
|
"input-otp": "^1.4.2",
|
|
775
775
|
"lucide-react": "^0.488.0",
|
|
776
|
-
"react-day-picker": "^9.6.
|
|
776
|
+
"react-day-picker": "^9.6.7",
|
|
777
777
|
"react-resizable-panels": "^2.1.7",
|
|
778
778
|
"sonner": "^2.0.3",
|
|
779
779
|
"tailwind-merge": "^3.2.0",
|
|
780
780
|
"tailwind-variants": "^1.0.0",
|
|
781
781
|
"vaul": "^1.1.2",
|
|
782
|
-
"@codefast-ui/checkbox-group": "0.
|
|
783
|
-
"@codefast-ui/input": "0.
|
|
784
|
-
"@codefast-ui/input-number": "0.
|
|
785
|
-
"@codefast-ui/progress-circle": "0.
|
|
786
|
-
"@codefast/hooks": "0.
|
|
782
|
+
"@codefast-ui/checkbox-group": "0.3.0",
|
|
783
|
+
"@codefast-ui/input": "0.3.0",
|
|
784
|
+
"@codefast-ui/input-number": "0.3.0",
|
|
785
|
+
"@codefast-ui/progress-circle": "0.3.0",
|
|
786
|
+
"@codefast/hooks": "0.3.0"
|
|
787
787
|
},
|
|
788
788
|
"devDependencies": {
|
|
789
789
|
"@rsbuild/plugin-react": "^1.2.0",
|
|
790
|
-
"@rslib/core": "^0.6.
|
|
791
|
-
"@swc/core": "^1.11.
|
|
790
|
+
"@rslib/core": "^0.6.3",
|
|
791
|
+
"@swc/core": "^1.11.21",
|
|
792
792
|
"@swc/jest": "^0.2.37",
|
|
793
|
-
"@tailwindcss/postcss": "^4.1.
|
|
793
|
+
"@tailwindcss/postcss": "^4.1.4",
|
|
794
794
|
"@testing-library/dom": "^10.4.0",
|
|
795
795
|
"@testing-library/jest-dom": "^6.6.3",
|
|
796
796
|
"@testing-library/react": "^16.3.0",
|
|
@@ -803,11 +803,11 @@
|
|
|
803
803
|
"jest-axe": "^10.0.0",
|
|
804
804
|
"jest-environment-jsdom": "^29.7.0",
|
|
805
805
|
"postcss": "^8.5.3",
|
|
806
|
-
"tailwindcss": "^4.1.
|
|
806
|
+
"tailwindcss": "^4.1.4",
|
|
807
807
|
"ts-node": "^10.9.2",
|
|
808
808
|
"typescript": "^5.8.3",
|
|
809
|
-
"@codefast/eslint-config": "0.
|
|
810
|
-
"@codefast/typescript-config": "0.
|
|
809
|
+
"@codefast/eslint-config": "0.3.0",
|
|
810
|
+
"@codefast/typescript-config": "0.3.0"
|
|
811
811
|
},
|
|
812
812
|
"peerDependencies": {
|
|
813
813
|
"@types/react": "*",
|