@egovernments/digit-ui-module-core 1.8.2-beta.2 → 1.8.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/README.md +31 -18
- package/dist/index.js +1 -1
- package/package.json +2 -3
- package/CHANGELOG.md +0 -174
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- TODO: update this -->
|
|
2
2
|
|
|
3
3
|
# digit-ui-module-core
|
|
4
4
|
|
|
@@ -61,26 +61,39 @@ with
|
|
|
61
61
|
.filter((opt) => (opt?.hasOwnProperty("active") ? opt.active : true))
|
|
62
62
|
|
|
63
63
|
```
|
|
64
|
-
* Digit.Utils.getDefaultLanguage()
|
|
65
|
-
|
|
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
64
|
|
|
73
|
-
|
|
65
|
+
### Changelog
|
|
74
66
|
|
|
67
|
+
```bash
|
|
68
|
+
1.8.2 build issue fix due to ajv library
|
|
69
|
+
1.8.1 sidebar null check fixes
|
|
70
|
+
1.8.0 workbench v1.0
|
|
71
|
+
1.8.0-beta.5 fix for login screen alignments
|
|
72
|
+
1.8.0-beta.4 made the default localisation in globalconfig
|
|
73
|
+
1.8.0-beta workbench base version beta release
|
|
74
|
+
1.7.0 urban 2.9
|
|
75
|
+
1.6.0 urban 2.8
|
|
76
|
+
1.5.43 redirection issue fix incase of no roles in selected city
|
|
77
|
+
1.5.46 added classname for topbar options dropdown.
|
|
78
|
+
1.5.45 aligment issue in edit and logout
|
|
79
|
+
1.5.44 updated login scss and alignment issues
|
|
80
|
+
1.5.42 fixed the mdms call in login component for dynamic updating
|
|
81
|
+
1.5.41 updated the readme content
|
|
82
|
+
1.5.40 Updated the login componenet to handle mdms config, which can be accessed from master - commonUiConfig and module - LoginConfig
|
|
83
|
+
1.5.39 Show the Toast when password changed and need to logout from profile page
|
|
84
|
+
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
|
|
85
|
+
1.5.37 fixed hiding upload drawer icons.
|
|
86
|
+
1.5.36 fixed after clicking on change password and then try to save profile without changing password showing error.
|
|
87
|
+
1.5.35 fixed user profile email was prefilled when clicking on change password
|
|
88
|
+
1.5.34 fixed module not found redirection issue
|
|
89
|
+
1.5.33 fixed payment not throwing error page for sanitation
|
|
90
|
+
1.5.32 fixed the localisation issue by adding translation to the keys and fixed payment response issue for sanitation UI
|
|
91
|
+
1.5.31 fixed the allservices screen back button for sanitation UI
|
|
92
|
+
1.5.30 fixed the home routing issue in error screen
|
|
93
|
+
1.5.29 added the readme file
|
|
94
|
+
1.5.28 fixed the route issue for profile screen
|
|
75
95
|
```
|
|
76
96
|
|
|
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
|
-
|
|
84
97
|
### Contributors
|
|
85
98
|
|
|
86
99
|
[jagankumar-egov] [nipunarora-eGov] [Tulika-eGov] [Ramkrishna-egov] [nabeelmd-eGov] [anil-egov] [vamshikrishnakole-wtt-egov]
|
|
@@ -95,7 +108,7 @@ Documentation Site (https://core.digit.org/guides/developer-guide/ui-developer-g
|
|
|
95
108
|
|
|
96
109
|
|
|
97
110
|
### Published from DIGIT Frontend
|
|
98
|
-
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/
|
|
111
|
+
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/master)
|
|
99
112
|
|
|
100
113
|
|
|
101
114
|

|