@egovernments/digit-ui-components 0.2.0-beta.68 → 0.2.0-beta.69
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 +168 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,174 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
### [0.2.0-beta.100] - 2025-10-23
|
|
8
|
+
## 📦 Version Updates
|
|
9
|
+
|
|
10
|
+
- CSS Library: v0.2.0-beta.15 → v0.2.0-beta.64
|
|
11
|
+
- UI Components: Multiple beta version increments
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
⚛️ Atoms (Basic Components)
|
|
15
|
+
|
|
16
|
+
Button
|
|
17
|
+
|
|
18
|
+
- ✨ Enhanced button identifier system
|
|
19
|
+
- 🔧 Improved accessibility attributes
|
|
20
|
+
|
|
21
|
+
TextInput
|
|
22
|
+
|
|
23
|
+
- ✨ Added validation prop for custom validation rules
|
|
24
|
+
- ✨ Added pattern prop for input pattern matching
|
|
25
|
+
- 🐛 Improved error handling with try-catch blocks
|
|
26
|
+
- 🔧 Enhanced input field validation logic
|
|
27
|
+
|
|
28
|
+
Toggle
|
|
29
|
+
|
|
30
|
+
- ✨ Added vertical variant for vertical toggle layout
|
|
31
|
+
- ✨ Implemented disabled state handling
|
|
32
|
+
- 💅 Updated styling for better visual feedback
|
|
33
|
+
|
|
34
|
+
Tag
|
|
35
|
+
|
|
36
|
+
- ✨ Added loader prop for showing loading state
|
|
37
|
+
- 💅 Enhanced tag component styling
|
|
38
|
+
|
|
39
|
+
RadioButtons
|
|
40
|
+
|
|
41
|
+
- ✨ Added custom translation options support
|
|
42
|
+
- 🔧 Improved radio button group handling
|
|
43
|
+
|
|
44
|
+
OTPInput
|
|
45
|
+
|
|
46
|
+
- 🐛 Minor bug fixes and improvements
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
🧩 Molecules (Composite Components)
|
|
50
|
+
|
|
51
|
+
CustomDropdown
|
|
52
|
+
|
|
53
|
+
- ✨ Added MDMS v2 prop support for new data source
|
|
54
|
+
- 🔧 Enhanced dropdown configuration options
|
|
55
|
+
- 🐛 Fixed dropdown text clearing issue after re-render
|
|
56
|
+
|
|
57
|
+
ApiDropdown
|
|
58
|
+
|
|
59
|
+
- 🐛 Fixed API dropdown data fetching issues
|
|
60
|
+
- 🔧 Improved error handling for API calls
|
|
61
|
+
|
|
62
|
+
ResultsDataTable
|
|
63
|
+
|
|
64
|
+
- ✨ Enhanced to accept custom row components
|
|
65
|
+
- ✨ Added pagination support with total count
|
|
66
|
+
- 🔧 Improved table rendering performance
|
|
67
|
+
|
|
68
|
+
FilterCard
|
|
69
|
+
|
|
70
|
+
- ✨ Added translation support for filter labels
|
|
71
|
+
- 💅 Updated filter card styling
|
|
72
|
+
|
|
73
|
+
SummaryCard
|
|
74
|
+
|
|
75
|
+
- 🔧 Minor improvements and bug fixes
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
🎯 HOC (Higher Order Components)
|
|
79
|
+
|
|
80
|
+
InboxSearchComposer
|
|
81
|
+
|
|
82
|
+
- ✨ Major Enhancement: Added support for custom row components
|
|
83
|
+
- ✨ Improved pagination functionality with proper props
|
|
84
|
+
- 🐛 Fixed multiple API call issues
|
|
85
|
+
- 🐛 Replaced employee with proper userType for actionLink
|
|
86
|
+
- 🔧 Enhanced search and submit functionality
|
|
87
|
+
- 🔧 Better state management for search results
|
|
88
|
+
|
|
89
|
+
FormComposerV2
|
|
90
|
+
|
|
91
|
+
- ✨ Added backButton prop for navigation
|
|
92
|
+
- ✨ Enhanced form configuration flexibility
|
|
93
|
+
- 🔧 Improved form submission handling
|
|
94
|
+
|
|
95
|
+
BoundaryFilter
|
|
96
|
+
|
|
97
|
+
- ✨ Added multi-select and single-select options
|
|
98
|
+
- ✨ Enhanced boundary selection logic
|
|
99
|
+
- ✨ Improved pre-selection handling
|
|
100
|
+
- ✨ Added frozen data support
|
|
101
|
+
- 🔧 Better hierarchy management
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
🎨 CSS & Styling Updates
|
|
105
|
+
|
|
106
|
+
Typography
|
|
107
|
+
|
|
108
|
+
- 📱 Updated responsive typography for tablet and desktop
|
|
109
|
+
- 💅 Enhanced font sizes and line heights
|
|
110
|
+
- 🔧 Improved spacing and margins
|
|
111
|
+
|
|
112
|
+
Component Styles
|
|
113
|
+
|
|
114
|
+
- ✨ New styles for BoundaryComponent
|
|
115
|
+
- 💅 Updated button, card, and field styling
|
|
116
|
+
- 💅 Enhanced dropdown and modal styles
|
|
117
|
+
- 📱 Improved mobile responsiveness
|
|
118
|
+
|
|
119
|
+
---
|
|
120
|
+
🏗️ Infrastructure & Build
|
|
121
|
+
|
|
122
|
+
CI/CD
|
|
123
|
+
|
|
124
|
+
- ✨ Added comprehensive GitHub Actions workflow
|
|
125
|
+
- ✨ Multi-architecture Docker build support (amd64, arm64)
|
|
126
|
+
- 🔧 Improved build pipeline configuration
|
|
127
|
+
|
|
128
|
+
Docker
|
|
129
|
+
|
|
130
|
+
- 📦 Updated Dockerfiles for better optimization
|
|
131
|
+
- 🔧 Enhanced container build process
|
|
132
|
+
|
|
133
|
+
---
|
|
134
|
+
🌍 Localization & Configuration
|
|
135
|
+
|
|
136
|
+
Localization
|
|
137
|
+
|
|
138
|
+
- 🐛 Fixed localization search query issues
|
|
139
|
+
- ✨ Enhanced translation support across components
|
|
140
|
+
- 🔧 Improved language switching functionality
|
|
141
|
+
|
|
142
|
+
App Configuration
|
|
143
|
+
|
|
144
|
+
- ✨ Better tab change handling
|
|
145
|
+
- 🔧 Optimized configuration loading
|
|
146
|
+
- 🐛 Fixed configuration-related bugs
|
|
147
|
+
|
|
148
|
+
---
|
|
149
|
+
🐛 Notable Bug Fixes
|
|
150
|
+
|
|
151
|
+
1. Submit button tag rendering fixed
|
|
152
|
+
2. Dropdown text clearing issue resolved
|
|
153
|
+
3. Pagination props properly passed to components
|
|
154
|
+
4. API dropdown data fetching stabilized
|
|
155
|
+
5. Multiple API call prevention in search composers
|
|
156
|
+
6. Form validation improvements
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
⚠️ Potential Breaking Changes
|
|
160
|
+
|
|
161
|
+
- Components now require specific prop formats for MDMS v2
|
|
162
|
+
- Pagination implementation may require prop updates
|
|
163
|
+
- Custom row components in tables need specific structure
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
📊 Summary
|
|
167
|
+
|
|
168
|
+
This version represents a major update focusing on:
|
|
169
|
+
- Enhanced component flexibility and configurability
|
|
170
|
+
- Improved error handling and validation
|
|
171
|
+
- Better performance and UX
|
|
172
|
+
- Comprehensive styling updates
|
|
173
|
+
- Robust build and deployment infrastructure
|
|
174
|
+
|
|
7
175
|
### [0.2.0-beta.68] - 2025-10-17
|
|
8
176
|
## Fix
|
|
9
177
|
- Removed Logout button from Hamburger if user not logged in.
|