@egovernments/digit-ui-module-core 1.9.8 → 1.9.10

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,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.9.10] [02-JAN-2026]
4
+ -userProfile has been changed according to the new api /health-individual/v1
5
+
6
+ ## [1.9.9] [24-DEC-2025]
7
+ - **Feature**: Mobile number validation in Login and User Profile now driven by `UserValidation` MDMS master.
8
+ - **Refactor**: Removed dependency on `CORE_MOBILE_CONFIGS` global object.
9
+ - **Configurability**: The MDMS module name for validation is configurable via `UICONFIG_MODULENAME` in global configs, defaulting to `commonUiConfig` if not set.
10
+ - **Compatibility**: `UserProfileValidationConfig` is mapped from the `UserValidation` response within the `UserProfile` component.
11
+
3
12
  ## [1.9.7] [12-DEC-2025]
4
13
  -Feature : Header.js component enhanced for secondary logo URL
5
14