@egovernments/digit-ui-module-core 1.9.19-cms → 1.9.21-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 CHANGED
@@ -1,4 +1,16 @@
1
1
  # Changelog
2
+ ## [1.9.21-cms] [13-APR-2026]
3
+ - **Fix**: Updated citizen OTP preference save flow to change preferred language only when the user explicitly changes language locally.
4
+ - Added a lightweight local language-change flag across citizen language selectors.
5
+ - Preserved backend `preferredLanguage` during login when the user has not changed locale locally.
6
+ - Continued saving WhatsApp consent without altering unrelated preference behavior.
7
+
8
+ ## [1.9.20-cms] [09-APR-2026]
9
+ - **Fix**: Resolved intermittent authentication failures in the citizen login preference save flow.
10
+ - Ensured fresh `authToken` is passed directly to `config-service` and `user-preference` APIs immediately after login.
11
+ - Manually injected `RequestInfo` in API request bodies to bypass stale global state.
12
+ - Aligned `userService` configuration to `true` for authenticated consent-related calls.
13
+
2
14
  ## [1.9.19-cms] [07-APR-2026]
3
15
  - **Default Landing Page**: Added default landing page validation configuration for mobile number in citizen and employee
4
16
  ## [1.9.18-cms] [29-MAR-2026]