@egovernments/digit-ui-module-core 1.8.11 → 1.8.13

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.13] [16-Dec-2024]
4
+ - Made validations for name, mobile number, and password fields in user profile update screen configurable through MDMS data
5
+ - Implemented dynamic regex validation for profile updates based on MDMS data
6
+ - Added support for custom regex patterns through `UserProfileValidationConfig`
7
+ - Example MDMS data: https://github.com/egovernments/egov-mdms-data/blob/UNIFIED-QA/data/mz/commonUIConfig/UserProfileValidationConfig.json
8
+
3
9
  ## [1.8.11] [26-Nov-2024]
4
10
  - Republished with new component version incremented
5
11