@egovernments/digit-ui-components 0.2.0-beta.9 → 0.2.0-rc.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 +356 -0
- package/README.md +380 -80
- package/dist/index.js +1 -1
- package/package.json +27 -10
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,362 @@ 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.1] - 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
|
+
|
|
175
|
+
### [0.2.0-beta.100] - 2025-10-23
|
|
176
|
+
## Fix
|
|
177
|
+
- test build
|
|
178
|
+
|
|
179
|
+
### [0.2.0-beta.68] - 2025-10-17
|
|
180
|
+
## Fix
|
|
181
|
+
- Removed Logout button from Hamburger if user not logged in.
|
|
182
|
+
|
|
183
|
+
### [0.2.0-beta.67] - 2025-10-16
|
|
184
|
+
## Fix
|
|
185
|
+
- Replaced employee with proper userType for actionLink in InboxSearchComposer
|
|
186
|
+
|
|
187
|
+
### [0.2.0-beta.66] - 2025-09-12
|
|
188
|
+
## Enhancement
|
|
189
|
+
- Added Pagination fixes for InboxSearchComposer
|
|
190
|
+
|
|
191
|
+
### [0.2.0-beta.65] - 2025-08-20
|
|
192
|
+
## Added Dependent Field Wrapper and Filter
|
|
193
|
+
- Added documentation
|
|
194
|
+
|
|
195
|
+
### [0.2.0-beta.64] - 2025-08-05
|
|
196
|
+
## Enhancement
|
|
197
|
+
- Added documentation
|
|
198
|
+
|
|
199
|
+
### [0.2.0-beta.63] - 2025-08-05
|
|
200
|
+
## Enhancement
|
|
201
|
+
- Submit button tag fixed
|
|
202
|
+
|
|
203
|
+
### [0.2.0-beta.62] - 2025-08-05
|
|
204
|
+
## Enhancement
|
|
205
|
+
- All buttons to have default logic to autogenerate unique html id attribute
|
|
206
|
+
|
|
207
|
+
### [0.2.0-beta.61] - 2025-08-05
|
|
208
|
+
## Enhancement
|
|
209
|
+
- Added validation and pattern prop for textinput in formcomposer
|
|
210
|
+
|
|
211
|
+
### [0.2.0-beta.60] - 2025-08-05
|
|
212
|
+
## Features
|
|
213
|
+
- Fixes for button unique identifier
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
### [0.2.0-beta.51] - 2025-07-16
|
|
217
|
+
## Features
|
|
218
|
+
- app-screen-builder bug bash fixes-> pop up data resetting
|
|
219
|
+
|
|
220
|
+
### [0.2.0-beta.47] - 2025-07-11
|
|
221
|
+
## Features
|
|
222
|
+
- Added app-screen-builder feature: Introduced a set of components and utilities for dynamic app configuration screens, including AppConfigurationWrapper, AppFieldComposer, AppFieldScreenWrapper, DrawerFieldComposer, and more.
|
|
223
|
+
- All UI component imports in app-screen-builder now use local atoms instead of package imports.
|
|
224
|
+
- Enhanced modularity and maintainability for app configuration flows.
|
|
225
|
+
|
|
226
|
+
### [0.2.0-beta.44] - 2025-07-03
|
|
227
|
+
## Enhancements
|
|
228
|
+
- Added disabled state for the toggle
|
|
229
|
+
|
|
230
|
+
### [0.2.0-beta.43] - 2025-07-01
|
|
231
|
+
## Enhancements
|
|
232
|
+
- Added Citizen form composer to render based on routes
|
|
233
|
+
|
|
234
|
+
### [0.2.0-beta.42] - 2025-07-01
|
|
235
|
+
## Enhancements
|
|
236
|
+
- Added loader in tag
|
|
237
|
+
|
|
238
|
+
### [0.2.0-beta.41] - 2025-06-27
|
|
239
|
+
## Enhancements
|
|
240
|
+
- Fixed pagination issue in ResultsTableWrapper(for inboxSearchComposer)
|
|
241
|
+
|
|
242
|
+
### [0.2.0-beta.40] - 2025-06-24
|
|
243
|
+
## Enhancements
|
|
244
|
+
- Fixed pagination issue in inbox search composer
|
|
245
|
+
|
|
246
|
+
### [0.2.0-beta.39] - 2025-06-23
|
|
247
|
+
## Enhancements
|
|
248
|
+
- Fixed show toast null issue for config change
|
|
249
|
+
|
|
250
|
+
### [0.2.0-beta.38] - 2025-06-19
|
|
251
|
+
## Enhancements
|
|
252
|
+
- Added min and max validation for date
|
|
253
|
+
|
|
254
|
+
### [0.2.0-beta.37] - 2025-06-18
|
|
255
|
+
## Enhancements
|
|
256
|
+
- Removed few logs & errors
|
|
257
|
+
|
|
258
|
+
### [0.2.0-beta.36] - 2025-06-18
|
|
259
|
+
## Enhancements
|
|
260
|
+
- added new date format
|
|
261
|
+
|
|
262
|
+
### [0.2.0-beta.34] - 2025-06-12
|
|
263
|
+
## Enhancements
|
|
264
|
+
- added vertical variant to toogle
|
|
265
|
+
|
|
266
|
+
### [0.2.0-beta.33] - 2025-06-10
|
|
267
|
+
## Enhancements
|
|
268
|
+
- added props to custom row component in results
|
|
269
|
+
|
|
270
|
+
### [0.2.0-beta.32] - 2025-06-09
|
|
271
|
+
## Enhancements
|
|
272
|
+
- updated svg
|
|
273
|
+
|
|
274
|
+
### [0.2.0-beta.31] - 2025-06-09
|
|
275
|
+
## Enhancements
|
|
276
|
+
- updated svg
|
|
277
|
+
|
|
278
|
+
### [0.2.0-beta.30] - 2025-06-09
|
|
279
|
+
## Enhancements
|
|
280
|
+
- fixed toogle disable prop to disable a particular option
|
|
281
|
+
|
|
282
|
+
### [0.2.0-beta.29] - 2025-06-05
|
|
283
|
+
## Enhancements
|
|
284
|
+
- Added toogle disbale prop to disable a particular option
|
|
285
|
+
|
|
286
|
+
### [0.2.0-beta.28] - 2025-06-04
|
|
287
|
+
## Enhancements
|
|
288
|
+
- Added icon props for formcomposer action buttons
|
|
289
|
+
|
|
290
|
+
### [0.2.0-beta.27] - 2025-06-03
|
|
291
|
+
## Enhancements
|
|
292
|
+
- Sending tabData as a prop to Custom Row Component
|
|
293
|
+
|
|
294
|
+
### [0.2.0-beta.26] - 2025-06-02
|
|
295
|
+
## Enhancements
|
|
296
|
+
- Added TabInactive Svg
|
|
297
|
+
|
|
298
|
+
### [0.2.0-beta.25] - 2025-06-02
|
|
299
|
+
## Enhancements
|
|
300
|
+
- Added mdms and t selection Tag
|
|
301
|
+
|
|
302
|
+
### [0.2.0-beta.24] - 2025-06-02
|
|
303
|
+
## Enhancements
|
|
304
|
+
- Added custom translation for radio button and selection Tag
|
|
305
|
+
|
|
306
|
+
### [0.2.0-beta.23] - 2025-05-30
|
|
307
|
+
## Enhancements
|
|
308
|
+
- Fixed Total Count value issue in Inbox
|
|
309
|
+
|
|
310
|
+
### [0.2.0-beta.22] - 2025-05-30
|
|
311
|
+
## Enhancements
|
|
312
|
+
- Adding Try/Catch Block onChange trigger for Date in TextInput
|
|
313
|
+
|
|
314
|
+
### [0.2.0-beta.21] - 2025-05-30
|
|
315
|
+
## Enhancements
|
|
316
|
+
- Commented unwanted onChange trigger for Date in TextInput
|
|
317
|
+
- Added custom Translation for FieldV1
|
|
318
|
+
|
|
319
|
+
### [0.2.0-beta.20] - 2025-05-29
|
|
320
|
+
## Enhancements
|
|
321
|
+
- Enhancement in InboxSearchComposer to accept custom row component
|
|
322
|
+
|
|
323
|
+
### [0.2.0-beta.19] - 2025-05-22
|
|
324
|
+
## Updates
|
|
325
|
+
- Added translation for filter card labels
|
|
326
|
+
|
|
327
|
+
### [0.2.0-beta.18] - 2025-05-20
|
|
328
|
+
## Updates
|
|
329
|
+
- Fixed logic issue is sidebar highlighting
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
### [0.2.0-beta.17] - 2025-05-20
|
|
333
|
+
## Updates
|
|
334
|
+
- Added custom highlighting logic in sidebar for sandbox-ui
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
### [0.2.0-beta.16] - 2025-05-19
|
|
338
|
+
## Updates
|
|
339
|
+
- Added url based highlighting in sidebar
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### [0.2.0-beta.14] - 2025-04-28
|
|
343
|
+
## Updates
|
|
344
|
+
- Added `BoundaryFilter` HOC component to enable hierarchical administrative boundary selection.
|
|
345
|
+
- Allowed standalone rendering of the `BoundaryFilter` component.
|
|
346
|
+
- Integrated `BoundaryFilter` into `FormComposer` and `InboxSearchComposer` for boundary-based filtering.
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
### [0.2.0-beta.13] - 2025-04-24
|
|
350
|
+
## Updates
|
|
351
|
+
- CustomDropdown now supports MultiselectDropdown
|
|
352
|
+
- Added classname and styles for section subheader in form
|
|
353
|
+
- Removed unnecessary div if description orerror or charCount is not present
|
|
354
|
+
|
|
355
|
+
### [0.2.0-beta.12] - 2025-04-16
|
|
356
|
+
## Updates
|
|
357
|
+
- Fixed default data in form composer
|
|
358
|
+
|
|
359
|
+
### [0.2.0-beta.11] - 2025-04-16
|
|
360
|
+
## Updates
|
|
361
|
+
- Added classname in header and subHeader
|
|
362
|
+
|
|
7
363
|
### [0.2.0-beta.8] - 2025-04-03
|
|
8
364
|
## Updates
|
|
9
365
|
- Version Update for stability
|