@mx-cartographer/experiences 7.0.6 → 7.0.8-alpha.al0
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 +8 -3
- package/dist/cashflow/index.es.js +231 -229
- package/dist/trends/index.es.js +156 -156
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
|
+
## [7.0.7] - 09-18-2025
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Trends Widget table to show positive income values
|
|
4
|
+
- **FIXED** - Trends Widget table to fill the width of its container
|
|
5
|
+
|
|
1
6
|
## [7.0.6] - 09-18-2025
|
|
2
7
|
|
|
3
8
|
- **UPDATED** - Replace `@mui/icons-material` with `@mxenabled/mx-icons`
|
|
4
9
|
|
|
5
10
|
## [7.0.5] - 09-17-2025
|
|
6
11
|
|
|
7
|
-
- **FIXED** -
|
|
12
|
+
- **FIXED** - Layout issue with income/expenses actions in standalone widgets
|
|
8
13
|
|
|
9
14
|
## [7.0.4] - 09-17-2025
|
|
10
15
|
|
|
@@ -12,8 +17,8 @@
|
|
|
12
17
|
|
|
13
18
|
## [7.0.3] - 09-12-2025
|
|
14
19
|
|
|
15
|
-
- **UPDATED** - `Recurring Setting` | design change in `ManageExpenses` and `ManageIncome`.
|
|
16
|
-
- **ADDED** - `Recurring Setting` | Zero state added for `ManageExpenses` and `ManageIncome`.
|
|
20
|
+
- **UPDATED** - `Recurring Setting` | design change in `ManageExpenses` and `ManageIncome`.
|
|
21
|
+
- **ADDED** - `Recurring Setting` | Zero state added for `ManageExpenses` and `ManageIncome`.
|
|
17
22
|
|
|
18
23
|
## [7.0.2] - 09-17-2025
|
|
19
24
|
|