@egovernments/digit-ui-module-core 1.9.15 → 1.9.16-cms
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 +6 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.9.16-cms] [25-MAR-2026]
|
|
4
|
+
- **Feature**: Enhanced citizen logout flow to redirect directly to citizen login page
|
|
5
|
+
- **Feature**: Added user type detection (citizen vs employee) for conditional logout redirection behavior
|
|
6
|
+
- **Fix**: Improved logout UX by ensuring citizens land on correct login page after logout
|
|
7
|
+
- **Code Quality**: Applied logout improvements to both StaticCitizenSideBar and TopBarSideBar components
|
|
8
|
+
|
|
3
9
|
## [1.9.15] [18-MAR-2026]
|
|
4
10
|
- Package Publish Core Version 1.9.15
|
|
5
11
|
- **Feature**: Added preferred language dropdown on citizen profile page, populated from MDMS StateInfo languages
|