@everymatrix/cashier-method-details 1.43.2 → 1.43.4
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 +1 -0
- package/dist/cashier-method-details.js +203 -196
- package/dist/cashier-method-details.js.map +1 -1
- package/package.json +2 -2
- package/src/CashierMethodDetails.svelte +126 -81
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
|
4
4
|
| Version | Release date | Impacted areas | Changes |
|
5
5
|
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
6
|
+
| 1.43.3 | Fri Oct 04 2024 | cashier-method-details | fix(MMFE-1201)(cashier-confirm-modal,cashier-error,cashier-method-details,cashier-modal,cashier-notifications,cashier-page,cashier-session-expiration-modal): decrease z-index value, set height for main widget <br /> feat(MMFE-1155)(cashier-page,cashier-method-list,cashier-header,cashier-method-details,cashier-error,cashier-receipt-page): handle maintenance error, code refactor |
|
6
7
|
| 1.43.1 | Thu Sep 26 2024 | cashier-method-details | fix(MMFE-817)(cashier-method-details,cashier-method-list,cashier-page,cashier-receipt-page,cashier-session-expiration-modal,cashier-verifications): added extra header to requests to backend <br /> feat(MMFE-1187)(cashier-method-details,cashier-verifications,cashier-page): display KYC widget on details page |
|
7
8
|
| 1.42.0 | Thu Sep 19 2024 | cashier-method-details | fix(MMFE-1171)(cashier-method-details,cashier-session-expiration): add image to rollup |
|
8
9
|
| 1.39.3 | Thu Sep 12 2024 | cashier-method-details | fix(MMFE-1161)(cashier-page,cashier-error,cashier-method-details,cashier-verifications): fix translations for header, fix verifications displaying |
|