@everymatrix/cashier-method-details 1.32.0 → 1.32.5
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -0
- package/dist/cashier-method-details.js +117 -126
- package/dist/cashier-method-details.js.map +1 -1
- package/package.json +2 -2
- package/src/CashierMethodDetails.svelte +20 -19
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
|
4
4
|
| Version | Release date | Impacted areas | Changes |
|
5
5
|
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
6
|
+
| 1.32.0 | Tue Jun 04 2024 | cashier-method-details | fix(GMMMFE-976)(cashier-method-details): remove hardcoded mode |
|
6
7
|
| 1.31.0 | Wed May 22 2024 | cashier-method-details | feat(GMMMFE-932)(cashier-receipt-page,cashier-method-details): add message... |
|
7
8
|
| 1.29.7 | Thu May 09 2024 | cashier-method-details | fix(MMFE-913)(cashier-method-details,cashier-methods-list): fix styles for tablets and fonts for desktop |
|
8
9
|
| 1.29.6 | Mon Apr 29 2024 | cashier-method-details | fix(MMFE-893)(cashier-confirm-modal,cashier-iframe-redirect,cashier-method-details,cashier-page): move modals to cashier-page, move redirect frame to cashier-page, move translations to cashier-page tranlslations, changed hover for close modal |
|