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