@egovernments/digit-ui-components 0.2.2 → 0.2.3

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,406 @@ 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.3] - 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-rc.1] - 2025-10-23
176
+ ## Fix
177
+ - test build
178
+
179
+ ### [0.2.0-beta.100] - 2025-10-23
180
+ ## Fix
181
+ - test build
182
+
183
+ ### [0.2.0-beta.68] - 2025-10-17
184
+ ## Fix
185
+ - Removed Logout button from Hamburger if user not logged in.
186
+
187
+ ### [0.2.0-beta.67] - 2025-10-16
188
+ ## Fix
189
+ - Replaced employee with proper userType for actionLink in InboxSearchComposer
190
+
191
+ ### [0.2.0-beta.66] - 2025-09-12
192
+ ## Enhancement
193
+ - Added Pagination fixes for InboxSearchComposer
194
+
195
+ ### [0.2.0-beta.65] - 2025-08-20
196
+ ## Added Dependent Field Wrapper and Filter
197
+ - Added documentation
198
+
199
+ ### [0.2.0-beta.64] - 2025-08-05
200
+ ## Enhancement
201
+ - Added documentation
202
+
203
+ ### [0.2.0-beta.63] - 2025-08-05
204
+ ## Enhancement
205
+ - Submit button tag fixed
206
+
207
+ ### [0.2.0-beta.62] - 2025-08-05
208
+ ## Enhancement
209
+ - All buttons to have default logic to autogenerate unique html id attribute
210
+
211
+ ### [0.2.0-beta.61] - 2025-08-05
212
+ ## Enhancement
213
+ - Added validation and pattern prop for textinput in formcomposer
214
+
215
+ ### [0.2.0-beta.60] - 2025-08-05
216
+ ## Features
217
+ - Fixes for button unique identifier
218
+
219
+
220
+ ### [0.2.0-beta.51] - 2025-07-16
221
+ ## Features
222
+ - app-screen-builder bug bash fixes-> pop up data resetting
223
+
224
+ ### [0.2.0-beta.47] - 2025-07-11
225
+ ## Features
226
+ - Added app-screen-builder feature: Introduced a set of components and utilities for dynamic app configuration screens, including AppConfigurationWrapper, AppFieldComposer, AppFieldScreenWrapper, DrawerFieldComposer, and more.
227
+ - All UI component imports in app-screen-builder now use local atoms instead of package imports.
228
+ - Enhanced modularity and maintainability for app configuration flows.
229
+
230
+ ### [0.2.0-beta.44] - 2025-07-03
231
+ ## Enhancements
232
+ - Added disabled state for the toggle
233
+
234
+ ### [0.2.0-beta.43] - 2025-07-01
235
+ ## Enhancements
236
+ - Added Citizen form composer to render based on routes
237
+
238
+ ### [0.2.0-beta.42] - 2025-07-01
239
+ ## Enhancements
240
+ - Added loader in tag
241
+
242
+ ### [0.2.0-beta.41] - 2025-06-27
243
+ ## Enhancements
244
+ - Fixed pagination issue in ResultsTableWrapper(for inboxSearchComposer)
245
+
246
+ ### [0.2.0-beta.40] - 2025-06-24
247
+ ## Enhancements
248
+ - Fixed pagination issue in inbox search composer
249
+
250
+ ### [0.2.0-beta.39] - 2025-06-23
251
+ ## Enhancements
252
+ - Fixed show toast null issue for config change
253
+
254
+ ### [0.2.0-beta.38] - 2025-06-19
255
+ ## Enhancements
256
+ - Added min and max validation for date
257
+
258
+ ### [0.2.0-beta.37] - 2025-06-18
259
+ ## Enhancements
260
+ - Removed few logs & errors
261
+
262
+ ### [0.2.0-beta.36] - 2025-06-18
263
+ ## Enhancements
264
+ - added new date format
265
+
266
+ ### [0.2.0-beta.34] - 2025-06-12
267
+ ## Enhancements
268
+ - added vertical variant to toogle
269
+
270
+ ### [0.2.0-beta.33] - 2025-06-10
271
+ ## Enhancements
272
+ - added props to custom row component in results
273
+
274
+ ### [0.2.0-beta.32] - 2025-06-09
275
+ ## Enhancements
276
+ - updated svg
277
+
278
+ ### [0.2.0-beta.31] - 2025-06-09
279
+ ## Enhancements
280
+ - updated svg
281
+
282
+ ### [0.2.0-beta.30] - 2025-06-09
283
+ ## Enhancements
284
+ - fixed toogle disable prop to disable a particular option
285
+
286
+ ### [0.2.0-beta.29] - 2025-06-05
287
+ ## Enhancements
288
+ - Added toogle disbale prop to disable a particular option
289
+
290
+ ### [0.2.0-beta.28] - 2025-06-04
291
+ ## Enhancements
292
+ - Added icon props for formcomposer action buttons
293
+
294
+ ### [0.2.0-beta.27] - 2025-06-03
295
+ ## Enhancements
296
+ - Sending tabData as a prop to Custom Row Component
297
+
298
+ ### [0.2.0-beta.26] - 2025-06-02
299
+ ## Enhancements
300
+ - Added TabInactive Svg
301
+
302
+ ### [0.2.0-beta.25] - 2025-06-02
303
+ ## Enhancements
304
+ - Added mdms and t selection Tag
305
+
306
+ ### [0.2.0-beta.24] - 2025-06-02
307
+ ## Enhancements
308
+ - Added custom translation for radio button and selection Tag
309
+
310
+ ### [0.2.0-beta.23] - 2025-05-30
311
+ ## Enhancements
312
+ - Fixed Total Count value issue in Inbox
313
+
314
+ ### [0.2.0-beta.22] - 2025-05-30
315
+ ## Enhancements
316
+ - Adding Try/Catch Block onChange trigger for Date in TextInput
317
+
318
+ ### [0.2.0-beta.21] - 2025-05-30
319
+ ## Enhancements
320
+ - Commented unwanted onChange trigger for Date in TextInput
321
+ - Added custom Translation for FieldV1
322
+
323
+ ### [0.2.0-beta.20] - 2025-05-29
324
+ ## Enhancements
325
+ - Enhancement in InboxSearchComposer to accept custom row component
326
+
327
+ ### [0.2.0-beta.19] - 2025-05-22
328
+ ## Updates
329
+ - Added translation for filter card labels
330
+
331
+ ### [0.2.0-beta.18] - 2025-05-20
332
+ ## Updates
333
+ - Fixed logic issue is sidebar highlighting
334
+
335
+
336
+ ### [0.2.0-beta.17] - 2025-05-20
337
+ ## Updates
338
+ - Added custom highlighting logic in sidebar for sandbox-ui
339
+
340
+
341
+ ### [0.2.0-beta.16] - 2025-05-19
342
+ ## Updates
343
+ - Added url based highlighting in sidebar
344
+
345
+
346
+ ### [0.2.0-beta.14] - 2025-04-28
347
+ ## Updates
348
+ - Added `BoundaryFilter` HOC component to enable hierarchical administrative boundary selection.
349
+ - Allowed standalone rendering of the `BoundaryFilter` component.
350
+ - Integrated `BoundaryFilter` into `FormComposer` and `InboxSearchComposer` for boundary-based filtering.
351
+
352
+
353
+ ### [0.2.0-beta.13] - 2025-04-24
354
+ ## Updates
355
+ - CustomDropdown now supports MultiselectDropdown
356
+ - Added classname and styles for section subheader in form
357
+ - Removed unnecessary div if description orerror or charCount is not present
358
+
359
+ ### [0.2.0-beta.12] - 2025-04-16
360
+ ## Updates
361
+ - Fixed default data in form composer
362
+
363
+ ### [0.2.0-beta.11] - 2025-04-16
364
+ ## Updates
365
+ - Added classname in header and subHeader
366
+
367
+ ### [0.2.0-beta.8] - 2025-04-03
368
+ ## Updates
369
+ - Version Update for stability
370
+
371
+ ### [0.2.0-beta.7] - 2025-03-26
372
+ ## Enhancements & New features
373
+ ## Edit Row data within InboxSearchComposer within rows and with popups based on config
374
+ ## Added customizers support i.e., we don't need to mention functions in UICustomizations.js we can directly mention within component level
375
+
376
+ ### [0.2.0-beta.5] - 2025-03-26
377
+ ## Fixes
378
+ - Fixed Tab Functionality in InboxSearchComposer
379
+
380
+ ### [0.2.0-beta.3] - 2025-03-20
381
+ ## Fixes
382
+ - Fixed multiple calls issue in InboxSearchLinks
383
+ - Fixed onSubmit function for FilterCard
384
+
385
+ ### [0.2.0-beta.2] - 2025-03-13
386
+ ## Enhancements
387
+ - Multiselect Dropdown now supports adding limit for chips and onClick function
388
+
389
+ ## New Changes Added
390
+ - InboxSearchComposer now supports footer actions
391
+ - Updated the config structure for results table - inbox and search screens
392
+
393
+
394
+ ## [0.2.0-beta.1] - 2025-03-06
395
+ ## New Components Added
396
+ - ResultsDataTableWrapper and ResultsDataTable components were added
397
+ - Integrated InboxSearchComposer with ResultsDataTableWrapper
398
+
399
+ ## Enhancements in Multiselectdropdown
400
+ - Limiting chips to be shown functionality
401
+ - Frozen Data functionality
402
+ - Searchable functionality for nested multiselect variant
403
+
404
+ ## Other Changes
405
+ - Added onClose function as a prop in SidePanel
406
+
7
407
  ## [0.2.0] - 2025-02-19
8
408
  ### New Components Added
9
409
 
@@ -430,4 +830,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
430
830
  - Dropdown Component.
431
831
  - InfoCard Component.
432
832
  - Toast.
433
- - Input fields.
833
+ - Input fields.