@egovernments/digit-ui-module-core 1.9.14 → 1.9.15
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 +11 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.9.15] [18-MAR-2026]
|
|
4
|
+
- Package Publish Core Version 1.9.15
|
|
5
|
+
- **Feature**: Added preferred language dropdown on citizen profile page, populated from MDMS StateInfo languages
|
|
6
|
+
- **Feature**: Integrated config-service API to control notification channel toggles (SMS, EMAIL, WHATSAPP) — only channels enabled in config-service are interactive, others are greyed out and disabled
|
|
7
|
+
- **Fix**: User preferences (notification consent, preferred language) now fetch fresh data on every profile page visit (`cacheTime: 0`, `staleTime: 0`) to reflect latest saved state
|
|
8
|
+
|
|
9
|
+
## [1.9.13] [12-MAR-2026]
|
|
10
|
+
- **Feature**: Added preferred language dropdown on citizen profile page, populated from MDMS StateInfo languages
|
|
11
|
+
- **Feature**: Integrated config-service API to control notification channel toggles (SMS, EMAIL, WHATSAPP) — only channels enabled in config-service are interactive, others are greyed out and disabled
|
|
12
|
+
- **Fix**: User preferences (notification consent, preferred language) now fetch fresh data on every profile page visit (`cacheTime: 0`, `staleTime: 0`) to reflect latest saved state
|
|
13
|
+
|
|
3
14
|
## [1.9.12] [17-FEB-2026]
|
|
4
15
|
- **Enhancement**: Stateinfo prop added and `logoUrlWhite` prop support to TopBarSideBar component for secondary logo display
|
|
5
16
|
|