@mx-cartographer/experiences 6.1.2 → 6.1.4-alpha.san3

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,3 +1,19 @@
1
+ ## [6.1.4] - 05-21-2025
2
+
3
+ - **ADDED** - UpdateHolding API
4
+ - **ADDED** - Overview | CostBasis logic
5
+
6
+ ## [6.1.3] - 05-21-2025
7
+
8
+ - **CHANGED** - Notification profiles to hide Delivery Method section when all are disabled
9
+ - **CHANGED** - User Profile in Settings to be hidden when disabled
10
+ - **CHANGED** - Mobile Devices in Settings to be hidden when disabled
11
+ - **CHANGED** - Notifications in Settings to be hidden when disabled
12
+ - **CHANGED** - Transaction Rules in Settings to be hidden when disabled
13
+ - **CHANGED** - Help in Settings to be hidden when disabled
14
+ - **CHANGED** - Email Address Edit field in Profile to be hidden when disabled
15
+ - **CHANGED** - Mobile Phone Edit field in Profile to be hidden when disabled
16
+
1
17
  ## [6.1.2] - 05-21-2025
2
18
 
3
19
  - **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
- display_user_profile_in_settins: boolean;
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;