@egovernments/digit-ui-module-core 1.9.1-beta.8 → 1.9.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 +473 -0
- package/README.md +259 -48
- package/dist/SandboxHeader~RcKPuYoO.svg +11 -0
- package/dist/index.js +1 -16
- package/package.json +8 -11
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,473 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [1.9.0] [07-November-2025]
|
|
4
|
+
-Citizen side api changes to /health-individual for user registration
|
|
5
|
+
-Forgot password ui changes from mobile number to username
|
|
6
|
+
|
|
7
|
+
## [1.9.0] [28-October-2025]
|
|
8
|
+
|
|
9
|
+
### 🚀 Major Feature Release - Enhanced Authentication & Multi-Tenant Support
|
|
10
|
+
|
|
11
|
+
#### 🔐 Complete Authentication System Overhaul:
|
|
12
|
+
- **Login v2 System**: New Login-v2 module with enhanced security and UX
|
|
13
|
+
- Advanced configuration system with config-v2.js
|
|
14
|
+
- Email and mobile number login flows with pattern validation
|
|
15
|
+
- OTP customization with OtpCustomComponent
|
|
16
|
+
- SignUp v2 with improved validation and user experience
|
|
17
|
+
- **Enhanced OTP System**:
|
|
18
|
+
- New Otp module with advanced customization options
|
|
19
|
+
- Better error handling and validation
|
|
20
|
+
- Support for email-based OTP verification
|
|
21
|
+
- **Carousel Login Experience**:
|
|
22
|
+
- New Carousel component for interactive login screens
|
|
23
|
+
- Dynamic banner rendering with conditional logic
|
|
24
|
+
- Improved visual hierarchy and user guidance
|
|
25
|
+
|
|
26
|
+
#### 🏢 Multi-Tenant & Configuration Features:
|
|
27
|
+
- **Advanced Multi-Tenant Support**:
|
|
28
|
+
- `OVERRIDE_ROOT_TENANT_WITH_LOGGEDIN_TENANT` global config flag
|
|
29
|
+
- Enhanced ULB service for dynamic tenant switching
|
|
30
|
+
- Tenant-specific logo support with `logoUrlWhite` option
|
|
31
|
+
- Improved tenant context management across sessions
|
|
32
|
+
- **Landing Page Configuration**:
|
|
33
|
+
- New LandingPageConfig.js for customizable home screens
|
|
34
|
+
- Role-based employee home pages with RoleBasedEmployeeHome component
|
|
35
|
+
- Configurable default landing pages (`defaultLanding` parameter)
|
|
36
|
+
- **User Type Restrictions**:
|
|
37
|
+
- `allowedUserTypes` parameter for controlling access (citizen/employee)
|
|
38
|
+
- Enhanced routing based on user permissions
|
|
39
|
+
- Better security through access control
|
|
40
|
+
|
|
41
|
+
#### 🎨 New UI Components & Features:
|
|
42
|
+
- **SandBox Integration**:
|
|
43
|
+
- New SandBoxHeader component with dedicated styling
|
|
44
|
+
- SandboxHeader.svg for branding consistency
|
|
45
|
+
- Sandbox-specific routing and configuration
|
|
46
|
+
- **Enhanced Error Handling**:
|
|
47
|
+
- CustomErrorComponent for better error messaging
|
|
48
|
+
- DummyLoader component for improved loading states
|
|
49
|
+
- Better error boundary management
|
|
50
|
+
- **Privacy & Compliance**:
|
|
51
|
+
- New PrivacyComponent for GDPR/privacy compliance
|
|
52
|
+
- Enhanced consent management
|
|
53
|
+
- Configurable privacy policies
|
|
54
|
+
- **Utility Components**:
|
|
55
|
+
- ImageComponent for optimized image handling
|
|
56
|
+
- ForgotOrganizationTooltip for better user guidance
|
|
57
|
+
- LoginSignupSelector for streamlined access
|
|
58
|
+
|
|
59
|
+
#### 🔧 Advanced Hooks & Configuration:
|
|
60
|
+
- **New Custom Hooks**:
|
|
61
|
+
- useLoginConfig: MDMS-based login configuration management
|
|
62
|
+
- useTenantConfigSearch: Advanced tenant search and filtering
|
|
63
|
+
- Enhanced authentication state management
|
|
64
|
+
- **Configuration Management**:
|
|
65
|
+
- MDMS-based login screen configuration
|
|
66
|
+
- Module-specific privacy and compliance settings
|
|
67
|
+
- Dynamic component loading based on tenant settings
|
|
68
|
+
|
|
69
|
+
#### 📱 Enhanced Mobile & Responsive Features:
|
|
70
|
+
- **Improved Mobile Experience**:
|
|
71
|
+
- Better responsive design for login flows
|
|
72
|
+
- Enhanced mobile-specific validations
|
|
73
|
+
- Improved touch interactions
|
|
74
|
+
- **Search Enhancements**:
|
|
75
|
+
- Enhanced MobileSearchApplication component
|
|
76
|
+
- Better search field configurations
|
|
77
|
+
- Improved search result handling
|
|
78
|
+
|
|
79
|
+
#### 🔄 App Architecture Improvements:
|
|
80
|
+
- **Enhanced App.js**:
|
|
81
|
+
- Support for additional components injection
|
|
82
|
+
- Better route management with conditional rendering
|
|
83
|
+
- Enhanced props passing for customization
|
|
84
|
+
- **Module System Enhancement**:
|
|
85
|
+
- Better AppModules component with additional component support
|
|
86
|
+
- Enhanced module loading and initialization
|
|
87
|
+
- Improved error handling in module registration
|
|
88
|
+
|
|
89
|
+
#### 🛡️ Security & Validation:
|
|
90
|
+
- **Enhanced Validation**:
|
|
91
|
+
- Pattern validation for email and mobile numbers
|
|
92
|
+
- Improved password security requirements
|
|
93
|
+
- Better input sanitization
|
|
94
|
+
- **Access Control**:
|
|
95
|
+
- Role-based access restrictions
|
|
96
|
+
- Enhanced permission checking
|
|
97
|
+
- Better security for sensitive operations
|
|
98
|
+
|
|
99
|
+
### Technical Updates:
|
|
100
|
+
- Enhanced CitizenSideBar and EmployeeSideBar components
|
|
101
|
+
- Improved TopBarSideBar integration
|
|
102
|
+
- Better state management across authentication flows
|
|
103
|
+
- Enhanced error boundary implementations
|
|
104
|
+
- Improved logo management with dual logo support
|
|
105
|
+
|
|
106
|
+
### Global Config Integration:
|
|
107
|
+
- `OVERRIDE_ROOT_TENANT_WITH_LOGGEDIN_TENANT`: Multi-tenant context switching
|
|
108
|
+
- `allowedUserTypes`: User access control
|
|
109
|
+
- `defaultLanding`: Customizable landing page routing
|
|
110
|
+
- MDMS-based configuration for login, privacy, and module settings
|
|
111
|
+
|
|
112
|
+
## [1.9.0-rc2] [27-Oct-2025]
|
|
113
|
+
- Test Build for release after master merge
|
|
114
|
+
|
|
115
|
+
## [1.9.0-rc1] [27-Oct-2025]
|
|
116
|
+
- Test Build for release
|
|
117
|
+
|
|
118
|
+
## [1.8.57] [28-October-2025]
|
|
119
|
+
|
|
120
|
+
### New Features:
|
|
121
|
+
- **Multi-Tenant Support Enhancement**:
|
|
122
|
+
- Added support for `OVERRIDE_ROOT_TENANT_WITH_LOGGEDIN_TENANT` global config flag
|
|
123
|
+
- Enables better multi-tenant use cases
|
|
124
|
+
- Improved tenant context switching logic
|
|
125
|
+
- **Logo Fixes**:
|
|
126
|
+
- Fixed logo rendering issues in header
|
|
127
|
+
- Updated logo URL configurations
|
|
128
|
+
- **Login Flow Improvements**:
|
|
129
|
+
- Enhanced tenant selection flow
|
|
130
|
+
- Better state management for logged-in tenant context
|
|
131
|
+
|
|
132
|
+
### Technical Updates:
|
|
133
|
+
- Updated ULB service to handle override tenant configurations
|
|
134
|
+
- Improved state management for tenant switching
|
|
135
|
+
- Enhanced error handling in login flow
|
|
136
|
+
|
|
137
|
+
### Global Config Integration:
|
|
138
|
+
- Supports new flag: `OVERRIDE_ROOT_TENANT_WITH_LOGGEDIN_TENANT`
|
|
139
|
+
- Backward compatible with existing tenant configurations
|
|
140
|
+
|
|
141
|
+
## [1.8.55] [8th-Oct-2025]
|
|
142
|
+
- Updated the email and mobilenumber login flow with pattern validation, link instead of toggle and state management fixes
|
|
143
|
+
|
|
144
|
+
## [1.8.54] [8th-Oct-2025]
|
|
145
|
+
- Updated the validation for email, css fix and email sending in payload while otp flow
|
|
146
|
+
|
|
147
|
+
## [1.8.53] [8th-Oct-2025]
|
|
148
|
+
- Added dynamicLoginComponent (custom) to be displayed below login card
|
|
149
|
+
|
|
150
|
+
## [1.8.52] [7th-Oct-2025]
|
|
151
|
+
- Added fix for privacy policy error
|
|
152
|
+
|
|
153
|
+
## [1.8.51] [6th-Oct-2025]
|
|
154
|
+
- Added the redirection fix in citizen side after login and max length fix for mobile number
|
|
155
|
+
|
|
156
|
+
## [1.8.50] [3rd-Oct-2025]
|
|
157
|
+
- updated the citizen home page to not to filter the cards using module, directly show citizen menu details
|
|
158
|
+
|
|
159
|
+
## [1.8.49] [22-Sep-2025]
|
|
160
|
+
- updated the login componenet to handle email based login
|
|
161
|
+
|
|
162
|
+
## [1.8.47] [22-Sep-2025]
|
|
163
|
+
- Carousel Transitions Added, OTP Page Text bold and minor ui tweeks
|
|
164
|
+
|
|
165
|
+
## [1.8.46] [13-Sep-2025]
|
|
166
|
+
- Added new logic for language selection page
|
|
167
|
+
|
|
168
|
+
## [1.8.44] [15-July-2025]
|
|
169
|
+
- Citizen login page continue button added
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
## [1.8.43] [26-June-2025]
|
|
173
|
+
- Login and SignUp Pages UI for Sandbox is updated
|
|
174
|
+
- Sandbox Product Details Page Updated
|
|
175
|
+
|
|
176
|
+
## [1.8.42] [18-Jun-2025]
|
|
177
|
+
- Updated the loader logic in login page
|
|
178
|
+
|
|
179
|
+
## [1.8.41] [12-Jun-2025]
|
|
180
|
+
- Introduced new hook useLoginConfig for mdms call
|
|
181
|
+
|
|
182
|
+
## [1.8.40] [11-Jun-2025]
|
|
183
|
+
- Added module name config for login and privacy screen
|
|
184
|
+
|
|
185
|
+
## [1.8.39] [11-Jun-2025]
|
|
186
|
+
- integrated with updated version
|
|
187
|
+
|
|
188
|
+
## [1.8.38] - [06-June-2025]
|
|
189
|
+
- Added Fragment wherever required as older version of react doesn't support <></>
|
|
190
|
+
PrivateRoute is using `component as a prop in index.js file
|
|
191
|
+
|
|
192
|
+
## [1.8.37] - [04-June-2025]
|
|
193
|
+
- Added an additional component Carousel.js
|
|
194
|
+
config updated as per additional carousel component
|
|
195
|
+
Updated FormComposer usage in login.js with conditional banner rendering.
|
|
196
|
+
Leveraged newly added class .login-form-container for styling the Login page.
|
|
197
|
+
|
|
198
|
+
## [1.8.36] [27-May-2025]
|
|
199
|
+
- FEATURE/CCSD-216 : Privacy component alignment changes
|
|
200
|
+
|
|
201
|
+
## [1.8.33] [9-April-2025]
|
|
202
|
+
- FEATURE/CCSD-57 :Sandbox Changes
|
|
203
|
+
|
|
204
|
+
## [1.8.32] [10-Mar-2025]
|
|
205
|
+
- FEATURE/DUCE-0246 :Userprofile password trimming
|
|
206
|
+
|
|
207
|
+
## [1.8.31] [10-Mar-2025]
|
|
208
|
+
- FEATURE/DUCE-246 :Login page username and password trimming
|
|
209
|
+
|
|
210
|
+
## [1.8.30] [07-Mar-2025]
|
|
211
|
+
- BUGFIX/DUCE-243 : Updated breadcrumb and regex validation mapping in user profile
|
|
212
|
+
|
|
213
|
+
## [1.8.28] [27-Feb-2025]
|
|
214
|
+
- BUGFIX/SN-162 : Citizen sms otp fix
|
|
215
|
+
|
|
216
|
+
## [1.8.28] [27-Feb-2025]
|
|
217
|
+
- BUGFIX/SN-162 : Citizen otp fix in the Login page.
|
|
218
|
+
|
|
219
|
+
## [1.8.26] [21-Feb-2025]
|
|
220
|
+
- Publishing a new version for more stability & as part of Components Release
|
|
221
|
+
|
|
222
|
+
## [1.8.25] [13-Feb-2025]
|
|
223
|
+
- Added id prop for Privacy Component Checkbox
|
|
224
|
+
|
|
225
|
+
## [1.8.24] [3-Feb-2025]
|
|
226
|
+
- Fixed core issues and related found in PGR Ethopia demo
|
|
227
|
+
|
|
228
|
+
## [1.8.23] [3-Feb-2025]
|
|
229
|
+
- FEATURE/HCMPRE-1852 : POC for single landing ui for users added extra route for no-top-bar/employee
|
|
230
|
+
|
|
231
|
+
## [1.8.22] [3-Feb-2025]
|
|
232
|
+
- FEATURE/HCMPRE-2208 : Fixed some loader component issue
|
|
233
|
+
- added new prop called allowedUserTypes to restrict any user type if needed
|
|
234
|
+
|
|
235
|
+
## [1.8.21] [1-Feb-2025]
|
|
236
|
+
- FEATURE/HCMPRE-1425 : Added the workbench module patches and Updated localisation search screen, and core module #2181
|
|
237
|
+
- Upgraded with new Components in core, workbench screens
|
|
238
|
+
|
|
239
|
+
## [1.8.19] [23-Jan-2025]
|
|
240
|
+
- Fixed import issues of new ui-components
|
|
241
|
+
|
|
242
|
+
## [1.8.18] [23-Jan-2025]
|
|
243
|
+
- FIxed some of FEATURE/HCMPRE-1852 :: Fixed some console logs
|
|
244
|
+
|
|
245
|
+
## [1.8.17] [23-Jan-2025]
|
|
246
|
+
- FIxed some of FEATURE/HCMPRE-1852 :: accessibility issues of dropdown & checkbox(#2120)
|
|
247
|
+
|
|
248
|
+
## [1.8.16] [23-Jan-2025]
|
|
249
|
+
- FIxed some of FEATURE/HCMPRE-1852 :: accessibility issues of image(#2120)
|
|
250
|
+
|
|
251
|
+
## [1.8.15] [21-Jan-2025]
|
|
252
|
+
- Removed support for any new context path to have employee linked in the url.To use this,the new context path should be linked with employee.
|
|
253
|
+
|
|
254
|
+
## [1.8.13] [16-Dec-2024]
|
|
255
|
+
- Made validations for name, mobile number, and password fields in user profile update screen configurable through MDMS data
|
|
256
|
+
- Implemented dynamic regex validation for profile updates based on MDMS data
|
|
257
|
+
- Added support for custom regex patterns through `UserProfileValidationConfig`
|
|
258
|
+
- Example MDMS data: https://github.com/egovernments/egov-mdms-data/blob/UNIFIED-QA/data/mz/commonUIConfig/UserProfileValidationConfig.json
|
|
259
|
+
|
|
260
|
+
## [1.8.11] [26-Nov-2024]
|
|
261
|
+
- Republished with new component version incremented
|
|
262
|
+
|
|
263
|
+
## [1.8.10] [19-Nov-2024]
|
|
264
|
+
- Fixed the module stablity & new components integrated republihsing the same due to component version issue,
|
|
265
|
+
|
|
266
|
+
## [1.8.3]
|
|
267
|
+
- Fixed the module stablity & new components integrated, sandbox enabled
|
|
268
|
+
|
|
269
|
+
## 1.8.2-beta.27
|
|
270
|
+
- Integrated new Landingpage card component & its wrapper
|
|
271
|
+
|
|
272
|
+
## 1.8.2-beta.17
|
|
273
|
+
- Integrated new topbar,sidebar and hambuger
|
|
274
|
+
|
|
275
|
+
## 1.8.2-beta.12
|
|
276
|
+
- Updated the css
|
|
277
|
+
|
|
278
|
+
## 1.8.2-beta.11
|
|
279
|
+
- Changed the policy schema
|
|
280
|
+
|
|
281
|
+
## 1.8.2-beta.10
|
|
282
|
+
- Enchanced Privacy component for table of contents
|
|
283
|
+
|
|
284
|
+
## 1.8.2-beta.9
|
|
285
|
+
- Added classname for languageselection
|
|
286
|
+
|
|
287
|
+
## 1.8.2-beta.8
|
|
288
|
+
- Fixed header logout issue
|
|
289
|
+
|
|
290
|
+
## 1.8.2-beta.7
|
|
291
|
+
- Added privacy component in mdms
|
|
292
|
+
|
|
293
|
+
## 1.8.2-beta.6
|
|
294
|
+
- Fixed forgot password link
|
|
295
|
+
|
|
296
|
+
## 1.8.2-beta.5
|
|
297
|
+
- Added Privacy Component(Don't use beta.4 has issues)
|
|
298
|
+
|
|
299
|
+
## 1.8.2-beta.4
|
|
300
|
+
- Added Privacy Component
|
|
301
|
+
|
|
302
|
+
## 1.8.2-beta.2
|
|
303
|
+
- Updated LogoutDialog
|
|
304
|
+
|
|
305
|
+
## 1.8.2-beta.1
|
|
306
|
+
- Fixed the jenkins build issue
|
|
307
|
+
|
|
308
|
+
## 1.8.1-beta.23
|
|
309
|
+
- Added a new classname to homescreen classes.
|
|
310
|
+
|
|
311
|
+
## 1.8.1-beta.21
|
|
312
|
+
- Updated Toast Component Props.
|
|
313
|
+
|
|
314
|
+
## 1.8.1-beta.18
|
|
315
|
+
- Updated utilities module Kibana logic to support sidebar actions.
|
|
316
|
+
|
|
317
|
+
## 1.8.1-beta.17
|
|
318
|
+
- Updated UI components: Toast, RemovableTag, and ErrorMessage.
|
|
319
|
+
|
|
320
|
+
## 1.8.1-beta.16
|
|
321
|
+
- Updated library with spacers and CSS.
|
|
322
|
+
- Modified dropdown in UI components.
|
|
323
|
+
|
|
324
|
+
## 1.8.1-beta.15
|
|
325
|
+
- Updated UI components dropdown option labels.
|
|
326
|
+
- Updated version of UI components and CSS.
|
|
327
|
+
|
|
328
|
+
## 1.8.1-beta.14
|
|
329
|
+
- Updated UI components and CSS versions for dropdown option labels and toast info.
|
|
330
|
+
|
|
331
|
+
## 1.8.1-beta.13
|
|
332
|
+
- Updated UI components and CSS versions.
|
|
333
|
+
|
|
334
|
+
## 1.8.1-beta.12
|
|
335
|
+
- Used a new Primary constant color `#c84c0e`.
|
|
336
|
+
- **Note:** Use this version with CSS 1.8.1-beta.8, component 1.8.1-beta.15.
|
|
337
|
+
|
|
338
|
+
## 1.8.1-beta.11
|
|
339
|
+
- Enhancements of components and CSS.
|
|
340
|
+
|
|
341
|
+
## 1.8.1-beta.10
|
|
342
|
+
- Fixed login screen issue.
|
|
343
|
+
|
|
344
|
+
## 1.8.1-beta.9
|
|
345
|
+
- Fixed stability issue.
|
|
346
|
+
|
|
347
|
+
## 1.8.1-beta.8
|
|
348
|
+
- Enhanced to load screen even if MDMS is failing.
|
|
349
|
+
|
|
350
|
+
## 1.8.1-beta.7
|
|
351
|
+
- Added custom support for all SVG icons to be used in the sidebar by specifying the icon as `svg:localairport` (svg:iconname).
|
|
352
|
+
|
|
353
|
+
## 1.8.1-beta.6
|
|
354
|
+
- Resolved duplicacy issue in the Sidebar.
|
|
355
|
+
|
|
356
|
+
## 1.8.1-beta.5
|
|
357
|
+
- Fixed Sidebar Path issue.
|
|
358
|
+
|
|
359
|
+
## 1.8.1-beta.4
|
|
360
|
+
- Added a null check for homescreen landing issue.
|
|
361
|
+
|
|
362
|
+
## 1.8.1-beta.3
|
|
363
|
+
- User profile back button fixes for mobile view.
|
|
364
|
+
|
|
365
|
+
## 1.8.1-beta.2
|
|
366
|
+
- User profile Save and Change Password button fixes for mobile view.
|
|
367
|
+
|
|
368
|
+
## 1.8.1-beta.1
|
|
369
|
+
- Republished after merging with Master due to version issues.
|
|
370
|
+
|
|
371
|
+
## 1.8.0-beta.16
|
|
372
|
+
- Fixed the hardcoded logout message.
|
|
373
|
+
|
|
374
|
+
## 1.8.0-beta.15
|
|
375
|
+
- Fixed the sidebar sort order issue.
|
|
376
|
+
|
|
377
|
+
## 1.8.0-beta.14
|
|
378
|
+
|
|
379
|
+
## 1.8.0-beta.13
|
|
380
|
+
|
|
381
|
+
## 1.8.0-beta.12
|
|
382
|
+
|
|
383
|
+
## 1.8.0-beta.11
|
|
384
|
+
- Republished due to some version issues.
|
|
385
|
+
|
|
386
|
+
## 1.8.0-beta.10
|
|
387
|
+
- Constants updated for mgramsewa.
|
|
388
|
+
|
|
389
|
+
## 1.8.0-beta.9
|
|
390
|
+
- Updated How It Works screen to take header from MDMS config and show PDF card only when required.
|
|
391
|
+
|
|
392
|
+
## 1.8.0-beta.8
|
|
393
|
+
- Redefined additional component to render only under employee home page.
|
|
394
|
+
|
|
395
|
+
## 1.8.0-beta.6
|
|
396
|
+
- Added additional component render for TQM modules.
|
|
397
|
+
|
|
398
|
+
## 1.8.0
|
|
399
|
+
- Workbench v1.0.
|
|
400
|
+
|
|
401
|
+
## 1.8.0-beta.5
|
|
402
|
+
- Fix for login screen alignments.
|
|
403
|
+
|
|
404
|
+
## 1.8.0-beta.4
|
|
405
|
+
- Made the default localisation in global config.
|
|
406
|
+
|
|
407
|
+
## 1.8.0-beta
|
|
408
|
+
- Workbench base version beta release.
|
|
409
|
+
|
|
410
|
+
## 1.7.0
|
|
411
|
+
- Urban 2.9.
|
|
412
|
+
|
|
413
|
+
## 1.6.0
|
|
414
|
+
- Urban 2.8.
|
|
415
|
+
|
|
416
|
+
## 1.5.43
|
|
417
|
+
- Redirection issue fix in case of no roles in selected city.
|
|
418
|
+
|
|
419
|
+
## 1.5.46
|
|
420
|
+
- Added classname for topbar options dropdown.
|
|
421
|
+
|
|
422
|
+
## 1.5.45
|
|
423
|
+
- Alignment issue in edit and logout.
|
|
424
|
+
|
|
425
|
+
## 1.5.44
|
|
426
|
+
- Updated login SCSS and alignment issues.
|
|
427
|
+
|
|
428
|
+
## 1.5.42
|
|
429
|
+
- Fixed the MDMS call in login component for dynamic updating.
|
|
430
|
+
|
|
431
|
+
## 1.5.41
|
|
432
|
+
- Updated the readme content.
|
|
433
|
+
|
|
434
|
+
## 1.5.40
|
|
435
|
+
- Updated the login component to handle MDMS config, which can be accessed from master - `commonUiConfig` and module - `LoginConfig`.
|
|
436
|
+
|
|
437
|
+
## 1.5.39
|
|
438
|
+
- Show the Toast when password changed and need to logout from profile page.
|
|
439
|
+
|
|
440
|
+
## 1.5.38
|
|
441
|
+
- Enabled the admin mode for employee login which can be accessed through route `employee/user/login?mode=admin`.
|
|
442
|
+
- Updated to use `formcomposerv2`.
|
|
443
|
+
|
|
444
|
+
## 1.5.37
|
|
445
|
+
- Fixed hiding upload drawer icons.
|
|
446
|
+
|
|
447
|
+
## 1.5.36
|
|
448
|
+
- Fixed error when clicking on change password and then trying to save profile without changing the password.
|
|
449
|
+
|
|
450
|
+
## 1.5.35
|
|
451
|
+
- Fixed user profile email being prefilled when clicking on change password.
|
|
452
|
+
|
|
453
|
+
## 1.5.34
|
|
454
|
+
- Fixed module not found redirection issue.
|
|
455
|
+
|
|
456
|
+
## 1.5.33
|
|
457
|
+
- Fixed payment not throwing error page for sanitation.
|
|
458
|
+
|
|
459
|
+
## 1.5.32
|
|
460
|
+
- Fixed the localisation issue by adding translation to the keys.
|
|
461
|
+
- Fixed payment response issue for sanitation UI.
|
|
462
|
+
|
|
463
|
+
## 1.5.31
|
|
464
|
+
- Fixed the all services screen back button for sanitation UI.
|
|
465
|
+
|
|
466
|
+
## 1.5.30
|
|
467
|
+
- Fixed the home routing issue in error screen.
|
|
468
|
+
|
|
469
|
+
## 1.5.29
|
|
470
|
+
- Added the readme file.
|
|
471
|
+
|
|
472
|
+
## 1.5.28
|
|
473
|
+
- Fixed the route issue for profile screen.
|