@egovernments/digit-ui-libraries 1.8.2 → 1.8.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 +28 -0
- package/README.md +7 -8
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [1.8.4]
|
|
4
|
+
- Fixed the module stablity & new components integrated, sandbox enabled
|
|
5
|
+
|
|
6
|
+
## [1.8.3]
|
|
7
|
+
-
|
|
8
|
+
|
|
9
|
+
## [1.8.2-beta.7]
|
|
10
|
+
- Added select function support for mdms-v2 in useCustomMDMS hook
|
|
11
|
+
|
|
12
|
+
## [1.8.2-beta.1]
|
|
13
|
+
- Formatted changelog file.
|
|
14
|
+
|
|
15
|
+
## [1.8.1-beta.4]
|
|
16
|
+
- Enhanced to load screen even if mdms is failing
|
|
17
|
+
|
|
18
|
+
## [1.8.1-beta.3]
|
|
19
|
+
- other fixes.
|
|
20
|
+
|
|
21
|
+
## [1.8.1-beta.2]
|
|
22
|
+
- Enhanced `useCustomMdms` hook to support version 2 of MDMS API calls.
|
|
23
|
+
|
|
24
|
+
## [1.8.1-beta.1]
|
|
25
|
+
- Added the README file.
|
|
26
|
+
|
|
27
|
+
## [1.5.23]
|
|
28
|
+
- Base version.
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
|
|
3
3
|
# digit-ui-svg-components
|
|
4
4
|
|
|
@@ -52,16 +52,15 @@ const App = ({ deltaConfig, stateCode, cityCode, moduleCode }) => {
|
|
|
52
52
|
export default App;
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
## Changelog
|
|
56
|
+
|
|
57
|
+
### Summary for Version [1.8.2-beta.1] - 2024-06-05
|
|
58
|
+
|
|
59
|
+
For a detailed changelog, see the [CHANGELOG.md](./CHANGELOG.md) file.
|
|
56
60
|
|
|
57
|
-
```bash
|
|
58
|
-
1.8.2 Added mdms-v2 url & mdms v1 globalconfig MDMS_V1_CONTEXT_PATH to support both v1 and v2
|
|
59
|
-
1.8.1 Added logoutRedirectURL for mgramseva workbench
|
|
60
|
-
1.8.0 Released as part of workbench v1.0
|
|
61
|
-
```
|
|
62
61
|
|
|
63
62
|
### Published from DIGIT Frontend
|
|
64
|
-
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/
|
|
63
|
+
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/develop)
|
|
65
64
|
|
|
66
65
|
### Contributors
|
|
67
66
|
|