@everymatrix/cashier-method-details 1.27.10 → 1.28.1
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 +295 -234
- package/dist/cashier-method-details.js.map +1 -1
- package/package.json +2 -2
- package/rollup.config.js +4 -0
- package/src/CashierMethodDetails.svelte +138 -13
- package/src/translations.js +2 -0
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
|
4
4
|
| Version | Release date | Impacted areas | Changes |
|
5
5
|
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
6
|
+
| 1.28.0 | Fri Mar 08 2024 | cashier-method-details | feat(GMMMFE-773)(cashier-method-details,cashier-page): add field with type 'date' <br /> fix(GMMMFE-792)(cashier-method-details): fixes for validation |
|
6
7
|
| 1.27.6 | Tue Feb 27 2024 | cashier-method-details | fix(GMMMFE-792)(cashier-method-details): fixes for validation |
|
7
8
|
| 1.27.3 | Thu Feb 22 2024 | cashier-method-details | fix(GMMMFE-779)(cashier-method-details): fix lookup validation |
|
8
9
|
| 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 |
|