@everymatrix/cashier-method-details 1.29.5 → 1.29.6
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 +115 -120
- package/dist/cashier-method-details.js.map +1 -1
- package/package.json +2 -2
- package/src/CashierMethodDetails.svelte +36 -52
- package/src/translations.js +0 -11
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
|
4
4
|
| Version | Release date | Impacted areas | Changes |
|
5
5
|
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
6
|
+
| 1.29.5 | Tue Apr 23 2024 | cashier-method-details | fix(MMFE-859)(cashier-method-details,cashier-page): fix datepicker for mobile, fix scroll |
|
6
7
|
| 1.29.4 | Wed Apr 17 2024 | cashier-method-details | fix(MMFE-861)(cashier-method-details,cashier-method-list): fix styles for small mobiles and IOS <br /> fix(MMFE-882)(cashier-method-details): display default value, add validation for min max date value |
|
7
8
|
| 1.29.0 | Wed Apr 10 2024 | cashier-method-details | fix(MMFE-885)(cashier-confirm-modal,cashier-error,cashier-method-details,cashier-methods-list,cashier-notifications,cashier-receipt-page): add inherit font-family for buttons |
|
8
9
|
| 1.28.7 | Mon Apr 01 2024 | cashier-method-details | fix(MMFE-852)(cashier-method-details): fix displaying of digits <br /> fix(MMFE-850)(cashier-page,cashier-method-details): move container which froze page, change height of scrollable container |
|