@egovernments/digit-ui-libraries 1.8.3 → 1.8.5

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,31 @@
1
+ # Changelog
2
+
3
+ ## [1.8.5] [26-Nov-2024]
4
+ - added new field util to generate field id
5
+
6
+ ## [1.8.4] [19-Nov-2024]
7
+ - Fixed the module stablity & new components integrated, sandbox enabled
8
+
9
+ ## [1.8.3]
10
+ -
11
+
12
+ ## [1.8.2-beta.7]
13
+ - Added select function support for mdms-v2 in useCustomMDMS hook
14
+
15
+ ## [1.8.2-beta.1]
16
+ - Formatted changelog file.
17
+
18
+ ## [1.8.1-beta.4]
19
+ - Enhanced to load screen even if mdms is failing
20
+
21
+ ## [1.8.1-beta.3]
22
+ - other fixes.
23
+
24
+ ## [1.8.1-beta.2]
25
+ - Enhanced `useCustomMdms` hook to support version 2 of MDMS API calls.
26
+
27
+ ## [1.8.1-beta.1]
28
+ - Added the README file.
29
+
30
+ ## [1.5.23]
31
+ - Base version.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <!-- TODO: update this -->
1
+
2
2
 
3
3
  # digit-ui-svg-components
4
4
 
@@ -52,17 +52,15 @@ const App = ({ deltaConfig, stateCode, cityCode, moduleCode }) => {
52
52
  export default App;
53
53
  ```
54
54
 
55
- ### Changelog
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.3 commented the renderTenantLogos logic due to multilogo rendered issue
59
- 1.8.2 Added mdms-v2 url & mdms v1 globalconfig MDMS_V1_CONTEXT_PATH to support both v1 and v2
60
- 1.8.1 Added logoutRedirectURL for mgramseva workbench
61
- 1.8.0 Released as part of workbench v1.0
62
- ```
63
61
 
64
62
  ### Published from DIGIT Frontend
65
- DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/master)
63
+ DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/develop)
66
64
 
67
65
  ### Contributors
68
66