@akinon/projectzero 1.56.0-rc.4 → 1.56.0
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 -49
- package/app-template/.gitignore +0 -2
- package/app-template/CHANGELOG.md +73 -2011
- package/app-template/package.json +18 -17
- package/app-template/public/locales/en/account.json +4 -4
- package/app-template/public/locales/tr/account.json +1 -1
- package/app-template/src/app/[commerce]/[locale]/[currency]/account/coupons/page.tsx +4 -4
- package/app-template/src/app/[commerce]/[locale]/[currency]/account/profile/page.tsx +0 -1
- package/app-template/src/app/[commerce]/[locale]/[currency]/category/[pk]/page.tsx +2 -5
- package/app-template/src/app/[commerce]/[locale]/[currency]/orders/completed/[token]/page.tsx +8 -12
- package/app-template/src/components/checkbox.tsx +2 -2
- package/app-template/src/components/input.tsx +7 -19
- package/app-template/src/components/pagination.tsx +18 -13
- package/app-template/src/components/price.tsx +4 -9
- package/app-template/src/redux/reducers/category.ts +1 -7
- package/app-template/src/settings.js +1 -6
- package/app-template/src/views/account/address-form.tsx +2 -12
- package/app-template/src/views/account/contact-form.tsx +6 -23
- package/app-template/src/views/account/favourite-products/favourite-products-list.tsx +1 -5
- package/app-template/src/views/breadcrumb.tsx +1 -4
- package/app-template/src/views/category/category-active-filters.tsx +6 -16
- package/app-template/src/views/category/category-info.tsx +17 -31
- package/app-template/src/views/category/filters/index.tsx +108 -16
- package/app-template/src/views/category/layout.tsx +3 -5
- package/app-template/src/views/checkout/steps/payment/options/redirection.tsx +37 -43
- package/app-template/src/views/checkout/steps/payment/payment-option-buttons.tsx +3 -19
- package/app-template/src/views/checkout/steps/shipping/shipping-options.tsx +34 -230
- package/app-template/src/views/header/mobile-menu.tsx +8 -25
- package/app-template/tsconfig.json +4 -14
- package/package.json +2 -2
- package/app-template/src/app/[commerce]/[locale]/[currency]/[...prettyurl]/page.tsx +0 -8
- package/app-template/src/views/category/filters/filter-item.tsx +0 -163
|
@@ -1,248 +1,31 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
-
## 1.56.0
|
|
3
|
+
## 1.56.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
8
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
9
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
10
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
11
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
12
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
13
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
14
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
15
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
16
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
17
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
18
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
19
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
20
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
21
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
22
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
23
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
24
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
25
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
26
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
27
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
28
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
29
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
30
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
31
7
|
- b9273fd: ZERO-2889: add host headers to requests
|
|
32
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
33
8
|
|
|
34
9
|
### Patch Changes
|
|
35
10
|
|
|
36
|
-
- Updated dependencies [572d2e84]
|
|
37
|
-
- Updated dependencies [5dfeea0]
|
|
38
|
-
- Updated dependencies [a4c8d6a9]
|
|
39
|
-
- Updated dependencies [fda5b927]
|
|
40
|
-
- Updated dependencies [2d9b2b2c]
|
|
41
|
-
- Updated dependencies [c53ea3e6]
|
|
42
11
|
- Updated dependencies [d93a507]
|
|
43
|
-
- Updated dependencies [714e0b46]
|
|
44
|
-
- Updated dependencies [6c25f66]
|
|
45
|
-
- Updated dependencies [bc2b411]
|
|
46
|
-
- Updated dependencies [3bf2dd9]
|
|
47
|
-
- Updated dependencies [e9541a13]
|
|
48
|
-
- Updated dependencies [c53ef7b9]
|
|
49
|
-
- Updated dependencies [2e6104d]
|
|
50
|
-
- Updated dependencies [64699d3]
|
|
51
|
-
- Updated dependencies [0d3a913e]
|
|
52
|
-
- Updated dependencies [7b05522]
|
|
53
|
-
- Updated dependencies [d6edb1d]
|
|
54
|
-
- Updated dependencies [d3474c64]
|
|
55
|
-
- Updated dependencies [17f8752]
|
|
56
|
-
- Updated dependencies [29ead87]
|
|
57
|
-
- Updated dependencies [c45b62c]
|
|
58
|
-
- Updated dependencies [91265bba]
|
|
59
|
-
- Updated dependencies [bbe18b9f]
|
|
60
|
-
- Updated dependencies [d4099960]
|
|
61
|
-
- Updated dependencies [4920742]
|
|
62
|
-
- Updated dependencies [12a873e]
|
|
63
12
|
- Updated dependencies [674badc]
|
|
64
|
-
- Updated dependencies [7e56d6b]
|
|
65
|
-
- Updated dependencies [94b69285]
|
|
66
|
-
- Updated dependencies [98bb8dcd]
|
|
67
13
|
- Updated dependencies [207ac6e]
|
|
68
|
-
- Updated dependencies [dcc8a150]
|
|
69
|
-
- Updated dependencies [8f47cca]
|
|
70
|
-
- Updated dependencies [fad27689]
|
|
71
|
-
- Updated dependencies [dff0d595]
|
|
72
|
-
- Updated dependencies [fdd0b41]
|
|
73
|
-
- Updated dependencies [f2c325c]
|
|
74
|
-
- Updated dependencies [9e25a64]
|
|
75
|
-
- Updated dependencies [beb499e6]
|
|
76
|
-
- Updated dependencies [f2c92d5c]
|
|
77
|
-
- Updated dependencies [7bd3d99]
|
|
78
|
-
- Updated dependencies [f046f8e0]
|
|
79
14
|
- Updated dependencies [b9273fd]
|
|
80
|
-
- Updated dependencies [49eeebf]
|
|
81
|
-
- Updated dependencies [86d25315]
|
|
82
15
|
- Updated dependencies [c670bd4]
|
|
83
|
-
-
|
|
84
|
-
- @akinon/
|
|
85
|
-
- @akinon/pz-
|
|
86
|
-
- @akinon/pz-
|
|
87
|
-
- @akinon/pz-
|
|
88
|
-
- @akinon/pz-
|
|
89
|
-
- @akinon/pz-
|
|
90
|
-
- @akinon/pz-credit-payment@1.56.0
|
|
91
|
-
- @akinon/pz-
|
|
92
|
-
- @akinon/pz-
|
|
93
|
-
- @akinon/pz-
|
|
94
|
-
- @akinon/pz-
|
|
95
|
-
- @akinon/pz-
|
|
96
|
-
- @akinon/pz-otp@1.56.0-rc.4
|
|
97
|
-
|
|
98
|
-
## 1.56.0-rc.3
|
|
99
|
-
|
|
100
|
-
### Patch Changes
|
|
101
|
-
|
|
102
|
-
- Updated dependencies [674badc]
|
|
103
|
-
- @akinon/next@1.56.0-rc.3
|
|
104
|
-
- @akinon/pz-akifast@1.56.0-rc.3
|
|
105
|
-
- @akinon/pz-b2b@1.56.0-rc.3
|
|
106
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.3
|
|
107
|
-
- @akinon/pz-bkm@1.56.0-rc.3
|
|
108
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.3
|
|
109
|
-
- @akinon/pz-click-collect@1.56.0-rc.3
|
|
110
|
-
- @akinon/pz-credit-payment@1.56.0-rc.3
|
|
111
|
-
- @akinon/pz-gpay@1.56.0-rc.3
|
|
112
|
-
- @akinon/pz-masterpass@1.56.0-rc.3
|
|
113
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.3
|
|
114
|
-
- @akinon/pz-otp@1.56.0-rc.3
|
|
115
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.3
|
|
116
|
-
|
|
117
|
-
## 1.56.0-rc.2
|
|
118
|
-
|
|
119
|
-
### Patch Changes
|
|
120
|
-
|
|
121
|
-
- Updated dependencies [7b05522]
|
|
122
|
-
- Updated dependencies [29ead87]
|
|
123
|
-
- @akinon/next@1.56.0-rc.2
|
|
124
|
-
- @akinon/pz-otp@1.56.0-rc.2
|
|
125
|
-
- @akinon/pz-akifast@1.56.0-rc.2
|
|
126
|
-
- @akinon/pz-b2b@1.56.0-rc.2
|
|
127
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.2
|
|
128
|
-
- @akinon/pz-bkm@1.56.0-rc.2
|
|
129
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.2
|
|
130
|
-
- @akinon/pz-click-collect@1.56.0-rc.2
|
|
131
|
-
- @akinon/pz-credit-payment@1.56.0-rc.2
|
|
132
|
-
- @akinon/pz-gpay@1.56.0-rc.2
|
|
133
|
-
- @akinon/pz-masterpass@1.56.0-rc.2
|
|
134
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.2
|
|
135
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.2
|
|
136
|
-
|
|
137
|
-
## 1.56.0-rc.1
|
|
138
|
-
|
|
139
|
-
### Patch Changes
|
|
140
|
-
|
|
141
|
-
- Updated dependencies [207ac6e]
|
|
142
|
-
- @akinon/next@1.56.0-rc.1
|
|
143
|
-
- @akinon/pz-akifast@1.56.0-rc.1
|
|
144
|
-
- @akinon/pz-b2b@1.56.0-rc.1
|
|
145
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.1
|
|
146
|
-
- @akinon/pz-bkm@1.56.0-rc.1
|
|
147
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.1
|
|
148
|
-
- @akinon/pz-click-collect@1.56.0-rc.1
|
|
149
|
-
- @akinon/pz-credit-payment@1.56.0-rc.1
|
|
150
|
-
- @akinon/pz-gpay@1.56.0-rc.1
|
|
151
|
-
- @akinon/pz-masterpass@1.56.0-rc.1
|
|
152
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.1
|
|
153
|
-
- @akinon/pz-otp@1.56.0-rc.1
|
|
154
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.1
|
|
155
|
-
|
|
156
|
-
## 1.56.0-rc.0
|
|
157
|
-
|
|
158
|
-
### Minor Changes
|
|
159
|
-
|
|
160
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
161
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
162
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
163
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
164
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
165
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
166
|
-
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
167
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
168
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
169
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
170
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
171
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
172
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
173
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
174
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
175
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
176
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
177
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
178
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
179
|
-
- 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
|
|
180
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
181
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
182
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
183
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
184
|
-
- b9273fd3: ZERO-2889: add host headers to requests
|
|
185
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
186
|
-
|
|
187
|
-
### Patch Changes
|
|
188
|
-
|
|
189
|
-
- Updated dependencies [572d2e84]
|
|
190
|
-
- Updated dependencies [5dfeea0]
|
|
191
|
-
- Updated dependencies [a4c8d6a9]
|
|
192
|
-
- Updated dependencies [fda5b927]
|
|
193
|
-
- Updated dependencies [2d9b2b2c]
|
|
194
|
-
- Updated dependencies [c53ea3e6]
|
|
195
|
-
- Updated dependencies [d93a507]
|
|
196
|
-
- Updated dependencies [714e0b46]
|
|
197
|
-
- Updated dependencies [6c25f666]
|
|
198
|
-
- Updated dependencies [bc2b4117]
|
|
199
|
-
- Updated dependencies [3bf2dd94]
|
|
200
|
-
- Updated dependencies [e9541a13]
|
|
201
|
-
- Updated dependencies [c53ef7b9]
|
|
202
|
-
- Updated dependencies [2e6104d]
|
|
203
|
-
- Updated dependencies [64699d3f]
|
|
204
|
-
- Updated dependencies [0d3a913e]
|
|
205
|
-
- Updated dependencies [d6edb1d0]
|
|
206
|
-
- Updated dependencies [d3474c64]
|
|
207
|
-
- Updated dependencies [17f87524]
|
|
208
|
-
- Updated dependencies [c45b62c9]
|
|
209
|
-
- Updated dependencies [91265bba]
|
|
210
|
-
- Updated dependencies [bbe18b9f]
|
|
211
|
-
- Updated dependencies [d4099960]
|
|
212
|
-
- Updated dependencies [4920742c]
|
|
213
|
-
- Updated dependencies [12a873e]
|
|
214
|
-
- Updated dependencies [7e56d6b6]
|
|
215
|
-
- Updated dependencies [94b69285]
|
|
216
|
-
- Updated dependencies [98bb8dcd]
|
|
217
|
-
- Updated dependencies [dcc8a150]
|
|
218
|
-
- Updated dependencies [8f47ccae]
|
|
219
|
-
- Updated dependencies [fad27689]
|
|
220
|
-
- Updated dependencies [dff0d595]
|
|
221
|
-
- Updated dependencies [fdd0b41]
|
|
222
|
-
- Updated dependencies [f2c325c1]
|
|
223
|
-
- Updated dependencies [9e25a64b]
|
|
224
|
-
- Updated dependencies [beb499e6]
|
|
225
|
-
- Updated dependencies [f2c92d5c]
|
|
226
|
-
- Updated dependencies [7bd3d992]
|
|
227
|
-
- Updated dependencies [f046f8e0]
|
|
228
|
-
- Updated dependencies [b9273fd3]
|
|
229
|
-
- Updated dependencies [49eeebf]
|
|
230
|
-
- Updated dependencies [86d25315]
|
|
231
|
-
- Updated dependencies [c670bd48]
|
|
232
|
-
- Updated dependencies [3f9b8d7e]
|
|
233
|
-
- @akinon/next@1.56.0-rc.0
|
|
234
|
-
- @akinon/pz-click-collect@1.56.0-rc.0
|
|
235
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.0
|
|
236
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.0
|
|
237
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.0
|
|
238
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.0
|
|
239
|
-
- @akinon/pz-credit-payment@1.56.0-rc.0
|
|
240
|
-
- @akinon/pz-masterpass@1.56.0-rc.0
|
|
241
|
-
- @akinon/pz-akifast@1.56.0-rc.0
|
|
242
|
-
- @akinon/pz-gpay@1.56.0-rc.0
|
|
243
|
-
- @akinon/pz-b2b@1.56.0-rc.0
|
|
244
|
-
- @akinon/pz-bkm@1.56.0-rc.0
|
|
245
|
-
- @akinon/pz-otp@1.56.0-rc.0
|
|
16
|
+
- @akinon/next@1.56.0
|
|
17
|
+
- @akinon/pz-akifast@1.56.0
|
|
18
|
+
- @akinon/pz-b2b@1.56.0
|
|
19
|
+
- @akinon/pz-basket-gift-pack@1.56.0
|
|
20
|
+
- @akinon/pz-bkm@1.56.0
|
|
21
|
+
- @akinon/pz-checkout-gift-pack@1.56.0
|
|
22
|
+
- @akinon/pz-click-collect@1.56.0
|
|
23
|
+
- @akinon/pz-credit-payment@1.56.0
|
|
24
|
+
- @akinon/pz-gpay@1.56.0
|
|
25
|
+
- @akinon/pz-masterpass@1.56.0
|
|
26
|
+
- @akinon/pz-one-click-checkout@1.56.0
|
|
27
|
+
- @akinon/pz-otp@1.56.0
|
|
28
|
+
- @akinon/pz-pay-on-delivery@1.56.0
|
|
246
29
|
|
|
247
30
|
## 1.55.0
|
|
248
31
|
|
|
@@ -385,220 +168,20 @@
|
|
|
385
168
|
|
|
386
169
|
### Patch Changes
|
|
387
170
|
|
|
388
|
-
- Updated dependencies [90282b53]
|
|
389
|
-
- Updated dependencies [50b90692]
|
|
390
|
-
- Updated dependencies [572d2e84]
|
|
391
|
-
- Updated dependencies [5dfeea0]
|
|
392
|
-
- Updated dependencies [a4c8d6a9]
|
|
393
|
-
- Updated dependencies [fda5b927]
|
|
394
|
-
- Updated dependencies [2d9b2b2]
|
|
395
|
-
- Updated dependencies [c53ea3e6]
|
|
396
|
-
- Updated dependencies [d93a507]
|
|
397
|
-
- Updated dependencies [8d9ac9a]
|
|
398
|
-
- Updated dependencies [18e8197]
|
|
399
|
-
- Updated dependencies [714e0b46]
|
|
400
|
-
- Updated dependencies [70279e7]
|
|
401
|
-
- Updated dependencies [6c25f66]
|
|
402
|
-
- Updated dependencies [bc2b411]
|
|
403
|
-
- Updated dependencies [3bf2dd9]
|
|
404
|
-
- Updated dependencies [e9541a1]
|
|
405
|
-
- Updated dependencies [c53ef7b9]
|
|
406
|
-
- Updated dependencies [9d94f7e]
|
|
407
|
-
- Updated dependencies [2e6104d]
|
|
408
|
-
- Updated dependencies [64699d3]
|
|
409
|
-
- Updated dependencies [0d3a913e]
|
|
410
|
-
- Updated dependencies [1448a96e]
|
|
411
|
-
- Updated dependencies [1ec2e9d]
|
|
412
|
-
- Updated dependencies [d6edb1d]
|
|
413
|
-
- Updated dependencies [d3474c64]
|
|
414
|
-
- Updated dependencies [75080fd6]
|
|
415
|
-
- Updated dependencies [17f8752]
|
|
416
|
-
- Updated dependencies [c45b62c]
|
|
417
|
-
- Updated dependencies [91265bba]
|
|
418
|
-
- Updated dependencies [bbe18b9f]
|
|
419
|
-
- Updated dependencies [d4099960]
|
|
420
|
-
- Updated dependencies [4920742]
|
|
421
|
-
- Updated dependencies [12a873e]
|
|
422
|
-
- Updated dependencies [69ca0801]
|
|
423
|
-
- Updated dependencies [7e56d6b]
|
|
424
|
-
- Updated dependencies [94b6928]
|
|
425
|
-
- Updated dependencies [98bb8dcd]
|
|
426
|
-
- Updated dependencies [46b7aad7]
|
|
427
|
-
- Updated dependencies [dcc8a150]
|
|
428
|
-
- Updated dependencies [8f47cca]
|
|
429
|
-
- Updated dependencies [fad27689]
|
|
430
|
-
- Updated dependencies [dff0d595]
|
|
431
|
-
- Updated dependencies [fdd0b41]
|
|
432
|
-
- Updated dependencies [eecb282]
|
|
433
|
-
- Updated dependencies [f2c325c]
|
|
434
|
-
- Updated dependencies [9e25a64]
|
|
435
|
-
- Updated dependencies [beb499e6]
|
|
436
|
-
- Updated dependencies [146ea391]
|
|
437
|
-
- Updated dependencies [f2c92d5]
|
|
438
|
-
- Updated dependencies [7bd3d99]
|
|
439
|
-
- Updated dependencies [c47be30d]
|
|
440
|
-
- Updated dependencies [e9a46acb]
|
|
441
|
-
- Updated dependencies [f046f8e0]
|
|
442
|
-
- Updated dependencies [b9273fd]
|
|
443
|
-
- Updated dependencies [49eeebf]
|
|
444
|
-
- Updated dependencies [86d25315]
|
|
445
|
-
- Updated dependencies [c670bd4]
|
|
446
|
-
- Updated dependencies [3f9b8d7]
|
|
447
|
-
- Updated dependencies [3d35f70]
|
|
448
|
-
- @akinon/next@1.50.0-rc.2
|
|
449
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.2
|
|
450
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.2
|
|
451
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.2
|
|
452
|
-
- @akinon/pz-click-collect@1.50.0-rc.2
|
|
453
|
-
- @akinon/pz-masterpass@1.50.0-rc.2
|
|
454
|
-
- @akinon/pz-akifast@1.50.0-rc.2
|
|
455
|
-
- @akinon/pz-gpay@1.50.0-rc.2
|
|
456
|
-
- @akinon/pz-b2b@1.50.0-rc.2
|
|
457
|
-
- @akinon/pz-bkm@1.50.0-rc.2
|
|
458
|
-
- @akinon/pz-otp@1.50.0-rc.2
|
|
459
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.2
|
|
460
|
-
- @akinon/pz-credit-payment@1.50.0-rc.2
|
|
461
|
-
|
|
462
|
-
## 1.50.0-rc.1
|
|
463
|
-
|
|
464
|
-
### Patch Changes
|
|
465
|
-
|
|
466
|
-
- Updated dependencies [49eeebf]
|
|
467
|
-
- @akinon/next@1.50.0-rc.1
|
|
468
|
-
- @akinon/pz-akifast@1.50.0-rc.1
|
|
469
|
-
- @akinon/pz-b2b@1.50.0-rc.1
|
|
470
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.1
|
|
471
|
-
- @akinon/pz-bkm@1.50.0-rc.1
|
|
472
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.1
|
|
473
|
-
- @akinon/pz-click-collect@1.50.0-rc.1
|
|
474
|
-
- @akinon/pz-credit-payment@1.50.0-rc.1
|
|
475
|
-
- @akinon/pz-gpay@1.50.0-rc.1
|
|
476
|
-
- @akinon/pz-masterpass@1.50.0-rc.1
|
|
477
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.1
|
|
478
|
-
- @akinon/pz-otp@1.50.0-rc.1
|
|
479
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.1
|
|
480
|
-
|
|
481
|
-
## 1.50.0-rc.0
|
|
482
|
-
|
|
483
|
-
### Minor Changes
|
|
484
|
-
|
|
485
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
486
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
487
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
488
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
489
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
490
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
491
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
492
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
493
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
494
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
495
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
496
|
-
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
497
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
498
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
499
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
500
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
501
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
502
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
503
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
504
|
-
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
505
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
506
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
507
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
508
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
509
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
510
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
511
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
512
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
513
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
514
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
515
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
516
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
517
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
518
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
519
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
520
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
521
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
522
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
523
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
524
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
525
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
526
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
527
|
-
|
|
528
|
-
### Patch Changes
|
|
529
|
-
|
|
530
|
-
- Updated dependencies [90282b53]
|
|
531
|
-
- Updated dependencies [50b90692]
|
|
532
|
-
- Updated dependencies [572d2e84]
|
|
533
|
-
- Updated dependencies [5dfeea0]
|
|
534
|
-
- Updated dependencies [a4c8d6a9]
|
|
535
|
-
- Updated dependencies [fda5b927]
|
|
536
|
-
- Updated dependencies [2d9b2b2]
|
|
537
|
-
- Updated dependencies [c53ea3e6]
|
|
538
|
-
- Updated dependencies [d93a507]
|
|
539
|
-
- Updated dependencies [8d9ac9a]
|
|
540
|
-
- Updated dependencies [18e8197]
|
|
541
171
|
- Updated dependencies [eaf97d6]
|
|
542
|
-
-
|
|
543
|
-
-
|
|
544
|
-
-
|
|
545
|
-
-
|
|
546
|
-
-
|
|
547
|
-
-
|
|
548
|
-
-
|
|
549
|
-
-
|
|
550
|
-
-
|
|
551
|
-
-
|
|
552
|
-
-
|
|
553
|
-
-
|
|
554
|
-
-
|
|
555
|
-
- Updated dependencies [d6edb1d]
|
|
556
|
-
- Updated dependencies [d3474c64]
|
|
557
|
-
- Updated dependencies [75080fd6]
|
|
558
|
-
- Updated dependencies [17f8752]
|
|
559
|
-
- Updated dependencies [c45b62c]
|
|
560
|
-
- Updated dependencies [91265bba]
|
|
561
|
-
- Updated dependencies [bbe18b9f]
|
|
562
|
-
- Updated dependencies [d4099960]
|
|
563
|
-
- Updated dependencies [4920742]
|
|
564
|
-
- Updated dependencies [12a873e]
|
|
565
|
-
- Updated dependencies [69ca080]
|
|
566
|
-
- Updated dependencies [7e56d6b]
|
|
567
|
-
- Updated dependencies [94b6928]
|
|
568
|
-
- Updated dependencies [98bb8dcd]
|
|
569
|
-
- Updated dependencies [46b7aad7]
|
|
570
|
-
- Updated dependencies [dcc8a150]
|
|
571
|
-
- Updated dependencies [8f47cca]
|
|
572
|
-
- Updated dependencies [fad27689]
|
|
573
|
-
- Updated dependencies [dff0d595]
|
|
574
|
-
- Updated dependencies [fdd0b41]
|
|
575
|
-
- Updated dependencies [eecb282]
|
|
576
|
-
- Updated dependencies [f2c325c]
|
|
577
|
-
- Updated dependencies [9e25a64]
|
|
578
|
-
- Updated dependencies [beb499e6]
|
|
579
|
-
- Updated dependencies [146ea391]
|
|
580
|
-
- Updated dependencies [f2c92d5]
|
|
581
|
-
- Updated dependencies [7bd3d99]
|
|
582
|
-
- Updated dependencies [c47be30d]
|
|
583
|
-
- Updated dependencies [e9a46acb]
|
|
584
|
-
- Updated dependencies [f046f8e0]
|
|
585
|
-
- Updated dependencies [b9273fd]
|
|
586
|
-
- Updated dependencies [86d25315]
|
|
587
|
-
- Updated dependencies [c670bd4]
|
|
588
|
-
- Updated dependencies [3f9b8d7]
|
|
589
|
-
- @akinon/next@1.50.0-rc.0
|
|
590
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.0
|
|
591
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.0
|
|
592
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.0
|
|
593
|
-
- @akinon/pz-click-collect@1.50.0-rc.0
|
|
594
|
-
- @akinon/pz-masterpass@1.50.0-rc.0
|
|
595
|
-
- @akinon/pz-akifast@1.50.0-rc.0
|
|
596
|
-
- @akinon/pz-gpay@1.50.0-rc.0
|
|
597
|
-
- @akinon/pz-b2b@1.50.0-rc.0
|
|
598
|
-
- @akinon/pz-bkm@1.50.0-rc.0
|
|
599
|
-
- @akinon/pz-otp@1.50.0-rc.0
|
|
600
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.0
|
|
601
|
-
- @akinon/pz-credit-payment@1.50.0-rc.0
|
|
172
|
+
- @akinon/next@1.50.0
|
|
173
|
+
- @akinon/pz-akifast@1.50.0
|
|
174
|
+
- @akinon/pz-b2b@1.50.0
|
|
175
|
+
- @akinon/pz-basket-gift-pack@1.50.0
|
|
176
|
+
- @akinon/pz-bkm@1.50.0
|
|
177
|
+
- @akinon/pz-checkout-gift-pack@1.50.0
|
|
178
|
+
- @akinon/pz-click-collect@1.50.0
|
|
179
|
+
- @akinon/pz-credit-payment@1.50.0
|
|
180
|
+
- @akinon/pz-gpay@1.50.0
|
|
181
|
+
- @akinon/pz-masterpass@1.50.0
|
|
182
|
+
- @akinon/pz-one-click-checkout@1.50.0
|
|
183
|
+
- @akinon/pz-otp@1.50.0
|
|
184
|
+
- @akinon/pz-pay-on-delivery@1.50.0
|
|
602
185
|
|
|
603
186
|
## 1.49.0
|
|
604
187
|
|
|
@@ -626,480 +209,23 @@
|
|
|
626
209
|
|
|
627
210
|
### Minor Changes
|
|
628
211
|
|
|
629
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
630
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
631
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
632
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
633
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
634
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
635
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
636
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
637
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
638
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
639
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
640
|
-
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
641
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
642
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
643
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
644
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
645
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
646
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
647
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
648
|
-
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
649
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
650
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
651
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
652
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
653
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
654
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
655
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
656
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
657
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
658
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
659
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
660
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
661
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
662
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
663
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
664
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
665
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
666
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
667
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
668
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
669
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
670
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
671
|
-
|
|
672
|
-
### Patch Changes
|
|
673
|
-
|
|
674
|
-
- Updated dependencies [90282b53]
|
|
675
|
-
- Updated dependencies [50b9069]
|
|
676
|
-
- Updated dependencies [572d2e84]
|
|
677
|
-
- Updated dependencies [5dfeea0]
|
|
678
|
-
- Updated dependencies [a4c8d6a9]
|
|
679
|
-
- Updated dependencies [fda5b927]
|
|
680
|
-
- Updated dependencies [2d9b2b2]
|
|
681
|
-
- Updated dependencies [c53ea3e6]
|
|
682
|
-
- Updated dependencies [d93a507]
|
|
683
|
-
- Updated dependencies [8d9ac9a]
|
|
684
|
-
- Updated dependencies [18e8197]
|
|
685
|
-
- Updated dependencies [714e0b46]
|
|
686
|
-
- Updated dependencies [70279e7]
|
|
687
|
-
- Updated dependencies [6c25f66]
|
|
688
|
-
- Updated dependencies [bc2b411]
|
|
689
|
-
- Updated dependencies [3bf2dd9]
|
|
690
|
-
- Updated dependencies [e9541a1]
|
|
691
|
-
- Updated dependencies [c53ef7b9]
|
|
692
|
-
- Updated dependencies [9d94f7e]
|
|
693
|
-
- Updated dependencies [2e6104d]
|
|
694
|
-
- Updated dependencies [64699d3]
|
|
695
|
-
- Updated dependencies [0d3a913e]
|
|
696
|
-
- Updated dependencies [1448a96e]
|
|
697
|
-
- Updated dependencies [26b809f]
|
|
698
|
-
- Updated dependencies [1ec2e9d]
|
|
699
|
-
- Updated dependencies [d6edb1d]
|
|
700
|
-
- Updated dependencies [d3474c64]
|
|
701
|
-
- Updated dependencies [75080fd6]
|
|
702
|
-
- Updated dependencies [17f8752]
|
|
703
|
-
- Updated dependencies [c45b62c]
|
|
704
|
-
- Updated dependencies [91265bba]
|
|
705
|
-
- Updated dependencies [20da358]
|
|
706
|
-
- Updated dependencies [bbe18b9f]
|
|
707
|
-
- Updated dependencies [d409996]
|
|
708
|
-
- Updated dependencies [4920742]
|
|
709
|
-
- Updated dependencies [12a873e]
|
|
710
|
-
- Updated dependencies [69ca080]
|
|
711
|
-
- Updated dependencies [7e56d6b]
|
|
712
|
-
- Updated dependencies [94b6928]
|
|
713
|
-
- Updated dependencies [98bb8dcd]
|
|
714
|
-
- Updated dependencies [46b7aad7]
|
|
715
|
-
- Updated dependencies [dcc8a150]
|
|
716
|
-
- Updated dependencies [8f47cca]
|
|
717
|
-
- Updated dependencies [fad27689]
|
|
718
|
-
- Updated dependencies [dff0d595]
|
|
719
|
-
- Updated dependencies [fdd0b41]
|
|
720
|
-
- Updated dependencies [eecb282]
|
|
721
|
-
- Updated dependencies [f2c325c]
|
|
722
|
-
- Updated dependencies [9e25a64]
|
|
723
|
-
- Updated dependencies [beb499e6]
|
|
724
|
-
- Updated dependencies [146ea391]
|
|
725
|
-
- Updated dependencies [f2c92d5]
|
|
726
|
-
- Updated dependencies [7bd3d99]
|
|
727
|
-
- Updated dependencies [c47be30d]
|
|
728
|
-
- Updated dependencies [e9a46acb]
|
|
729
|
-
- Updated dependencies [f046f8e0]
|
|
730
|
-
- Updated dependencies [04115e5]
|
|
731
|
-
- Updated dependencies [b9273fd]
|
|
732
|
-
- Updated dependencies [fa88889]
|
|
733
|
-
- Updated dependencies [86d25315]
|
|
734
|
-
- Updated dependencies [c670bd4]
|
|
735
|
-
- Updated dependencies [3f9b8d7]
|
|
736
|
-
- @akinon/next@1.48.0-rc.8
|
|
737
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.8
|
|
738
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.8
|
|
739
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.8
|
|
740
|
-
- @akinon/pz-click-collect@1.48.0-rc.8
|
|
741
|
-
- @akinon/pz-masterpass@1.48.0-rc.8
|
|
742
|
-
- @akinon/pz-akifast@1.48.0-rc.8
|
|
743
|
-
- @akinon/pz-gpay@1.48.0-rc.8
|
|
744
|
-
- @akinon/pz-b2b@1.48.0-rc.8
|
|
745
|
-
- @akinon/pz-bkm@1.48.0-rc.8
|
|
746
|
-
- @akinon/pz-otp@1.48.0-rc.8
|
|
747
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.8
|
|
748
|
-
- @akinon/pz-credit-payment@1.48.0-rc.8
|
|
749
|
-
|
|
750
|
-
## 1.48.0-rc.7
|
|
751
|
-
|
|
752
|
-
### Patch Changes
|
|
753
|
-
|
|
754
|
-
- Updated dependencies [26b809f]
|
|
755
|
-
- @akinon/next@1.48.0-rc.7
|
|
756
|
-
- @akinon/pz-akifast@1.48.0-rc.7
|
|
757
|
-
- @akinon/pz-b2b@1.48.0-rc.7
|
|
758
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.7
|
|
759
|
-
- @akinon/pz-bkm@1.48.0-rc.7
|
|
760
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.7
|
|
761
|
-
- @akinon/pz-click-collect@1.48.0-rc.7
|
|
762
|
-
- @akinon/pz-credit-payment@1.48.0-rc.7
|
|
763
|
-
- @akinon/pz-gpay@1.48.0-rc.7
|
|
764
|
-
- @akinon/pz-masterpass@1.48.0-rc.7
|
|
765
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.7
|
|
766
|
-
- @akinon/pz-otp@1.48.0-rc.7
|
|
767
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.7
|
|
768
|
-
|
|
769
|
-
## 1.48.0-rc.6
|
|
770
|
-
|
|
771
|
-
### Patch Changes
|
|
772
|
-
|
|
773
|
-
- Updated dependencies [04115e5]
|
|
774
|
-
- @akinon/next@1.48.0-rc.6
|
|
775
|
-
- @akinon/pz-akifast@1.48.0-rc.6
|
|
776
|
-
- @akinon/pz-b2b@1.48.0-rc.6
|
|
777
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.6
|
|
778
|
-
- @akinon/pz-bkm@1.48.0-rc.6
|
|
779
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.6
|
|
780
|
-
- @akinon/pz-click-collect@1.48.0-rc.6
|
|
781
|
-
- @akinon/pz-credit-payment@1.48.0-rc.6
|
|
782
|
-
- @akinon/pz-gpay@1.48.0-rc.6
|
|
783
|
-
- @akinon/pz-masterpass@1.48.0-rc.6
|
|
784
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.6
|
|
785
|
-
- @akinon/pz-otp@1.48.0-rc.6
|
|
786
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.6
|
|
787
|
-
|
|
788
|
-
## 1.48.0-rc.5
|
|
789
|
-
|
|
790
|
-
### Patch Changes
|
|
791
|
-
|
|
792
|
-
- Updated dependencies [20da358]
|
|
793
|
-
- @akinon/next@1.48.0-rc.5
|
|
794
|
-
- @akinon/pz-akifast@1.48.0-rc.5
|
|
795
|
-
- @akinon/pz-b2b@1.48.0-rc.5
|
|
796
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.5
|
|
797
|
-
- @akinon/pz-bkm@1.48.0-rc.5
|
|
798
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.5
|
|
799
|
-
- @akinon/pz-click-collect@1.48.0-rc.5
|
|
800
|
-
- @akinon/pz-credit-payment@1.48.0-rc.5
|
|
801
|
-
- @akinon/pz-gpay@1.48.0-rc.5
|
|
802
|
-
- @akinon/pz-masterpass@1.48.0-rc.5
|
|
803
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.5
|
|
804
|
-
- @akinon/pz-otp@1.48.0-rc.5
|
|
805
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.5
|
|
806
|
-
|
|
807
|
-
## 1.48.0-rc.4
|
|
808
|
-
|
|
809
|
-
### Patch Changes
|
|
810
|
-
|
|
811
|
-
- Updated dependencies [5dfeea0]
|
|
812
|
-
- @akinon/next@1.48.0-rc.4
|
|
813
|
-
- @akinon/pz-akifast@1.48.0-rc.4
|
|
814
|
-
- @akinon/pz-b2b@1.48.0-rc.4
|
|
815
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.4
|
|
816
|
-
- @akinon/pz-bkm@1.48.0-rc.4
|
|
817
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.4
|
|
818
|
-
- @akinon/pz-click-collect@1.48.0-rc.4
|
|
819
|
-
- @akinon/pz-credit-payment@1.48.0-rc.4
|
|
820
|
-
- @akinon/pz-gpay@1.48.0-rc.4
|
|
821
|
-
- @akinon/pz-masterpass@1.48.0-rc.4
|
|
822
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.4
|
|
823
|
-
- @akinon/pz-otp@1.48.0-rc.4
|
|
824
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.4
|
|
825
|
-
|
|
826
|
-
## 1.48.0-rc.3
|
|
827
|
-
|
|
828
|
-
### Minor Changes
|
|
829
|
-
|
|
830
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
831
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
832
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
833
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
834
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
835
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
836
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
837
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
838
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
839
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
840
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
841
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
842
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
843
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
844
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
845
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
846
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
847
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
848
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
849
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
850
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
851
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
852
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
853
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
854
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
855
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
856
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
857
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
858
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
859
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
860
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
861
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
862
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
863
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
864
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
865
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
866
212
|
- f45aa87: ZERO-2904: Upgrade version for tailwindcss
|
|
867
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
868
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
869
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
870
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
871
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
872
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
873
213
|
|
|
874
214
|
### Patch Changes
|
|
875
215
|
|
|
876
|
-
-
|
|
877
|
-
-
|
|
878
|
-
-
|
|
879
|
-
-
|
|
880
|
-
-
|
|
881
|
-
-
|
|
882
|
-
-
|
|
883
|
-
-
|
|
884
|
-
-
|
|
885
|
-
-
|
|
886
|
-
-
|
|
887
|
-
-
|
|
888
|
-
-
|
|
889
|
-
- Updated dependencies [bc2b411]
|
|
890
|
-
- Updated dependencies [3bf2dd9]
|
|
891
|
-
- Updated dependencies [e9541a1]
|
|
892
|
-
- Updated dependencies [c53ef7b9]
|
|
893
|
-
- Updated dependencies [9d94f7e]
|
|
894
|
-
- Updated dependencies [2e6104d]
|
|
895
|
-
- Updated dependencies [64699d3]
|
|
896
|
-
- Updated dependencies [0d3a913e]
|
|
897
|
-
- Updated dependencies [1448a96e]
|
|
898
|
-
- Updated dependencies [1ec2e9d]
|
|
899
|
-
- Updated dependencies [d6edb1d]
|
|
900
|
-
- Updated dependencies [d3474c64]
|
|
901
|
-
- Updated dependencies [75080fd6]
|
|
902
|
-
- Updated dependencies [17f8752]
|
|
903
|
-
- Updated dependencies [c45b62c]
|
|
904
|
-
- Updated dependencies [91265bba]
|
|
905
|
-
- Updated dependencies [bbe18b9f]
|
|
906
|
-
- Updated dependencies [d409996]
|
|
907
|
-
- Updated dependencies [4920742]
|
|
908
|
-
- Updated dependencies [12a873e]
|
|
909
|
-
- Updated dependencies [69ca080]
|
|
910
|
-
- Updated dependencies [7e56d6b]
|
|
911
|
-
- Updated dependencies [94b6928]
|
|
912
|
-
- Updated dependencies [98bb8dcd]
|
|
913
|
-
- Updated dependencies [46b7aad]
|
|
914
|
-
- Updated dependencies [dcc8a150]
|
|
915
|
-
- Updated dependencies [8f47cca]
|
|
916
|
-
- Updated dependencies [fad27689]
|
|
917
|
-
- Updated dependencies [dff0d595]
|
|
918
|
-
- Updated dependencies [fdd0b41]
|
|
919
|
-
- Updated dependencies [eecb282]
|
|
920
|
-
- Updated dependencies [f2c325c]
|
|
921
|
-
- Updated dependencies [9e25a64]
|
|
922
|
-
- Updated dependencies [beb499e6]
|
|
923
|
-
- Updated dependencies [146ea39]
|
|
924
|
-
- Updated dependencies [f2c92d5]
|
|
925
|
-
- Updated dependencies [7bd3d99]
|
|
926
|
-
- Updated dependencies [c47be30d]
|
|
927
|
-
- Updated dependencies [e9a46acb]
|
|
928
|
-
- Updated dependencies [f046f8e0]
|
|
929
|
-
- Updated dependencies [b9273fd]
|
|
930
|
-
- Updated dependencies [86d25315]
|
|
931
|
-
- Updated dependencies [c670bd4]
|
|
932
|
-
- Updated dependencies [3f9b8d7]
|
|
933
|
-
- @akinon/next@1.48.0-rc.3
|
|
934
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.3
|
|
935
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.3
|
|
936
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.3
|
|
937
|
-
- @akinon/pz-click-collect@1.48.0-rc.3
|
|
938
|
-
- @akinon/pz-masterpass@1.48.0-rc.3
|
|
939
|
-
- @akinon/pz-akifast@1.48.0-rc.3
|
|
940
|
-
- @akinon/pz-gpay@1.48.0-rc.3
|
|
941
|
-
- @akinon/pz-b2b@1.48.0-rc.3
|
|
942
|
-
- @akinon/pz-bkm@1.48.0-rc.3
|
|
943
|
-
- @akinon/pz-otp@1.48.0-rc.3
|
|
944
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.3
|
|
945
|
-
- @akinon/pz-credit-payment@1.48.0-rc.3
|
|
946
|
-
|
|
947
|
-
## 1.48.0-rc.2
|
|
948
|
-
|
|
949
|
-
### Minor Changes
|
|
950
|
-
|
|
951
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
952
|
-
|
|
953
|
-
### Patch Changes
|
|
954
|
-
|
|
955
|
-
- Updated dependencies [2e6104d]
|
|
956
|
-
- @akinon/next@1.48.0-rc.2
|
|
957
|
-
- @akinon/pz-akifast@1.48.0-rc.2
|
|
958
|
-
- @akinon/pz-b2b@1.48.0-rc.2
|
|
959
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.2
|
|
960
|
-
- @akinon/pz-bkm@1.48.0-rc.2
|
|
961
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.2
|
|
962
|
-
- @akinon/pz-click-collect@1.48.0-rc.2
|
|
963
|
-
- @akinon/pz-credit-payment@1.48.0-rc.2
|
|
964
|
-
- @akinon/pz-gpay@1.48.0-rc.2
|
|
965
|
-
- @akinon/pz-masterpass@1.48.0-rc.2
|
|
966
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.2
|
|
967
|
-
- @akinon/pz-otp@1.48.0-rc.2
|
|
968
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.2
|
|
969
|
-
|
|
970
|
-
## 1.48.0-rc.1
|
|
971
|
-
|
|
972
|
-
### Patch Changes
|
|
973
|
-
|
|
974
|
-
- Updated dependencies [fdd0b41]
|
|
975
|
-
- @akinon/next@1.48.0-rc.1
|
|
976
|
-
- @akinon/pz-akifast@1.48.0-rc.1
|
|
977
|
-
- @akinon/pz-b2b@1.48.0-rc.1
|
|
978
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.1
|
|
979
|
-
- @akinon/pz-bkm@1.48.0-rc.1
|
|
980
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.1
|
|
981
|
-
- @akinon/pz-click-collect@1.48.0-rc.1
|
|
982
|
-
- @akinon/pz-credit-payment@1.48.0-rc.1
|
|
983
|
-
- @akinon/pz-gpay@1.48.0-rc.1
|
|
984
|
-
- @akinon/pz-masterpass@1.48.0-rc.1
|
|
985
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.1
|
|
986
|
-
- @akinon/pz-otp@1.48.0-rc.1
|
|
987
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.1
|
|
988
|
-
|
|
989
|
-
## 1.48.0-rc.0
|
|
990
|
-
|
|
991
|
-
### Minor Changes
|
|
992
|
-
|
|
993
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
994
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
995
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
996
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
997
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
998
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
999
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1000
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1001
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1002
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1003
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1004
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1005
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
1006
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1007
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1008
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
1009
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1010
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1011
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1012
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
1013
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1014
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
1015
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
1016
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1017
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1018
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1019
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1020
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1021
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
1022
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1023
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1024
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1025
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1026
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1027
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1028
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1029
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1030
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
1031
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1032
|
-
|
|
1033
|
-
### Patch Changes
|
|
1034
|
-
|
|
1035
|
-
- Updated dependencies [90282b5]
|
|
1036
|
-
- Updated dependencies [50b9069]
|
|
1037
|
-
- Updated dependencies [572d2e8]
|
|
1038
|
-
- Updated dependencies [a4c8d6a9]
|
|
1039
|
-
- Updated dependencies [fda5b92]
|
|
1040
|
-
- Updated dependencies [2d9b2b2]
|
|
1041
|
-
- Updated dependencies [c53ea3e6]
|
|
1042
|
-
- Updated dependencies [d93a507]
|
|
1043
|
-
- Updated dependencies [8d9ac9a]
|
|
1044
|
-
- Updated dependencies [18e8197]
|
|
1045
|
-
- Updated dependencies [714e0b4]
|
|
1046
|
-
- Updated dependencies [70279e7]
|
|
1047
|
-
- Updated dependencies [6c25f66]
|
|
1048
|
-
- Updated dependencies [bc2b411]
|
|
1049
|
-
- Updated dependencies [3bf2dd9]
|
|
1050
|
-
- Updated dependencies [e9541a1]
|
|
1051
|
-
- Updated dependencies [c53ef7b9]
|
|
1052
|
-
- Updated dependencies [9d94f7e]
|
|
1053
|
-
- Updated dependencies [64699d3]
|
|
1054
|
-
- Updated dependencies [0d3a913]
|
|
1055
|
-
- Updated dependencies [1448a96e]
|
|
1056
|
-
- Updated dependencies [1ec2e9d]
|
|
1057
|
-
- Updated dependencies [d6edb1d]
|
|
1058
|
-
- Updated dependencies [d3474c6]
|
|
1059
|
-
- Updated dependencies [75080fd6]
|
|
1060
|
-
- Updated dependencies [17f8752]
|
|
1061
|
-
- Updated dependencies [c45b62c]
|
|
1062
|
-
- Updated dependencies [91265bba]
|
|
1063
|
-
- Updated dependencies [bbe18b9f]
|
|
1064
|
-
- Updated dependencies [d409996]
|
|
1065
|
-
- Updated dependencies [4920742]
|
|
1066
|
-
- Updated dependencies [12a873e]
|
|
1067
|
-
- Updated dependencies [69ca080]
|
|
1068
|
-
- Updated dependencies [7e56d6b]
|
|
1069
|
-
- Updated dependencies [94b6928]
|
|
1070
|
-
- Updated dependencies [98bb8dc]
|
|
1071
|
-
- Updated dependencies [46b7aad]
|
|
1072
|
-
- Updated dependencies [dcc8a15]
|
|
1073
|
-
- Updated dependencies [8f47cca]
|
|
1074
|
-
- Updated dependencies [fad2768]
|
|
1075
|
-
- Updated dependencies [dff0d595]
|
|
1076
|
-
- Updated dependencies [eecb282]
|
|
1077
|
-
- Updated dependencies [f2c325c]
|
|
1078
|
-
- Updated dependencies [9e25a64]
|
|
1079
|
-
- Updated dependencies [beb499e6]
|
|
1080
|
-
- Updated dependencies [146ea39]
|
|
1081
|
-
- Updated dependencies [f2c92d5]
|
|
1082
|
-
- Updated dependencies [7bd3d99]
|
|
1083
|
-
- Updated dependencies [c47be30]
|
|
1084
|
-
- Updated dependencies [e9a46ac]
|
|
1085
|
-
- Updated dependencies [f046f8e0]
|
|
1086
|
-
- Updated dependencies [b9273fd]
|
|
1087
|
-
- Updated dependencies [86d2531]
|
|
1088
|
-
- Updated dependencies [c670bd4]
|
|
1089
|
-
- Updated dependencies [3f9b8d7]
|
|
1090
|
-
- @akinon/next@1.48.0-rc.0
|
|
1091
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.0
|
|
1092
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.0
|
|
1093
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.0
|
|
1094
|
-
- @akinon/pz-click-collect@1.48.0-rc.0
|
|
1095
|
-
- @akinon/pz-masterpass@1.48.0-rc.0
|
|
1096
|
-
- @akinon/pz-akifast@1.48.0-rc.0
|
|
1097
|
-
- @akinon/pz-gpay@1.48.0-rc.0
|
|
1098
|
-
- @akinon/pz-b2b@1.48.0-rc.0
|
|
1099
|
-
- @akinon/pz-bkm@1.48.0-rc.0
|
|
1100
|
-
- @akinon/pz-otp@1.48.0-rc.0
|
|
1101
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.0
|
|
1102
|
-
- @akinon/pz-credit-payment@1.48.0-rc.0
|
|
216
|
+
- @akinon/next@1.48.0
|
|
217
|
+
- @akinon/pz-akifast@1.48.0
|
|
218
|
+
- @akinon/pz-b2b@1.48.0
|
|
219
|
+
- @akinon/pz-basket-gift-pack@1.48.0
|
|
220
|
+
- @akinon/pz-bkm@1.48.0
|
|
221
|
+
- @akinon/pz-checkout-gift-pack@1.48.0
|
|
222
|
+
- @akinon/pz-click-collect@1.48.0
|
|
223
|
+
- @akinon/pz-credit-payment@1.48.0
|
|
224
|
+
- @akinon/pz-gpay@1.48.0
|
|
225
|
+
- @akinon/pz-masterpass@1.48.0
|
|
226
|
+
- @akinon/pz-one-click-checkout@1.48.0
|
|
227
|
+
- @akinon/pz-otp@1.48.0
|
|
228
|
+
- @akinon/pz-pay-on-delivery@1.48.0
|
|
1103
229
|
|
|
1104
230
|
## 1.47.0
|
|
1105
231
|
|
|
@@ -1147,255 +273,20 @@
|
|
|
1147
273
|
|
|
1148
274
|
### Patch Changes
|
|
1149
275
|
|
|
1150
|
-
- Updated dependencies [90282b5]
|
|
1151
|
-
- Updated dependencies [50b9069]
|
|
1152
|
-
- Updated dependencies [572d2e8]
|
|
1153
|
-
- Updated dependencies [a4c8d6a9]
|
|
1154
|
-
- Updated dependencies [fda5b92]
|
|
1155
|
-
- Updated dependencies [2d9b2b2]
|
|
1156
|
-
- Updated dependencies [c53ea3e]
|
|
1157
|
-
- Updated dependencies [8d9ac9a]
|
|
1158
|
-
- Updated dependencies [18e8197]
|
|
1159
|
-
- Updated dependencies [714e0b4]
|
|
1160
|
-
- Updated dependencies [70279e7]
|
|
1161
|
-
- Updated dependencies [6c25f66]
|
|
1162
|
-
- Updated dependencies [bc2b411]
|
|
1163
|
-
- Updated dependencies [3bf2dd9]
|
|
1164
|
-
- Updated dependencies [e9541a1]
|
|
1165
|
-
- Updated dependencies [c53ef7b9]
|
|
1166
|
-
- Updated dependencies [9d94f7e]
|
|
1167
|
-
- Updated dependencies [64699d3]
|
|
1168
|
-
- Updated dependencies [0d3a913]
|
|
1169
|
-
- Updated dependencies [1448a96e]
|
|
1170
|
-
- Updated dependencies [d6edb1d]
|
|
1171
|
-
- Updated dependencies [d3474c6]
|
|
1172
|
-
- Updated dependencies [75080fd6]
|
|
1173
|
-
- Updated dependencies [17f8752]
|
|
1174
|
-
- Updated dependencies [c45b62c]
|
|
1175
|
-
- Updated dependencies [91265bba]
|
|
1176
|
-
- Updated dependencies [bbe18b9f]
|
|
1177
|
-
- Updated dependencies [d409996]
|
|
1178
|
-
- Updated dependencies [4920742]
|
|
1179
|
-
- Updated dependencies [69ca080]
|
|
1180
|
-
- Updated dependencies [7e56d6b]
|
|
1181
|
-
- Updated dependencies [94b6928]
|
|
1182
|
-
- Updated dependencies [98bb8dc]
|
|
1183
|
-
- Updated dependencies [46b7aad]
|
|
1184
|
-
- Updated dependencies [dcc8a15]
|
|
1185
|
-
- Updated dependencies [8f47cca]
|
|
1186
|
-
- Updated dependencies [fad2768]
|
|
1187
|
-
- Updated dependencies [dff0d595]
|
|
1188
|
-
- Updated dependencies [eecb282]
|
|
1189
|
-
- Updated dependencies [f2c325c]
|
|
1190
|
-
- Updated dependencies [9e25a64]
|
|
1191
|
-
- Updated dependencies [beb499e6]
|
|
1192
|
-
- Updated dependencies [948eb42]
|
|
1193
|
-
- Updated dependencies [146ea39]
|
|
1194
|
-
- Updated dependencies [f2c92d5]
|
|
1195
|
-
- Updated dependencies [7bd3d99]
|
|
1196
|
-
- Updated dependencies [c47be30]
|
|
1197
|
-
- Updated dependencies [e9a46ac]
|
|
1198
|
-
- Updated dependencies [f046f8e0]
|
|
1199
|
-
- Updated dependencies [86d2531]
|
|
1200
|
-
- Updated dependencies [3f9b8d7]
|
|
1201
|
-
- @akinon/next@1.45.0-rc.5
|
|
1202
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.5
|
|
1203
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.5
|
|
1204
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.5
|
|
1205
|
-
- @akinon/pz-click-collect@1.45.0-rc.5
|
|
1206
|
-
- @akinon/pz-masterpass@1.45.0-rc.5
|
|
1207
|
-
- @akinon/pz-akifast@1.45.0-rc.5
|
|
1208
|
-
- @akinon/pz-gpay@1.45.0-rc.5
|
|
1209
|
-
- @akinon/pz-b2b@1.45.0-rc.5
|
|
1210
|
-
- @akinon/pz-bkm@1.45.0-rc.5
|
|
1211
|
-
- @akinon/pz-otp@1.45.0-rc.5
|
|
1212
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.5
|
|
1213
|
-
- @akinon/pz-credit-payment@1.45.0-rc.5
|
|
1214
|
-
|
|
1215
|
-
## 1.45.0-rc.4
|
|
1216
|
-
|
|
1217
|
-
### Patch Changes
|
|
1218
|
-
|
|
1219
|
-
- Updated dependencies [8f47cca]
|
|
1220
|
-
- @akinon/next@1.45.0-rc.4
|
|
1221
|
-
- @akinon/pz-akifast@1.45.0-rc.4
|
|
1222
|
-
- @akinon/pz-b2b@1.45.0-rc.4
|
|
1223
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.4
|
|
1224
|
-
- @akinon/pz-bkm@1.45.0-rc.4
|
|
1225
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.4
|
|
1226
|
-
- @akinon/pz-click-collect@1.45.0-rc.4
|
|
1227
|
-
- @akinon/pz-credit-payment@1.45.0-rc.4
|
|
1228
|
-
- @akinon/pz-gpay@1.45.0-rc.4
|
|
1229
|
-
- @akinon/pz-masterpass@1.45.0-rc.4
|
|
1230
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.4
|
|
1231
|
-
- @akinon/pz-otp@1.45.0-rc.4
|
|
1232
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.4
|
|
1233
|
-
|
|
1234
|
-
## 1.45.0-rc.3
|
|
1235
|
-
|
|
1236
|
-
### Patch Changes
|
|
1237
|
-
|
|
1238
|
-
- Updated dependencies [948eb42]
|
|
1239
|
-
- @akinon/next@1.45.0-rc.3
|
|
1240
|
-
- @akinon/pz-akifast@1.45.0-rc.3
|
|
1241
|
-
- @akinon/pz-b2b@1.45.0-rc.3
|
|
1242
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.3
|
|
1243
|
-
- @akinon/pz-bkm@1.45.0-rc.3
|
|
1244
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.3
|
|
1245
|
-
- @akinon/pz-click-collect@1.45.0-rc.3
|
|
1246
|
-
- @akinon/pz-credit-payment@1.45.0-rc.3
|
|
1247
|
-
- @akinon/pz-gpay@1.45.0-rc.3
|
|
1248
|
-
- @akinon/pz-masterpass@1.45.0-rc.3
|
|
1249
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.3
|
|
1250
|
-
- @akinon/pz-otp@1.45.0-rc.3
|
|
1251
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.3
|
|
1252
|
-
|
|
1253
|
-
## 1.45.0-rc.2
|
|
1254
|
-
|
|
1255
|
-
### Minor Changes
|
|
1256
|
-
|
|
1257
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
1258
|
-
|
|
1259
|
-
### Patch Changes
|
|
1260
|
-
|
|
1261
|
-
- Updated dependencies [c45b62c]
|
|
1262
|
-
- Updated dependencies [f2c325c]
|
|
1263
|
-
- @akinon/next@1.45.0-rc.2
|
|
1264
|
-
- @akinon/pz-b2b@1.45.0-rc.2
|
|
1265
|
-
- @akinon/pz-akifast@1.45.0-rc.2
|
|
1266
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.2
|
|
1267
|
-
- @akinon/pz-bkm@1.45.0-rc.2
|
|
1268
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.2
|
|
1269
|
-
- @akinon/pz-click-collect@1.45.0-rc.2
|
|
1270
|
-
- @akinon/pz-credit-payment@1.45.0-rc.2
|
|
1271
|
-
- @akinon/pz-gpay@1.45.0-rc.2
|
|
1272
|
-
- @akinon/pz-masterpass@1.45.0-rc.2
|
|
1273
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.2
|
|
1274
|
-
- @akinon/pz-otp@1.45.0-rc.2
|
|
1275
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.2
|
|
1276
|
-
|
|
1277
|
-
## 1.45.0-rc.1
|
|
1278
|
-
|
|
1279
|
-
### Patch Changes
|
|
1280
|
-
|
|
1281
|
-
- Updated dependencies [7e56d6b]
|
|
1282
|
-
- @akinon/next@1.45.0-rc.1
|
|
1283
|
-
- @akinon/pz-akifast@1.45.0-rc.1
|
|
1284
|
-
- @akinon/pz-b2b@1.45.0-rc.1
|
|
1285
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.1
|
|
1286
|
-
- @akinon/pz-bkm@1.45.0-rc.1
|
|
1287
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.1
|
|
1288
|
-
- @akinon/pz-click-collect@1.45.0-rc.1
|
|
1289
|
-
- @akinon/pz-credit-payment@1.45.0-rc.1
|
|
1290
|
-
- @akinon/pz-gpay@1.45.0-rc.1
|
|
1291
|
-
- @akinon/pz-masterpass@1.45.0-rc.1
|
|
1292
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.1
|
|
1293
|
-
- @akinon/pz-otp@1.45.0-rc.1
|
|
1294
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.1
|
|
1295
|
-
|
|
1296
|
-
## 1.45.0-rc.0
|
|
1297
|
-
|
|
1298
|
-
### Minor Changes
|
|
1299
|
-
|
|
1300
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1301
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1302
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1303
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
1304
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
1305
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1306
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
1307
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1308
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1309
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1310
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1311
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1312
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
1313
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1314
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1315
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
1316
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
1317
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1318
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
1319
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1320
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
1321
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1322
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1323
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1324
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1325
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1326
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1327
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1328
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1329
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1330
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1331
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1332
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
1333
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1334
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1335
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1336
|
-
|
|
1337
|
-
### Patch Changes
|
|
1338
|
-
|
|
1339
|
-
- Updated dependencies [90282b5]
|
|
1340
|
-
- Updated dependencies [50b9069]
|
|
1341
|
-
- Updated dependencies [572d2e8]
|
|
1342
|
-
- Updated dependencies [a4c8d6a9]
|
|
1343
|
-
- Updated dependencies [fda5b92]
|
|
1344
|
-
- Updated dependencies [2d9b2b2]
|
|
1345
|
-
- Updated dependencies [c53ea3e]
|
|
1346
|
-
- Updated dependencies [8d9ac9a]
|
|
1347
|
-
- Updated dependencies [18e8197]
|
|
1348
|
-
- Updated dependencies [714e0b4]
|
|
1349
|
-
- Updated dependencies [70279e7]
|
|
1350
|
-
- Updated dependencies [6c25f66]
|
|
1351
|
-
- Updated dependencies [bc2b411]
|
|
1352
|
-
- Updated dependencies [3bf2dd9]
|
|
1353
|
-
- Updated dependencies [e9541a1]
|
|
1354
|
-
- Updated dependencies [c53ef7b9]
|
|
1355
|
-
- Updated dependencies [9d94f7e]
|
|
1356
|
-
- Updated dependencies [64699d3]
|
|
1357
|
-
- Updated dependencies [0d3a913]
|
|
1358
|
-
- Updated dependencies [1448a96]
|
|
1359
276
|
- Updated dependencies [2ab6e08]
|
|
1360
|
-
-
|
|
1361
|
-
-
|
|
1362
|
-
-
|
|
1363
|
-
-
|
|
1364
|
-
-
|
|
1365
|
-
-
|
|
1366
|
-
-
|
|
1367
|
-
-
|
|
1368
|
-
-
|
|
1369
|
-
-
|
|
1370
|
-
-
|
|
1371
|
-
-
|
|
1372
|
-
-
|
|
1373
|
-
- Updated dependencies [fad2768]
|
|
1374
|
-
- Updated dependencies [dff0d59]
|
|
1375
|
-
- Updated dependencies [eecb282]
|
|
1376
|
-
- Updated dependencies [9e25a64]
|
|
1377
|
-
- Updated dependencies [beb499e]
|
|
1378
|
-
- Updated dependencies [146ea39]
|
|
1379
|
-
- Updated dependencies [f2c92d5]
|
|
1380
|
-
- Updated dependencies [7bd3d99]
|
|
1381
|
-
- Updated dependencies [c47be30]
|
|
1382
|
-
- Updated dependencies [e9a46ac]
|
|
1383
|
-
- Updated dependencies [f046f8e0]
|
|
1384
|
-
- Updated dependencies [86d2531]
|
|
1385
|
-
- Updated dependencies [3f9b8d7]
|
|
1386
|
-
- @akinon/next@1.45.0-rc.0
|
|
1387
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.0
|
|
1388
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.0
|
|
1389
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.0
|
|
1390
|
-
- @akinon/pz-click-collect@1.45.0-rc.0
|
|
1391
|
-
- @akinon/pz-masterpass@1.45.0-rc.0
|
|
1392
|
-
- @akinon/pz-akifast@1.45.0-rc.0
|
|
1393
|
-
- @akinon/pz-gpay@1.45.0-rc.0
|
|
1394
|
-
- @akinon/pz-b2b@1.45.0-rc.0
|
|
1395
|
-
- @akinon/pz-bkm@1.45.0-rc.0
|
|
1396
|
-
- @akinon/pz-otp@1.45.0-rc.0
|
|
1397
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.0
|
|
1398
|
-
- @akinon/pz-credit-payment@1.45.0-rc.0
|
|
277
|
+
- @akinon/next@1.45.0
|
|
278
|
+
- @akinon/pz-akifast@1.45.0
|
|
279
|
+
- @akinon/pz-b2b@1.45.0
|
|
280
|
+
- @akinon/pz-basket-gift-pack@1.45.0
|
|
281
|
+
- @akinon/pz-bkm@1.45.0
|
|
282
|
+
- @akinon/pz-checkout-gift-pack@1.45.0
|
|
283
|
+
- @akinon/pz-click-collect@1.45.0
|
|
284
|
+
- @akinon/pz-credit-payment@1.45.0
|
|
285
|
+
- @akinon/pz-gpay@1.45.0
|
|
286
|
+
- @akinon/pz-masterpass@1.45.0
|
|
287
|
+
- @akinon/pz-one-click-checkout@1.45.0
|
|
288
|
+
- @akinon/pz-otp@1.45.0
|
|
289
|
+
- @akinon/pz-pay-on-delivery@1.45.0
|
|
1399
290
|
|
|
1400
291
|
## 1.44.0
|
|
1401
292
|
|
|
@@ -1419,565 +310,24 @@
|
|
|
1419
310
|
|
|
1420
311
|
### Minor Changes
|
|
1421
312
|
|
|
1422
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1423
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1424
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1425
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
1426
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
1427
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1428
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
1429
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1430
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1431
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1432
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1433
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1434
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
1435
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1436
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1437
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
1438
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
1439
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1440
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
1441
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1442
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
1443
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1444
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1445
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1446
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1447
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1448
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1449
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1450
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1451
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1452
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1453
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1454
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
1455
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1456
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1457
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1458
|
-
|
|
1459
|
-
### Patch Changes
|
|
1460
|
-
|
|
1461
|
-
- Updated dependencies [90282b5]
|
|
1462
|
-
- Updated dependencies [50b9069]
|
|
1463
|
-
- Updated dependencies [572d2e8]
|
|
1464
|
-
- Updated dependencies [a4c8d6a9]
|
|
1465
|
-
- Updated dependencies [fda5b92]
|
|
1466
|
-
- Updated dependencies [2d9b2b2]
|
|
1467
|
-
- Updated dependencies [c53ea3e]
|
|
1468
|
-
- Updated dependencies [8d9ac9a]
|
|
1469
|
-
- Updated dependencies [18e8197]
|
|
1470
|
-
- Updated dependencies [714e0b4]
|
|
1471
|
-
- Updated dependencies [70279e7]
|
|
1472
|
-
- Updated dependencies [6c25f66]
|
|
1473
|
-
- Updated dependencies [bc2b411]
|
|
1474
|
-
- Updated dependencies [3bf2dd9]
|
|
1475
|
-
- Updated dependencies [e9541a1]
|
|
1476
|
-
- Updated dependencies [c53ef7b9]
|
|
1477
|
-
- Updated dependencies [9d94f7e]
|
|
1478
|
-
- Updated dependencies [64699d3]
|
|
1479
|
-
- Updated dependencies [0d3a913]
|
|
1480
|
-
- Updated dependencies [1448a96]
|
|
1481
|
-
- Updated dependencies [d6edb1d]
|
|
1482
|
-
- Updated dependencies [d3474c6]
|
|
1483
|
-
- Updated dependencies [75080fd]
|
|
1484
|
-
- Updated dependencies [17f8752]
|
|
1485
|
-
- Updated dependencies [91265bb]
|
|
1486
|
-
- Updated dependencies [bbe18b9]
|
|
1487
|
-
- Updated dependencies [d409996]
|
|
1488
|
-
- Updated dependencies [4920742]
|
|
1489
|
-
- Updated dependencies [69ca080]
|
|
1490
|
-
- Updated dependencies [94b6928]
|
|
1491
|
-
- Updated dependencies [98bb8dc]
|
|
1492
|
-
- Updated dependencies [46b7aad]
|
|
1493
|
-
- Updated dependencies [dcc8a15]
|
|
1494
|
-
- Updated dependencies [fad2768]
|
|
1495
|
-
- Updated dependencies [dff0d59]
|
|
1496
|
-
- Updated dependencies [eecb282]
|
|
1497
|
-
- Updated dependencies [9e25a64]
|
|
1498
|
-
- Updated dependencies [beb499e]
|
|
1499
|
-
- Updated dependencies [146ea39]
|
|
1500
|
-
- Updated dependencies [f2c92d5]
|
|
1501
|
-
- Updated dependencies [7bd3d99]
|
|
1502
|
-
- Updated dependencies [c47be30]
|
|
1503
|
-
- Updated dependencies [e9a46ac]
|
|
1504
|
-
- Updated dependencies [f046f8e0]
|
|
1505
|
-
- Updated dependencies [86d2531]
|
|
1506
|
-
- Updated dependencies [3f9b8d7]
|
|
1507
|
-
- @akinon/next@1.43.0-rc.16
|
|
1508
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.16
|
|
1509
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.16
|
|
1510
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.16
|
|
1511
|
-
- @akinon/pz-click-collect@1.43.0-rc.16
|
|
1512
|
-
- @akinon/pz-masterpass@1.43.0-rc.16
|
|
1513
|
-
- @akinon/pz-akifast@1.43.0-rc.16
|
|
1514
|
-
- @akinon/pz-gpay@1.43.0-rc.16
|
|
1515
|
-
- @akinon/pz-b2b@1.43.0-rc.16
|
|
1516
|
-
- @akinon/pz-bkm@1.43.0-rc.16
|
|
1517
|
-
- @akinon/pz-otp@1.43.0-rc.16
|
|
1518
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.16
|
|
1519
|
-
- @akinon/pz-credit-payment@1.43.0-rc.16
|
|
1520
|
-
|
|
1521
|
-
## 1.43.0-rc.15
|
|
1522
|
-
|
|
1523
|
-
### Patch Changes
|
|
1524
|
-
|
|
1525
|
-
- @akinon/next@1.43.0-rc.15
|
|
1526
|
-
- @akinon/pz-akifast@1.43.0-rc.15
|
|
1527
|
-
- @akinon/pz-b2b@1.43.0-rc.15
|
|
1528
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.15
|
|
1529
|
-
- @akinon/pz-bkm@1.43.0-rc.15
|
|
1530
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.15
|
|
1531
|
-
- @akinon/pz-click-collect@1.43.0-rc.15
|
|
1532
|
-
- @akinon/pz-credit-payment@1.43.0-rc.15
|
|
1533
|
-
- @akinon/pz-gpay@1.43.0-rc.15
|
|
1534
|
-
- @akinon/pz-masterpass@1.43.0-rc.15
|
|
1535
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.15
|
|
1536
|
-
- @akinon/pz-otp@1.43.0-rc.15
|
|
1537
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.15
|
|
1538
|
-
|
|
1539
|
-
## 1.43.0-rc.14
|
|
1540
|
-
|
|
1541
|
-
### Patch Changes
|
|
1542
|
-
|
|
1543
|
-
- Updated dependencies [3bf2dd9]
|
|
1544
|
-
- @akinon/next@1.43.0-rc.14
|
|
1545
|
-
- @akinon/pz-akifast@1.43.0-rc.14
|
|
1546
|
-
- @akinon/pz-b2b@1.43.0-rc.14
|
|
1547
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.14
|
|
1548
|
-
- @akinon/pz-bkm@1.43.0-rc.14
|
|
1549
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.14
|
|
1550
|
-
- @akinon/pz-click-collect@1.43.0-rc.14
|
|
1551
|
-
- @akinon/pz-credit-payment@1.43.0-rc.14
|
|
1552
|
-
- @akinon/pz-gpay@1.43.0-rc.14
|
|
1553
|
-
- @akinon/pz-masterpass@1.43.0-rc.14
|
|
1554
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.14
|
|
1555
|
-
- @akinon/pz-otp@1.43.0-rc.14
|
|
1556
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.14
|
|
1557
|
-
|
|
1558
|
-
## 1.43.0-rc.13
|
|
1559
|
-
|
|
1560
|
-
### Minor Changes
|
|
1561
|
-
|
|
1562
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1563
|
-
|
|
1564
|
-
### Patch Changes
|
|
1565
|
-
|
|
1566
|
-
- Updated dependencies [9e25a64]
|
|
1567
|
-
- @akinon/next@1.43.0-rc.13
|
|
1568
|
-
- @akinon/pz-akifast@1.43.0-rc.13
|
|
1569
|
-
- @akinon/pz-b2b@1.43.0-rc.13
|
|
1570
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.13
|
|
1571
|
-
- @akinon/pz-bkm@1.43.0-rc.13
|
|
1572
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.13
|
|
1573
|
-
- @akinon/pz-click-collect@1.43.0-rc.13
|
|
1574
|
-
- @akinon/pz-credit-payment@1.43.0-rc.13
|
|
1575
|
-
- @akinon/pz-gpay@1.43.0-rc.13
|
|
1576
|
-
- @akinon/pz-masterpass@1.43.0-rc.13
|
|
1577
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.13
|
|
1578
|
-
- @akinon/pz-otp@1.43.0-rc.13
|
|
1579
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.13
|
|
1580
|
-
|
|
1581
|
-
## 1.43.0-rc.12
|
|
1582
|
-
|
|
1583
|
-
### Patch Changes
|
|
1584
|
-
|
|
1585
|
-
- Updated dependencies [4920742]
|
|
1586
|
-
- @akinon/next@1.43.0-rc.12
|
|
1587
|
-
- @akinon/pz-akifast@1.43.0-rc.12
|
|
1588
|
-
- @akinon/pz-b2b@1.43.0-rc.12
|
|
1589
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.12
|
|
1590
|
-
- @akinon/pz-bkm@1.43.0-rc.12
|
|
1591
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.12
|
|
1592
|
-
- @akinon/pz-click-collect@1.43.0-rc.12
|
|
1593
|
-
- @akinon/pz-credit-payment@1.43.0-rc.12
|
|
1594
|
-
- @akinon/pz-gpay@1.43.0-rc.12
|
|
1595
|
-
- @akinon/pz-masterpass@1.43.0-rc.12
|
|
1596
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.12
|
|
1597
|
-
- @akinon/pz-otp@1.43.0-rc.12
|
|
1598
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.12
|
|
1599
|
-
|
|
1600
|
-
## 1.43.0-rc.11
|
|
1601
|
-
|
|
1602
|
-
### Patch Changes
|
|
1603
|
-
|
|
1604
|
-
- Updated dependencies [6c25f66]
|
|
1605
|
-
- @akinon/next@1.43.0-rc.11
|
|
1606
|
-
- @akinon/pz-akifast@1.43.0-rc.11
|
|
1607
|
-
- @akinon/pz-b2b@1.43.0-rc.11
|
|
1608
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.11
|
|
1609
|
-
- @akinon/pz-bkm@1.43.0-rc.11
|
|
1610
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.11
|
|
1611
|
-
- @akinon/pz-click-collect@1.43.0-rc.11
|
|
1612
|
-
- @akinon/pz-credit-payment@1.43.0-rc.11
|
|
1613
|
-
- @akinon/pz-gpay@1.43.0-rc.11
|
|
1614
|
-
- @akinon/pz-masterpass@1.43.0-rc.11
|
|
1615
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.11
|
|
1616
|
-
- @akinon/pz-otp@1.43.0-rc.11
|
|
1617
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.11
|
|
1618
|
-
|
|
1619
|
-
## 1.43.0-rc.10
|
|
1620
|
-
|
|
1621
|
-
### Patch Changes
|
|
1622
|
-
|
|
1623
|
-
- Updated dependencies [d6edb1d]
|
|
1624
|
-
- @akinon/next@1.43.0-rc.10
|
|
1625
|
-
- @akinon/pz-akifast@1.43.0-rc.10
|
|
1626
|
-
- @akinon/pz-b2b@1.43.0-rc.10
|
|
1627
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.10
|
|
1628
|
-
- @akinon/pz-bkm@1.43.0-rc.10
|
|
1629
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.10
|
|
1630
|
-
- @akinon/pz-click-collect@1.43.0-rc.10
|
|
1631
|
-
- @akinon/pz-credit-payment@1.43.0-rc.10
|
|
1632
|
-
- @akinon/pz-gpay@1.43.0-rc.10
|
|
1633
|
-
- @akinon/pz-masterpass@1.43.0-rc.10
|
|
1634
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.10
|
|
1635
|
-
- @akinon/pz-otp@1.43.0-rc.10
|
|
1636
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.10
|
|
1637
|
-
|
|
1638
|
-
## 1.43.0-rc.9
|
|
1639
|
-
|
|
1640
|
-
### Minor Changes
|
|
1641
|
-
|
|
1642
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1643
|
-
|
|
1644
|
-
### Patch Changes
|
|
1645
|
-
|
|
1646
|
-
- Updated dependencies [bc2b411]
|
|
1647
|
-
- @akinon/next@1.43.0-rc.9
|
|
1648
|
-
- @akinon/pz-akifast@1.43.0-rc.9
|
|
1649
|
-
- @akinon/pz-b2b@1.43.0-rc.9
|
|
1650
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.9
|
|
1651
|
-
- @akinon/pz-bkm@1.43.0-rc.9
|
|
1652
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.9
|
|
1653
|
-
- @akinon/pz-click-collect@1.43.0-rc.9
|
|
1654
|
-
- @akinon/pz-credit-payment@1.43.0-rc.9
|
|
1655
|
-
- @akinon/pz-gpay@1.43.0-rc.9
|
|
1656
|
-
- @akinon/pz-masterpass@1.43.0-rc.9
|
|
1657
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.9
|
|
1658
|
-
- @akinon/pz-otp@1.43.0-rc.9
|
|
1659
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.9
|
|
1660
|
-
|
|
1661
|
-
## 1.43.0-rc.8
|
|
1662
|
-
|
|
1663
|
-
### Patch Changes
|
|
1664
|
-
|
|
1665
|
-
- Updated dependencies [70279e7]
|
|
1666
|
-
- Updated dependencies [9d94f7e]
|
|
1667
|
-
- @akinon/next@1.43.0-rc.8
|
|
1668
|
-
- @akinon/pz-akifast@1.43.0-rc.8
|
|
1669
|
-
- @akinon/pz-b2b@1.43.0-rc.8
|
|
1670
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.8
|
|
1671
|
-
- @akinon/pz-bkm@1.43.0-rc.8
|
|
1672
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.8
|
|
1673
|
-
- @akinon/pz-click-collect@1.43.0-rc.8
|
|
1674
|
-
- @akinon/pz-credit-payment@1.43.0-rc.8
|
|
1675
|
-
- @akinon/pz-gpay@1.43.0-rc.8
|
|
1676
|
-
- @akinon/pz-masterpass@1.43.0-rc.8
|
|
1677
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.8
|
|
1678
|
-
- @akinon/pz-otp@1.43.0-rc.8
|
|
1679
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.8
|
|
1680
|
-
|
|
1681
|
-
## 1.43.0-rc.7
|
|
1682
|
-
|
|
1683
|
-
### Patch Changes
|
|
1684
|
-
|
|
1685
|
-
- Updated dependencies [7bd3d99]
|
|
1686
|
-
- @akinon/next@1.43.0-rc.7
|
|
1687
|
-
- @akinon/pz-akifast@1.43.0-rc.7
|
|
1688
|
-
- @akinon/pz-b2b@1.43.0-rc.7
|
|
1689
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.7
|
|
1690
|
-
- @akinon/pz-bkm@1.43.0-rc.7
|
|
1691
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.7
|
|
1692
|
-
- @akinon/pz-click-collect@1.43.0-rc.7
|
|
1693
|
-
- @akinon/pz-credit-payment@1.43.0-rc.7
|
|
1694
|
-
- @akinon/pz-gpay@1.43.0-rc.7
|
|
1695
|
-
- @akinon/pz-masterpass@1.43.0-rc.7
|
|
1696
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.7
|
|
1697
|
-
- @akinon/pz-otp@1.43.0-rc.7
|
|
1698
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.7
|
|
1699
|
-
|
|
1700
|
-
## 1.43.0-rc.6
|
|
1701
|
-
|
|
1702
|
-
### Minor Changes
|
|
1703
|
-
|
|
1704
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1705
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1706
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1707
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
1708
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
1709
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1710
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
1711
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1712
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1713
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1714
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1715
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
1716
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1717
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1718
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
1719
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
1720
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1721
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
1722
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1723
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
1724
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1725
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1726
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1727
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1728
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1729
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1730
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1731
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1732
313
|
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
1733
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1734
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1735
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
1736
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1737
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
1738
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1739
314
|
|
|
1740
315
|
### Patch Changes
|
|
1741
316
|
|
|
1742
|
-
- Updated dependencies [90282b5]
|
|
1743
|
-
- Updated dependencies [50b9069]
|
|
1744
|
-
- Updated dependencies [572d2e8]
|
|
1745
|
-
- Updated dependencies [a4c8d6a]
|
|
1746
|
-
- Updated dependencies [fda5b92]
|
|
1747
|
-
- Updated dependencies [2d9b2b2]
|
|
1748
|
-
- Updated dependencies [c53ea3e]
|
|
1749
|
-
- Updated dependencies [8d9ac9a]
|
|
1750
|
-
- Updated dependencies [18e8197]
|
|
1751
|
-
- Updated dependencies [714e0b4]
|
|
1752
|
-
- Updated dependencies [e9541a1]
|
|
1753
|
-
- Updated dependencies [c53ef7b]
|
|
1754
|
-
- Updated dependencies [64699d3]
|
|
1755
|
-
- Updated dependencies [0d3a913]
|
|
1756
|
-
- Updated dependencies [1448a96]
|
|
1757
|
-
- Updated dependencies [d3474c6]
|
|
1758
|
-
- Updated dependencies [75080fd]
|
|
1759
|
-
- Updated dependencies [17f8752]
|
|
1760
|
-
- Updated dependencies [91265bb]
|
|
1761
|
-
- Updated dependencies [bbe18b9]
|
|
1762
|
-
- Updated dependencies [d409996]
|
|
1763
|
-
- Updated dependencies [69ca080]
|
|
1764
|
-
- Updated dependencies [94b6928]
|
|
1765
|
-
- Updated dependencies [98bb8dc]
|
|
1766
|
-
- Updated dependencies [46b7aad]
|
|
1767
|
-
- Updated dependencies [dcc8a15]
|
|
1768
|
-
- Updated dependencies [fad2768]
|
|
1769
|
-
- Updated dependencies [dff0d59]
|
|
1770
|
-
- Updated dependencies [eecb282]
|
|
1771
317
|
- Updated dependencies [4a163f2]
|
|
1772
|
-
-
|
|
1773
|
-
-
|
|
1774
|
-
-
|
|
1775
|
-
-
|
|
1776
|
-
-
|
|
1777
|
-
-
|
|
1778
|
-
-
|
|
1779
|
-
-
|
|
1780
|
-
- @akinon/
|
|
1781
|
-
- @akinon/pz-
|
|
1782
|
-
- @akinon/pz-one-click-checkout@1.43.0
|
|
1783
|
-
- @akinon/pz-
|
|
1784
|
-
- @akinon/pz-
|
|
1785
|
-
- @akinon/pz-masterpass@1.43.0-rc.6
|
|
1786
|
-
- @akinon/pz-akifast@1.43.0-rc.6
|
|
1787
|
-
- @akinon/pz-gpay@1.43.0-rc.6
|
|
1788
|
-
- @akinon/pz-b2b@1.43.0-rc.6
|
|
1789
|
-
- @akinon/pz-bkm@1.43.0-rc.6
|
|
1790
|
-
- @akinon/pz-otp@1.43.0-rc.6
|
|
1791
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.6
|
|
1792
|
-
- @akinon/pz-credit-payment@1.43.0-rc.6
|
|
1793
|
-
|
|
1794
|
-
## 1.43.0-rc.5
|
|
1795
|
-
|
|
1796
|
-
### Patch Changes
|
|
1797
|
-
|
|
1798
|
-
- Updated dependencies [17f8752]
|
|
1799
|
-
- @akinon/next@1.43.0-rc.5
|
|
1800
|
-
- @akinon/pz-akifast@1.43.0-rc.5
|
|
1801
|
-
- @akinon/pz-b2b@1.43.0-rc.5
|
|
1802
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.5
|
|
1803
|
-
- @akinon/pz-bkm@1.43.0-rc.5
|
|
1804
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.5
|
|
1805
|
-
- @akinon/pz-click-collect@1.43.0-rc.5
|
|
1806
|
-
- @akinon/pz-credit-payment@1.43.0-rc.5
|
|
1807
|
-
- @akinon/pz-gpay@1.43.0-rc.5
|
|
1808
|
-
- @akinon/pz-masterpass@1.43.0-rc.5
|
|
1809
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.5
|
|
1810
|
-
- @akinon/pz-otp@1.43.0-rc.5
|
|
1811
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.5
|
|
1812
|
-
|
|
1813
|
-
## 1.43.0-rc.4
|
|
1814
|
-
|
|
1815
|
-
### Patch Changes
|
|
1816
|
-
|
|
1817
|
-
- Updated dependencies [3f9b8d7]
|
|
1818
|
-
- @akinon/next@1.43.0-rc.4
|
|
1819
|
-
- @akinon/pz-akifast@1.43.0-rc.4
|
|
1820
|
-
- @akinon/pz-b2b@1.43.0-rc.4
|
|
1821
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.4
|
|
1822
|
-
- @akinon/pz-bkm@1.43.0-rc.4
|
|
1823
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.4
|
|
1824
|
-
- @akinon/pz-click-collect@1.43.0-rc.4
|
|
1825
|
-
- @akinon/pz-credit-payment@1.43.0-rc.4
|
|
1826
|
-
- @akinon/pz-gpay@1.43.0-rc.4
|
|
1827
|
-
- @akinon/pz-masterpass@1.43.0-rc.4
|
|
1828
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.4
|
|
1829
|
-
- @akinon/pz-otp@1.43.0-rc.4
|
|
1830
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.4
|
|
1831
|
-
|
|
1832
|
-
## 1.43.0-rc.3
|
|
1833
|
-
|
|
1834
|
-
### Minor Changes
|
|
1835
|
-
|
|
1836
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1837
|
-
|
|
1838
|
-
### Patch Changes
|
|
1839
|
-
|
|
1840
|
-
- Updated dependencies [64699d3]
|
|
1841
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.3
|
|
1842
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.3
|
|
1843
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.3
|
|
1844
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.3
|
|
1845
|
-
- @akinon/pz-credit-payment@1.43.0-rc.3
|
|
1846
|
-
- @akinon/pz-click-collect@1.43.0-rc.3
|
|
1847
|
-
- @akinon/pz-masterpass@1.43.0-rc.3
|
|
1848
|
-
- @akinon/next@1.43.0-rc.3
|
|
1849
|
-
- @akinon/pz-akifast@1.43.0-rc.3
|
|
1850
|
-
- @akinon/pz-gpay@1.43.0-rc.3
|
|
1851
|
-
- @akinon/pz-b2b@1.43.0-rc.3
|
|
1852
|
-
- @akinon/pz-bkm@1.43.0-rc.3
|
|
1853
|
-
- @akinon/pz-otp@1.43.0-rc.3
|
|
1854
|
-
|
|
1855
|
-
## 1.43.0-rc.2
|
|
1856
|
-
|
|
1857
|
-
### Patch Changes
|
|
1858
|
-
|
|
1859
|
-
- Updated dependencies [f2c92d5]
|
|
1860
|
-
- @akinon/next@1.43.0-rc.2
|
|
1861
|
-
- @akinon/pz-akifast@1.43.0-rc.2
|
|
1862
|
-
- @akinon/pz-b2b@1.43.0-rc.2
|
|
1863
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.2
|
|
1864
|
-
- @akinon/pz-bkm@1.43.0-rc.2
|
|
1865
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.2
|
|
1866
|
-
- @akinon/pz-click-collect@1.43.0-rc.2
|
|
1867
|
-
- @akinon/pz-credit-payment@1.43.0-rc.2
|
|
1868
|
-
- @akinon/pz-gpay@1.43.0-rc.2
|
|
1869
|
-
- @akinon/pz-masterpass@1.43.0-rc.2
|
|
1870
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.2
|
|
1871
|
-
- @akinon/pz-otp@1.43.0-rc.2
|
|
1872
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.2
|
|
1873
|
-
|
|
1874
|
-
## 1.43.0-rc.1
|
|
1875
|
-
|
|
1876
|
-
### Minor Changes
|
|
1877
|
-
|
|
1878
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1879
|
-
|
|
1880
|
-
### Patch Changes
|
|
1881
|
-
|
|
1882
|
-
- Updated dependencies [eecb282]
|
|
1883
|
-
- @akinon/next@1.43.0-rc.1
|
|
1884
|
-
- @akinon/pz-akifast@1.43.0-rc.1
|
|
1885
|
-
- @akinon/pz-b2b@1.43.0-rc.1
|
|
1886
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.1
|
|
1887
|
-
- @akinon/pz-bkm@1.43.0-rc.1
|
|
1888
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.1
|
|
1889
|
-
- @akinon/pz-click-collect@1.43.0-rc.1
|
|
1890
|
-
- @akinon/pz-credit-payment@1.43.0-rc.1
|
|
1891
|
-
- @akinon/pz-gpay@1.43.0-rc.1
|
|
1892
|
-
- @akinon/pz-masterpass@1.43.0-rc.1
|
|
1893
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.1
|
|
1894
|
-
- @akinon/pz-otp@1.43.0-rc.1
|
|
1895
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.1
|
|
1896
|
-
|
|
1897
|
-
## 1.43.0-rc.0
|
|
1898
|
-
|
|
1899
|
-
### Minor Changes
|
|
1900
|
-
|
|
1901
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1902
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1903
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1904
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
1905
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
1906
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1907
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
1908
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1909
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1910
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1911
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1912
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
1913
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1914
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
1915
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
1916
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1917
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
1918
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1919
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
1920
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1921
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1922
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1923
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1924
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1925
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1926
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1927
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1928
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1929
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
1930
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1931
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
1932
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1933
|
-
|
|
1934
|
-
### Patch Changes
|
|
1935
|
-
|
|
1936
|
-
- Updated dependencies [90282b5]
|
|
1937
|
-
- Updated dependencies [50b9069]
|
|
1938
|
-
- Updated dependencies [572d2e8]
|
|
1939
|
-
- Updated dependencies [a4c8d6a]
|
|
1940
|
-
- Updated dependencies [fda5b92]
|
|
1941
|
-
- Updated dependencies [2d9b2b2]
|
|
1942
|
-
- Updated dependencies [c53ea3e]
|
|
1943
|
-
- Updated dependencies [8d9ac9a]
|
|
1944
|
-
- Updated dependencies [18e8197]
|
|
1945
|
-
- Updated dependencies [714e0b4]
|
|
1946
|
-
- Updated dependencies [e9541a1]
|
|
1947
|
-
- Updated dependencies [c53ef7b]
|
|
1948
|
-
- Updated dependencies [0d3a913]
|
|
1949
|
-
- Updated dependencies [1448a96]
|
|
1950
|
-
- Updated dependencies [d3474c6]
|
|
1951
|
-
- Updated dependencies [75080fd]
|
|
1952
|
-
- Updated dependencies [91265bb]
|
|
1953
|
-
- Updated dependencies [bbe18b9]
|
|
1954
|
-
- Updated dependencies [d409996]
|
|
1955
|
-
- Updated dependencies [69ca080]
|
|
1956
|
-
- Updated dependencies [94b6928]
|
|
1957
|
-
- Updated dependencies [98bb8dc]
|
|
1958
|
-
- Updated dependencies [46b7aad]
|
|
1959
|
-
- Updated dependencies [dcc8a15]
|
|
1960
|
-
- Updated dependencies [fad2768]
|
|
1961
|
-
- Updated dependencies [dff0d59]
|
|
1962
|
-
- Updated dependencies [beb499e]
|
|
1963
|
-
- Updated dependencies [146ea39]
|
|
1964
|
-
- Updated dependencies [c47be30]
|
|
1965
|
-
- Updated dependencies [e9a46ac]
|
|
1966
|
-
- Updated dependencies [f046f8e]
|
|
1967
|
-
- Updated dependencies [86d2531]
|
|
1968
|
-
- @akinon/next@1.43.0-rc.0
|
|
1969
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.0
|
|
1970
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.0
|
|
1971
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.0
|
|
1972
|
-
- @akinon/pz-click-collect@1.43.0-rc.0
|
|
1973
|
-
- @akinon/pz-masterpass@1.43.0-rc.0
|
|
1974
|
-
- @akinon/pz-akifast@1.43.0-rc.0
|
|
1975
|
-
- @akinon/pz-gpay@1.43.0-rc.0
|
|
1976
|
-
- @akinon/pz-b2b@1.43.0-rc.0
|
|
1977
|
-
- @akinon/pz-bkm@1.43.0-rc.0
|
|
1978
|
-
- @akinon/pz-otp@1.43.0-rc.0
|
|
1979
|
-
- @akinon/pz-credit-payment@1.43.0-rc.0
|
|
1980
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.0
|
|
318
|
+
- @akinon/next@1.43.0
|
|
319
|
+
- @akinon/pz-akifast@1.43.0
|
|
320
|
+
- @akinon/pz-b2b@1.43.0
|
|
321
|
+
- @akinon/pz-basket-gift-pack@1.43.0
|
|
322
|
+
- @akinon/pz-bkm@1.43.0
|
|
323
|
+
- @akinon/pz-checkout-gift-pack@1.43.0
|
|
324
|
+
- @akinon/pz-click-collect@1.43.0
|
|
325
|
+
- @akinon/pz-credit-payment@1.43.0
|
|
326
|
+
- @akinon/pz-gpay@1.43.0
|
|
327
|
+
- @akinon/pz-masterpass@1.43.0
|
|
328
|
+
- @akinon/pz-one-click-checkout@1.43.0
|
|
329
|
+
- @akinon/pz-otp@1.43.0
|
|
330
|
+
- @akinon/pz-pay-on-delivery@1.43.0
|
|
1981
331
|
|
|
1982
332
|
## 1.42.0
|
|
1983
333
|
|
|
@@ -2146,301 +496,13 @@
|
|
|
2146
496
|
|
|
2147
497
|
### Patch Changes
|
|
2148
498
|
|
|
2149
|
-
-
|
|
2150
|
-
-
|
|
2151
|
-
-
|
|
2152
|
-
-
|
|
2153
|
-
-
|
|
2154
|
-
-
|
|
2155
|
-
-
|
|
2156
|
-
- Updated dependencies [616690d]
|
|
2157
|
-
- Updated dependencies [f3b595e]
|
|
2158
|
-
- Updated dependencies [91265bb]
|
|
2159
|
-
- Updated dependencies [59fb7c3]
|
|
2160
|
-
- Updated dependencies [bbe18b9]
|
|
2161
|
-
- Updated dependencies [f0c23bc]
|
|
2162
|
-
- Updated dependencies [3420416]
|
|
2163
|
-
- Updated dependencies [495d155]
|
|
2164
|
-
- Updated dependencies [beb499e]
|
|
2165
|
-
- Updated dependencies [6c18543]
|
|
2166
|
-
- Updated dependencies [40ad73e]
|
|
2167
|
-
- Updated dependencies [495d155]
|
|
2168
|
-
- Updated dependencies [f046f8e]
|
|
2169
|
-
- Updated dependencies [6b2972b]
|
|
2170
|
-
- Updated dependencies [3e68768]
|
|
2171
|
-
- @akinon/next@1.34.0-rc.20
|
|
2172
|
-
- @akinon/pz-masterpass@1.34.0-rc.20
|
|
2173
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.20
|
|
2174
|
-
- @akinon/pz-b2b@1.34.0-rc.20
|
|
2175
|
-
- @akinon/pz-gpay@1.34.0-rc.20
|
|
2176
|
-
- @akinon/pz-otp@1.34.0-rc.20
|
|
2177
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.20
|
|
2178
|
-
|
|
2179
|
-
## 1.34.0-rc.19
|
|
2180
|
-
|
|
2181
|
-
### Patch Changes
|
|
2182
|
-
|
|
2183
|
-
- Updated dependencies [c53ef7b]
|
|
2184
|
-
- @akinon/next@1.34.0-rc.19
|
|
2185
|
-
- @akinon/pz-b2b@1.34.0-rc.19
|
|
2186
|
-
- @akinon/pz-gpay@1.34.0-rc.19
|
|
2187
|
-
- @akinon/pz-masterpass@1.34.0-rc.19
|
|
2188
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.19
|
|
2189
|
-
- @akinon/pz-otp@1.34.0-rc.19
|
|
2190
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.19
|
|
2191
|
-
|
|
2192
|
-
## 1.34.0-rc.18
|
|
2193
|
-
|
|
2194
|
-
### Minor Changes
|
|
2195
|
-
|
|
2196
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2197
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2198
|
-
|
|
2199
|
-
### Patch Changes
|
|
2200
|
-
|
|
2201
|
-
- Updated dependencies [a4c8d6a]
|
|
2202
|
-
- @akinon/next@1.34.0-rc.18
|
|
2203
|
-
- @akinon/pz-b2b@1.34.0-rc.18
|
|
2204
|
-
- @akinon/pz-gpay@1.34.0-rc.18
|
|
2205
|
-
- @akinon/pz-masterpass@1.34.0-rc.18
|
|
2206
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.18
|
|
2207
|
-
- @akinon/pz-otp@1.34.0-rc.18
|
|
2208
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.18
|
|
2209
|
-
|
|
2210
|
-
## 1.34.0-rc.17
|
|
2211
|
-
|
|
2212
|
-
### Minor Changes
|
|
2213
|
-
|
|
2214
|
-
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
2215
|
-
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
2216
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2217
|
-
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
2218
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2219
|
-
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
2220
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2221
|
-
- f0c23bc: ZERO-2135: add custom not found page
|
|
2222
|
-
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
2223
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2224
|
-
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
2225
|
-
- 202f84e: ZERO-2569: Fix static keys
|
|
2226
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2227
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
2228
|
-
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
2229
|
-
|
|
2230
|
-
### Patch Changes
|
|
2231
|
-
|
|
2232
|
-
- Updated dependencies [d09b677]
|
|
2233
|
-
- Updated dependencies [6d4aadb]
|
|
2234
|
-
- Updated dependencies [8e6e8cf]
|
|
2235
|
-
- Updated dependencies [ebb63ce]
|
|
2236
|
-
- Updated dependencies [7cebe87]
|
|
2237
|
-
- Updated dependencies [616690d]
|
|
2238
|
-
- Updated dependencies [f3b595e]
|
|
2239
|
-
- Updated dependencies [91265bb]
|
|
2240
|
-
- Updated dependencies [59fb7c3]
|
|
2241
|
-
- Updated dependencies [bbe18b9]
|
|
2242
|
-
- Updated dependencies [f0c23bc]
|
|
2243
|
-
- Updated dependencies [3420416]
|
|
2244
|
-
- Updated dependencies [495d155]
|
|
2245
|
-
- Updated dependencies [beb499e]
|
|
2246
|
-
- Updated dependencies [6c18543]
|
|
2247
|
-
- Updated dependencies [40ad73e]
|
|
2248
|
-
- Updated dependencies [495d155]
|
|
2249
|
-
- Updated dependencies [f046f8e]
|
|
2250
|
-
- Updated dependencies [6b2972b]
|
|
2251
|
-
- Updated dependencies [3e68768]
|
|
2252
|
-
- @akinon/next@1.34.0-rc.17
|
|
2253
|
-
- @akinon/pz-masterpass@1.34.0-rc.17
|
|
2254
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.17
|
|
2255
|
-
- @akinon/pz-b2b@1.34.0-rc.17
|
|
2256
|
-
- @akinon/pz-gpay@1.34.0-rc.17
|
|
2257
|
-
- @akinon/pz-otp@1.34.0-rc.17
|
|
2258
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.17
|
|
2259
|
-
|
|
2260
|
-
## 1.34.0-rc.16
|
|
2261
|
-
|
|
2262
|
-
### Patch Changes
|
|
2263
|
-
|
|
2264
|
-
- @akinon/next@1.34.0-rc.16
|
|
2265
|
-
- @akinon/pz-b2b@1.34.0-rc.16
|
|
2266
|
-
- @akinon/pz-gpay@1.34.0-rc.16
|
|
2267
|
-
- @akinon/pz-masterpass@1.34.0-rc.16
|
|
2268
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.16
|
|
2269
|
-
- @akinon/pz-otp@1.34.0-rc.16
|
|
2270
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.16
|
|
2271
|
-
|
|
2272
|
-
## 1.34.0-rc.15
|
|
2273
|
-
|
|
2274
|
-
### Patch Changes
|
|
2275
|
-
|
|
2276
|
-
- @akinon/next@1.34.0-rc.15
|
|
2277
|
-
- @akinon/pz-b2b@1.34.0-rc.15
|
|
2278
|
-
- @akinon/pz-gpay@1.34.0-rc.15
|
|
2279
|
-
- @akinon/pz-masterpass@1.34.0-rc.15
|
|
2280
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.15
|
|
2281
|
-
- @akinon/pz-otp@1.34.0-rc.15
|
|
2282
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.15
|
|
2283
|
-
|
|
2284
|
-
## 1.34.0-rc.14
|
|
2285
|
-
|
|
2286
|
-
### Minor Changes
|
|
2287
|
-
|
|
2288
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2289
|
-
|
|
2290
|
-
### Patch Changes
|
|
2291
|
-
|
|
2292
|
-
- @akinon/next@1.34.0-rc.14
|
|
2293
|
-
- @akinon/pz-b2b@1.34.0-rc.14
|
|
2294
|
-
- @akinon/pz-gpay@1.34.0-rc.14
|
|
2295
|
-
- @akinon/pz-masterpass@1.34.0-rc.14
|
|
2296
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.14
|
|
2297
|
-
- @akinon/pz-otp@1.34.0-rc.14
|
|
2298
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.14
|
|
2299
|
-
|
|
2300
|
-
## 1.34.0-rc.13
|
|
2301
|
-
|
|
2302
|
-
### Minor Changes
|
|
2303
|
-
|
|
2304
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2305
|
-
|
|
2306
|
-
### Patch Changes
|
|
2307
|
-
|
|
2308
|
-
- @akinon/next@1.34.0-rc.13
|
|
2309
|
-
- @akinon/pz-b2b@1.34.0-rc.13
|
|
2310
|
-
- @akinon/pz-gpay@1.34.0-rc.13
|
|
2311
|
-
- @akinon/pz-masterpass@1.34.0-rc.13
|
|
2312
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.13
|
|
2313
|
-
- @akinon/pz-otp@1.34.0-rc.13
|
|
2314
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.13
|
|
2315
|
-
|
|
2316
|
-
## 1.34.0-rc.12
|
|
2317
|
-
|
|
2318
|
-
### Patch Changes
|
|
2319
|
-
|
|
2320
|
-
- Updated dependencies [616690d]
|
|
2321
|
-
- @akinon/next@1.34.0-rc.12
|
|
2322
|
-
- @akinon/pz-b2b@1.34.0-rc.12
|
|
2323
|
-
- @akinon/pz-gpay@1.34.0-rc.12
|
|
2324
|
-
- @akinon/pz-masterpass@1.34.0-rc.12
|
|
2325
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.12
|
|
2326
|
-
- @akinon/pz-otp@1.34.0-rc.12
|
|
2327
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.12
|
|
2328
|
-
|
|
2329
|
-
## 1.34.0-rc.11
|
|
2330
|
-
|
|
2331
|
-
### Patch Changes
|
|
2332
|
-
|
|
2333
|
-
- Updated dependencies [8e6e8cf]
|
|
2334
|
-
- @akinon/next@1.34.0-rc.11
|
|
2335
|
-
- @akinon/pz-b2b@1.34.0-rc.11
|
|
2336
|
-
- @akinon/pz-gpay@1.34.0-rc.11
|
|
2337
|
-
- @akinon/pz-masterpass@1.34.0-rc.11
|
|
2338
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.11
|
|
2339
|
-
- @akinon/pz-otp@1.34.0-rc.11
|
|
2340
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.11
|
|
2341
|
-
|
|
2342
|
-
## 1.34.0-rc.10
|
|
2343
|
-
|
|
2344
|
-
### Patch Changes
|
|
2345
|
-
|
|
2346
|
-
- Updated dependencies [bbe18b9]
|
|
2347
|
-
- @akinon/next@1.34.0-rc.10
|
|
2348
|
-
- @akinon/pz-b2b@1.34.0-rc.10
|
|
2349
|
-
- @akinon/pz-gpay@1.34.0-rc.10
|
|
2350
|
-
- @akinon/pz-masterpass@1.34.0-rc.10
|
|
2351
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.10
|
|
2352
|
-
- @akinon/pz-otp@1.34.0-rc.10
|
|
2353
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.10
|
|
2354
|
-
|
|
2355
|
-
## 1.34.0-rc.9
|
|
2356
|
-
|
|
2357
|
-
### Minor Changes
|
|
2358
|
-
|
|
2359
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2360
|
-
|
|
2361
|
-
### Patch Changes
|
|
2362
|
-
|
|
2363
|
-
- Updated dependencies [beb499e]
|
|
2364
|
-
- @akinon/next@1.34.0-rc.9
|
|
2365
|
-
- @akinon/pz-b2b@1.34.0-rc.9
|
|
2366
|
-
- @akinon/pz-gpay@1.34.0-rc.9
|
|
2367
|
-
- @akinon/pz-masterpass@1.34.0-rc.9
|
|
2368
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.9
|
|
2369
|
-
- @akinon/pz-otp@1.34.0-rc.9
|
|
2370
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.9
|
|
2371
|
-
|
|
2372
|
-
## 1.34.0-rc.8
|
|
2373
|
-
|
|
2374
|
-
### Minor Changes
|
|
2375
|
-
|
|
2376
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2377
|
-
|
|
2378
|
-
### Patch Changes
|
|
2379
|
-
|
|
2380
|
-
- Updated dependencies [91265bb]
|
|
2381
|
-
- @akinon/next@1.34.0-rc.8
|
|
2382
|
-
- @akinon/pz-b2b@1.34.0-rc.8
|
|
2383
|
-
- @akinon/pz-gpay@1.34.0-rc.8
|
|
2384
|
-
- @akinon/pz-masterpass@1.34.0-rc.8
|
|
2385
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.8
|
|
2386
|
-
- @akinon/pz-otp@1.34.0-rc.8
|
|
2387
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.8
|
|
2388
|
-
|
|
2389
|
-
## 1.34.0-rc.7
|
|
2390
|
-
|
|
2391
|
-
### Minor Changes
|
|
2392
|
-
|
|
2393
|
-
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
2394
|
-
|
|
2395
|
-
### Patch Changes
|
|
2396
|
-
|
|
2397
|
-
- @akinon/next@1.34.0-rc.7
|
|
2398
|
-
- @akinon/pz-b2b@1.34.0-rc.7
|
|
2399
|
-
- @akinon/pz-gpay@1.34.0-rc.7
|
|
2400
|
-
- @akinon/pz-masterpass@1.34.0-rc.7
|
|
2401
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.7
|
|
2402
|
-
- @akinon/pz-otp@1.34.0-rc.7
|
|
2403
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.7
|
|
2404
|
-
|
|
2405
|
-
## 1.34.0-rc.6
|
|
2406
|
-
|
|
2407
|
-
### Minor Changes
|
|
2408
|
-
|
|
2409
|
-
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
2410
|
-
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
2411
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2412
|
-
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
2413
|
-
- f0c23bc: ZERO-2135: add custom not found page
|
|
2414
|
-
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
2415
|
-
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
2416
|
-
- 202f84e: ZERO-2569: Fix static keys
|
|
2417
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
2418
|
-
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
2419
|
-
|
|
2420
|
-
### Patch Changes
|
|
2421
|
-
|
|
2422
|
-
- Updated dependencies [d09b677]
|
|
2423
|
-
- Updated dependencies [6d4aadb]
|
|
2424
|
-
- Updated dependencies [ebb63ce]
|
|
2425
|
-
- Updated dependencies [7cebe87]
|
|
2426
|
-
- Updated dependencies [f3b595e]
|
|
2427
|
-
- Updated dependencies [59fb7c3]
|
|
2428
|
-
- Updated dependencies [f0c23bc]
|
|
2429
|
-
- Updated dependencies [3420416]
|
|
2430
|
-
- Updated dependencies [495d155]
|
|
2431
|
-
- Updated dependencies [6c18543]
|
|
2432
|
-
- Updated dependencies [40ad73e]
|
|
2433
|
-
- Updated dependencies [495d155]
|
|
2434
|
-
- Updated dependencies [f046f8e]
|
|
2435
|
-
- Updated dependencies [6b2972b]
|
|
2436
|
-
- Updated dependencies [3e68768]
|
|
2437
|
-
- @akinon/next@1.34.0-rc.6
|
|
2438
|
-
- @akinon/pz-masterpass@1.34.0-rc.6
|
|
2439
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.6
|
|
2440
|
-
- @akinon/pz-b2b@1.34.0-rc.6
|
|
2441
|
-
- @akinon/pz-gpay@1.34.0-rc.6
|
|
2442
|
-
- @akinon/pz-otp@1.34.0-rc.6
|
|
2443
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.6
|
|
499
|
+
- @akinon/next@1.34.0
|
|
500
|
+
- @akinon/pz-b2b@1.34.0
|
|
501
|
+
- @akinon/pz-gpay@1.34.0
|
|
502
|
+
- @akinon/pz-masterpass@1.34.0
|
|
503
|
+
- @akinon/pz-one-click-checkout@1.34.0
|
|
504
|
+
- @akinon/pz-otp@1.34.0
|
|
505
|
+
- @akinon/pz-pay-on-delivery@1.34.0
|
|
2444
506
|
|
|
2445
507
|
## 1.33.2
|
|
2446
508
|
|