@egovernments/digit-ui-module-core 1.8.1 → 1.8.2-beta.2

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 ADDED
@@ -0,0 +1,174 @@
1
+ # Changelog
2
+
3
+ ## 1.8.2-beta.2
4
+ - Updated LogoutDialog
5
+
6
+ ## 1.8.2-beta.1
7
+ - Fixed the jenkins build issue
8
+
9
+ ## 1.8.1-beta.23
10
+ - Added a new classname to homescreen classes.
11
+
12
+ ## 1.8.1-beta.21
13
+ - Updated Toast Component Props.
14
+
15
+ ## 1.8.1-beta.18
16
+ - Updated utilities module Kibana logic to support sidebar actions.
17
+
18
+ ## 1.8.1-beta.17
19
+ - Updated UI components: Toast, RemovableTag, and ErrorMessage.
20
+
21
+ ## 1.8.1-beta.16
22
+ - Updated library with spacers and CSS.
23
+ - Modified dropdown in UI components.
24
+
25
+ ## 1.8.1-beta.15
26
+ - Updated UI components dropdown option labels.
27
+ - Updated version of UI components and CSS.
28
+
29
+ ## 1.8.1-beta.14
30
+ - Updated UI components and CSS versions for dropdown option labels and toast info.
31
+
32
+ ## 1.8.1-beta.13
33
+ - Updated UI components and CSS versions.
34
+
35
+ ## 1.8.1-beta.12
36
+ - Used a new Primary constant color `#c84c0e`.
37
+ - **Note:** Use this version with CSS 1.8.1-beta.8, component 1.8.1-beta.15.
38
+
39
+ ## 1.8.1-beta.11
40
+ - Enhancements of components and CSS.
41
+
42
+ ## 1.8.1-beta.10
43
+ - Fixed login screen issue.
44
+
45
+ ## 1.8.1-beta.9
46
+ - Fixed stability issue.
47
+
48
+ ## 1.8.1-beta.8
49
+ - Enhanced to load screen even if MDMS is failing.
50
+
51
+ ## 1.8.1-beta.7
52
+ - Added custom support for all SVG icons to be used in the sidebar by specifying the icon as `svg:localairport` (svg:iconname).
53
+
54
+ ## 1.8.1-beta.6
55
+ - Resolved duplicacy issue in the Sidebar.
56
+
57
+ ## 1.8.1-beta.5
58
+ - Fixed Sidebar Path issue.
59
+
60
+ ## 1.8.1-beta.4
61
+ - Added a null check for homescreen landing issue.
62
+
63
+ ## 1.8.1-beta.3
64
+ - User profile back button fixes for mobile view.
65
+
66
+ ## 1.8.1-beta.2
67
+ - User profile Save and Change Password button fixes for mobile view.
68
+
69
+ ## 1.8.1-beta.1
70
+ - Republished after merging with Master due to version issues.
71
+
72
+ ## 1.8.0-beta.16
73
+ - Fixed the hardcoded logout message.
74
+
75
+ ## 1.8.0-beta.15
76
+ - Fixed the sidebar sort order issue.
77
+
78
+ ## 1.8.0-beta.14
79
+
80
+ ## 1.8.0-beta.13
81
+
82
+ ## 1.8.0-beta.12
83
+
84
+ ## 1.8.0-beta.11
85
+ - Republished due to some version issues.
86
+
87
+ ## 1.8.0-beta.10
88
+ - Constants updated for mgramsewa.
89
+
90
+ ## 1.8.0-beta.9
91
+ - Updated How It Works screen to take header from MDMS config and show PDF card only when required.
92
+
93
+ ## 1.8.0-beta.8
94
+ - Redefined additional component to render only under employee home page.
95
+
96
+ ## 1.8.0-beta.6
97
+ - Added additional component render for TQM modules.
98
+
99
+ ## 1.8.0
100
+ - Workbench v1.0.
101
+
102
+ ## 1.8.0-beta.5
103
+ - Fix for login screen alignments.
104
+
105
+ ## 1.8.0-beta.4
106
+ - Made the default localisation in global config.
107
+
108
+ ## 1.8.0-beta
109
+ - Workbench base version beta release.
110
+
111
+ ## 1.7.0
112
+ - Urban 2.9.
113
+
114
+ ## 1.6.0
115
+ - Urban 2.8.
116
+
117
+ ## 1.5.43
118
+ - Redirection issue fix in case of no roles in selected city.
119
+
120
+ ## 1.5.46
121
+ - Added classname for topbar options dropdown.
122
+
123
+ ## 1.5.45
124
+ - Alignment issue in edit and logout.
125
+
126
+ ## 1.5.44
127
+ - Updated login SCSS and alignment issues.
128
+
129
+ ## 1.5.42
130
+ - Fixed the MDMS call in login component for dynamic updating.
131
+
132
+ ## 1.5.41
133
+ - Updated the readme content.
134
+
135
+ ## 1.5.40
136
+ - Updated the login component to handle MDMS config, which can be accessed from master - `commonUiConfig` and module - `LoginConfig`.
137
+
138
+ ## 1.5.39
139
+ - Show the Toast when password changed and need to logout from profile page.
140
+
141
+ ## 1.5.38
142
+ - Enabled the admin mode for employee login which can be accessed through route `employee/user/login?mode=admin`.
143
+ - Updated to use `formcomposerv2`.
144
+
145
+ ## 1.5.37
146
+ - Fixed hiding upload drawer icons.
147
+
148
+ ## 1.5.36
149
+ - Fixed error when clicking on change password and then trying to save profile without changing the password.
150
+
151
+ ## 1.5.35
152
+ - Fixed user profile email being prefilled when clicking on change password.
153
+
154
+ ## 1.5.34
155
+ - Fixed module not found redirection issue.
156
+
157
+ ## 1.5.33
158
+ - Fixed payment not throwing error page for sanitation.
159
+
160
+ ## 1.5.32
161
+ - Fixed the localisation issue by adding translation to the keys.
162
+ - Fixed payment response issue for sanitation UI.
163
+
164
+ ## 1.5.31
165
+ - Fixed the all services screen back button for sanitation UI.
166
+
167
+ ## 1.5.30
168
+ - Fixed the home routing issue in error screen.
169
+
170
+ ## 1.5.29
171
+ - Added the readme file.
172
+
173
+ ## 1.5.28
174
+ - Fixed the route issue for profile screen.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <!-- TODO: update this -->
1
+
2
2
 
3
3
  # digit-ui-module-core
4
4
 
@@ -61,38 +61,26 @@ with
61
61
  .filter((opt) => (opt?.hasOwnProperty("active") ? opt.active : true))
62
62
 
63
63
  ```
64
+ * Digit.Utils.getDefaultLanguage()
64
65
 
65
- ### Changelog
66
+ ```
67
+ from 1.8.0 beta version add the following utility method in micro-ui/web/micro-ui-internals/packages/libraries/src/utils/index.js
68
+
69
+ const getDefaultLanguage = () => {
70
+ return `${getLocaleDefault()}_${getLocaleRegion()}`;
71
+ };
72
+
73
+ and add its related functions
66
74
 
67
- ```bash
68
- 1.8.1 sidebar null check fixes
69
- 1.8.0 workbench v1.0
70
- 1.8.0-beta.5 fix for login screen alignments
71
- 1.8.0-beta.4 made the default localisation in globalconfig
72
- 1.8.0-beta workbench base version beta release
73
- 1.7.0 urban 2.9
74
- 1.6.0 urban 2.8
75
- 1.5.43 redirection issue fix incase of no roles in selected city
76
- 1.5.46 added classname for topbar options dropdown.
77
- 1.5.45 aligment issue in edit and logout
78
- 1.5.44 updated login scss and alignment issues
79
- 1.5.42 fixed the mdms call in login component for dynamic updating
80
- 1.5.41 updated the readme content
81
- 1.5.40 Updated the login componenet to handle mdms config, which can be accessed from master - commonUiConfig and module - LoginConfig
82
- 1.5.39 Show the Toast when password changed and need to logout from profile page
83
- 1.5.38 enabled the admin mode for employee login which can be accessed through route employee/user/login?mode=admin and updated to use formcomposerv2
84
- 1.5.37 fixed hiding upload drawer icons.
85
- 1.5.36 fixed after clicking on change password and then try to save profile without changing password showing error.
86
- 1.5.35 fixed user profile email was prefilled when clicking on change password
87
- 1.5.34 fixed module not found redirection issue
88
- 1.5.33 fixed payment not throwing error page for sanitation
89
- 1.5.32 fixed the localisation issue by adding translation to the keys and fixed payment response issue for sanitation UI
90
- 1.5.31 fixed the allservices screen back button for sanitation UI
91
- 1.5.30 fixed the home routing issue in error screen
92
- 1.5.29 added the readme file
93
- 1.5.28 fixed the route issue for profile screen
94
75
  ```
95
76
 
77
+ ## Changelog
78
+
79
+ ### Summary for Version [1.8.2-beta.1] - 2024-06-05
80
+
81
+ For a detailed changelog, see the [CHANGELOG.md](./CHANGELOG.md) file.
82
+
83
+
96
84
  ### Contributors
97
85
 
98
86
  [jagankumar-egov] [nipunarora-eGov] [Tulika-eGov] [Ramkrishna-egov] [nabeelmd-eGov] [anil-egov] [vamshikrishnakole-wtt-egov]
@@ -107,7 +95,7 @@ Documentation Site (https://core.digit.org/guides/developer-guide/ui-developer-g
107
95
 
108
96
 
109
97
  ### Published from DIGIT Frontend
110
- DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/master)
98
+ DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/develop)
111
99
 
112
100
 
113
101
  ![Logo](https://s3.ap-south-1.amazonaws.com/works-dev-asset/mseva-white-logo.png)