@everymatrix/cashier-method-details 1.25.0 → 1.27.0
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 +118 -109
- package/dist/cashier-method-details.js.map +1 -1
- package/package.json +2 -2
- package/src/CashierMethodDetails.svelte +240 -69
- package/src/translations.js +14 -7
package/CHANGELOG.md
CHANGED
@@ -3,4 +3,5 @@
|
|
3
3
|
|
4
4
|
| Version | Release date | Impacted areas | Changes |
|
5
5
|
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
6
|
+
| 1.25.0 | Fri Jan 26 2024 | cashier-method-details | fix(GMMMFE-764)(cashier-method-details): fix displaying correlated fields, translationurl optional |
|
6
7
|
| 1.24.1 | Tue Jan 16 2024 | cashier-method-details | feat(GMMMFE-743)(cashier-method-details): add qr generator, link field type, style checkbox |
|