@mx-cartographer/experiences 9.0.13 → 9.0.14
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 +6 -0
- package/dist/ManageIncome-BadwsHRL.mjs +905 -0
- package/dist/{RecurringSettings-fr6qhQ7f.mjs → RecurringSettings-CGZiV-Ie.mjs} +2 -2
- package/dist/{RecurringTransactionsUtil-zOxq5pzY.mjs → RecurringTransactionsUtil-CHWmqvW5.mjs} +40 -40
- package/dist/{UserStore-66-vYoey.mjs → UserStore-C1fdL3Iu.mjs} +5 -3
- package/dist/budgets/index.es.js +1 -1
- package/dist/cashflow/index.es.js +3 -3
- package/dist/common/index.es.js +1 -1
- package/dist/core/index.es.js +2 -2
- package/dist/core/stores/RecurringTransactionsStore.d.ts +2 -0
- package/dist/finstrong/index.es.js +3 -3
- package/dist/recurringtransactions/components/RecurringTransactionDetails.d.ts +3 -2
- package/dist/recurringtransactions/components/UpcomingRecurrenceCard.d.ts +3 -1
- package/dist/recurringtransactions/index.es.js +341 -331
- package/package.json +1 -1
- package/dist/ManageIncome-CPy6xnnI.mjs +0 -902
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [9.0.14] - 06-03-2026
|
|
2
|
+
|
|
3
|
+
- **FIXED** - Recurring transactions incorrectly marked as paid when linked transactions fall outside the expected dates
|
|
4
|
+
- **FIXED** - Expense details drawer always showing mark as paid action even for already paid recurrences
|
|
5
|
+
- **FIXED** - Transaction details showing undefined account name in recurring transaction past activity
|
|
6
|
+
|
|
1
7
|
## [9.0.13] - 06-02-2026
|
|
2
8
|
|
|
3
9
|
- **ADDED** - Back button on Notification Settings views when show_back_button is enabled
|