@work-rjkashyap/unified-ui 0.2.4 → 0.3.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 +24 -0
- package/bin/cli.mjs +1637 -4
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,8 +8,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
### 🏗️ Miscellaneous
|
|
12
|
+
|
|
13
|
+
- Update version to 0.3.0 in package.json ([0da22c2](https://github.com/imrj05/unified-ui/commit/0da22c2c96ce3303fd619df4a2daed3b50eb5a76))
|
|
14
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([bc71407](https://github.com/imrj05/unified-ui/commit/bc71407c37fad8ceaba9552f588ed3a5d464c630))
|
|
15
|
+
## [0.3.0] — 2026-03-07
|
|
16
|
+
|
|
11
17
|
### 🚀 Features
|
|
12
18
|
|
|
19
|
+
- Add initial UI components for Laravel, Next.js, React, and Vue.js starters
|
|
20
|
+
- Implemented input and text components in Laravel Blade.
|
|
21
|
+
- Created layout and welcome views for Laravel Blade starter.
|
|
22
|
+
- Added Vite configuration for Laravel Blade.
|
|
23
|
+
- Established global styles for Next.js and Vue.js starters.
|
|
24
|
+
- Developed layout and page components for Next.js starter.
|
|
25
|
+
- Introduced main application structure for Vite React starter.
|
|
26
|
+
- Built UI components including buttons, badges, cards, alerts, and text in Vue.js.
|
|
27
|
+
- Integrated theme toggle functionality across Vue.js components.
|
|
28
|
+
- Added utility functions for class name merging. ([4e217c9](https://github.com/imrj05/unified-ui/commit/4e217c90730757929335804f5bab456e4e2a18ab))
|
|
29
|
+
- Add postpublish script for automatic tagging and changelog regeneration ([f07fbd7](https://github.com/imrj05/unified-ui/commit/f07fbd7e8ad0583d891a623c89db1ef952d90b8e))
|
|
13
30
|
- Add Separator component with customizable styles and accessibility features ([a8320ae](https://github.com/imrj05/unified-ui/commit/a8320aea8c105b954b28e5c7d0ab73f22dfea085))
|
|
14
31
|
- Add loading skeleton for themes page and enhance sidebar functionality
|
|
15
32
|
- Implemented a loading skeleton component for the themes page to improve user experience during data fetching.
|
|
@@ -38,6 +55,7 @@ fix: correct site name in route handler for Open Graph image generation ([f92e1f
|
|
|
38
55
|
|
|
39
56
|
### 🐛 Bug Fixes
|
|
40
57
|
|
|
58
|
+
- Update exports in unified-ui dist file to include new components and variants ([44145eb](https://github.com/imrj05/unified-ui/commit/44145ebee0f7081beb1b9ada91e0205fced098e5))
|
|
41
59
|
- Enhance changelog script to scan all commits if no tags are found ([fdbb105](https://github.com/imrj05/unified-ui/commit/fdbb105c47e4afa1f999b0eddfe884a903b76466))
|
|
42
60
|
- Update component links from /docs/components to /components ([d511280](https://github.com/imrj05/unified-ui/commit/d511280063616413efb9235d81d21eabf467b2ca))
|
|
43
61
|
|
|
@@ -52,6 +70,11 @@ fix: correct site name in route handler for Open Graph image generation ([f92e1f
|
|
|
52
70
|
|
|
53
71
|
### 🏗️ Miscellaneous
|
|
54
72
|
|
|
73
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([993c692](https://github.com/imrj05/unified-ui/commit/993c6923cc7df910cce064d95cbf399e880dbf0c))
|
|
74
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([4dc43b0](https://github.com/imrj05/unified-ui/commit/4dc43b053de38b769c2c407bb4de375e2d1bb110))
|
|
75
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([bf93189](https://github.com/imrj05/unified-ui/commit/bf931896586457223f5e2a60cbbae2955ecb202d))
|
|
76
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([2c133db](https://github.com/imrj05/unified-ui/commit/2c133dbc6225bde8a5e95320b6e3c857afa7038c))
|
|
77
|
+
- Update package version to 0.2.4 and correct homepage URL ([e055e60](https://github.com/imrj05/unified-ui/commit/e055e6044a0870dde83a4788158f0fe24ae15544))
|
|
55
78
|
- **changelog:** Auto-update unreleased entries [skip ci] ([29ba39b](https://github.com/imrj05/unified-ui/commit/29ba39bfb6657de25e35aec17a2318a8c309a029))
|
|
56
79
|
- **changelog:** Auto-update unreleased entries [skip ci] ([ea0ff88](https://github.com/imrj05/unified-ui/commit/ea0ff88e24c5bfa919db43f313b679b4c69dad1a))
|
|
57
80
|
- **changelog:** Auto-update unreleased entries [skip ci] ([e5002e4](https://github.com/imrj05/unified-ui/commit/e5002e412e06361d1f6e71ace066f354b38ee631))
|
|
@@ -65,6 +88,7 @@ fix: correct site name in route handler for Open Graph image generation ([f92e1f
|
|
|
65
88
|
|
|
66
89
|
### Other
|
|
67
90
|
|
|
91
|
+
- Merge branch 'main' of github.com:imrj05/unified-ui ([b302e8c](https://github.com/imrj05/unified-ui/commit/b302e8c88b687281ddb5e226d78787a98990b794))
|
|
68
92
|
- Merge pull request #1 from imrj05/vercel/vercel-web-analytics-to-nextjs-g6zfpb
|
|
69
93
|
|
|
70
94
|
Add Vercel Web Analytics to Next.js ([#1](https://github.com/imrj05/unified-ui/issues/1)) ([ce8670a](https://github.com/imrj05/unified-ui/commit/ce8670a5682780d1f6ef58eb880ef5a414edcb68))
|