@everymatrix/cashier-method-details 1.27.2 → 1.27.5
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 +212 -212
- package/dist/cashier-method-details.js.map +1 -1
- package/package.json +2 -2
- package/src/CashierMethodDetails.svelte +48 -6
- package/src/translations.js +11 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,8 @@
|
|
3
3
|
|
4
4
|
| Version | Release date | Impacted areas | Changes |
|
5
5
|
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
6
|
+
| 1.27.3 | Thu Feb 22 2024 | cashier-method-details | fix(GMMMFE-779)(cashier-method-details): fix lookup validation |
|
7
|
+
| 1.27.2 | Thu Feb 15 2024 | cashier-method-details | fix(GMMMFE-778)(cashier-method-details): remove input arrows, fix amount multiplier <br /> feat(GMMMFE-672)(cashier-method-details,cashier-deposit-page,cashier-receipt-page): Add new receipt page |
|
6
8
|
| 1.27.0 | Tue Feb 06 2024 | cashier-method-details | feat(GMMMFE-765)(cashier-method-details, cashier-deposit-page,cashier-methods-list): add field validation |
|
7
9
|
| 1.25.0 | Fri Jan 26 2024 | cashier-method-details | fix(GMMMFE-764)(cashier-method-details): fix displaying correlated fields, translationurl optional |
|
8
10
|
| 1.24.1 | Tue Jan 16 2024 | cashier-method-details | feat(GMMMFE-743)(cashier-method-details): add qr generator, link field type, style checkbox |
|