@egovernments/digit-ui-components 0.2.2 → 0.2.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 CHANGED
@@ -4,6 +4,412 @@ 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.4] - 2025-12-05
8
+ -New components introduced during studio development : MultiChildFormWrapper and UploadAndDownloadDocumentHandler
9
+ - Few enhancements in existing components including formcomposer and inboxsearchcomposer
10
+ - New SVGs introduced in customSVG
11
+ - exporting all the svg items separately in index.js file as at many places they are being imported directly
12
+
13
+ ### [0.2.3] - 2025-10-23
14
+ ## 📦 Version Updates
15
+
16
+ - CSS Library: v0.2.0-beta.15 → v0.2.0-beta.64
17
+ - UI Components: Multiple beta version increments
18
+
19
+ ---
20
+ ⚛️ Atoms (Basic Components)
21
+
22
+ Button
23
+
24
+ - ✨ Enhanced button identifier system
25
+ - 🔧 Improved accessibility attributes
26
+
27
+ TextInput
28
+
29
+ - ✨ Added validation prop for custom validation rules
30
+ - ✨ Added pattern prop for input pattern matching
31
+ - 🐛 Improved error handling with try-catch blocks
32
+ - 🔧 Enhanced input field validation logic
33
+
34
+ Toggle
35
+
36
+ - ✨ Added vertical variant for vertical toggle layout
37
+ - ✨ Implemented disabled state handling
38
+ - 💅 Updated styling for better visual feedback
39
+
40
+ Tag
41
+
42
+ - ✨ Added loader prop for showing loading state
43
+ - 💅 Enhanced tag component styling
44
+
45
+ RadioButtons
46
+
47
+ - ✨ Added custom translation options support
48
+ - 🔧 Improved radio button group handling
49
+
50
+ OTPInput
51
+
52
+ - 🐛 Minor bug fixes and improvements
53
+
54
+ ---
55
+ 🧩 Molecules (Composite Components)
56
+
57
+ CustomDropdown
58
+
59
+ - ✨ Added MDMS v2 prop support for new data source
60
+ - 🔧 Enhanced dropdown configuration options
61
+ - 🐛 Fixed dropdown text clearing issue after re-render
62
+
63
+ ApiDropdown
64
+
65
+ - 🐛 Fixed API dropdown data fetching issues
66
+ - 🔧 Improved error handling for API calls
67
+
68
+ ResultsDataTable
69
+
70
+ - ✨ Enhanced to accept custom row components
71
+ - ✨ Added pagination support with total count
72
+ - 🔧 Improved table rendering performance
73
+
74
+ FilterCard
75
+
76
+ - ✨ Added translation support for filter labels
77
+ - 💅 Updated filter card styling
78
+
79
+ SummaryCard
80
+
81
+ - 🔧 Minor improvements and bug fixes
82
+
83
+ ---
84
+ 🎯 HOC (Higher Order Components)
85
+
86
+ InboxSearchComposer
87
+
88
+ - ✨ Major Enhancement: Added support for custom row components
89
+ - ✨ Improved pagination functionality with proper props
90
+ - 🐛 Fixed multiple API call issues
91
+ - 🐛 Replaced employee with proper userType for actionLink
92
+ - 🔧 Enhanced search and submit functionality
93
+ - 🔧 Better state management for search results
94
+
95
+ FormComposerV2
96
+
97
+ - ✨ Added backButton prop for navigation
98
+ - ✨ Enhanced form configuration flexibility
99
+ - 🔧 Improved form submission handling
100
+
101
+ BoundaryFilter
102
+
103
+ - ✨ Added multi-select and single-select options
104
+ - ✨ Enhanced boundary selection logic
105
+ - ✨ Improved pre-selection handling
106
+ - ✨ Added frozen data support
107
+ - 🔧 Better hierarchy management
108
+
109
+ ---
110
+ 🎨 CSS & Styling Updates
111
+
112
+ Typography
113
+
114
+ - 📱 Updated responsive typography for tablet and desktop
115
+ - 💅 Enhanced font sizes and line heights
116
+ - 🔧 Improved spacing and margins
117
+
118
+ Component Styles
119
+
120
+ - ✨ New styles for BoundaryComponent
121
+ - 💅 Updated button, card, and field styling
122
+ - 💅 Enhanced dropdown and modal styles
123
+ - 📱 Improved mobile responsiveness
124
+
125
+ ---
126
+ 🏗️ Infrastructure & Build
127
+
128
+ CI/CD
129
+
130
+ - ✨ Added comprehensive GitHub Actions workflow
131
+ - ✨ Multi-architecture Docker build support (amd64, arm64)
132
+ - 🔧 Improved build pipeline configuration
133
+
134
+ Docker
135
+
136
+ - 📦 Updated Dockerfiles for better optimization
137
+ - 🔧 Enhanced container build process
138
+
139
+ ---
140
+ 🌍 Localization & Configuration
141
+
142
+ Localization
143
+
144
+ - 🐛 Fixed localization search query issues
145
+ - ✨ Enhanced translation support across components
146
+ - 🔧 Improved language switching functionality
147
+
148
+ App Configuration
149
+
150
+ - ✨ Better tab change handling
151
+ - 🔧 Optimized configuration loading
152
+ - 🐛 Fixed configuration-related bugs
153
+
154
+ ---
155
+ 🐛 Notable Bug Fixes
156
+
157
+ 1. Submit button tag rendering fixed
158
+ 2. Dropdown text clearing issue resolved
159
+ 3. Pagination props properly passed to components
160
+ 4. API dropdown data fetching stabilized
161
+ 5. Multiple API call prevention in search composers
162
+ 6. Form validation improvements
163
+
164
+ ---
165
+ ⚠️ Potential Breaking Changes
166
+
167
+ - Components now require specific prop formats for MDMS v2
168
+ - Pagination implementation may require prop updates
169
+ - Custom row components in tables need specific structure
170
+
171
+ ---
172
+ 📊 Summary
173
+
174
+ This version represents a major update focusing on:
175
+ - Enhanced component flexibility and configurability
176
+ - Improved error handling and validation
177
+ - Better performance and UX
178
+ - Comprehensive styling updates
179
+ - Robust build and deployment infrastructure
180
+
181
+ ### [0.2.0-rc.1] - 2025-10-23
182
+ ## Fix
183
+ - test build
184
+
185
+ ### [0.2.0-beta.100] - 2025-10-23
186
+ ## Fix
187
+ - test build
188
+
189
+ ### [0.2.0-beta.68] - 2025-10-17
190
+ ## Fix
191
+ - Removed Logout button from Hamburger if user not logged in.
192
+
193
+ ### [0.2.0-beta.67] - 2025-10-16
194
+ ## Fix
195
+ - Replaced employee with proper userType for actionLink in InboxSearchComposer
196
+
197
+ ### [0.2.0-beta.66] - 2025-09-12
198
+ ## Enhancement
199
+ - Added Pagination fixes for InboxSearchComposer
200
+
201
+ ### [0.2.0-beta.65] - 2025-08-20
202
+ ## Added Dependent Field Wrapper and Filter
203
+ - Added documentation
204
+
205
+ ### [0.2.0-beta.64] - 2025-08-05
206
+ ## Enhancement
207
+ - Added documentation
208
+
209
+ ### [0.2.0-beta.63] - 2025-08-05
210
+ ## Enhancement
211
+ - Submit button tag fixed
212
+
213
+ ### [0.2.0-beta.62] - 2025-08-05
214
+ ## Enhancement
215
+ - All buttons to have default logic to autogenerate unique html id attribute
216
+
217
+ ### [0.2.0-beta.61] - 2025-08-05
218
+ ## Enhancement
219
+ - Added validation and pattern prop for textinput in formcomposer
220
+
221
+ ### [0.2.0-beta.60] - 2025-08-05
222
+ ## Features
223
+ - Fixes for button unique identifier
224
+
225
+
226
+ ### [0.2.0-beta.51] - 2025-07-16
227
+ ## Features
228
+ - app-screen-builder bug bash fixes-> pop up data resetting
229
+
230
+ ### [0.2.0-beta.47] - 2025-07-11
231
+ ## Features
232
+ - Added app-screen-builder feature: Introduced a set of components and utilities for dynamic app configuration screens, including AppConfigurationWrapper, AppFieldComposer, AppFieldScreenWrapper, DrawerFieldComposer, and more.
233
+ - All UI component imports in app-screen-builder now use local atoms instead of package imports.
234
+ - Enhanced modularity and maintainability for app configuration flows.
235
+
236
+ ### [0.2.0-beta.44] - 2025-07-03
237
+ ## Enhancements
238
+ - Added disabled state for the toggle
239
+
240
+ ### [0.2.0-beta.43] - 2025-07-01
241
+ ## Enhancements
242
+ - Added Citizen form composer to render based on routes
243
+
244
+ ### [0.2.0-beta.42] - 2025-07-01
245
+ ## Enhancements
246
+ - Added loader in tag
247
+
248
+ ### [0.2.0-beta.41] - 2025-06-27
249
+ ## Enhancements
250
+ - Fixed pagination issue in ResultsTableWrapper(for inboxSearchComposer)
251
+
252
+ ### [0.2.0-beta.40] - 2025-06-24
253
+ ## Enhancements
254
+ - Fixed pagination issue in inbox search composer
255
+
256
+ ### [0.2.0-beta.39] - 2025-06-23
257
+ ## Enhancements
258
+ - Fixed show toast null issue for config change
259
+
260
+ ### [0.2.0-beta.38] - 2025-06-19
261
+ ## Enhancements
262
+ - Added min and max validation for date
263
+
264
+ ### [0.2.0-beta.37] - 2025-06-18
265
+ ## Enhancements
266
+ - Removed few logs & errors
267
+
268
+ ### [0.2.0-beta.36] - 2025-06-18
269
+ ## Enhancements
270
+ - added new date format
271
+
272
+ ### [0.2.0-beta.34] - 2025-06-12
273
+ ## Enhancements
274
+ - added vertical variant to toogle
275
+
276
+ ### [0.2.0-beta.33] - 2025-06-10
277
+ ## Enhancements
278
+ - added props to custom row component in results
279
+
280
+ ### [0.2.0-beta.32] - 2025-06-09
281
+ ## Enhancements
282
+ - updated svg
283
+
284
+ ### [0.2.0-beta.31] - 2025-06-09
285
+ ## Enhancements
286
+ - updated svg
287
+
288
+ ### [0.2.0-beta.30] - 2025-06-09
289
+ ## Enhancements
290
+ - fixed toogle disable prop to disable a particular option
291
+
292
+ ### [0.2.0-beta.29] - 2025-06-05
293
+ ## Enhancements
294
+ - Added toogle disbale prop to disable a particular option
295
+
296
+ ### [0.2.0-beta.28] - 2025-06-04
297
+ ## Enhancements
298
+ - Added icon props for formcomposer action buttons
299
+
300
+ ### [0.2.0-beta.27] - 2025-06-03
301
+ ## Enhancements
302
+ - Sending tabData as a prop to Custom Row Component
303
+
304
+ ### [0.2.0-beta.26] - 2025-06-02
305
+ ## Enhancements
306
+ - Added TabInactive Svg
307
+
308
+ ### [0.2.0-beta.25] - 2025-06-02
309
+ ## Enhancements
310
+ - Added mdms and t selection Tag
311
+
312
+ ### [0.2.0-beta.24] - 2025-06-02
313
+ ## Enhancements
314
+ - Added custom translation for radio button and selection Tag
315
+
316
+ ### [0.2.0-beta.23] - 2025-05-30
317
+ ## Enhancements
318
+ - Fixed Total Count value issue in Inbox
319
+
320
+ ### [0.2.0-beta.22] - 2025-05-30
321
+ ## Enhancements
322
+ - Adding Try/Catch Block onChange trigger for Date in TextInput
323
+
324
+ ### [0.2.0-beta.21] - 2025-05-30
325
+ ## Enhancements
326
+ - Commented unwanted onChange trigger for Date in TextInput
327
+ - Added custom Translation for FieldV1
328
+
329
+ ### [0.2.0-beta.20] - 2025-05-29
330
+ ## Enhancements
331
+ - Enhancement in InboxSearchComposer to accept custom row component
332
+
333
+ ### [0.2.0-beta.19] - 2025-05-22
334
+ ## Updates
335
+ - Added translation for filter card labels
336
+
337
+ ### [0.2.0-beta.18] - 2025-05-20
338
+ ## Updates
339
+ - Fixed logic issue is sidebar highlighting
340
+
341
+
342
+ ### [0.2.0-beta.17] - 2025-05-20
343
+ ## Updates
344
+ - Added custom highlighting logic in sidebar for sandbox-ui
345
+
346
+
347
+ ### [0.2.0-beta.16] - 2025-05-19
348
+ ## Updates
349
+ - Added url based highlighting in sidebar
350
+
351
+
352
+ ### [0.2.0-beta.14] - 2025-04-28
353
+ ## Updates
354
+ - Added `BoundaryFilter` HOC component to enable hierarchical administrative boundary selection.
355
+ - Allowed standalone rendering of the `BoundaryFilter` component.
356
+ - Integrated `BoundaryFilter` into `FormComposer` and `InboxSearchComposer` for boundary-based filtering.
357
+
358
+
359
+ ### [0.2.0-beta.13] - 2025-04-24
360
+ ## Updates
361
+ - CustomDropdown now supports MultiselectDropdown
362
+ - Added classname and styles for section subheader in form
363
+ - Removed unnecessary div if description orerror or charCount is not present
364
+
365
+ ### [0.2.0-beta.12] - 2025-04-16
366
+ ## Updates
367
+ - Fixed default data in form composer
368
+
369
+ ### [0.2.0-beta.11] - 2025-04-16
370
+ ## Updates
371
+ - Added classname in header and subHeader
372
+
373
+ ### [0.2.0-beta.8] - 2025-04-03
374
+ ## Updates
375
+ - Version Update for stability
376
+
377
+ ### [0.2.0-beta.7] - 2025-03-26
378
+ ## Enhancements & New features
379
+ ## Edit Row data within InboxSearchComposer within rows and with popups based on config
380
+ ## Added customizers support i.e., we don't need to mention functions in UICustomizations.js we can directly mention within component level
381
+
382
+ ### [0.2.0-beta.5] - 2025-03-26
383
+ ## Fixes
384
+ - Fixed Tab Functionality in InboxSearchComposer
385
+
386
+ ### [0.2.0-beta.3] - 2025-03-20
387
+ ## Fixes
388
+ - Fixed multiple calls issue in InboxSearchLinks
389
+ - Fixed onSubmit function for FilterCard
390
+
391
+ ### [0.2.0-beta.2] - 2025-03-13
392
+ ## Enhancements
393
+ - Multiselect Dropdown now supports adding limit for chips and onClick function
394
+
395
+ ## New Changes Added
396
+ - InboxSearchComposer now supports footer actions
397
+ - Updated the config structure for results table - inbox and search screens
398
+
399
+
400
+ ## [0.2.0-beta.1] - 2025-03-06
401
+ ## New Components Added
402
+ - ResultsDataTableWrapper and ResultsDataTable components were added
403
+ - Integrated InboxSearchComposer with ResultsDataTableWrapper
404
+
405
+ ## Enhancements in Multiselectdropdown
406
+ - Limiting chips to be shown functionality
407
+ - Frozen Data functionality
408
+ - Searchable functionality for nested multiselect variant
409
+
410
+ ## Other Changes
411
+ - Added onClose function as a prop in SidePanel
412
+
7
413
  ## [0.2.0] - 2025-02-19
8
414
  ### New Components Added
9
415
 
@@ -430,4 +836,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
430
836
  - Dropdown Component.
431
837
  - InfoCard Component.
432
838
  - Toast.
433
- - Input fields.
839
+ - Input fields.