@everymatrix/cashier-method-details 1.35.0 → 1.36.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +2 -0
- package/dist/cashier-method-details.js +207 -187
- package/dist/cashier-method-details.js.map +1 -1
- package/package.json +2 -2
- package/src/CashierMethodDetails.svelte +37 -6
- package/src/translations.js +35 -1
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,8 @@
|
|
3
3
|
|
4
4
|
| Version | Release date | Impacted areas | Changes |
|
5
5
|
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
6
|
+
| 1.36.0 | Mon Jul 29 2024 | cashier-method-details | feat(MMFE-1035)(cashier-iframe-redirect,cashier-spinner,cashier-method-details,cashier-method-list,cashier-page): add spinner, fix translations <br /> fix(GMMMFE-995)(cashier-method-details,cashier-notifications,cashier-page): fix notification displaying <br /> feat(MMFE-1034)(cashier-page,cashier-iframe-redirect,cashier-method-details,cashier-notification,cashier-confirm-modal): create the header for whole cashier |
|
7
|
+
| 1.35.0 | Wed Jul 17 2024 | cashier-method-details | fix(MMFE-994)(cashier-method-details,casheir-page): fix error message displaying |
|
6
8
|
| 1.34.3 | Tue Jul 09 2024 | cashier-method-details | fix(MMFE-1026)(cashier-method-details): renamed method |
|
7
9
|
| 1.33.1 | Fri Jun 07 2024 | cashier-method-details | fix(MMFE-922)(cashier-page,cashier-method-details): added translations which... |
|
8
10
|
| 1.32.0 | Tue Jun 04 2024 | cashier-method-details | fix(GMMMFE-976)(cashier-method-details): remove hardcoded mode |
|