@egovernments/digit-ui-libraries 1.9.4 → 1.9.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 +16 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.9.5] [14-May-2026]
|
|
4
|
+
|
|
5
|
+
### 🚀 New Features & Enhancements:
|
|
6
|
+
|
|
7
|
+
#### 📋 Modified Files:
|
|
8
|
+
- `packages/libraries/src/index.js`:
|
|
9
|
+
- Imported and registered `UserPreferencesService`
|
|
10
|
+
- `packages/libraries/src/hooks/hrms/useHRMSCount.js`:
|
|
11
|
+
- Added `filters` and `searchparams` arguments and included them in the query key
|
|
12
|
+
- `packages/libraries/src/services/elements/HRMS.js`:
|
|
13
|
+
- `count` method now accepts `filters` and `searchParams` and spreads them into request params
|
|
14
|
+
|
|
15
|
+
### Impact:
|
|
16
|
+
- Enables user preference management across DIGIT-UI modules through a shared service
|
|
17
|
+
- More accurate HRMS count queries with filter/search-aware caching
|
|
18
|
+
|
|
3
19
|
## [1.9.4] [10-March-2026]
|
|
4
20
|
|
|
5
21
|
### 🔧 Multi-Root Tenant Support Enhancement:
|