@mx-cartographer/experiences 6.0.4 → 6.0.7
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 +1886 -1860
- package/dist/index.es.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [6.0.7] - 05-02-2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Recurring Activity Widget | adjust width & title
|
|
4
|
+
|
|
5
|
+
## [6.0.6] - 05-01-2025
|
|
6
|
+
|
|
7
|
+
- **FIXED** - Net Worth Widget | adjust padding
|
|
8
|
+
|
|
9
|
+
## [6.0.5] - 05/01/2025
|
|
10
|
+
|
|
11
|
+
- **UPDATED** - MXUI to 1.0.7
|
|
12
|
+
- **FIXED** - `RecurringActivityWidget` to set the accounts in the filter to display the correct data
|
|
13
|
+
|
|
1
14
|
## [6.0.4] - 04/30/2025
|
|
2
15
|
|
|
3
16
|
- **ADDED** - Hidden accounts section to `AccountsList`
|