@egovernments/digit-ui-libraries 1.8.17-rc19.1 → 1.8.17
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 +61 -0
- package/dist/index.js +1 -0
- package/package.json +19 -48
- package/dist/main.js +0 -3893
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [1.8.17] [26-Jun-2025]
|
|
4
|
+
- Checking useCustomAPIHook with the new version
|
|
5
|
+
|
|
6
|
+
## [1.8.16] [20-Jun-2025]
|
|
7
|
+
- Checking the new version due to corrupted local
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.8.15] [16-Jun-2025]
|
|
11
|
+
- provided download of alll data per schema & enable based on flag
|
|
12
|
+
- provided download of alll data per schema 'ENABLE_MDMS_BULK_DOWNLOAD'
|
|
13
|
+
|
|
14
|
+
## [1.8.14] [10-Jun-2025]
|
|
15
|
+
- integrated with updated version
|
|
16
|
+
|
|
17
|
+
## [1.8.13] [25-Apr-2025]
|
|
18
|
+
- Updated Custom mutation hook and usecutsomAPI hook to handle header and method in request.
|
|
19
|
+
|
|
20
|
+
## [1.8.11] [11-Mar-2025]
|
|
21
|
+
- Added new function to remove localisation cache
|
|
22
|
+
|
|
23
|
+
## [1.8.10] [21-Feb-2025]
|
|
24
|
+
- Publishing a new version for more stability & as part of Components Release
|
|
25
|
+
|
|
26
|
+
## [1.8.9] [1-Feb-2025]
|
|
27
|
+
- FEATURE/HCMPRE-1425 : Added the workbench module patches and Updated localisation search screen, and core module #2181
|
|
28
|
+
- Upgraded with new Components in core, workbench screens
|
|
29
|
+
|
|
30
|
+
## [1.8.8] [21-Jan-2025]
|
|
31
|
+
- 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.
|
|
32
|
+
|
|
33
|
+
## [1.8.5] [26-Nov-2024]
|
|
34
|
+
- added new field util to generate field id
|
|
35
|
+
|
|
36
|
+
## [1.8.4] [19-Nov-2024]
|
|
37
|
+
- Fixed the module stablity & new components integrated, sandbox enabled
|
|
38
|
+
|
|
39
|
+
## [1.8.3]
|
|
40
|
+
-
|
|
41
|
+
|
|
42
|
+
## [1.8.2-beta.7]
|
|
43
|
+
- Added select function support for mdms-v2 in useCustomMDMS hook
|
|
44
|
+
|
|
45
|
+
## [1.8.2-beta.1]
|
|
46
|
+
- Formatted changelog file.
|
|
47
|
+
|
|
48
|
+
## [1.8.1-beta.4]
|
|
49
|
+
- Enhanced to load screen even if mdms is failing
|
|
50
|
+
|
|
51
|
+
## [1.8.1-beta.3]
|
|
52
|
+
- other fixes.
|
|
53
|
+
|
|
54
|
+
## [1.8.1-beta.2]
|
|
55
|
+
- Enhanced `useCustomMdms` hook to support version 2 of MDMS API calls.
|
|
56
|
+
|
|
57
|
+
## [1.8.1-beta.1]
|
|
58
|
+
- Added the README file.
|
|
59
|
+
|
|
60
|
+
## [1.5.23]
|
|
61
|
+
- Base version.
|