@mx-cartographer/experiences 6.1.2 → 6.1.3
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/common/types/AppData.d.ts +1 -1
- package/dist/index.es.js +2412 -2380
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1
|
+
## [6.1.3] - 05-21-2025
|
2
|
+
|
3
|
+
- **CHANGED** - Notification profiles to hide Delivery Method section when all are disabled
|
4
|
+
- **CHANGED** - User Profile in Settings to be hidden when disabled
|
5
|
+
- **CHANGED** - Mobile Devices in Settings to be hidden when disabled
|
6
|
+
- **CHANGED** - Notifications in Settings to be hidden when disabled
|
7
|
+
- **CHANGED** - Transaction Rules in Settings to be hidden when disabled
|
8
|
+
- **CHANGED** - Help in Settings to be hidden when disabled
|
9
|
+
- **CHANGED** - Email Address Edit field in Profile to be hidden when disabled
|
10
|
+
- **CHANGED** - Mobile Phone Edit field in Profile to be hidden when disabled
|
11
|
+
|
1
12
|
## [6.1.2] - 05-21-2025
|
2
13
|
|
3
14
|
- **CHANGED** - Help & Cashflow images to load from AWS S3 instead of being included in the bundle
|
@@ -55,7 +55,7 @@ export interface Config {
|
|
55
55
|
display_password_options_in_settings: boolean;
|
56
56
|
display_sms_edit_field_in_settings: boolean;
|
57
57
|
display_terms_and_conditions: boolean;
|
58
|
-
|
58
|
+
display_user_profile_in_settings: boolean;
|
59
59
|
display_user_transaction_rules_in_settings: boolean;
|
60
60
|
enable_add_account_in_zero_state: boolean;
|
61
61
|
enable_aggregation_prompts: boolean;
|