@mx-cartographer/experiences 9.2.6 → 9.2.8
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 -0
- package/dist/{UserStore-BceB3WHz.mjs → UserStore-CgsAunf1.mjs} +188 -167
- package/dist/UserStore-CgsAunf1.mjs.map +1 -0
- package/dist/WidgetContainer-eosXfD5G.mjs +493 -0
- package/dist/WidgetContainer-eosXfD5G.mjs.map +1 -0
- package/dist/accounts/index.es.js +1 -1
- package/dist/budgets/index.es.js +1 -1
- package/dist/cashflow/index.es.js +1 -1
- package/dist/common/components/daterangeselector/DateRangeSelector.d.ts +14 -0
- package/dist/common/index.es.js +2 -2
- package/dist/core/index.es.js +1 -1
- package/dist/core/stores/CategoryStore.d.ts +2 -0
- package/dist/debts/index.es.js +1 -1
- package/dist/finstrong/index.es.js +1 -1
- package/dist/goals/index.es.js +1 -1
- package/dist/help/index.es.js +1 -1
- package/dist/investments/index.es.js +1 -1
- package/dist/networth/index.es.js +1 -1
- package/dist/recurringtransactions/index.es.js +1 -1
- package/dist/settings/index.es.js +1 -1
- package/dist/spending/index.es.js +209 -185
- package/dist/spending/index.es.js.map +1 -1
- package/dist/transactions/index.es.js +1 -1
- package/dist/trends/index.es.js +577 -575
- package/dist/trends/index.es.js.map +1 -1
- package/package.json +1 -1
- package/dist/UserStore-BceB3WHz.mjs.map +0 -1
- package/dist/WidgetContainer-DvKtBdhn.mjs +0 -487
- package/dist/WidgetContainer-DvKtBdhn.mjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [9.2.8] - 08-07-2026
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Trends timeframe buttons (3M/6M/9M/1Y) reset to the 6-month default when the widget remounted, snapping the displayed date range back to the previous selection
|
|
4
|
+
|
|
5
|
+
## [9.2.7] - 08-06-2026
|
|
6
|
+
|
|
7
|
+
- **FIXED** - Spending and Trends dropped a date-range or account-filter change made while a totals request was still in flight; the previous range's data stayed on screen until the widget was reloaded
|
|
8
|
+
|
|
1
9
|
## [9.2.6] - 07-21-2026
|
|
2
10
|
|
|
3
11
|
- **FIXED** - Debts widget interest rate label and value
|