@mx-cartographer/experiences 3.1.3-alpha.j2 → 3.2.0
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 +13 -0
- package/dist/index.es.js +1661 -1589
- package/dist/index.es.js.map +1 -1
- package/dist/insights/components/beats/SetupDirectDeposit/SetUpDirectDepositBody.d.ts +13 -0
- package/dist/insights/components/shared/SubHeader.d.ts +8 -0
- package/dist/insights/index.d.ts +1 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [3.2.0] - 09-03-2024
|
|
2
|
+
|
|
3
|
+
- **ADDED** - The SetUpDirectDeposit beat body ui
|
|
4
|
+
|
|
5
|
+
## [3.1.2] - 09-03-2024
|
|
6
|
+
|
|
7
|
+
- **FIXED** - Fix dashboard account filtering in Cashflow mini widget
|
|
8
|
+
- **FIXED** - Fix dashboard account filtering in Recurring Transactions mini widget
|
|
9
|
+
- **FIXED** - Fix dashboard account filtering in Trends mini widget
|
|
10
|
+
- **FIXED** - Fix dashboard account filtering in Accounts mini widget
|
|
11
|
+
- **ADDED** - Add missing accountGuid in income activities build function
|
|
12
|
+
- **ADDED** - Add simple zero state for when no Accounts are available
|
|
13
|
+
|
|
1
14
|
## [3.1.2] - 09-03-2024
|
|
2
15
|
|
|
3
16
|
- **FIXED** - Issue with accounts not loading
|