@akinon/projectzero 1.90.0 → 1.91.0-rc.1
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 +72 -3
- package/app-template/CHANGELOG.md +4428 -214
- package/app-template/jest.config.ts +2 -2
- package/app-template/package.json +19 -19
- package/app-template/src/app/[commerce]/[locale]/[currency]/basket/page.tsx +9 -82
- package/app-template/src/app/[commerce]/[locale]/[currency]/product/[pk]/loading.tsx +67 -0
- package/app-template/src/components/input.tsx +2 -1
- package/app-template/src/settings.js +8 -2
- package/app-template/src/views/basket/basket-content.tsx +106 -0
- package/app-template/src/views/basket/basket-item.tsx +16 -13
- package/app-template/src/views/basket/summary.tsx +10 -7
- package/package.json +1 -1
|
@@ -1,5 +1,113 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
+
## 1.91.0-rc.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [155cd23]
|
|
8
|
+
- @akinon/pz-tamara-extension@1.91.0-rc.1
|
|
9
|
+
- @akinon/next@1.91.0-rc.1
|
|
10
|
+
- @akinon/pz-akifast@1.91.0-rc.1
|
|
11
|
+
- @akinon/pz-b2b@1.91.0-rc.1
|
|
12
|
+
- @akinon/pz-basket-gift-pack@1.91.0-rc.1
|
|
13
|
+
- @akinon/pz-bkm@1.91.0-rc.1
|
|
14
|
+
- @akinon/pz-checkout-gift-pack@1.91.0-rc.1
|
|
15
|
+
- @akinon/pz-click-collect@1.91.0-rc.1
|
|
16
|
+
- @akinon/pz-credit-payment@1.91.0-rc.1
|
|
17
|
+
- @akinon/pz-gpay@1.91.0-rc.1
|
|
18
|
+
- @akinon/pz-masterpass@1.91.0-rc.1
|
|
19
|
+
- @akinon/pz-one-click-checkout@1.91.0-rc.1
|
|
20
|
+
- @akinon/pz-otp@1.91.0-rc.1
|
|
21
|
+
- @akinon/pz-pay-on-delivery@1.91.0-rc.1
|
|
22
|
+
- @akinon/pz-saved-card@1.91.0-rc.1
|
|
23
|
+
- @akinon/pz-tabby-extension@1.91.0-rc.1
|
|
24
|
+
|
|
25
|
+
## 1.91.0-rc.0
|
|
26
|
+
|
|
27
|
+
### Minor Changes
|
|
28
|
+
|
|
29
|
+
- 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
|
|
30
|
+
- 4434c510: ZERO-3321: remove csp test script
|
|
31
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
32
|
+
- 3670f522: ZERO-3301 :Upgrade react-number-format to the latest version
|
|
33
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
34
|
+
- e974d8e: ZERO-3406: Fix rc build
|
|
35
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
36
|
+
- 448adefb: ZERO-3321: move csp test to akinon-next
|
|
37
|
+
- e9ce5edb: ZERO-3321: check last CSP header in test
|
|
38
|
+
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
39
|
+
- 100f03a9: ZERO-3321: add test for Content-Security-Policy header in Next.js config
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- Updated dependencies [5dfeea04]
|
|
44
|
+
- Updated dependencies [823d82f]
|
|
45
|
+
- Updated dependencies [63774a6a]
|
|
46
|
+
- Updated dependencies [2d9b2b2c]
|
|
47
|
+
- Updated dependencies [5e1feca6]
|
|
48
|
+
- Updated dependencies [d8fad39]
|
|
49
|
+
- Updated dependencies [72bfcbf]
|
|
50
|
+
- Updated dependencies [40a46853]
|
|
51
|
+
- Updated dependencies [68bbcb2]
|
|
52
|
+
- Updated dependencies [2ba89b3]
|
|
53
|
+
- Updated dependencies [1e53e17a]
|
|
54
|
+
- Updated dependencies [f49bb74f]
|
|
55
|
+
- Updated dependencies [e9541a13]
|
|
56
|
+
- Updated dependencies [ad0bec9]
|
|
57
|
+
- Updated dependencies [9b7d0de]
|
|
58
|
+
- Updated dependencies [72fd4d67]
|
|
59
|
+
- Updated dependencies [c53ef7b9]
|
|
60
|
+
- Updated dependencies [310556e]
|
|
61
|
+
- Updated dependencies [64699d3f]
|
|
62
|
+
- Updated dependencies [e974d8e]
|
|
63
|
+
- Updated dependencies [b31333e]
|
|
64
|
+
- Updated dependencies [bf354de4]
|
|
65
|
+
- Updated dependencies [7727ae55]
|
|
66
|
+
- Updated dependencies [d552629f]
|
|
67
|
+
- Updated dependencies [448adefb]
|
|
68
|
+
- Updated dependencies [17f87524]
|
|
69
|
+
- Updated dependencies [65d3b862]
|
|
70
|
+
- Updated dependencies [bbe18b9f]
|
|
71
|
+
- Updated dependencies [17bfadc4]
|
|
72
|
+
- Updated dependencies [4920742c]
|
|
73
|
+
- Updated dependencies [b6e5b624]
|
|
74
|
+
- Updated dependencies [6c3629c2]
|
|
75
|
+
- Updated dependencies [7e56d6b6]
|
|
76
|
+
- Updated dependencies [dfaceff]
|
|
77
|
+
- Updated dependencies [33377cfd]
|
|
78
|
+
- Updated dependencies [43c182ee]
|
|
79
|
+
- Updated dependencies [943a239]
|
|
80
|
+
- Updated dependencies [eeb20bea]
|
|
81
|
+
- Updated dependencies [fec9638a]
|
|
82
|
+
- Updated dependencies [3bf63c8a]
|
|
83
|
+
- Updated dependencies [9be2c081]
|
|
84
|
+
- Updated dependencies [f2c92d5c]
|
|
85
|
+
- Updated dependencies [7bd3d992]
|
|
86
|
+
- Updated dependencies [fdd255ee]
|
|
87
|
+
- Updated dependencies [07248e09]
|
|
88
|
+
- Updated dependencies [acf03209]
|
|
89
|
+
- Updated dependencies [387356b6]
|
|
90
|
+
- Updated dependencies [49eeebfa]
|
|
91
|
+
- Updated dependencies [3f9b8d7e]
|
|
92
|
+
- Updated dependencies [b2ee69b9]
|
|
93
|
+
- Updated dependencies [0cabbda]
|
|
94
|
+
- @akinon/next@1.91.0-rc.0
|
|
95
|
+
- @akinon/pz-basket-gift-pack@1.91.0-rc.0
|
|
96
|
+
- @akinon/pz-tamara-extension@1.91.0-rc.0
|
|
97
|
+
- @akinon/pz-masterpass@1.91.0-rc.0
|
|
98
|
+
- @akinon/pz-credit-payment@1.91.0-rc.0
|
|
99
|
+
- @akinon/pz-checkout-gift-pack@1.91.0-rc.0
|
|
100
|
+
- @akinon/pz-one-click-checkout@1.91.0-rc.0
|
|
101
|
+
- @akinon/pz-pay-on-delivery@1.91.0-rc.0
|
|
102
|
+
- @akinon/pz-click-collect@1.91.0-rc.0
|
|
103
|
+
- @akinon/pz-akifast@1.91.0-rc.0
|
|
104
|
+
- @akinon/pz-gpay@1.91.0-rc.0
|
|
105
|
+
- @akinon/pz-b2b@1.91.0-rc.0
|
|
106
|
+
- @akinon/pz-bkm@1.91.0-rc.0
|
|
107
|
+
- @akinon/pz-otp@1.91.0-rc.0
|
|
108
|
+
- @akinon/pz-tabby-extension@1.91.0-rc.0
|
|
109
|
+
- @akinon/pz-saved-card@1.91.0-rc.0
|
|
110
|
+
|
|
3
111
|
## 1.90.0
|
|
4
112
|
|
|
5
113
|
### Minor Changes
|
|
@@ -38,31 +146,779 @@
|
|
|
38
146
|
|
|
39
147
|
### Minor Changes
|
|
40
148
|
|
|
149
|
+
- 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
|
|
150
|
+
- 4434c510: ZERO-3321: remove csp test script
|
|
151
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
152
|
+
- 3670f522: ZERO-3301 :Upgrade react-number-format to the latest version
|
|
153
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
154
|
+
- e974d8e: ZERO-3406: Fix rc build
|
|
155
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
156
|
+
- 448adefb: ZERO-3321: move csp test to akinon-next
|
|
157
|
+
- e9ce5edb: ZERO-3321: check last CSP header in test
|
|
158
|
+
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
159
|
+
- 4e379cd: ZERO-3365: Added variant selection completion check
|
|
160
|
+
- 100f03a9: ZERO-3321: add test for Content-Security-Policy header in Next.js config
|
|
161
|
+
|
|
162
|
+
### Patch Changes
|
|
163
|
+
|
|
164
|
+
- Updated dependencies [5dfeea04]
|
|
165
|
+
- Updated dependencies [823d82f]
|
|
166
|
+
- Updated dependencies [2657d0c]
|
|
167
|
+
- Updated dependencies [63774a6a]
|
|
168
|
+
- Updated dependencies [2d9b2b2c]
|
|
169
|
+
- Updated dependencies [5e1feca6]
|
|
170
|
+
- Updated dependencies [d8fad39]
|
|
171
|
+
- Updated dependencies [72bfcbf]
|
|
172
|
+
- Updated dependencies [40a46853]
|
|
173
|
+
- Updated dependencies [1044bce]
|
|
174
|
+
- Updated dependencies [68bbcb2]
|
|
175
|
+
- Updated dependencies [2ba89b3]
|
|
176
|
+
- Updated dependencies [1e53e17a]
|
|
177
|
+
- Updated dependencies [f49bb74f]
|
|
178
|
+
- Updated dependencies [e9541a13]
|
|
179
|
+
- Updated dependencies [ad0bec9]
|
|
180
|
+
- Updated dependencies [9b7d0de]
|
|
181
|
+
- Updated dependencies [72fd4d67]
|
|
182
|
+
- Updated dependencies [c53ef7b9]
|
|
183
|
+
- Updated dependencies [310556e]
|
|
184
|
+
- Updated dependencies [64699d3f]
|
|
185
|
+
- Updated dependencies [e974d8e]
|
|
186
|
+
- Updated dependencies [b31333e]
|
|
187
|
+
- Updated dependencies [bf354de4]
|
|
188
|
+
- Updated dependencies [7727ae55]
|
|
189
|
+
- Updated dependencies [c9b8c6f]
|
|
190
|
+
- Updated dependencies [d552629f]
|
|
191
|
+
- Updated dependencies [448adefb]
|
|
192
|
+
- Updated dependencies [17f87524]
|
|
193
|
+
- Updated dependencies [65d3b862]
|
|
194
|
+
- Updated dependencies [bbe18b9f]
|
|
195
|
+
- Updated dependencies [17bfadc4]
|
|
196
|
+
- Updated dependencies [4920742c]
|
|
197
|
+
- Updated dependencies [b6e5b624]
|
|
198
|
+
- Updated dependencies [6c3629c2]
|
|
199
|
+
- Updated dependencies [7e56d6b6]
|
|
200
|
+
- Updated dependencies [dfaceff]
|
|
201
|
+
- Updated dependencies [33377cfd]
|
|
202
|
+
- Updated dependencies [43c182ee]
|
|
203
|
+
- Updated dependencies [d662786]
|
|
204
|
+
- Updated dependencies [943a239]
|
|
205
|
+
- Updated dependencies [e68e120]
|
|
206
|
+
- Updated dependencies [eeb20bea]
|
|
207
|
+
- Updated dependencies [fec9638a]
|
|
208
|
+
- Updated dependencies [3bf63c8a]
|
|
209
|
+
- Updated dependencies [ec9ff89]
|
|
210
|
+
- Updated dependencies [9be2c081]
|
|
211
|
+
- Updated dependencies [f2c92d5c]
|
|
212
|
+
- Updated dependencies [9c3a22a]
|
|
213
|
+
- Updated dependencies [7bd3d992]
|
|
214
|
+
- Updated dependencies [fdd255ee]
|
|
215
|
+
- Updated dependencies [a1463fd]
|
|
216
|
+
- Updated dependencies [99b3fd6]
|
|
217
|
+
- Updated dependencies [07248e09]
|
|
218
|
+
- Updated dependencies [acf03209]
|
|
219
|
+
- Updated dependencies [387356b6]
|
|
220
|
+
- Updated dependencies [49eeebfa]
|
|
221
|
+
- Updated dependencies [3f9b8d7e]
|
|
222
|
+
- Updated dependencies [b2ee69b9]
|
|
223
|
+
- Updated dependencies [0cabbda]
|
|
224
|
+
- @akinon/next@1.89.0-rc.22
|
|
225
|
+
- @akinon/pz-akifast@1.89.0-rc.22
|
|
226
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.22
|
|
227
|
+
- @akinon/pz-bkm@1.89.0-rc.22
|
|
228
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.22
|
|
229
|
+
- @akinon/pz-masterpass@1.89.0-rc.22
|
|
230
|
+
- @akinon/pz-credit-payment@1.89.0-rc.22
|
|
231
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.22
|
|
232
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.22
|
|
233
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.22
|
|
234
|
+
- @akinon/pz-click-collect@1.89.0-rc.22
|
|
235
|
+
- @akinon/pz-gpay@1.89.0-rc.22
|
|
236
|
+
- @akinon/pz-b2b@1.89.0-rc.22
|
|
237
|
+
- @akinon/pz-otp@1.89.0-rc.22
|
|
238
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.22
|
|
239
|
+
- @akinon/pz-saved-card@1.89.0-rc.22
|
|
240
|
+
|
|
241
|
+
## 1.89.0-rc.21
|
|
242
|
+
|
|
243
|
+
### Minor Changes
|
|
244
|
+
|
|
245
|
+
- e974d8e: ZERO-3406: Fix rc build
|
|
246
|
+
|
|
247
|
+
### Patch Changes
|
|
248
|
+
|
|
249
|
+
- Updated dependencies [e974d8e]
|
|
250
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.21
|
|
251
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.21
|
|
252
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.21
|
|
253
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.21
|
|
254
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.21
|
|
255
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.21
|
|
256
|
+
- @akinon/pz-credit-payment@1.89.0-rc.21
|
|
257
|
+
- @akinon/pz-click-collect@1.89.0-rc.21
|
|
258
|
+
- @akinon/pz-masterpass@1.89.0-rc.21
|
|
259
|
+
- @akinon/pz-saved-card@1.89.0-rc.21
|
|
260
|
+
- @akinon/next@1.89.0-rc.21
|
|
261
|
+
- @akinon/pz-akifast@1.89.0-rc.21
|
|
262
|
+
- @akinon/pz-gpay@1.89.0-rc.21
|
|
263
|
+
- @akinon/pz-b2b@1.89.0-rc.21
|
|
264
|
+
- @akinon/pz-bkm@1.89.0-rc.21
|
|
265
|
+
- @akinon/pz-otp@1.89.0-rc.21
|
|
266
|
+
|
|
267
|
+
## 1.89.0-rc.20
|
|
268
|
+
|
|
269
|
+
### Patch Changes
|
|
270
|
+
|
|
271
|
+
- Updated dependencies [e68e120]
|
|
272
|
+
- @akinon/next@1.89.0-rc.20
|
|
273
|
+
- @akinon/pz-akifast@1.89.0-rc.20
|
|
274
|
+
- @akinon/pz-b2b@1.89.0-rc.20
|
|
275
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.20
|
|
276
|
+
- @akinon/pz-bkm@1.89.0-rc.20
|
|
277
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.20
|
|
278
|
+
- @akinon/pz-click-collect@1.89.0-rc.20
|
|
279
|
+
- @akinon/pz-credit-payment@1.89.0-rc.20
|
|
280
|
+
- @akinon/pz-gpay@1.89.0-rc.20
|
|
281
|
+
- @akinon/pz-masterpass@1.89.0-rc.20
|
|
282
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.20
|
|
283
|
+
- @akinon/pz-otp@1.89.0-rc.20
|
|
284
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.20
|
|
285
|
+
- @akinon/pz-saved-card@1.89.0-rc.20
|
|
286
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.20
|
|
287
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.20
|
|
288
|
+
|
|
289
|
+
## 1.89.0-rc.19
|
|
290
|
+
|
|
291
|
+
### Patch Changes
|
|
292
|
+
|
|
293
|
+
- Updated dependencies [823d82f]
|
|
294
|
+
- @akinon/next@1.89.0-rc.19
|
|
295
|
+
- @akinon/pz-akifast@1.89.0-rc.19
|
|
296
|
+
- @akinon/pz-b2b@1.89.0-rc.19
|
|
297
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.19
|
|
298
|
+
- @akinon/pz-bkm@1.89.0-rc.19
|
|
299
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.19
|
|
300
|
+
- @akinon/pz-click-collect@1.89.0-rc.19
|
|
301
|
+
- @akinon/pz-credit-payment@1.89.0-rc.19
|
|
302
|
+
- @akinon/pz-gpay@1.89.0-rc.19
|
|
303
|
+
- @akinon/pz-masterpass@1.89.0-rc.19
|
|
304
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.19
|
|
305
|
+
- @akinon/pz-otp@1.89.0-rc.19
|
|
306
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.19
|
|
307
|
+
- @akinon/pz-saved-card@1.89.0-rc.19
|
|
308
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.19
|
|
309
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.19
|
|
310
|
+
|
|
311
|
+
## 1.89.0-rc.18
|
|
312
|
+
|
|
313
|
+
### Patch Changes
|
|
314
|
+
|
|
315
|
+
- Updated dependencies [310556e]
|
|
316
|
+
- @akinon/pz-credit-payment@1.89.0-rc.18
|
|
317
|
+
- @akinon/next@1.89.0-rc.18
|
|
318
|
+
- @akinon/pz-akifast@1.89.0-rc.18
|
|
319
|
+
- @akinon/pz-b2b@1.89.0-rc.18
|
|
320
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.18
|
|
321
|
+
- @akinon/pz-bkm@1.89.0-rc.18
|
|
322
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.18
|
|
323
|
+
- @akinon/pz-click-collect@1.89.0-rc.18
|
|
324
|
+
- @akinon/pz-gpay@1.89.0-rc.18
|
|
325
|
+
- @akinon/pz-masterpass@1.89.0-rc.18
|
|
326
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.18
|
|
327
|
+
- @akinon/pz-otp@1.89.0-rc.18
|
|
328
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.18
|
|
329
|
+
- @akinon/pz-saved-card@1.89.0-rc.18
|
|
330
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.18
|
|
331
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.18
|
|
332
|
+
|
|
333
|
+
## 1.89.0-rc.17
|
|
334
|
+
|
|
335
|
+
### Patch Changes
|
|
336
|
+
|
|
337
|
+
- Updated dependencies [9b7d0de]
|
|
338
|
+
- @akinon/next@1.89.0-rc.17
|
|
339
|
+
- @akinon/pz-akifast@1.89.0-rc.17
|
|
340
|
+
- @akinon/pz-b2b@1.89.0-rc.17
|
|
341
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.17
|
|
342
|
+
- @akinon/pz-bkm@1.89.0-rc.17
|
|
343
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.17
|
|
344
|
+
- @akinon/pz-click-collect@1.89.0-rc.17
|
|
345
|
+
- @akinon/pz-credit-payment@1.89.0-rc.17
|
|
346
|
+
- @akinon/pz-gpay@1.89.0-rc.17
|
|
347
|
+
- @akinon/pz-masterpass@1.89.0-rc.17
|
|
348
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.17
|
|
349
|
+
- @akinon/pz-otp@1.89.0-rc.17
|
|
350
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.17
|
|
351
|
+
- @akinon/pz-saved-card@1.89.0-rc.17
|
|
352
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.17
|
|
353
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.17
|
|
354
|
+
|
|
355
|
+
## 1.89.0-rc.16
|
|
356
|
+
|
|
357
|
+
### Patch Changes
|
|
358
|
+
|
|
359
|
+
- Updated dependencies [68bbcb2]
|
|
360
|
+
- @akinon/next@1.89.0-rc.16
|
|
361
|
+
- @akinon/pz-akifast@1.89.0-rc.16
|
|
362
|
+
- @akinon/pz-b2b@1.89.0-rc.16
|
|
363
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.16
|
|
364
|
+
- @akinon/pz-bkm@1.89.0-rc.16
|
|
365
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.16
|
|
366
|
+
- @akinon/pz-click-collect@1.89.0-rc.16
|
|
367
|
+
- @akinon/pz-credit-payment@1.89.0-rc.16
|
|
368
|
+
- @akinon/pz-gpay@1.89.0-rc.16
|
|
369
|
+
- @akinon/pz-masterpass@1.89.0-rc.16
|
|
370
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.16
|
|
371
|
+
- @akinon/pz-otp@1.89.0-rc.16
|
|
372
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.16
|
|
373
|
+
- @akinon/pz-saved-card@1.89.0-rc.16
|
|
374
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.16
|
|
375
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.16
|
|
376
|
+
|
|
377
|
+
## 1.89.0-rc.15
|
|
378
|
+
|
|
379
|
+
### Patch Changes
|
|
380
|
+
|
|
381
|
+
- Updated dependencies [d662786]
|
|
382
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.15
|
|
383
|
+
- @akinon/next@1.89.0-rc.15
|
|
384
|
+
- @akinon/pz-akifast@1.89.0-rc.15
|
|
385
|
+
- @akinon/pz-b2b@1.89.0-rc.15
|
|
386
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.15
|
|
387
|
+
- @akinon/pz-bkm@1.89.0-rc.15
|
|
388
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.15
|
|
389
|
+
- @akinon/pz-click-collect@1.89.0-rc.15
|
|
390
|
+
- @akinon/pz-credit-payment@1.89.0-rc.15
|
|
391
|
+
- @akinon/pz-gpay@1.89.0-rc.15
|
|
392
|
+
- @akinon/pz-masterpass@1.89.0-rc.15
|
|
393
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.15
|
|
394
|
+
- @akinon/pz-otp@1.89.0-rc.15
|
|
395
|
+
- @akinon/pz-saved-card@1.89.0-rc.15
|
|
396
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.15
|
|
397
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.15
|
|
398
|
+
|
|
399
|
+
## 1.89.0-rc.14
|
|
400
|
+
|
|
401
|
+
### Patch Changes
|
|
402
|
+
|
|
403
|
+
- @akinon/next@1.89.0-rc.14
|
|
404
|
+
- @akinon/pz-akifast@1.89.0-rc.14
|
|
405
|
+
- @akinon/pz-b2b@1.89.0-rc.14
|
|
406
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.14
|
|
407
|
+
- @akinon/pz-bkm@1.89.0-rc.14
|
|
408
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.14
|
|
409
|
+
- @akinon/pz-click-collect@1.89.0-rc.14
|
|
410
|
+
- @akinon/pz-credit-payment@1.89.0-rc.14
|
|
411
|
+
- @akinon/pz-gpay@1.89.0-rc.14
|
|
412
|
+
- @akinon/pz-masterpass@1.89.0-rc.14
|
|
413
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.14
|
|
414
|
+
- @akinon/pz-otp@1.89.0-rc.14
|
|
415
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.14
|
|
416
|
+
- @akinon/pz-saved-card@1.89.0-rc.14
|
|
417
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.14
|
|
418
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.14
|
|
419
|
+
|
|
420
|
+
## 1.89.0-rc.13
|
|
421
|
+
|
|
422
|
+
### Minor Changes
|
|
423
|
+
|
|
424
|
+
- 4e379cd: ZERO-3365: Added variant selection completion check
|
|
425
|
+
|
|
426
|
+
### Patch Changes
|
|
427
|
+
|
|
428
|
+
- Updated dependencies [2657d0c]
|
|
429
|
+
- Updated dependencies [1044bce]
|
|
430
|
+
- Updated dependencies [ec9ff89]
|
|
431
|
+
- Updated dependencies [9c3a22a]
|
|
432
|
+
- Updated dependencies [a1463fd]
|
|
433
|
+
- @akinon/pz-akifast@1.89.0-rc.13
|
|
434
|
+
- @akinon/pz-bkm@1.89.0-rc.13
|
|
435
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.13
|
|
436
|
+
- @akinon/pz-otp@1.89.0-rc.13
|
|
437
|
+
- @akinon/pz-gpay@1.89.0-rc.13
|
|
438
|
+
- @akinon/next@1.89.0-rc.13
|
|
439
|
+
- @akinon/pz-b2b@1.89.0-rc.13
|
|
440
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.13
|
|
441
|
+
- @akinon/pz-click-collect@1.89.0-rc.13
|
|
442
|
+
- @akinon/pz-credit-payment@1.89.0-rc.13
|
|
443
|
+
- @akinon/pz-masterpass@1.89.0-rc.13
|
|
444
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.13
|
|
445
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.13
|
|
446
|
+
- @akinon/pz-saved-card@1.89.0-rc.13
|
|
447
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.13
|
|
448
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.13
|
|
449
|
+
|
|
450
|
+
## 1.89.0-rc.12
|
|
451
|
+
|
|
452
|
+
### Patch Changes
|
|
453
|
+
|
|
454
|
+
- Updated dependencies [c9b8c6f]
|
|
455
|
+
- @akinon/pz-click-collect@1.89.0-rc.12
|
|
456
|
+
- @akinon/next@1.89.0-rc.12
|
|
457
|
+
- @akinon/pz-akifast@1.89.0-rc.12
|
|
458
|
+
- @akinon/pz-b2b@1.89.0-rc.12
|
|
459
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.12
|
|
460
|
+
- @akinon/pz-bkm@1.89.0-rc.12
|
|
461
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.12
|
|
462
|
+
- @akinon/pz-credit-payment@1.89.0-rc.12
|
|
463
|
+
- @akinon/pz-gpay@1.89.0-rc.12
|
|
464
|
+
- @akinon/pz-masterpass@1.89.0-rc.12
|
|
465
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.12
|
|
466
|
+
- @akinon/pz-otp@1.89.0-rc.12
|
|
467
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.12
|
|
468
|
+
- @akinon/pz-saved-card@1.89.0-rc.12
|
|
469
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.12
|
|
470
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.12
|
|
471
|
+
|
|
472
|
+
## 1.89.0-rc.11
|
|
473
|
+
|
|
474
|
+
### Patch Changes
|
|
475
|
+
|
|
476
|
+
- Updated dependencies [72bfcbf]
|
|
477
|
+
- Updated dependencies [2ba89b3]
|
|
478
|
+
- Updated dependencies [ad0bec9]
|
|
479
|
+
- Updated dependencies [b31333e]
|
|
480
|
+
- Updated dependencies [99b3fd6]
|
|
481
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.11
|
|
482
|
+
- @akinon/pz-masterpass@1.89.0-rc.11
|
|
483
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.11
|
|
484
|
+
- @akinon/next@1.89.0-rc.11
|
|
485
|
+
- @akinon/pz-akifast@1.89.0-rc.11
|
|
486
|
+
- @akinon/pz-b2b@1.89.0-rc.11
|
|
487
|
+
- @akinon/pz-bkm@1.89.0-rc.11
|
|
488
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.11
|
|
489
|
+
- @akinon/pz-click-collect@1.89.0-rc.11
|
|
490
|
+
- @akinon/pz-credit-payment@1.89.0-rc.11
|
|
491
|
+
- @akinon/pz-gpay@1.89.0-rc.11
|
|
492
|
+
- @akinon/pz-otp@1.89.0-rc.11
|
|
493
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.11
|
|
494
|
+
- @akinon/pz-saved-card@1.89.0-rc.11
|
|
495
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.11
|
|
496
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.11
|
|
497
|
+
|
|
498
|
+
## 1.89.0-rc.10
|
|
499
|
+
|
|
500
|
+
### Minor Changes
|
|
501
|
+
|
|
502
|
+
- 63774a6: ZERO-3351: Add commerce redirection ignore list functionality and related utility
|
|
503
|
+
- 4434c51: ZERO-3321: remove csp test script
|
|
504
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
505
|
+
- 3670f52: ZERO-3301 :Upgrade react-number-format to the latest version
|
|
506
|
+
- 1ba5af2: ZERO-3354: Add data-testids for tamara package
|
|
507
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
508
|
+
- d4463ad: ZERO-3344: Update plugins documentation
|
|
509
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
510
|
+
- 448adef: ZERO-3321: move csp test to akinon-next
|
|
511
|
+
- e9ce5ed: ZERO-3321: check last CSP header in test
|
|
512
|
+
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
513
|
+
- 100f03a: ZERO-3321: add test for Content-Security-Policy header in Next.js config
|
|
514
|
+
|
|
515
|
+
### Patch Changes
|
|
516
|
+
|
|
517
|
+
- Updated dependencies [5dfeea04]
|
|
518
|
+
- Updated dependencies [63774a6]
|
|
519
|
+
- Updated dependencies [2d9b2b2c]
|
|
520
|
+
- Updated dependencies [5e1feca6]
|
|
521
|
+
- Updated dependencies [d8fad39]
|
|
522
|
+
- Updated dependencies [40a46853]
|
|
523
|
+
- Updated dependencies [57a6184]
|
|
524
|
+
- Updated dependencies [1e53e17a]
|
|
525
|
+
- Updated dependencies [f49bb74f]
|
|
526
|
+
- Updated dependencies [e9541a13]
|
|
527
|
+
- Updated dependencies [72fd4d67]
|
|
528
|
+
- Updated dependencies [c53ef7b9]
|
|
529
|
+
- Updated dependencies [1ba5af2]
|
|
530
|
+
- Updated dependencies [64699d3f]
|
|
531
|
+
- Updated dependencies [bf354de]
|
|
532
|
+
- Updated dependencies [7727ae55]
|
|
533
|
+
- Updated dependencies [d552629f]
|
|
534
|
+
- Updated dependencies [448adef]
|
|
535
|
+
- Updated dependencies [17f87524]
|
|
536
|
+
- Updated dependencies [65d3b862]
|
|
537
|
+
- Updated dependencies [bbe18b9f]
|
|
538
|
+
- Updated dependencies [17bfadc4]
|
|
539
|
+
- Updated dependencies [4920742c]
|
|
540
|
+
- Updated dependencies [b6e5b624]
|
|
541
|
+
- Updated dependencies [6c3629c]
|
|
542
|
+
- Updated dependencies [7e56d6b6]
|
|
543
|
+
- Updated dependencies [dfaceff]
|
|
544
|
+
- Updated dependencies [33377cfd]
|
|
545
|
+
- Updated dependencies [43c182ee]
|
|
546
|
+
- Updated dependencies [e2026ec]
|
|
547
|
+
- Updated dependencies [943a239]
|
|
548
|
+
- Updated dependencies [eeb20bea]
|
|
549
|
+
- Updated dependencies [fec9638]
|
|
550
|
+
- Updated dependencies [3bf63c8a]
|
|
551
|
+
- Updated dependencies [9be2c081]
|
|
552
|
+
- Updated dependencies [f2c92d5c]
|
|
553
|
+
- Updated dependencies [c759d6b]
|
|
554
|
+
- Updated dependencies [7bd3d992]
|
|
555
|
+
- Updated dependencies [fdd255ee]
|
|
556
|
+
- Updated dependencies [07248e09]
|
|
557
|
+
- Updated dependencies [acf0320]
|
|
558
|
+
- Updated dependencies [387356b]
|
|
559
|
+
- Updated dependencies [49eeebfa]
|
|
560
|
+
- Updated dependencies [3f9b8d7e]
|
|
561
|
+
- Updated dependencies [b2ee69b]
|
|
562
|
+
- Updated dependencies [0cabbda]
|
|
563
|
+
- @akinon/next@1.89.0-rc.10
|
|
564
|
+
- @akinon/pz-gpay@1.89.0-rc.10
|
|
565
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.10
|
|
566
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.10
|
|
567
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.10
|
|
568
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.10
|
|
569
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.10
|
|
570
|
+
- @akinon/pz-credit-payment@1.89.0-rc.10
|
|
571
|
+
- @akinon/pz-click-collect@1.89.0-rc.10
|
|
572
|
+
- @akinon/pz-masterpass@1.89.0-rc.10
|
|
573
|
+
- @akinon/pz-akifast@1.89.0-rc.10
|
|
574
|
+
- @akinon/pz-b2b@1.89.0-rc.10
|
|
575
|
+
- @akinon/pz-bkm@1.89.0-rc.10
|
|
576
|
+
- @akinon/pz-otp@1.89.0-rc.10
|
|
577
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.10
|
|
578
|
+
- @akinon/pz-saved-card@1.89.0-rc.10
|
|
579
|
+
|
|
580
|
+
## 1.89.0-rc.9
|
|
581
|
+
|
|
582
|
+
### Minor Changes
|
|
583
|
+
|
|
584
|
+
- 63774a6: ZERO-3351: Add commerce redirection ignore list functionality and related utility
|
|
585
|
+
- 4434c51: ZERO-3321: remove csp test script
|
|
586
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
587
|
+
- 3670f52: ZERO-3301 :Upgrade react-number-format to the latest version
|
|
41
588
|
- 1ba5af2: ZERO-3354: Add data-testids for tamara package
|
|
589
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
42
590
|
- d4463ad: ZERO-3344: Update plugins documentation
|
|
591
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
592
|
+
- 448adef: ZERO-3321: move csp test to akinon-next
|
|
593
|
+
- e9ce5ed: ZERO-3321: check last CSP header in test
|
|
594
|
+
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
595
|
+
- 100f03a: ZERO-3321: add test for Content-Security-Policy header in Next.js config
|
|
43
596
|
|
|
44
597
|
### Patch Changes
|
|
45
598
|
|
|
599
|
+
- Updated dependencies [5dfeea04]
|
|
600
|
+
- Updated dependencies [63774a6]
|
|
601
|
+
- Updated dependencies [2d9b2b2c]
|
|
602
|
+
- Updated dependencies [5e1feca6]
|
|
603
|
+
- Updated dependencies [d8fad39]
|
|
604
|
+
- Updated dependencies [40a46853]
|
|
46
605
|
- Updated dependencies [57a6184]
|
|
606
|
+
- Updated dependencies [1e53e17a]
|
|
607
|
+
- Updated dependencies [f49bb74f]
|
|
608
|
+
- Updated dependencies [e9541a13]
|
|
609
|
+
- Updated dependencies [72fd4d67]
|
|
610
|
+
- Updated dependencies [c53ef7b9]
|
|
47
611
|
- Updated dependencies [1ba5af2]
|
|
612
|
+
- Updated dependencies [64699d3f]
|
|
613
|
+
- Updated dependencies [bf354de]
|
|
614
|
+
- Updated dependencies [7727ae55]
|
|
615
|
+
- Updated dependencies [d552629f]
|
|
616
|
+
- Updated dependencies [448adef]
|
|
617
|
+
- Updated dependencies [17f87524]
|
|
618
|
+
- Updated dependencies [65d3b862]
|
|
619
|
+
- Updated dependencies [bbe18b9f]
|
|
620
|
+
- Updated dependencies [17bfadc4]
|
|
621
|
+
- Updated dependencies [4920742c]
|
|
622
|
+
- Updated dependencies [b6e5b624]
|
|
623
|
+
- Updated dependencies [6c3629c]
|
|
624
|
+
- Updated dependencies [7e56d6b6]
|
|
625
|
+
- Updated dependencies [dfaceff]
|
|
626
|
+
- Updated dependencies [33377cfd]
|
|
627
|
+
- Updated dependencies [43c182ee]
|
|
48
628
|
- Updated dependencies [e2026ec]
|
|
629
|
+
- Updated dependencies [943a239]
|
|
630
|
+
- Updated dependencies [eeb20bea]
|
|
631
|
+
- Updated dependencies [fec9638]
|
|
632
|
+
- Updated dependencies [3bf63c8a]
|
|
633
|
+
- Updated dependencies [9be2c081]
|
|
634
|
+
- Updated dependencies [f2c92d5c]
|
|
635
|
+
- Updated dependencies [c759d6b]
|
|
636
|
+
- Updated dependencies [7bd3d992]
|
|
637
|
+
- Updated dependencies [fdd255ee]
|
|
638
|
+
- Updated dependencies [07248e09]
|
|
639
|
+
- Updated dependencies [acf0320]
|
|
640
|
+
- Updated dependencies [387356b]
|
|
641
|
+
- Updated dependencies [49eeebfa]
|
|
642
|
+
- Updated dependencies [3f9b8d7e]
|
|
643
|
+
- Updated dependencies [b2ee69b]
|
|
644
|
+
- Updated dependencies [0cabbda]
|
|
645
|
+
- @akinon/next@1.89.0-rc.9
|
|
646
|
+
- @akinon/pz-gpay@1.89.0-rc.9
|
|
647
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.9
|
|
648
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.9
|
|
649
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.9
|
|
650
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.9
|
|
651
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.9
|
|
652
|
+
- @akinon/pz-credit-payment@1.89.0-rc.9
|
|
653
|
+
- @akinon/pz-click-collect@1.89.0-rc.9
|
|
654
|
+
- @akinon/pz-masterpass@1.89.0-rc.9
|
|
655
|
+
- @akinon/pz-akifast@1.89.0-rc.9
|
|
656
|
+
- @akinon/pz-b2b@1.89.0-rc.9
|
|
657
|
+
- @akinon/pz-bkm@1.89.0-rc.9
|
|
658
|
+
- @akinon/pz-otp@1.89.0-rc.9
|
|
659
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.9
|
|
660
|
+
- @akinon/pz-saved-card@1.89.0-rc.9
|
|
661
|
+
|
|
662
|
+
## 1.89.0-rc.8
|
|
663
|
+
|
|
664
|
+
### Patch Changes
|
|
665
|
+
|
|
666
|
+
- Updated dependencies [d8fad39]
|
|
667
|
+
- Updated dependencies [943a239]
|
|
668
|
+
- Updated dependencies [0cabbda]
|
|
669
|
+
- @akinon/next@1.89.0-rc.8
|
|
670
|
+
- @akinon/pz-akifast@1.89.0-rc.8
|
|
671
|
+
- @akinon/pz-b2b@1.89.0-rc.8
|
|
672
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.8
|
|
673
|
+
- @akinon/pz-bkm@1.89.0-rc.8
|
|
674
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.8
|
|
675
|
+
- @akinon/pz-click-collect@1.89.0-rc.8
|
|
676
|
+
- @akinon/pz-credit-payment@1.89.0-rc.8
|
|
677
|
+
- @akinon/pz-gpay@1.89.0-rc.8
|
|
678
|
+
- @akinon/pz-masterpass@1.89.0-rc.8
|
|
679
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.8
|
|
680
|
+
- @akinon/pz-otp@1.89.0-rc.8
|
|
681
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.8
|
|
682
|
+
- @akinon/pz-saved-card@1.89.0-rc.8
|
|
683
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.8
|
|
684
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.8
|
|
685
|
+
|
|
686
|
+
## 1.89.0-rc.7
|
|
687
|
+
|
|
688
|
+
### Patch Changes
|
|
689
|
+
|
|
690
|
+
- Updated dependencies [dfaceff]
|
|
691
|
+
- @akinon/next@1.89.0-rc.7
|
|
692
|
+
- @akinon/pz-akifast@1.89.0-rc.7
|
|
693
|
+
- @akinon/pz-b2b@1.89.0-rc.7
|
|
694
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.7
|
|
695
|
+
- @akinon/pz-bkm@1.89.0-rc.7
|
|
696
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.7
|
|
697
|
+
- @akinon/pz-click-collect@1.89.0-rc.7
|
|
698
|
+
- @akinon/pz-credit-payment@1.89.0-rc.7
|
|
699
|
+
- @akinon/pz-gpay@1.89.0-rc.7
|
|
700
|
+
- @akinon/pz-masterpass@1.89.0-rc.7
|
|
701
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.7
|
|
702
|
+
- @akinon/pz-otp@1.89.0-rc.7
|
|
703
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.7
|
|
704
|
+
- @akinon/pz-saved-card@1.89.0-rc.7
|
|
705
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.7
|
|
706
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.7
|
|
707
|
+
|
|
708
|
+
## 1.89.0-rc.6
|
|
709
|
+
|
|
710
|
+
### Minor Changes
|
|
711
|
+
|
|
712
|
+
- d4463ad: ZERO-3344: Update plugins documentation
|
|
713
|
+
|
|
714
|
+
### Patch Changes
|
|
715
|
+
|
|
716
|
+
- @akinon/next@1.89.0-rc.6
|
|
717
|
+
- @akinon/pz-akifast@1.89.0-rc.6
|
|
718
|
+
- @akinon/pz-b2b@1.89.0-rc.6
|
|
719
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.6
|
|
720
|
+
- @akinon/pz-bkm@1.89.0-rc.6
|
|
721
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.6
|
|
722
|
+
- @akinon/pz-click-collect@1.89.0-rc.6
|
|
723
|
+
- @akinon/pz-credit-payment@1.89.0-rc.6
|
|
724
|
+
- @akinon/pz-gpay@1.89.0-rc.6
|
|
725
|
+
- @akinon/pz-masterpass@1.89.0-rc.6
|
|
726
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.6
|
|
727
|
+
- @akinon/pz-otp@1.89.0-rc.6
|
|
728
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.6
|
|
729
|
+
- @akinon/pz-saved-card@1.89.0-rc.6
|
|
730
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.6
|
|
731
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.6
|
|
732
|
+
|
|
733
|
+
## 1.89.0-rc.5
|
|
734
|
+
|
|
735
|
+
### Minor Changes
|
|
736
|
+
|
|
737
|
+
- 1ba5af2: ZERO-3354: Add data-testids for tamara package
|
|
738
|
+
|
|
739
|
+
### Patch Changes
|
|
740
|
+
|
|
741
|
+
- Updated dependencies [1ba5af2]
|
|
742
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.5
|
|
743
|
+
- @akinon/next@1.89.0-rc.5
|
|
744
|
+
- @akinon/pz-akifast@1.89.0-rc.5
|
|
745
|
+
- @akinon/pz-b2b@1.89.0-rc.5
|
|
746
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.5
|
|
747
|
+
- @akinon/pz-bkm@1.89.0-rc.5
|
|
748
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.5
|
|
749
|
+
- @akinon/pz-click-collect@1.89.0-rc.5
|
|
750
|
+
- @akinon/pz-credit-payment@1.89.0-rc.5
|
|
751
|
+
- @akinon/pz-gpay@1.89.0-rc.5
|
|
752
|
+
- @akinon/pz-masterpass@1.89.0-rc.5
|
|
753
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.5
|
|
754
|
+
- @akinon/pz-otp@1.89.0-rc.5
|
|
755
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.5
|
|
756
|
+
- @akinon/pz-saved-card@1.89.0-rc.5
|
|
757
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.5
|
|
758
|
+
|
|
759
|
+
## 1.89.0-rc.4
|
|
760
|
+
|
|
761
|
+
### Minor Changes
|
|
762
|
+
|
|
763
|
+
- 4434c51: ZERO-3321: remove csp test script
|
|
764
|
+
- 448adef: ZERO-3321: move csp test to akinon-next
|
|
765
|
+
- e9ce5ed: ZERO-3321: check last CSP header in test
|
|
766
|
+
- 100f03a: ZERO-3321: add test for Content-Security-Policy header in Next.js config
|
|
767
|
+
|
|
768
|
+
### Patch Changes
|
|
769
|
+
|
|
770
|
+
- Updated dependencies [bf354de]
|
|
771
|
+
- Updated dependencies [448adef]
|
|
772
|
+
- Updated dependencies [6c3629c]
|
|
773
|
+
- Updated dependencies [acf0320]
|
|
774
|
+
- Updated dependencies [b2ee69b]
|
|
775
|
+
- @akinon/next@1.89.0-rc.4
|
|
776
|
+
- @akinon/pz-akifast@1.89.0-rc.4
|
|
777
|
+
- @akinon/pz-b2b@1.89.0-rc.4
|
|
778
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.4
|
|
779
|
+
- @akinon/pz-bkm@1.89.0-rc.4
|
|
780
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.4
|
|
781
|
+
- @akinon/pz-click-collect@1.89.0-rc.4
|
|
782
|
+
- @akinon/pz-credit-payment@1.89.0-rc.4
|
|
783
|
+
- @akinon/pz-gpay@1.89.0-rc.4
|
|
784
|
+
- @akinon/pz-masterpass@1.89.0-rc.4
|
|
785
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.4
|
|
786
|
+
- @akinon/pz-otp@1.89.0-rc.4
|
|
787
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.4
|
|
788
|
+
- @akinon/pz-saved-card@1.89.0-rc.4
|
|
789
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.4
|
|
790
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.4
|
|
791
|
+
|
|
792
|
+
## 1.89.0-rc.3
|
|
793
|
+
|
|
794
|
+
### Minor Changes
|
|
795
|
+
|
|
796
|
+
- 63774a6: ZERO-3351: Add commerce redirection ignore list functionality and related utility
|
|
797
|
+
|
|
798
|
+
### Patch Changes
|
|
799
|
+
|
|
800
|
+
- Updated dependencies [63774a6]
|
|
801
|
+
- @akinon/next@1.89.0-rc.3
|
|
802
|
+
- @akinon/pz-akifast@1.89.0-rc.3
|
|
803
|
+
- @akinon/pz-b2b@1.89.0-rc.3
|
|
804
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.3
|
|
805
|
+
- @akinon/pz-bkm@1.89.0-rc.3
|
|
806
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.3
|
|
807
|
+
- @akinon/pz-click-collect@1.89.0-rc.3
|
|
808
|
+
- @akinon/pz-credit-payment@1.89.0-rc.3
|
|
809
|
+
- @akinon/pz-gpay@1.89.0-rc.3
|
|
810
|
+
- @akinon/pz-masterpass@1.89.0-rc.3
|
|
811
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.3
|
|
812
|
+
- @akinon/pz-otp@1.89.0-rc.3
|
|
813
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.3
|
|
814
|
+
- @akinon/pz-saved-card@1.89.0-rc.3
|
|
815
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.3
|
|
816
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.3
|
|
817
|
+
|
|
818
|
+
## 1.89.0-rc.2
|
|
819
|
+
|
|
820
|
+
### Patch Changes
|
|
821
|
+
|
|
822
|
+
- Updated dependencies [57a6184]
|
|
823
|
+
- Updated dependencies [fec9638]
|
|
824
|
+
- @akinon/pz-gpay@1.89.0-rc.2
|
|
825
|
+
- @akinon/pz-credit-payment@1.89.0-rc.2
|
|
826
|
+
- @akinon/next@1.89.0-rc.2
|
|
827
|
+
- @akinon/pz-akifast@1.89.0-rc.2
|
|
828
|
+
- @akinon/pz-b2b@1.89.0-rc.2
|
|
829
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.2
|
|
830
|
+
- @akinon/pz-bkm@1.89.0-rc.2
|
|
831
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.2
|
|
832
|
+
- @akinon/pz-click-collect@1.89.0-rc.2
|
|
833
|
+
- @akinon/pz-masterpass@1.89.0-rc.2
|
|
834
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.2
|
|
835
|
+
- @akinon/pz-otp@1.89.0-rc.2
|
|
836
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.2
|
|
837
|
+
- @akinon/pz-saved-card@1.89.0-rc.2
|
|
838
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.2
|
|
839
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.2
|
|
840
|
+
|
|
841
|
+
## 1.89.0-rc.1
|
|
842
|
+
|
|
843
|
+
### Patch Changes
|
|
844
|
+
|
|
49
845
|
- Updated dependencies [c759d6b]
|
|
50
|
-
- @akinon/pz-
|
|
51
|
-
- @akinon/
|
|
52
|
-
- @akinon/pz-
|
|
53
|
-
- @akinon/pz-
|
|
54
|
-
- @akinon/
|
|
55
|
-
- @akinon/pz-
|
|
56
|
-
- @akinon/pz-
|
|
57
|
-
- @akinon/pz-
|
|
58
|
-
- @akinon/pz-
|
|
59
|
-
- @akinon/pz-
|
|
60
|
-
- @akinon/pz-
|
|
61
|
-
- @akinon/pz-
|
|
62
|
-
- @akinon/pz-
|
|
63
|
-
- @akinon/pz-
|
|
64
|
-
- @akinon/pz-
|
|
65
|
-
- @akinon/pz-
|
|
846
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.1
|
|
847
|
+
- @akinon/next@1.89.0-rc.1
|
|
848
|
+
- @akinon/pz-akifast@1.89.0-rc.1
|
|
849
|
+
- @akinon/pz-b2b@1.89.0-rc.1
|
|
850
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.1
|
|
851
|
+
- @akinon/pz-bkm@1.89.0-rc.1
|
|
852
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.1
|
|
853
|
+
- @akinon/pz-click-collect@1.89.0-rc.1
|
|
854
|
+
- @akinon/pz-credit-payment@1.89.0-rc.1
|
|
855
|
+
- @akinon/pz-gpay@1.89.0-rc.1
|
|
856
|
+
- @akinon/pz-masterpass@1.89.0-rc.1
|
|
857
|
+
- @akinon/pz-otp@1.89.0-rc.1
|
|
858
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.1
|
|
859
|
+
- @akinon/pz-saved-card@1.89.0-rc.1
|
|
860
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.1
|
|
861
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.1
|
|
862
|
+
|
|
863
|
+
## 1.89.0-rc.0
|
|
864
|
+
|
|
865
|
+
### Minor Changes
|
|
866
|
+
|
|
867
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
868
|
+
- 3670f52: ZERO-3301 :Upgrade react-number-format to the latest version
|
|
869
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
870
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
871
|
+
- 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
872
|
+
|
|
873
|
+
### Patch Changes
|
|
874
|
+
|
|
875
|
+
- Updated dependencies [5dfeea04]
|
|
876
|
+
- Updated dependencies [2d9b2b2c]
|
|
877
|
+
- Updated dependencies [5e1feca6]
|
|
878
|
+
- Updated dependencies [40a46853]
|
|
879
|
+
- Updated dependencies [1e53e17]
|
|
880
|
+
- Updated dependencies [f49bb74f]
|
|
881
|
+
- Updated dependencies [e9541a13]
|
|
882
|
+
- Updated dependencies [72fd4d67]
|
|
883
|
+
- Updated dependencies [c53ef7b9]
|
|
884
|
+
- Updated dependencies [64699d3f]
|
|
885
|
+
- Updated dependencies [7727ae55]
|
|
886
|
+
- Updated dependencies [d552629f]
|
|
887
|
+
- Updated dependencies [17f87524]
|
|
888
|
+
- Updated dependencies [65d3b862]
|
|
889
|
+
- Updated dependencies [bbe18b9f]
|
|
890
|
+
- Updated dependencies [17bfadc4]
|
|
891
|
+
- Updated dependencies [4920742c]
|
|
892
|
+
- Updated dependencies [b6e5b624]
|
|
893
|
+
- Updated dependencies [7e56d6b6]
|
|
894
|
+
- Updated dependencies [33377cf]
|
|
895
|
+
- Updated dependencies [43c182ee]
|
|
896
|
+
- Updated dependencies [eeb20bea]
|
|
897
|
+
- Updated dependencies [3bf63c8a]
|
|
898
|
+
- Updated dependencies [9be2c081]
|
|
899
|
+
- Updated dependencies [f2c92d5c]
|
|
900
|
+
- Updated dependencies [7bd3d992]
|
|
901
|
+
- Updated dependencies [fdd255ee]
|
|
902
|
+
- Updated dependencies [07248e0]
|
|
903
|
+
- Updated dependencies [387356b]
|
|
904
|
+
- Updated dependencies [49eeebfa]
|
|
905
|
+
- Updated dependencies [3f9b8d7e]
|
|
906
|
+
- @akinon/next@1.89.0-rc.0
|
|
907
|
+
- @akinon/pz-tamara-extension@1.89.0-rc.0
|
|
908
|
+
- @akinon/pz-checkout-gift-pack@1.89.0-rc.0
|
|
909
|
+
- @akinon/pz-one-click-checkout@1.89.0-rc.0
|
|
910
|
+
- @akinon/pz-basket-gift-pack@1.89.0-rc.0
|
|
911
|
+
- @akinon/pz-pay-on-delivery@1.89.0-rc.0
|
|
912
|
+
- @akinon/pz-credit-payment@1.89.0-rc.0
|
|
913
|
+
- @akinon/pz-click-collect@1.89.0-rc.0
|
|
914
|
+
- @akinon/pz-masterpass@1.89.0-rc.0
|
|
915
|
+
- @akinon/pz-akifast@1.89.0-rc.0
|
|
916
|
+
- @akinon/pz-gpay@1.89.0-rc.0
|
|
917
|
+
- @akinon/pz-b2b@1.89.0-rc.0
|
|
918
|
+
- @akinon/pz-bkm@1.89.0-rc.0
|
|
919
|
+
- @akinon/pz-otp@1.89.0-rc.0
|
|
920
|
+
- @akinon/pz-tabby-extension@1.89.0-rc.0
|
|
921
|
+
- @akinon/pz-saved-card@1.89.0-rc.0
|
|
66
922
|
|
|
67
923
|
## 1.88.0
|
|
68
924
|
|
|
@@ -102,25 +958,59 @@
|
|
|
102
958
|
### Minor Changes
|
|
103
959
|
|
|
104
960
|
- 547fbf0: ZERO-0000: Update akinon.json to include 'scope' for 'sentry' plan and remove postgresql addon
|
|
961
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
962
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
963
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
964
|
+
- 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
105
965
|
|
|
106
966
|
### Patch Changes
|
|
107
967
|
|
|
108
|
-
-
|
|
109
|
-
-
|
|
110
|
-
-
|
|
111
|
-
-
|
|
112
|
-
-
|
|
113
|
-
-
|
|
114
|
-
-
|
|
115
|
-
-
|
|
116
|
-
-
|
|
117
|
-
-
|
|
118
|
-
-
|
|
119
|
-
-
|
|
120
|
-
-
|
|
121
|
-
-
|
|
122
|
-
-
|
|
123
|
-
-
|
|
968
|
+
- Updated dependencies [5dfeea04]
|
|
969
|
+
- Updated dependencies [2d9b2b2c]
|
|
970
|
+
- Updated dependencies [5e1feca]
|
|
971
|
+
- Updated dependencies [40a46853]
|
|
972
|
+
- Updated dependencies [1e53e17]
|
|
973
|
+
- Updated dependencies [f49bb74f]
|
|
974
|
+
- Updated dependencies [e9541a13]
|
|
975
|
+
- Updated dependencies [72fd4d67]
|
|
976
|
+
- Updated dependencies [c53ef7b9]
|
|
977
|
+
- Updated dependencies [64699d3f]
|
|
978
|
+
- Updated dependencies [7727ae55]
|
|
979
|
+
- Updated dependencies [d552629f]
|
|
980
|
+
- Updated dependencies [17f87524]
|
|
981
|
+
- Updated dependencies [65d3b862]
|
|
982
|
+
- Updated dependencies [bbe18b9f]
|
|
983
|
+
- Updated dependencies [17bfadc4]
|
|
984
|
+
- Updated dependencies [4920742c]
|
|
985
|
+
- Updated dependencies [b6e5b624]
|
|
986
|
+
- Updated dependencies [7e56d6b6]
|
|
987
|
+
- Updated dependencies [33377cf]
|
|
988
|
+
- Updated dependencies [43c182ee]
|
|
989
|
+
- Updated dependencies [eeb20bea]
|
|
990
|
+
- Updated dependencies [3bf63c8]
|
|
991
|
+
- Updated dependencies [9be2c081]
|
|
992
|
+
- Updated dependencies [f2c92d5c]
|
|
993
|
+
- Updated dependencies [7bd3d992]
|
|
994
|
+
- Updated dependencies [fdd255ee]
|
|
995
|
+
- Updated dependencies [07248e0]
|
|
996
|
+
- Updated dependencies [49eeebfa]
|
|
997
|
+
- Updated dependencies [3f9b8d7e]
|
|
998
|
+
- @akinon/next@1.87.0-rc.0
|
|
999
|
+
- @akinon/pz-tamara-extension@1.87.0-rc.0
|
|
1000
|
+
- @akinon/pz-checkout-gift-pack@1.87.0-rc.0
|
|
1001
|
+
- @akinon/pz-one-click-checkout@1.87.0-rc.0
|
|
1002
|
+
- @akinon/pz-basket-gift-pack@1.87.0-rc.0
|
|
1003
|
+
- @akinon/pz-pay-on-delivery@1.87.0-rc.0
|
|
1004
|
+
- @akinon/pz-credit-payment@1.87.0-rc.0
|
|
1005
|
+
- @akinon/pz-click-collect@1.87.0-rc.0
|
|
1006
|
+
- @akinon/pz-masterpass@1.87.0-rc.0
|
|
1007
|
+
- @akinon/pz-akifast@1.87.0-rc.0
|
|
1008
|
+
- @akinon/pz-gpay@1.87.0-rc.0
|
|
1009
|
+
- @akinon/pz-b2b@1.87.0-rc.0
|
|
1010
|
+
- @akinon/pz-bkm@1.87.0-rc.0
|
|
1011
|
+
- @akinon/pz-otp@1.87.0-rc.0
|
|
1012
|
+
- @akinon/pz-tabby-extension@1.87.0-rc.0
|
|
1013
|
+
- @akinon/pz-saved-card@1.87.0-rc.0
|
|
124
1014
|
|
|
125
1015
|
## 1.86.0
|
|
126
1016
|
|
|
@@ -256,31 +1146,645 @@
|
|
|
256
1146
|
|
|
257
1147
|
### Patch Changes
|
|
258
1148
|
|
|
259
|
-
- Updated dependencies [
|
|
260
|
-
-
|
|
261
|
-
-
|
|
262
|
-
-
|
|
263
|
-
-
|
|
264
|
-
-
|
|
265
|
-
-
|
|
266
|
-
-
|
|
267
|
-
-
|
|
268
|
-
- @akinon/
|
|
269
|
-
- @akinon/pz-
|
|
270
|
-
- @akinon/pz-
|
|
271
|
-
- @akinon/pz-
|
|
272
|
-
- @akinon/pz-
|
|
273
|
-
- @akinon/pz-
|
|
274
|
-
- @akinon/pz-
|
|
275
|
-
- @akinon/pz-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
- @akinon/
|
|
283
|
-
- @akinon/pz-
|
|
1149
|
+
- Updated dependencies [ef75c03]
|
|
1150
|
+
- @akinon/next@1.82.0-rc.21
|
|
1151
|
+
- @akinon/pz-akifast@1.82.0-rc.21
|
|
1152
|
+
- @akinon/pz-b2b@1.82.0-rc.21
|
|
1153
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.21
|
|
1154
|
+
- @akinon/pz-bkm@1.82.0-rc.21
|
|
1155
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.21
|
|
1156
|
+
- @akinon/pz-click-collect@1.82.0-rc.21
|
|
1157
|
+
- @akinon/pz-credit-payment@1.82.0-rc.21
|
|
1158
|
+
- @akinon/pz-gpay@1.82.0-rc.21
|
|
1159
|
+
- @akinon/pz-masterpass@1.82.0-rc.21
|
|
1160
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.21
|
|
1161
|
+
- @akinon/pz-otp@1.82.0-rc.21
|
|
1162
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.21
|
|
1163
|
+
- @akinon/pz-saved-card@1.82.0-rc.21
|
|
1164
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.21
|
|
1165
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.21
|
|
1166
|
+
|
|
1167
|
+
## 1.82.0-rc.20
|
|
1168
|
+
|
|
1169
|
+
### Patch Changes
|
|
1170
|
+
|
|
1171
|
+
- Updated dependencies [e5529cd]
|
|
1172
|
+
- @akinon/next@1.82.0-rc.20
|
|
1173
|
+
- @akinon/pz-akifast@1.82.0-rc.20
|
|
1174
|
+
- @akinon/pz-b2b@1.82.0-rc.20
|
|
1175
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.20
|
|
1176
|
+
- @akinon/pz-bkm@1.82.0-rc.20
|
|
1177
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.20
|
|
1178
|
+
- @akinon/pz-click-collect@1.82.0-rc.20
|
|
1179
|
+
- @akinon/pz-credit-payment@1.82.0-rc.20
|
|
1180
|
+
- @akinon/pz-gpay@1.82.0-rc.20
|
|
1181
|
+
- @akinon/pz-masterpass@1.82.0-rc.20
|
|
1182
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.20
|
|
1183
|
+
- @akinon/pz-otp@1.82.0-rc.20
|
|
1184
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.20
|
|
1185
|
+
- @akinon/pz-saved-card@1.82.0-rc.20
|
|
1186
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.20
|
|
1187
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.20
|
|
1188
|
+
|
|
1189
|
+
## 1.82.0-rc.19
|
|
1190
|
+
|
|
1191
|
+
### Minor Changes
|
|
1192
|
+
|
|
1193
|
+
- 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
1194
|
+
|
|
1195
|
+
### Patch Changes
|
|
1196
|
+
|
|
1197
|
+
- Updated dependencies [33377cf]
|
|
1198
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.19
|
|
1199
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.19
|
|
1200
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.19
|
|
1201
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.19
|
|
1202
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.19
|
|
1203
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.19
|
|
1204
|
+
- @akinon/pz-credit-payment@1.82.0-rc.19
|
|
1205
|
+
- @akinon/pz-click-collect@1.82.0-rc.19
|
|
1206
|
+
- @akinon/pz-masterpass@1.82.0-rc.19
|
|
1207
|
+
- @akinon/pz-saved-card@1.82.0-rc.19
|
|
1208
|
+
- @akinon/next@1.82.0-rc.19
|
|
1209
|
+
- @akinon/pz-akifast@1.82.0-rc.19
|
|
1210
|
+
- @akinon/pz-gpay@1.82.0-rc.19
|
|
1211
|
+
- @akinon/pz-b2b@1.82.0-rc.19
|
|
1212
|
+
- @akinon/pz-bkm@1.82.0-rc.19
|
|
1213
|
+
- @akinon/pz-otp@1.82.0-rc.19
|
|
1214
|
+
|
|
1215
|
+
## 1.82.0-rc.18
|
|
1216
|
+
|
|
1217
|
+
### Patch Changes
|
|
1218
|
+
|
|
1219
|
+
- Updated dependencies [e4761d2]
|
|
1220
|
+
- @akinon/next@1.82.0-rc.18
|
|
1221
|
+
- @akinon/pz-akifast@1.82.0-rc.18
|
|
1222
|
+
- @akinon/pz-b2b@1.82.0-rc.18
|
|
1223
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.18
|
|
1224
|
+
- @akinon/pz-bkm@1.82.0-rc.18
|
|
1225
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.18
|
|
1226
|
+
- @akinon/pz-click-collect@1.82.0-rc.18
|
|
1227
|
+
- @akinon/pz-credit-payment@1.82.0-rc.18
|
|
1228
|
+
- @akinon/pz-gpay@1.82.0-rc.18
|
|
1229
|
+
- @akinon/pz-masterpass@1.82.0-rc.18
|
|
1230
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.18
|
|
1231
|
+
- @akinon/pz-otp@1.82.0-rc.18
|
|
1232
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.18
|
|
1233
|
+
- @akinon/pz-saved-card@1.82.0-rc.18
|
|
1234
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.18
|
|
1235
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.18
|
|
1236
|
+
|
|
1237
|
+
## 1.82.0-rc.17
|
|
1238
|
+
|
|
1239
|
+
### Minor Changes
|
|
1240
|
+
|
|
1241
|
+
- e2c6d426: ZERO-2935: Add @sentry/nextjs dependency to akinon-next and remove from projectzeronext
|
|
1242
|
+
|
|
1243
|
+
### Patch Changes
|
|
1244
|
+
|
|
1245
|
+
- Updated dependencies [e2c6d426]
|
|
1246
|
+
- Updated dependencies [70bc0aed]
|
|
1247
|
+
- @akinon/next@1.82.0-rc.17
|
|
1248
|
+
- @akinon/pz-akifast@1.82.0-rc.17
|
|
1249
|
+
- @akinon/pz-b2b@1.82.0-rc.17
|
|
1250
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.17
|
|
1251
|
+
- @akinon/pz-bkm@1.82.0-rc.17
|
|
1252
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.17
|
|
1253
|
+
- @akinon/pz-click-collect@1.82.0-rc.17
|
|
1254
|
+
- @akinon/pz-credit-payment@1.82.0-rc.17
|
|
1255
|
+
- @akinon/pz-gpay@1.82.0-rc.17
|
|
1256
|
+
- @akinon/pz-masterpass@1.82.0-rc.17
|
|
1257
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.17
|
|
1258
|
+
- @akinon/pz-otp@1.82.0-rc.17
|
|
1259
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.17
|
|
1260
|
+
- @akinon/pz-saved-card@1.82.0-rc.17
|
|
1261
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.17
|
|
1262
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.17
|
|
1263
|
+
|
|
1264
|
+
## 1.82.0-rc.16
|
|
1265
|
+
|
|
1266
|
+
### Minor Changes
|
|
1267
|
+
|
|
1268
|
+
- 6f506af: ZERO-3229: Implement mini basket query for basket total quantity
|
|
1269
|
+
- a0a1bac: ZERO-3228 :edit OTP login flow to use Redux for popup visibility and clean up unused props
|
|
1270
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1271
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
1272
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1273
|
+
- 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
|
|
1274
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
1275
|
+
- c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
|
|
1276
|
+
- fa96b0b: ZERO-3274: Enhance client-side error page with localized messages and reset functionality and remove 500 status code from client side pages
|
|
1277
|
+
- 596e987: ZERO-3291: Update Next.js to version 14.2.25
|
|
1278
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
1279
|
+
|
|
1280
|
+
### Patch Changes
|
|
1281
|
+
|
|
1282
|
+
- Updated dependencies [757ee539]
|
|
1283
|
+
- Updated dependencies [6f506af]
|
|
1284
|
+
- Updated dependencies [5dfeea04]
|
|
1285
|
+
- Updated dependencies [2d9b2b2c]
|
|
1286
|
+
- Updated dependencies [5e1feca]
|
|
1287
|
+
- Updated dependencies [c0c1962]
|
|
1288
|
+
- Updated dependencies [40a46853]
|
|
1289
|
+
- Updated dependencies [a0a1bac]
|
|
1290
|
+
- Updated dependencies [f49bb74f]
|
|
1291
|
+
- Updated dependencies [0e05135]
|
|
1292
|
+
- Updated dependencies [e9541a13]
|
|
1293
|
+
- Updated dependencies [4d3deb4f]
|
|
1294
|
+
- Updated dependencies [72fd4d67]
|
|
1295
|
+
- Updated dependencies [c53ef7b9]
|
|
1296
|
+
- Updated dependencies [64699d3f]
|
|
1297
|
+
- Updated dependencies [9abd011]
|
|
1298
|
+
- Updated dependencies [7727ae55]
|
|
1299
|
+
- Updated dependencies [d552629]
|
|
1300
|
+
- Updated dependencies [c3b2f3f]
|
|
1301
|
+
- Updated dependencies [17f87524]
|
|
1302
|
+
- Updated dependencies [65d3b862]
|
|
1303
|
+
- Updated dependencies [bbe18b9f]
|
|
1304
|
+
- Updated dependencies [17bfadc]
|
|
1305
|
+
- Updated dependencies [4920742c]
|
|
1306
|
+
- Updated dependencies [b6e5b62]
|
|
1307
|
+
- Updated dependencies [ac65ca9]
|
|
1308
|
+
- Updated dependencies [7e56d6b6]
|
|
1309
|
+
- Updated dependencies [43c182ee]
|
|
1310
|
+
- Updated dependencies [624a4eb]
|
|
1311
|
+
- Updated dependencies [2d305aaf]
|
|
1312
|
+
- Updated dependencies [eeb20bea]
|
|
1313
|
+
- Updated dependencies [3bf63c8]
|
|
1314
|
+
- Updated dependencies [9be2c08]
|
|
1315
|
+
- Updated dependencies [f2c92d5c]
|
|
1316
|
+
- Updated dependencies [2f3588f]
|
|
1317
|
+
- Updated dependencies [7bd3d992]
|
|
1318
|
+
- Updated dependencies [fdd255ee]
|
|
1319
|
+
- Updated dependencies [0b1bd07]
|
|
1320
|
+
- Updated dependencies [49eeebfa]
|
|
1321
|
+
- Updated dependencies [3f9b8d7e]
|
|
1322
|
+
- @akinon/next@1.82.0-rc.16
|
|
1323
|
+
- @akinon/pz-otp@1.82.0-rc.16
|
|
1324
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.16
|
|
1325
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.16
|
|
1326
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.16
|
|
1327
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.16
|
|
1328
|
+
- @akinon/pz-credit-payment@1.82.0-rc.16
|
|
1329
|
+
- @akinon/pz-click-collect@1.82.0-rc.16
|
|
1330
|
+
- @akinon/pz-masterpass@1.82.0-rc.16
|
|
1331
|
+
- @akinon/pz-akifast@1.82.0-rc.16
|
|
1332
|
+
- @akinon/pz-gpay@1.82.0-rc.16
|
|
1333
|
+
- @akinon/pz-b2b@1.82.0-rc.16
|
|
1334
|
+
- @akinon/pz-bkm@1.82.0-rc.16
|
|
1335
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.16
|
|
1336
|
+
- @akinon/pz-saved-card@1.82.0-rc.16
|
|
1337
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.16
|
|
1338
|
+
|
|
1339
|
+
## 1.82.0-rc.15
|
|
1340
|
+
|
|
1341
|
+
### Patch Changes
|
|
1342
|
+
|
|
1343
|
+
- Updated dependencies [2f3588fb]
|
|
1344
|
+
- @akinon/next@1.82.0-rc.15
|
|
1345
|
+
- @akinon/pz-akifast@1.82.0-rc.15
|
|
1346
|
+
- @akinon/pz-b2b@1.82.0-rc.15
|
|
1347
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.15
|
|
1348
|
+
- @akinon/pz-bkm@1.82.0-rc.15
|
|
1349
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.15
|
|
1350
|
+
- @akinon/pz-click-collect@1.82.0-rc.15
|
|
1351
|
+
- @akinon/pz-credit-payment@1.82.0-rc.15
|
|
1352
|
+
- @akinon/pz-gpay@1.82.0-rc.15
|
|
1353
|
+
- @akinon/pz-masterpass@1.82.0-rc.15
|
|
1354
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.15
|
|
1355
|
+
- @akinon/pz-otp@1.82.0-rc.15
|
|
1356
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.15
|
|
1357
|
+
- @akinon/pz-saved-card@1.82.0-rc.15
|
|
1358
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.15
|
|
1359
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.15
|
|
1360
|
+
|
|
1361
|
+
## 1.82.0-rc.14
|
|
1362
|
+
|
|
1363
|
+
### Patch Changes
|
|
1364
|
+
|
|
1365
|
+
- Updated dependencies [5e1feca]
|
|
1366
|
+
- @akinon/next@1.82.0-rc.14
|
|
1367
|
+
- @akinon/pz-akifast@1.82.0-rc.14
|
|
1368
|
+
- @akinon/pz-b2b@1.82.0-rc.14
|
|
1369
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.14
|
|
1370
|
+
- @akinon/pz-bkm@1.82.0-rc.14
|
|
1371
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.14
|
|
1372
|
+
- @akinon/pz-click-collect@1.82.0-rc.14
|
|
1373
|
+
- @akinon/pz-credit-payment@1.82.0-rc.14
|
|
1374
|
+
- @akinon/pz-gpay@1.82.0-rc.14
|
|
1375
|
+
- @akinon/pz-masterpass@1.82.0-rc.14
|
|
1376
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.14
|
|
1377
|
+
- @akinon/pz-otp@1.82.0-rc.14
|
|
1378
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.14
|
|
1379
|
+
- @akinon/pz-saved-card@1.82.0-rc.14
|
|
1380
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.14
|
|
1381
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.14
|
|
1382
|
+
|
|
1383
|
+
## 1.82.0-rc.13
|
|
1384
|
+
|
|
1385
|
+
### Patch Changes
|
|
1386
|
+
|
|
1387
|
+
- Updated dependencies [3bf63c8]
|
|
1388
|
+
- @akinon/next@1.82.0-rc.13
|
|
1389
|
+
- @akinon/pz-akifast@1.82.0-rc.13
|
|
1390
|
+
- @akinon/pz-b2b@1.82.0-rc.13
|
|
1391
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.13
|
|
1392
|
+
- @akinon/pz-bkm@1.82.0-rc.13
|
|
1393
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.13
|
|
1394
|
+
- @akinon/pz-click-collect@1.82.0-rc.13
|
|
1395
|
+
- @akinon/pz-credit-payment@1.82.0-rc.13
|
|
1396
|
+
- @akinon/pz-gpay@1.82.0-rc.13
|
|
1397
|
+
- @akinon/pz-masterpass@1.82.0-rc.13
|
|
1398
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.13
|
|
1399
|
+
- @akinon/pz-otp@1.82.0-rc.13
|
|
1400
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.13
|
|
1401
|
+
- @akinon/pz-saved-card@1.82.0-rc.13
|
|
1402
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.13
|
|
1403
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.13
|
|
1404
|
+
|
|
1405
|
+
## 1.82.0-rc.12
|
|
1406
|
+
|
|
1407
|
+
### Patch Changes
|
|
1408
|
+
|
|
1409
|
+
- Updated dependencies [ac65ca9]
|
|
1410
|
+
- @akinon/next@1.82.0-rc.12
|
|
1411
|
+
- @akinon/pz-akifast@1.82.0-rc.12
|
|
1412
|
+
- @akinon/pz-b2b@1.82.0-rc.12
|
|
1413
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.12
|
|
1414
|
+
- @akinon/pz-bkm@1.82.0-rc.12
|
|
1415
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.12
|
|
1416
|
+
- @akinon/pz-click-collect@1.82.0-rc.12
|
|
1417
|
+
- @akinon/pz-credit-payment@1.82.0-rc.12
|
|
1418
|
+
- @akinon/pz-gpay@1.82.0-rc.12
|
|
1419
|
+
- @akinon/pz-masterpass@1.82.0-rc.12
|
|
1420
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.12
|
|
1421
|
+
- @akinon/pz-otp@1.82.0-rc.12
|
|
1422
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.12
|
|
1423
|
+
- @akinon/pz-saved-card@1.82.0-rc.12
|
|
1424
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.12
|
|
1425
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.12
|
|
1426
|
+
|
|
1427
|
+
## 1.82.0-rc.11
|
|
1428
|
+
|
|
1429
|
+
### Minor Changes
|
|
1430
|
+
|
|
1431
|
+
- fa96b0b: ZERO-3274: Enhance client-side error page with localized messages and reset functionality and remove 500 status code from client side pages
|
|
1432
|
+
|
|
1433
|
+
### Patch Changes
|
|
1434
|
+
|
|
1435
|
+
- @akinon/next@1.82.0-rc.11
|
|
1436
|
+
- @akinon/pz-akifast@1.82.0-rc.11
|
|
1437
|
+
- @akinon/pz-b2b@1.82.0-rc.11
|
|
1438
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.11
|
|
1439
|
+
- @akinon/pz-bkm@1.82.0-rc.11
|
|
1440
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.11
|
|
1441
|
+
- @akinon/pz-click-collect@1.82.0-rc.11
|
|
1442
|
+
- @akinon/pz-credit-payment@1.82.0-rc.11
|
|
1443
|
+
- @akinon/pz-gpay@1.82.0-rc.11
|
|
1444
|
+
- @akinon/pz-masterpass@1.82.0-rc.11
|
|
1445
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.11
|
|
1446
|
+
- @akinon/pz-otp@1.82.0-rc.11
|
|
1447
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.11
|
|
1448
|
+
- @akinon/pz-saved-card@1.82.0-rc.11
|
|
1449
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.11
|
|
1450
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.11
|
|
1451
|
+
|
|
1452
|
+
## 1.82.0-rc.10
|
|
1453
|
+
|
|
1454
|
+
### Patch Changes
|
|
1455
|
+
|
|
1456
|
+
- Updated dependencies [624a4eb6]
|
|
1457
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.10
|
|
1458
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.10
|
|
1459
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.10
|
|
1460
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.10
|
|
1461
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.10
|
|
1462
|
+
- @akinon/pz-click-collect@1.82.0-rc.10
|
|
1463
|
+
- @akinon/pz-masterpass@1.82.0-rc.10
|
|
1464
|
+
- @akinon/pz-saved-card@1.82.0-rc.10
|
|
1465
|
+
- @akinon/pz-akifast@1.82.0-rc.10
|
|
1466
|
+
- @akinon/pz-gpay@1.82.0-rc.10
|
|
1467
|
+
- @akinon/pz-b2b@1.82.0-rc.10
|
|
1468
|
+
- @akinon/pz-bkm@1.82.0-rc.10
|
|
1469
|
+
- @akinon/pz-otp@1.82.0-rc.10
|
|
1470
|
+
- @akinon/next@1.82.0-rc.10
|
|
1471
|
+
- @akinon/pz-credit-payment@1.82.0-rc.10
|
|
1472
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.10
|
|
1473
|
+
|
|
1474
|
+
## 1.82.0-rc.9
|
|
1475
|
+
|
|
1476
|
+
### Minor Changes
|
|
1477
|
+
|
|
1478
|
+
- 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
|
|
1479
|
+
|
|
1480
|
+
### Patch Changes
|
|
1481
|
+
|
|
1482
|
+
- Updated dependencies [9abd011]
|
|
1483
|
+
- @akinon/next@1.82.0-rc.9
|
|
1484
|
+
- @akinon/pz-akifast@1.82.0-rc.9
|
|
1485
|
+
- @akinon/pz-b2b@1.82.0-rc.9
|
|
1486
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.9
|
|
1487
|
+
- @akinon/pz-bkm@1.82.0-rc.9
|
|
1488
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.9
|
|
1489
|
+
- @akinon/pz-click-collect@1.82.0-rc.9
|
|
1490
|
+
- @akinon/pz-credit-payment@1.82.0-rc.9
|
|
1491
|
+
- @akinon/pz-gpay@1.82.0-rc.9
|
|
1492
|
+
- @akinon/pz-masterpass@1.82.0-rc.9
|
|
1493
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.9
|
|
1494
|
+
- @akinon/pz-otp@1.82.0-rc.9
|
|
1495
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.9
|
|
1496
|
+
- @akinon/pz-saved-card@1.82.0-rc.9
|
|
1497
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.9
|
|
1498
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.9
|
|
1499
|
+
|
|
1500
|
+
## 1.82.0-rc.8
|
|
1501
|
+
|
|
1502
|
+
### Patch Changes
|
|
1503
|
+
|
|
1504
|
+
- Updated dependencies [17bfadc]
|
|
1505
|
+
- @akinon/next@1.82.0-rc.8
|
|
1506
|
+
- @akinon/pz-akifast@1.82.0-rc.8
|
|
1507
|
+
- @akinon/pz-b2b@1.82.0-rc.8
|
|
1508
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.8
|
|
1509
|
+
- @akinon/pz-bkm@1.82.0-rc.8
|
|
1510
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.8
|
|
1511
|
+
- @akinon/pz-click-collect@1.82.0-rc.8
|
|
1512
|
+
- @akinon/pz-credit-payment@1.82.0-rc.8
|
|
1513
|
+
- @akinon/pz-gpay@1.82.0-rc.8
|
|
1514
|
+
- @akinon/pz-masterpass@1.82.0-rc.8
|
|
1515
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.8
|
|
1516
|
+
- @akinon/pz-otp@1.82.0-rc.8
|
|
1517
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.8
|
|
1518
|
+
- @akinon/pz-saved-card@1.82.0-rc.8
|
|
1519
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.8
|
|
1520
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.8
|
|
1521
|
+
|
|
1522
|
+
## 1.82.0-rc.7
|
|
1523
|
+
|
|
1524
|
+
### Minor Changes
|
|
1525
|
+
|
|
1526
|
+
- c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
|
|
1527
|
+
|
|
1528
|
+
### Patch Changes
|
|
1529
|
+
|
|
1530
|
+
- Updated dependencies [c3b2f3f]
|
|
1531
|
+
- @akinon/next@1.82.0-rc.7
|
|
1532
|
+
- @akinon/pz-akifast@1.82.0-rc.7
|
|
1533
|
+
- @akinon/pz-b2b@1.82.0-rc.7
|
|
1534
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.7
|
|
1535
|
+
- @akinon/pz-bkm@1.82.0-rc.7
|
|
1536
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.7
|
|
1537
|
+
- @akinon/pz-click-collect@1.82.0-rc.7
|
|
1538
|
+
- @akinon/pz-credit-payment@1.82.0-rc.7
|
|
1539
|
+
- @akinon/pz-gpay@1.82.0-rc.7
|
|
1540
|
+
- @akinon/pz-masterpass@1.82.0-rc.7
|
|
1541
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.7
|
|
1542
|
+
- @akinon/pz-otp@1.82.0-rc.7
|
|
1543
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.7
|
|
1544
|
+
- @akinon/pz-saved-card@1.82.0-rc.7
|
|
1545
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.7
|
|
1546
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.7
|
|
1547
|
+
|
|
1548
|
+
## 1.82.0-rc.6
|
|
1549
|
+
|
|
1550
|
+
### Patch Changes
|
|
1551
|
+
|
|
1552
|
+
- Updated dependencies [0b1bd07f]
|
|
1553
|
+
- @akinon/next@1.82.0-rc.6
|
|
1554
|
+
- @akinon/pz-akifast@1.82.0-rc.6
|
|
1555
|
+
- @akinon/pz-b2b@1.82.0-rc.6
|
|
1556
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.6
|
|
1557
|
+
- @akinon/pz-bkm@1.82.0-rc.6
|
|
1558
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.6
|
|
1559
|
+
- @akinon/pz-click-collect@1.82.0-rc.6
|
|
1560
|
+
- @akinon/pz-credit-payment@1.82.0-rc.6
|
|
1561
|
+
- @akinon/pz-gpay@1.82.0-rc.6
|
|
1562
|
+
- @akinon/pz-masterpass@1.82.0-rc.6
|
|
1563
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.6
|
|
1564
|
+
- @akinon/pz-otp@1.82.0-rc.6
|
|
1565
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.6
|
|
1566
|
+
- @akinon/pz-saved-card@1.82.0-rc.6
|
|
1567
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.6
|
|
1568
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.6
|
|
1569
|
+
|
|
1570
|
+
## 1.82.0-rc.5
|
|
1571
|
+
|
|
1572
|
+
### Minor Changes
|
|
1573
|
+
|
|
1574
|
+
- 6f506afc: ZERO-3229: Implement mini basket query for basket total quantity
|
|
1575
|
+
|
|
1576
|
+
### Patch Changes
|
|
1577
|
+
|
|
1578
|
+
- Updated dependencies [6f506afc]
|
|
1579
|
+
- Updated dependencies [c0c19629]
|
|
1580
|
+
- Updated dependencies [9be2c081]
|
|
1581
|
+
- @akinon/next@1.82.0-rc.5
|
|
1582
|
+
- @akinon/pz-akifast@1.82.0-rc.5
|
|
1583
|
+
- @akinon/pz-b2b@1.82.0-rc.5
|
|
1584
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.5
|
|
1585
|
+
- @akinon/pz-bkm@1.82.0-rc.5
|
|
1586
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.5
|
|
1587
|
+
- @akinon/pz-click-collect@1.82.0-rc.5
|
|
1588
|
+
- @akinon/pz-credit-payment@1.82.0-rc.5
|
|
1589
|
+
- @akinon/pz-gpay@1.82.0-rc.5
|
|
1590
|
+
- @akinon/pz-masterpass@1.82.0-rc.5
|
|
1591
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.5
|
|
1592
|
+
- @akinon/pz-otp@1.82.0-rc.5
|
|
1593
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.5
|
|
1594
|
+
- @akinon/pz-saved-card@1.82.0-rc.5
|
|
1595
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.5
|
|
1596
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.5
|
|
1597
|
+
|
|
1598
|
+
## 1.82.0-rc.4
|
|
1599
|
+
|
|
1600
|
+
### Patch Changes
|
|
1601
|
+
|
|
1602
|
+
- Updated dependencies [b6e5b624]
|
|
1603
|
+
- @akinon/next@1.82.0-rc.4
|
|
1604
|
+
- @akinon/pz-akifast@1.82.0-rc.4
|
|
1605
|
+
- @akinon/pz-b2b@1.82.0-rc.4
|
|
1606
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.4
|
|
1607
|
+
- @akinon/pz-bkm@1.82.0-rc.4
|
|
1608
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.4
|
|
1609
|
+
- @akinon/pz-click-collect@1.82.0-rc.4
|
|
1610
|
+
- @akinon/pz-credit-payment@1.82.0-rc.4
|
|
1611
|
+
- @akinon/pz-gpay@1.82.0-rc.4
|
|
1612
|
+
- @akinon/pz-masterpass@1.82.0-rc.4
|
|
1613
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.4
|
|
1614
|
+
- @akinon/pz-otp@1.82.0-rc.4
|
|
1615
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.4
|
|
1616
|
+
- @akinon/pz-saved-card@1.82.0-rc.4
|
|
1617
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.4
|
|
1618
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.4
|
|
1619
|
+
|
|
1620
|
+
## 1.82.0-rc.3
|
|
1621
|
+
|
|
1622
|
+
### Minor Changes
|
|
1623
|
+
|
|
1624
|
+
- a0a1bac4: ZERO-3228 :edit OTP login flow to use Redux for popup visibility and clean up unused props
|
|
1625
|
+
|
|
1626
|
+
### Patch Changes
|
|
1627
|
+
|
|
1628
|
+
- Updated dependencies [a0a1bac4]
|
|
1629
|
+
- @akinon/pz-otp@1.82.0-rc.3
|
|
1630
|
+
- @akinon/next@1.82.0-rc.3
|
|
1631
|
+
- @akinon/pz-akifast@1.82.0-rc.3
|
|
1632
|
+
- @akinon/pz-b2b@1.82.0-rc.3
|
|
1633
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.3
|
|
1634
|
+
- @akinon/pz-bkm@1.82.0-rc.3
|
|
1635
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.3
|
|
1636
|
+
- @akinon/pz-click-collect@1.82.0-rc.3
|
|
1637
|
+
- @akinon/pz-credit-payment@1.82.0-rc.3
|
|
1638
|
+
- @akinon/pz-gpay@1.82.0-rc.3
|
|
1639
|
+
- @akinon/pz-masterpass@1.82.0-rc.3
|
|
1640
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.3
|
|
1641
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.3
|
|
1642
|
+
- @akinon/pz-saved-card@1.82.0-rc.3
|
|
1643
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.3
|
|
1644
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.3
|
|
1645
|
+
|
|
1646
|
+
## 1.82.0-rc.2
|
|
1647
|
+
|
|
1648
|
+
### Minor Changes
|
|
1649
|
+
|
|
1650
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1651
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
1652
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1653
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
1654
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
1655
|
+
|
|
1656
|
+
### Patch Changes
|
|
1657
|
+
|
|
1658
|
+
- Updated dependencies [757ee539]
|
|
1659
|
+
- Updated dependencies [5dfeea04]
|
|
1660
|
+
- Updated dependencies [2d9b2b2c]
|
|
1661
|
+
- Updated dependencies [40a46853]
|
|
1662
|
+
- Updated dependencies [f49bb74f]
|
|
1663
|
+
- Updated dependencies [0e051352]
|
|
1664
|
+
- Updated dependencies [e9541a13]
|
|
1665
|
+
- Updated dependencies [4d3deb4f]
|
|
1666
|
+
- Updated dependencies [72fd4d67]
|
|
1667
|
+
- Updated dependencies [c53ef7b9]
|
|
1668
|
+
- Updated dependencies [64699d3f]
|
|
1669
|
+
- Updated dependencies [7727ae55]
|
|
1670
|
+
- Updated dependencies [d552629f]
|
|
1671
|
+
- Updated dependencies [17f87524]
|
|
1672
|
+
- Updated dependencies [65d3b862]
|
|
1673
|
+
- Updated dependencies [bbe18b9f]
|
|
1674
|
+
- Updated dependencies [4920742c]
|
|
1675
|
+
- Updated dependencies [7e56d6b6]
|
|
1676
|
+
- Updated dependencies [43c182ee]
|
|
1677
|
+
- Updated dependencies [2d305aaf]
|
|
1678
|
+
- Updated dependencies [eeb20bea]
|
|
1679
|
+
- Updated dependencies [f2c92d5c]
|
|
1680
|
+
- Updated dependencies [7bd3d992]
|
|
1681
|
+
- Updated dependencies [fdd255ee]
|
|
1682
|
+
- Updated dependencies [49eeebfa]
|
|
1683
|
+
- Updated dependencies [3f9b8d7e]
|
|
1684
|
+
- @akinon/next@1.82.0-rc.2
|
|
1685
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.2
|
|
1686
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.2
|
|
1687
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.2
|
|
1688
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.2
|
|
1689
|
+
- @akinon/pz-credit-payment@1.82.0-rc.2
|
|
1690
|
+
- @akinon/pz-click-collect@1.82.0-rc.2
|
|
1691
|
+
- @akinon/pz-masterpass@1.82.0-rc.2
|
|
1692
|
+
- @akinon/pz-akifast@1.82.0-rc.2
|
|
1693
|
+
- @akinon/pz-gpay@1.82.0-rc.2
|
|
1694
|
+
- @akinon/pz-b2b@1.82.0-rc.2
|
|
1695
|
+
- @akinon/pz-bkm@1.82.0-rc.2
|
|
1696
|
+
- @akinon/pz-otp@1.82.0-rc.2
|
|
1697
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.2
|
|
1698
|
+
- @akinon/pz-saved-card@1.82.0-rc.2
|
|
1699
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.2
|
|
1700
|
+
|
|
1701
|
+
## 1.82.0-rc.1
|
|
1702
|
+
|
|
1703
|
+
### Patch Changes
|
|
1704
|
+
|
|
1705
|
+
- Updated dependencies [0e051352]
|
|
1706
|
+
- @akinon/next@1.82.0-rc.1
|
|
1707
|
+
- @akinon/pz-akifast@1.82.0-rc.1
|
|
1708
|
+
- @akinon/pz-b2b@1.82.0-rc.1
|
|
1709
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.1
|
|
1710
|
+
- @akinon/pz-bkm@1.82.0-rc.1
|
|
1711
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.1
|
|
1712
|
+
- @akinon/pz-click-collect@1.82.0-rc.1
|
|
1713
|
+
- @akinon/pz-credit-payment@1.82.0-rc.1
|
|
1714
|
+
- @akinon/pz-gpay@1.82.0-rc.1
|
|
1715
|
+
- @akinon/pz-masterpass@1.82.0-rc.1
|
|
1716
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.1
|
|
1717
|
+
- @akinon/pz-otp@1.82.0-rc.1
|
|
1718
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.1
|
|
1719
|
+
- @akinon/pz-saved-card@1.82.0-rc.1
|
|
1720
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.1
|
|
1721
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.1
|
|
1722
|
+
|
|
1723
|
+
## 1.82.0-rc.0
|
|
1724
|
+
|
|
1725
|
+
### Minor Changes
|
|
1726
|
+
|
|
1727
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1728
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
1729
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1730
|
+
- 7a1e1f73: ZERO-3138: Close the search input with the esc key
|
|
1731
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
1732
|
+
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
1733
|
+
- c82875bc: ZERO-3140: Fix style layout size
|
|
1734
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
1735
|
+
|
|
1736
|
+
### Patch Changes
|
|
1737
|
+
|
|
1738
|
+
- Updated dependencies [2e0b7ffd]
|
|
1739
|
+
- Updated dependencies [757ee539]
|
|
1740
|
+
- Updated dependencies [778aabf8]
|
|
1741
|
+
- Updated dependencies [c0fef075]
|
|
1742
|
+
- Updated dependencies [5dfeea04]
|
|
1743
|
+
- Updated dependencies [2d9b2b2c]
|
|
1744
|
+
- Updated dependencies [40a46853]
|
|
1745
|
+
- Updated dependencies [2d2ab446]
|
|
1746
|
+
- Updated dependencies [f49bb74f]
|
|
1747
|
+
- Updated dependencies [e9541a13]
|
|
1748
|
+
- Updated dependencies [4d3deb4f]
|
|
1749
|
+
- Updated dependencies [72fd4d67]
|
|
1750
|
+
- Updated dependencies [c53ef7b9]
|
|
1751
|
+
- Updated dependencies [64699d3f]
|
|
1752
|
+
- Updated dependencies [9db58ad6]
|
|
1753
|
+
- Updated dependencies [0200d568]
|
|
1754
|
+
- Updated dependencies [7727ae55]
|
|
1755
|
+
- Updated dependencies [d552629f]
|
|
1756
|
+
- Updated dependencies [17f87524]
|
|
1757
|
+
- Updated dependencies [65d3b862]
|
|
1758
|
+
- Updated dependencies [bbe18b9f]
|
|
1759
|
+
- Updated dependencies [4920742c]
|
|
1760
|
+
- Updated dependencies [7e56d6b6]
|
|
1761
|
+
- Updated dependencies [7d1b5af1]
|
|
1762
|
+
- Updated dependencies [43c182ee]
|
|
1763
|
+
- Updated dependencies [2d305aaf]
|
|
1764
|
+
- Updated dependencies [eeb20bea]
|
|
1765
|
+
- Updated dependencies [f2c92d5c]
|
|
1766
|
+
- Updated dependencies [6c1dba75]
|
|
1767
|
+
- Updated dependencies [7bd3d992]
|
|
1768
|
+
- Updated dependencies [fdd255ee]
|
|
1769
|
+
- Updated dependencies [aa05ed79]
|
|
1770
|
+
- Updated dependencies [49eeebfa]
|
|
1771
|
+
- Updated dependencies [3f9b8d7e]
|
|
1772
|
+
- @akinon/next@1.82.0-rc.0
|
|
1773
|
+
- @akinon/pz-checkout-gift-pack@1.82.0-rc.0
|
|
1774
|
+
- @akinon/pz-one-click-checkout@1.82.0-rc.0
|
|
1775
|
+
- @akinon/pz-basket-gift-pack@1.82.0-rc.0
|
|
1776
|
+
- @akinon/pz-pay-on-delivery@1.82.0-rc.0
|
|
1777
|
+
- @akinon/pz-credit-payment@1.82.0-rc.0
|
|
1778
|
+
- @akinon/pz-click-collect@1.82.0-rc.0
|
|
1779
|
+
- @akinon/pz-masterpass@1.82.0-rc.0
|
|
1780
|
+
- @akinon/pz-akifast@1.82.0-rc.0
|
|
1781
|
+
- @akinon/pz-gpay@1.82.0-rc.0
|
|
1782
|
+
- @akinon/pz-b2b@1.82.0-rc.0
|
|
1783
|
+
- @akinon/pz-bkm@1.82.0-rc.0
|
|
1784
|
+
- @akinon/pz-otp@1.82.0-rc.0
|
|
1785
|
+
- @akinon/pz-tabby-extension@1.82.0-rc.0
|
|
1786
|
+
- @akinon/pz-saved-card@1.82.0-rc.0
|
|
1787
|
+
- @akinon/pz-tamara-extension@1.82.0-rc.0
|
|
284
1788
|
|
|
285
1789
|
## 1.81.0
|
|
286
1790
|
|
|
@@ -345,30 +1849,289 @@
|
|
|
345
1849
|
|
|
346
1850
|
### Patch Changes
|
|
347
1851
|
|
|
348
|
-
- Updated dependencies [
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
1852
|
+
- Updated dependencies [778aabf8]
|
|
1853
|
+
- Updated dependencies [5dfeea04]
|
|
1854
|
+
- Updated dependencies [2d9b2b2c]
|
|
1855
|
+
- Updated dependencies [fdbf156f]
|
|
1856
|
+
- Updated dependencies [fd4b74e9]
|
|
1857
|
+
- Updated dependencies [f49bb74f]
|
|
1858
|
+
- Updated dependencies [e9541a13]
|
|
1859
|
+
- Updated dependencies [4d3deb4f]
|
|
1860
|
+
- Updated dependencies [72fd4d67]
|
|
1861
|
+
- Updated dependencies [c53ef7b9]
|
|
1862
|
+
- Updated dependencies [64699d3f]
|
|
1863
|
+
- Updated dependencies [0200d568]
|
|
1864
|
+
- Updated dependencies [7727ae55]
|
|
1865
|
+
- Updated dependencies [17f87524]
|
|
1866
|
+
- Updated dependencies [65d3b862]
|
|
1867
|
+
- Updated dependencies [bbe18b9f]
|
|
1868
|
+
- Updated dependencies [4920742c]
|
|
1869
|
+
- Updated dependencies [7e56d6b6]
|
|
1870
|
+
- Updated dependencies [43c182ee]
|
|
1871
|
+
- Updated dependencies [2d305aaf]
|
|
1872
|
+
- Updated dependencies [4cc22c7c]
|
|
1873
|
+
- Updated dependencies [eeb20bea]
|
|
1874
|
+
- Updated dependencies [6a0a0807]
|
|
1875
|
+
- Updated dependencies [f2c92d5c]
|
|
1876
|
+
- Updated dependencies [7bd3d992]
|
|
1877
|
+
- Updated dependencies [fdd255ee]
|
|
1878
|
+
- Updated dependencies [49eeebfa]
|
|
1879
|
+
- Updated dependencies [3f9b8d7e]
|
|
1880
|
+
- Updated dependencies [7ab9e2fd]
|
|
1881
|
+
- @akinon/next@1.80.0-rc.7
|
|
1882
|
+
- @akinon/pz-masterpass@1.80.0-rc.7
|
|
1883
|
+
- @akinon/pz-checkout-gift-pack@1.80.0-rc.7
|
|
1884
|
+
- @akinon/pz-one-click-checkout@1.80.0-rc.7
|
|
1885
|
+
- @akinon/pz-basket-gift-pack@1.80.0-rc.7
|
|
1886
|
+
- @akinon/pz-pay-on-delivery@1.80.0-rc.7
|
|
1887
|
+
- @akinon/pz-credit-payment@1.80.0-rc.7
|
|
1888
|
+
- @akinon/pz-click-collect@1.80.0-rc.7
|
|
1889
|
+
- @akinon/pz-akifast@1.80.0-rc.7
|
|
1890
|
+
- @akinon/pz-gpay@1.80.0-rc.7
|
|
1891
|
+
- @akinon/pz-b2b@1.80.0-rc.7
|
|
1892
|
+
- @akinon/pz-bkm@1.80.0-rc.7
|
|
1893
|
+
- @akinon/pz-otp@1.80.0-rc.7
|
|
1894
|
+
- @akinon/pz-tabby-extension@1.80.0-rc.7
|
|
1895
|
+
- @akinon/pz-saved-card@1.80.0-rc.7
|
|
1896
|
+
- @akinon/pz-tamara-extension@1.80.0-rc.7
|
|
1897
|
+
|
|
1898
|
+
## 1.79.0-rc.6
|
|
364
1899
|
|
|
365
|
-
|
|
1900
|
+
### Patch Changes
|
|
1901
|
+
|
|
1902
|
+
- Updated dependencies [0200d568]
|
|
1903
|
+
- @akinon/next@1.79.0-rc.6
|
|
1904
|
+
- @akinon/pz-akifast@1.79.0-rc.6
|
|
1905
|
+
- @akinon/pz-b2b@1.79.0-rc.6
|
|
1906
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.6
|
|
1907
|
+
- @akinon/pz-bkm@1.79.0-rc.6
|
|
1908
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.6
|
|
1909
|
+
- @akinon/pz-click-collect@1.79.0-rc.6
|
|
1910
|
+
- @akinon/pz-credit-payment@1.79.0-rc.6
|
|
1911
|
+
- @akinon/pz-gpay@1.79.0-rc.6
|
|
1912
|
+
- @akinon/pz-masterpass@1.79.0-rc.6
|
|
1913
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.6
|
|
1914
|
+
- @akinon/pz-otp@1.79.0-rc.6
|
|
1915
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.6
|
|
1916
|
+
- @akinon/pz-saved-card@1.79.0-rc.6
|
|
1917
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.6
|
|
1918
|
+
|
|
1919
|
+
## 1.79.0-rc.5
|
|
366
1920
|
|
|
367
1921
|
### Patch Changes
|
|
368
1922
|
|
|
369
|
-
- Updated dependencies [
|
|
370
|
-
- @akinon/next@1.
|
|
371
|
-
- @akinon/pz-akifast@1.
|
|
1923
|
+
- Updated dependencies [778aabf8]
|
|
1924
|
+
- @akinon/next@1.79.0-rc.5
|
|
1925
|
+
- @akinon/pz-akifast@1.79.0-rc.5
|
|
1926
|
+
- @akinon/pz-b2b@1.79.0-rc.5
|
|
1927
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.5
|
|
1928
|
+
- @akinon/pz-bkm@1.79.0-rc.5
|
|
1929
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.5
|
|
1930
|
+
- @akinon/pz-click-collect@1.79.0-rc.5
|
|
1931
|
+
- @akinon/pz-credit-payment@1.79.0-rc.5
|
|
1932
|
+
- @akinon/pz-gpay@1.79.0-rc.5
|
|
1933
|
+
- @akinon/pz-masterpass@1.79.0-rc.5
|
|
1934
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.5
|
|
1935
|
+
- @akinon/pz-otp@1.79.0-rc.5
|
|
1936
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.5
|
|
1937
|
+
- @akinon/pz-saved-card@1.79.0-rc.5
|
|
1938
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.5
|
|
1939
|
+
|
|
1940
|
+
## 1.79.0-rc.4
|
|
1941
|
+
|
|
1942
|
+
### Minor Changes
|
|
1943
|
+
|
|
1944
|
+
- 7a1e1f73: ZERO-3138: Close the search input with the esc key
|
|
1945
|
+
- c82875bc: ZERO-3140: Fix style layout size
|
|
1946
|
+
|
|
1947
|
+
### Patch Changes
|
|
1948
|
+
|
|
1949
|
+
- Updated dependencies [fdbf156f]
|
|
1950
|
+
- @akinon/pz-masterpass@1.79.0-rc.4
|
|
1951
|
+
- @akinon/next@1.79.0-rc.4
|
|
1952
|
+
- @akinon/pz-akifast@1.79.0-rc.4
|
|
1953
|
+
- @akinon/pz-b2b@1.79.0-rc.4
|
|
1954
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.4
|
|
1955
|
+
- @akinon/pz-bkm@1.79.0-rc.4
|
|
1956
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.4
|
|
1957
|
+
- @akinon/pz-click-collect@1.79.0-rc.4
|
|
1958
|
+
- @akinon/pz-credit-payment@1.79.0-rc.4
|
|
1959
|
+
- @akinon/pz-gpay@1.79.0-rc.4
|
|
1960
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.4
|
|
1961
|
+
- @akinon/pz-otp@1.79.0-rc.4
|
|
1962
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.4
|
|
1963
|
+
- @akinon/pz-saved-card@1.79.0-rc.4
|
|
1964
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.4
|
|
1965
|
+
|
|
1966
|
+
## 1.79.0-rc.3
|
|
1967
|
+
|
|
1968
|
+
### Minor Changes
|
|
1969
|
+
|
|
1970
|
+
- e8dcbe3c: ZERO-3112: Update button component
|
|
1971
|
+
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
1972
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1973
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
1974
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1975
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
1976
|
+
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
1977
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
1978
|
+
- 6a0a0807: ZERO-3112: Update button
|
|
1979
|
+
- 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
1980
|
+
- 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
1981
|
+
|
|
1982
|
+
### Patch Changes
|
|
1983
|
+
|
|
1984
|
+
- Updated dependencies [5dfeea04]
|
|
1985
|
+
- Updated dependencies [2d9b2b2c]
|
|
1986
|
+
- Updated dependencies [fd4b74e9]
|
|
1987
|
+
- Updated dependencies [f49bb74f]
|
|
1988
|
+
- Updated dependencies [e9541a13]
|
|
1989
|
+
- Updated dependencies [4d3deb4f]
|
|
1990
|
+
- Updated dependencies [72fd4d67]
|
|
1991
|
+
- Updated dependencies [c53ef7b9]
|
|
1992
|
+
- Updated dependencies [64699d3f]
|
|
1993
|
+
- Updated dependencies [7727ae55]
|
|
1994
|
+
- Updated dependencies [17f87524]
|
|
1995
|
+
- Updated dependencies [65d3b862]
|
|
1996
|
+
- Updated dependencies [bbe18b9f]
|
|
1997
|
+
- Updated dependencies [4920742c]
|
|
1998
|
+
- Updated dependencies [7e56d6b6]
|
|
1999
|
+
- Updated dependencies [43c182ee]
|
|
2000
|
+
- Updated dependencies [2d305aaf]
|
|
2001
|
+
- Updated dependencies [4cc22c7c]
|
|
2002
|
+
- Updated dependencies [eeb20bea]
|
|
2003
|
+
- Updated dependencies [6a0a0807]
|
|
2004
|
+
- Updated dependencies [f2c92d5c]
|
|
2005
|
+
- Updated dependencies [7bd3d992]
|
|
2006
|
+
- Updated dependencies [fdd255ee]
|
|
2007
|
+
- Updated dependencies [59fa21ce]
|
|
2008
|
+
- Updated dependencies [49eeebfa]
|
|
2009
|
+
- Updated dependencies [3f9b8d7e]
|
|
2010
|
+
- @akinon/next@1.79.0-rc.3
|
|
2011
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.3
|
|
2012
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.3
|
|
2013
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.3
|
|
2014
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.3
|
|
2015
|
+
- @akinon/pz-credit-payment@1.79.0-rc.3
|
|
2016
|
+
- @akinon/pz-click-collect@1.79.0-rc.3
|
|
2017
|
+
- @akinon/pz-masterpass@1.79.0-rc.3
|
|
2018
|
+
- @akinon/pz-akifast@1.79.0-rc.3
|
|
2019
|
+
- @akinon/pz-gpay@1.79.0-rc.3
|
|
2020
|
+
- @akinon/pz-b2b@1.79.0-rc.3
|
|
2021
|
+
- @akinon/pz-bkm@1.79.0-rc.3
|
|
2022
|
+
- @akinon/pz-otp@1.79.0-rc.3
|
|
2023
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.3
|
|
2024
|
+
- @akinon/pz-saved-card@1.79.0-rc.3
|
|
2025
|
+
|
|
2026
|
+
## 1.79.0-rc.2
|
|
2027
|
+
|
|
2028
|
+
### Minor Changes
|
|
2029
|
+
|
|
2030
|
+
- b02d5ea9: ZERO-3135: Add cancellation request images display in order cancellation item
|
|
2031
|
+
|
|
2032
|
+
### Patch Changes
|
|
2033
|
+
|
|
2034
|
+
- @akinon/next@1.79.0-rc.2
|
|
2035
|
+
- @akinon/pz-akifast@1.79.0-rc.2
|
|
2036
|
+
- @akinon/pz-b2b@1.79.0-rc.2
|
|
2037
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.2
|
|
2038
|
+
- @akinon/pz-bkm@1.79.0-rc.2
|
|
2039
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.2
|
|
2040
|
+
- @akinon/pz-click-collect@1.79.0-rc.2
|
|
2041
|
+
- @akinon/pz-credit-payment@1.79.0-rc.2
|
|
2042
|
+
- @akinon/pz-gpay@1.79.0-rc.2
|
|
2043
|
+
- @akinon/pz-masterpass@1.79.0-rc.2
|
|
2044
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.2
|
|
2045
|
+
- @akinon/pz-otp@1.79.0-rc.2
|
|
2046
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.2
|
|
2047
|
+
- @akinon/pz-saved-card@1.79.0-rc.2
|
|
2048
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.2
|
|
2049
|
+
|
|
2050
|
+
## 1.79.0-rc.1
|
|
2051
|
+
|
|
2052
|
+
### Patch Changes
|
|
2053
|
+
|
|
2054
|
+
- Updated dependencies [4cc22c7c]
|
|
2055
|
+
- @akinon/next@1.79.0-rc.1
|
|
2056
|
+
- @akinon/pz-akifast@1.79.0-rc.1
|
|
2057
|
+
- @akinon/pz-b2b@1.79.0-rc.1
|
|
2058
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.1
|
|
2059
|
+
- @akinon/pz-bkm@1.79.0-rc.1
|
|
2060
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.1
|
|
2061
|
+
- @akinon/pz-click-collect@1.79.0-rc.1
|
|
2062
|
+
- @akinon/pz-credit-payment@1.79.0-rc.1
|
|
2063
|
+
- @akinon/pz-gpay@1.79.0-rc.1
|
|
2064
|
+
- @akinon/pz-masterpass@1.79.0-rc.1
|
|
2065
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.1
|
|
2066
|
+
- @akinon/pz-otp@1.79.0-rc.1
|
|
2067
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.1
|
|
2068
|
+
- @akinon/pz-saved-card@1.79.0-rc.1
|
|
2069
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.1
|
|
2070
|
+
|
|
2071
|
+
## 1.79.0-rc.0
|
|
2072
|
+
|
|
2073
|
+
### Minor Changes
|
|
2074
|
+
|
|
2075
|
+
- e8dcbe3c: ZERO-3112: Update button component
|
|
2076
|
+
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
2077
|
+
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
2078
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
2079
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
2080
|
+
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
2081
|
+
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
2082
|
+
- 6a0a0807: ZERO-3112: Update button
|
|
2083
|
+
- 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
2084
|
+
- 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
2085
|
+
|
|
2086
|
+
### Patch Changes
|
|
2087
|
+
|
|
2088
|
+
- Updated dependencies [5dfeea04]
|
|
2089
|
+
- Updated dependencies [2d9b2b2c]
|
|
2090
|
+
- Updated dependencies [fd4b74e9]
|
|
2091
|
+
- Updated dependencies [f49bb74f]
|
|
2092
|
+
- Updated dependencies [e9541a13]
|
|
2093
|
+
- Updated dependencies [4d3deb4f]
|
|
2094
|
+
- Updated dependencies [72fd4d67]
|
|
2095
|
+
- Updated dependencies [c53ef7b9]
|
|
2096
|
+
- Updated dependencies [64699d3f]
|
|
2097
|
+
- Updated dependencies [7727ae55]
|
|
2098
|
+
- Updated dependencies [17f87524]
|
|
2099
|
+
- Updated dependencies [65d3b862]
|
|
2100
|
+
- Updated dependencies [bbe18b9f]
|
|
2101
|
+
- Updated dependencies [4920742c]
|
|
2102
|
+
- Updated dependencies [7e56d6b6]
|
|
2103
|
+
- Updated dependencies [43c182ee]
|
|
2104
|
+
- Updated dependencies [2d305aaf]
|
|
2105
|
+
- Updated dependencies [eeb20bea]
|
|
2106
|
+
- Updated dependencies [6a0a0807]
|
|
2107
|
+
- Updated dependencies [f2c92d5c]
|
|
2108
|
+
- Updated dependencies [7bd3d992]
|
|
2109
|
+
- Updated dependencies [fdd255ee]
|
|
2110
|
+
- Updated dependencies [49eeebfa]
|
|
2111
|
+
- Updated dependencies [3f9b8d7e]
|
|
2112
|
+
- @akinon/next@1.79.0-rc.0
|
|
2113
|
+
- @akinon/pz-checkout-gift-pack@1.79.0-rc.0
|
|
2114
|
+
- @akinon/pz-one-click-checkout@1.79.0-rc.0
|
|
2115
|
+
- @akinon/pz-basket-gift-pack@1.79.0-rc.0
|
|
2116
|
+
- @akinon/pz-pay-on-delivery@1.79.0-rc.0
|
|
2117
|
+
- @akinon/pz-credit-payment@1.79.0-rc.0
|
|
2118
|
+
- @akinon/pz-click-collect@1.79.0-rc.0
|
|
2119
|
+
- @akinon/pz-masterpass@1.79.0-rc.0
|
|
2120
|
+
- @akinon/pz-akifast@1.79.0-rc.0
|
|
2121
|
+
- @akinon/pz-gpay@1.79.0-rc.0
|
|
2122
|
+
- @akinon/pz-b2b@1.79.0-rc.0
|
|
2123
|
+
- @akinon/pz-bkm@1.79.0-rc.0
|
|
2124
|
+
- @akinon/pz-otp@1.79.0-rc.0
|
|
2125
|
+
- @akinon/pz-tabby-extension@1.79.0-rc.0
|
|
2126
|
+
- @akinon/pz-saved-card@1.79.0-rc.0
|
|
2127
|
+
|
|
2128
|
+
## 1.78.0
|
|
2129
|
+
|
|
2130
|
+
### Patch Changes
|
|
2131
|
+
|
|
2132
|
+
- Updated dependencies [e791eab]
|
|
2133
|
+
- @akinon/next@1.78.0
|
|
2134
|
+
- @akinon/pz-akifast@1.78.0
|
|
372
2135
|
- @akinon/pz-b2b@1.78.0
|
|
373
2136
|
- @akinon/pz-basket-gift-pack@1.78.0
|
|
374
2137
|
- @akinon/pz-bkm@1.78.0
|
|
@@ -562,21 +2325,161 @@
|
|
|
562
2325
|
### Patch Changes
|
|
563
2326
|
|
|
564
2327
|
- Updated dependencies [f34454a]
|
|
565
|
-
- @akinon/next@1.71.0
|
|
566
|
-
- @akinon/pz-akifast@1.71.0
|
|
567
|
-
- @akinon/pz-b2b@1.71.0
|
|
568
|
-
- @akinon/pz-basket-gift-pack@1.71.0
|
|
569
|
-
- @akinon/pz-bkm@1.71.0
|
|
570
|
-
- @akinon/pz-checkout-gift-pack@1.71.0
|
|
571
|
-
- @akinon/pz-click-collect@1.71.0
|
|
572
|
-
- @akinon/pz-credit-payment@1.71.0
|
|
573
|
-
- @akinon/pz-gpay@1.71.0
|
|
574
|
-
- @akinon/pz-masterpass@1.71.0
|
|
575
|
-
- @akinon/pz-one-click-checkout@1.71.0
|
|
576
|
-
- @akinon/pz-otp@1.71.0
|
|
577
|
-
- @akinon/pz-pay-on-delivery@1.71.0
|
|
578
|
-
- @akinon/pz-saved-card@1.71.0
|
|
579
|
-
- @akinon/pz-tabby-extension@1.71.0
|
|
2328
|
+
- @akinon/next@1.71.0-rc.6
|
|
2329
|
+
- @akinon/pz-akifast@1.71.0-rc.6
|
|
2330
|
+
- @akinon/pz-b2b@1.71.0-rc.6
|
|
2331
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.6
|
|
2332
|
+
- @akinon/pz-bkm@1.71.0-rc.6
|
|
2333
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.6
|
|
2334
|
+
- @akinon/pz-click-collect@1.71.0-rc.6
|
|
2335
|
+
- @akinon/pz-credit-payment@1.71.0-rc.6
|
|
2336
|
+
- @akinon/pz-gpay@1.71.0-rc.6
|
|
2337
|
+
- @akinon/pz-masterpass@1.71.0-rc.6
|
|
2338
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.6
|
|
2339
|
+
- @akinon/pz-otp@1.71.0-rc.6
|
|
2340
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.6
|
|
2341
|
+
- @akinon/pz-saved-card@1.71.0-rc.6
|
|
2342
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.6
|
|
2343
|
+
|
|
2344
|
+
## 1.71.0-rc.5
|
|
2345
|
+
|
|
2346
|
+
### Patch Changes
|
|
2347
|
+
|
|
2348
|
+
- Updated dependencies [0ab91e5]
|
|
2349
|
+
- @akinon/pz-akifast@1.71.0-rc.5
|
|
2350
|
+
- @akinon/next@1.71.0-rc.5
|
|
2351
|
+
- @akinon/pz-b2b@1.71.0-rc.5
|
|
2352
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.5
|
|
2353
|
+
- @akinon/pz-bkm@1.71.0-rc.5
|
|
2354
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.5
|
|
2355
|
+
- @akinon/pz-click-collect@1.71.0-rc.5
|
|
2356
|
+
- @akinon/pz-credit-payment@1.71.0-rc.5
|
|
2357
|
+
- @akinon/pz-gpay@1.71.0-rc.5
|
|
2358
|
+
- @akinon/pz-masterpass@1.71.0-rc.5
|
|
2359
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.5
|
|
2360
|
+
- @akinon/pz-otp@1.71.0-rc.5
|
|
2361
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.5
|
|
2362
|
+
- @akinon/pz-saved-card@1.71.0-rc.5
|
|
2363
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.5
|
|
2364
|
+
|
|
2365
|
+
## 1.71.0-rc.4
|
|
2366
|
+
|
|
2367
|
+
### Minor Changes
|
|
2368
|
+
|
|
2369
|
+
- 7d2d66e: ZERO-3012: Upgrade version for tailwindcss
|
|
2370
|
+
|
|
2371
|
+
### Patch Changes
|
|
2372
|
+
|
|
2373
|
+
- @akinon/next@1.71.0-rc.4
|
|
2374
|
+
- @akinon/pz-akifast@1.71.0-rc.4
|
|
2375
|
+
- @akinon/pz-b2b@1.71.0-rc.4
|
|
2376
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.4
|
|
2377
|
+
- @akinon/pz-bkm@1.71.0-rc.4
|
|
2378
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.4
|
|
2379
|
+
- @akinon/pz-click-collect@1.71.0-rc.4
|
|
2380
|
+
- @akinon/pz-credit-payment@1.71.0-rc.4
|
|
2381
|
+
- @akinon/pz-gpay@1.71.0-rc.4
|
|
2382
|
+
- @akinon/pz-masterpass@1.71.0-rc.4
|
|
2383
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.4
|
|
2384
|
+
- @akinon/pz-otp@1.71.0-rc.4
|
|
2385
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.4
|
|
2386
|
+
- @akinon/pz-saved-card@1.71.0-rc.4
|
|
2387
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.4
|
|
2388
|
+
|
|
2389
|
+
## 1.71.0-rc.3
|
|
2390
|
+
|
|
2391
|
+
### Minor Changes
|
|
2392
|
+
|
|
2393
|
+
- 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
|
|
2394
|
+
|
|
2395
|
+
### Patch Changes
|
|
2396
|
+
|
|
2397
|
+
- Updated dependencies [3344bca]
|
|
2398
|
+
- @akinon/next@1.71.0-rc.3
|
|
2399
|
+
- @akinon/pz-akifast@1.71.0-rc.3
|
|
2400
|
+
- @akinon/pz-b2b@1.71.0-rc.3
|
|
2401
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.3
|
|
2402
|
+
- @akinon/pz-bkm@1.71.0-rc.3
|
|
2403
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.3
|
|
2404
|
+
- @akinon/pz-click-collect@1.71.0-rc.3
|
|
2405
|
+
- @akinon/pz-credit-payment@1.71.0-rc.3
|
|
2406
|
+
- @akinon/pz-gpay@1.71.0-rc.3
|
|
2407
|
+
- @akinon/pz-masterpass@1.71.0-rc.3
|
|
2408
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.3
|
|
2409
|
+
- @akinon/pz-otp@1.71.0-rc.3
|
|
2410
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.3
|
|
2411
|
+
- @akinon/pz-saved-card@1.71.0-rc.3
|
|
2412
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.3
|
|
2413
|
+
|
|
2414
|
+
## 1.71.0-rc.2
|
|
2415
|
+
|
|
2416
|
+
### Patch Changes
|
|
2417
|
+
|
|
2418
|
+
- Updated dependencies [56cdddc]
|
|
2419
|
+
- @akinon/next@1.71.0-rc.2
|
|
2420
|
+
- @akinon/pz-akifast@1.71.0-rc.2
|
|
2421
|
+
- @akinon/pz-b2b@1.71.0-rc.2
|
|
2422
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.2
|
|
2423
|
+
- @akinon/pz-bkm@1.71.0-rc.2
|
|
2424
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.2
|
|
2425
|
+
- @akinon/pz-click-collect@1.71.0-rc.2
|
|
2426
|
+
- @akinon/pz-credit-payment@1.71.0-rc.2
|
|
2427
|
+
- @akinon/pz-gpay@1.71.0-rc.2
|
|
2428
|
+
- @akinon/pz-masterpass@1.71.0-rc.2
|
|
2429
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.2
|
|
2430
|
+
- @akinon/pz-otp@1.71.0-rc.2
|
|
2431
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.2
|
|
2432
|
+
- @akinon/pz-saved-card@1.71.0-rc.2
|
|
2433
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.2
|
|
2434
|
+
|
|
2435
|
+
## 1.71.0-rc.1
|
|
2436
|
+
|
|
2437
|
+
### Patch Changes
|
|
2438
|
+
|
|
2439
|
+
- Updated dependencies [9a50730]
|
|
2440
|
+
- @akinon/next@1.71.0-rc.1
|
|
2441
|
+
- @akinon/pz-akifast@1.71.0-rc.1
|
|
2442
|
+
- @akinon/pz-b2b@1.71.0-rc.1
|
|
2443
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.1
|
|
2444
|
+
- @akinon/pz-bkm@1.71.0-rc.1
|
|
2445
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.1
|
|
2446
|
+
- @akinon/pz-click-collect@1.71.0-rc.1
|
|
2447
|
+
- @akinon/pz-credit-payment@1.71.0-rc.1
|
|
2448
|
+
- @akinon/pz-gpay@1.71.0-rc.1
|
|
2449
|
+
- @akinon/pz-masterpass@1.71.0-rc.1
|
|
2450
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.1
|
|
2451
|
+
- @akinon/pz-otp@1.71.0-rc.1
|
|
2452
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.1
|
|
2453
|
+
- @akinon/pz-saved-card@1.71.0-rc.1
|
|
2454
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.1
|
|
2455
|
+
|
|
2456
|
+
## 1.71.0-rc.0
|
|
2457
|
+
|
|
2458
|
+
### Minor Changes
|
|
2459
|
+
|
|
2460
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
2461
|
+
|
|
2462
|
+
### Patch Changes
|
|
2463
|
+
|
|
2464
|
+
- Updated dependencies [3bfa12a]
|
|
2465
|
+
- Updated dependencies [4d3deb4]
|
|
2466
|
+
- Updated dependencies [3010514]
|
|
2467
|
+
- Updated dependencies [ca774b3]
|
|
2468
|
+
- @akinon/next@1.71.0-rc.0
|
|
2469
|
+
- @akinon/pz-akifast@1.71.0-rc.0
|
|
2470
|
+
- @akinon/pz-b2b@1.71.0-rc.0
|
|
2471
|
+
- @akinon/pz-basket-gift-pack@1.71.0-rc.0
|
|
2472
|
+
- @akinon/pz-bkm@1.71.0-rc.0
|
|
2473
|
+
- @akinon/pz-checkout-gift-pack@1.71.0-rc.0
|
|
2474
|
+
- @akinon/pz-click-collect@1.71.0-rc.0
|
|
2475
|
+
- @akinon/pz-credit-payment@1.71.0-rc.0
|
|
2476
|
+
- @akinon/pz-gpay@1.71.0-rc.0
|
|
2477
|
+
- @akinon/pz-masterpass@1.71.0-rc.0
|
|
2478
|
+
- @akinon/pz-one-click-checkout@1.71.0-rc.0
|
|
2479
|
+
- @akinon/pz-otp@1.71.0-rc.0
|
|
2480
|
+
- @akinon/pz-pay-on-delivery@1.71.0-rc.0
|
|
2481
|
+
- @akinon/pz-saved-card@1.71.0-rc.0
|
|
2482
|
+
- @akinon/pz-tabby-extension@1.71.0-rc.0
|
|
580
2483
|
|
|
581
2484
|
## 1.70.0
|
|
582
2485
|
|
|
@@ -607,32 +2510,249 @@
|
|
|
607
2510
|
|
|
608
2511
|
### Minor Changes
|
|
609
2512
|
|
|
2513
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
2514
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
2515
|
+
|
|
2516
|
+
### Patch Changes
|
|
2517
|
+
|
|
2518
|
+
- Updated dependencies [3bfa12a]
|
|
2519
|
+
- Updated dependencies [4d3deb4]
|
|
2520
|
+
- Updated dependencies [3010514]
|
|
2521
|
+
- Updated dependencies [ca774b3]
|
|
2522
|
+
- Updated dependencies [f046f8e]
|
|
2523
|
+
- @akinon/next@1.69.0-rc.9
|
|
2524
|
+
- @akinon/pz-akifast@1.69.0-rc.9
|
|
2525
|
+
- @akinon/pz-b2b@1.69.0-rc.9
|
|
2526
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.9
|
|
2527
|
+
- @akinon/pz-bkm@1.69.0-rc.9
|
|
2528
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.9
|
|
2529
|
+
- @akinon/pz-click-collect@1.69.0-rc.9
|
|
2530
|
+
- @akinon/pz-credit-payment@1.69.0-rc.9
|
|
2531
|
+
- @akinon/pz-gpay@1.69.0-rc.9
|
|
2532
|
+
- @akinon/pz-masterpass@1.69.0-rc.9
|
|
2533
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.9
|
|
2534
|
+
- @akinon/pz-otp@1.69.0-rc.9
|
|
2535
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.9
|
|
2536
|
+
- @akinon/pz-saved-card@1.69.0-rc.9
|
|
2537
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.9
|
|
2538
|
+
|
|
2539
|
+
## 1.69.0-rc.8
|
|
2540
|
+
|
|
2541
|
+
### Patch Changes
|
|
2542
|
+
|
|
2543
|
+
- Updated dependencies [3010514]
|
|
2544
|
+
- Updated dependencies [ca774b3]
|
|
2545
|
+
- @akinon/next@1.69.0-rc.8
|
|
2546
|
+
- @akinon/pz-akifast@1.69.0-rc.8
|
|
2547
|
+
- @akinon/pz-b2b@1.69.0-rc.8
|
|
2548
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.8
|
|
2549
|
+
- @akinon/pz-bkm@1.69.0-rc.8
|
|
2550
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.8
|
|
2551
|
+
- @akinon/pz-click-collect@1.69.0-rc.8
|
|
2552
|
+
- @akinon/pz-credit-payment@1.69.0-rc.8
|
|
2553
|
+
- @akinon/pz-gpay@1.69.0-rc.8
|
|
2554
|
+
- @akinon/pz-masterpass@1.69.0-rc.8
|
|
2555
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.8
|
|
2556
|
+
- @akinon/pz-otp@1.69.0-rc.8
|
|
2557
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.8
|
|
2558
|
+
- @akinon/pz-saved-card@1.69.0-rc.8
|
|
2559
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.8
|
|
2560
|
+
|
|
2561
|
+
## 1.69.0-rc.7
|
|
2562
|
+
|
|
2563
|
+
### Patch Changes
|
|
2564
|
+
|
|
2565
|
+
- Updated dependencies [3bfa12a]
|
|
2566
|
+
- @akinon/next@1.69.0-rc.7
|
|
2567
|
+
- @akinon/pz-akifast@1.69.0-rc.7
|
|
2568
|
+
- @akinon/pz-b2b@1.69.0-rc.7
|
|
2569
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.7
|
|
2570
|
+
- @akinon/pz-bkm@1.69.0-rc.7
|
|
2571
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.7
|
|
2572
|
+
- @akinon/pz-click-collect@1.69.0-rc.7
|
|
2573
|
+
- @akinon/pz-credit-payment@1.69.0-rc.7
|
|
2574
|
+
- @akinon/pz-gpay@1.69.0-rc.7
|
|
2575
|
+
- @akinon/pz-masterpass@1.69.0-rc.7
|
|
2576
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.7
|
|
2577
|
+
- @akinon/pz-otp@1.69.0-rc.7
|
|
2578
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.7
|
|
2579
|
+
- @akinon/pz-saved-card@1.69.0-rc.7
|
|
2580
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.7
|
|
2581
|
+
|
|
2582
|
+
## 1.69.0-rc.6
|
|
2583
|
+
|
|
2584
|
+
### Minor Changes
|
|
2585
|
+
|
|
2586
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
610
2587
|
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
611
2588
|
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
612
2589
|
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
613
2590
|
|
|
614
2591
|
### Patch Changes
|
|
615
2592
|
|
|
2593
|
+
- Updated dependencies [4d3deb4]
|
|
616
2594
|
- Updated dependencies [063da74]
|
|
617
2595
|
- Updated dependencies [72da021]
|
|
618
2596
|
- Updated dependencies [5632a99]
|
|
619
2597
|
- Updated dependencies [cbdb0c8]
|
|
620
2598
|
- Updated dependencies [80c869b]
|
|
621
|
-
- @akinon/next@1.69.0
|
|
622
|
-
- @akinon/pz-akifast@1.69.0
|
|
623
|
-
- @akinon/pz-b2b@1.69.0
|
|
624
|
-
- @akinon/pz-basket-gift-pack@1.69.0
|
|
625
|
-
- @akinon/pz-bkm@1.69.0
|
|
626
|
-
- @akinon/pz-checkout-gift-pack@1.69.0
|
|
627
|
-
- @akinon/pz-click-collect@1.69.0
|
|
628
|
-
- @akinon/pz-credit-payment@1.69.0
|
|
629
|
-
- @akinon/pz-gpay@1.69.0
|
|
630
|
-
- @akinon/pz-masterpass@1.69.0
|
|
631
|
-
- @akinon/pz-one-click-checkout@1.69.0
|
|
632
|
-
- @akinon/pz-otp@1.69.0
|
|
633
|
-
- @akinon/pz-pay-on-delivery@1.69.0
|
|
634
|
-
- @akinon/pz-saved-card@1.69.0
|
|
635
|
-
- @akinon/pz-tabby-extension@1.69.0
|
|
2599
|
+
- @akinon/next@1.69.0-rc.6
|
|
2600
|
+
- @akinon/pz-akifast@1.69.0-rc.6
|
|
2601
|
+
- @akinon/pz-b2b@1.69.0-rc.6
|
|
2602
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.6
|
|
2603
|
+
- @akinon/pz-bkm@1.69.0-rc.6
|
|
2604
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.6
|
|
2605
|
+
- @akinon/pz-click-collect@1.69.0-rc.6
|
|
2606
|
+
- @akinon/pz-credit-payment@1.69.0-rc.6
|
|
2607
|
+
- @akinon/pz-gpay@1.69.0-rc.6
|
|
2608
|
+
- @akinon/pz-masterpass@1.69.0-rc.6
|
|
2609
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.6
|
|
2610
|
+
- @akinon/pz-otp@1.69.0-rc.6
|
|
2611
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.6
|
|
2612
|
+
- @akinon/pz-saved-card@1.69.0-rc.6
|
|
2613
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.6
|
|
2614
|
+
|
|
2615
|
+
## 1.69.0-rc.5
|
|
2616
|
+
|
|
2617
|
+
### Minor Changes
|
|
2618
|
+
|
|
2619
|
+
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
2620
|
+
|
|
2621
|
+
### Patch Changes
|
|
2622
|
+
|
|
2623
|
+
- Updated dependencies [80c869b]
|
|
2624
|
+
- @akinon/next@1.69.0-rc.5
|
|
2625
|
+
- @akinon/pz-akifast@1.69.0-rc.5
|
|
2626
|
+
- @akinon/pz-b2b@1.69.0-rc.5
|
|
2627
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.5
|
|
2628
|
+
- @akinon/pz-bkm@1.69.0-rc.5
|
|
2629
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.5
|
|
2630
|
+
- @akinon/pz-click-collect@1.69.0-rc.5
|
|
2631
|
+
- @akinon/pz-credit-payment@1.69.0-rc.5
|
|
2632
|
+
- @akinon/pz-gpay@1.69.0-rc.5
|
|
2633
|
+
- @akinon/pz-masterpass@1.69.0-rc.5
|
|
2634
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.5
|
|
2635
|
+
- @akinon/pz-otp@1.69.0-rc.5
|
|
2636
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.5
|
|
2637
|
+
- @akinon/pz-saved-card@1.69.0-rc.5
|
|
2638
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.5
|
|
2639
|
+
|
|
2640
|
+
## 1.69.0-rc.4
|
|
2641
|
+
|
|
2642
|
+
### Minor Changes
|
|
2643
|
+
|
|
2644
|
+
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
2645
|
+
|
|
2646
|
+
### Patch Changes
|
|
2647
|
+
|
|
2648
|
+
- Updated dependencies [063da74]
|
|
2649
|
+
- @akinon/next@1.69.0-rc.4
|
|
2650
|
+
- @akinon/pz-akifast@1.69.0-rc.4
|
|
2651
|
+
- @akinon/pz-b2b@1.69.0-rc.4
|
|
2652
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.4
|
|
2653
|
+
- @akinon/pz-bkm@1.69.0-rc.4
|
|
2654
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.4
|
|
2655
|
+
- @akinon/pz-click-collect@1.69.0-rc.4
|
|
2656
|
+
- @akinon/pz-credit-payment@1.69.0-rc.4
|
|
2657
|
+
- @akinon/pz-gpay@1.69.0-rc.4
|
|
2658
|
+
- @akinon/pz-masterpass@1.69.0-rc.4
|
|
2659
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.4
|
|
2660
|
+
- @akinon/pz-otp@1.69.0-rc.4
|
|
2661
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.4
|
|
2662
|
+
- @akinon/pz-saved-card@1.69.0-rc.4
|
|
2663
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.4
|
|
2664
|
+
|
|
2665
|
+
## 1.69.0-rc.3
|
|
2666
|
+
|
|
2667
|
+
### Minor Changes
|
|
2668
|
+
|
|
2669
|
+
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
2670
|
+
|
|
2671
|
+
### Patch Changes
|
|
2672
|
+
|
|
2673
|
+
- Updated dependencies [cbdb0c8]
|
|
2674
|
+
- @akinon/next@1.69.0-rc.3
|
|
2675
|
+
- @akinon/pz-akifast@1.69.0-rc.3
|
|
2676
|
+
- @akinon/pz-b2b@1.69.0-rc.3
|
|
2677
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.3
|
|
2678
|
+
- @akinon/pz-bkm@1.69.0-rc.3
|
|
2679
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.3
|
|
2680
|
+
- @akinon/pz-click-collect@1.69.0-rc.3
|
|
2681
|
+
- @akinon/pz-credit-payment@1.69.0-rc.3
|
|
2682
|
+
- @akinon/pz-gpay@1.69.0-rc.3
|
|
2683
|
+
- @akinon/pz-masterpass@1.69.0-rc.3
|
|
2684
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.3
|
|
2685
|
+
- @akinon/pz-otp@1.69.0-rc.3
|
|
2686
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.3
|
|
2687
|
+
- @akinon/pz-saved-card@1.69.0-rc.3
|
|
2688
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.3
|
|
2689
|
+
|
|
2690
|
+
## 1.69.0-rc.2
|
|
2691
|
+
|
|
2692
|
+
### Patch Changes
|
|
2693
|
+
|
|
2694
|
+
- Updated dependencies [5632a99]
|
|
2695
|
+
- @akinon/next@1.69.0-rc.2
|
|
2696
|
+
- @akinon/pz-akifast@1.69.0-rc.2
|
|
2697
|
+
- @akinon/pz-b2b@1.69.0-rc.2
|
|
2698
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.2
|
|
2699
|
+
- @akinon/pz-bkm@1.69.0-rc.2
|
|
2700
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.2
|
|
2701
|
+
- @akinon/pz-click-collect@1.69.0-rc.2
|
|
2702
|
+
- @akinon/pz-credit-payment@1.69.0-rc.2
|
|
2703
|
+
- @akinon/pz-gpay@1.69.0-rc.2
|
|
2704
|
+
- @akinon/pz-masterpass@1.69.0-rc.2
|
|
2705
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.2
|
|
2706
|
+
- @akinon/pz-otp@1.69.0-rc.2
|
|
2707
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.2
|
|
2708
|
+
- @akinon/pz-saved-card@1.69.0-rc.2
|
|
2709
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.2
|
|
2710
|
+
|
|
2711
|
+
## 1.69.0-rc.1
|
|
2712
|
+
|
|
2713
|
+
### Patch Changes
|
|
2714
|
+
|
|
2715
|
+
- Updated dependencies [72da021]
|
|
2716
|
+
- @akinon/next@1.69.0-rc.1
|
|
2717
|
+
- @akinon/pz-akifast@1.69.0-rc.1
|
|
2718
|
+
- @akinon/pz-b2b@1.69.0-rc.1
|
|
2719
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.1
|
|
2720
|
+
- @akinon/pz-bkm@1.69.0-rc.1
|
|
2721
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.1
|
|
2722
|
+
- @akinon/pz-click-collect@1.69.0-rc.1
|
|
2723
|
+
- @akinon/pz-credit-payment@1.69.0-rc.1
|
|
2724
|
+
- @akinon/pz-gpay@1.69.0-rc.1
|
|
2725
|
+
- @akinon/pz-masterpass@1.69.0-rc.1
|
|
2726
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.1
|
|
2727
|
+
- @akinon/pz-otp@1.69.0-rc.1
|
|
2728
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.1
|
|
2729
|
+
- @akinon/pz-saved-card@1.69.0-rc.1
|
|
2730
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.1
|
|
2731
|
+
|
|
2732
|
+
## 1.69.0-rc.0
|
|
2733
|
+
|
|
2734
|
+
### Minor Changes
|
|
2735
|
+
|
|
2736
|
+
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
2737
|
+
|
|
2738
|
+
### Patch Changes
|
|
2739
|
+
|
|
2740
|
+
- Updated dependencies [4d3deb4]
|
|
2741
|
+
- @akinon/next@1.69.0-rc.0
|
|
2742
|
+
- @akinon/pz-akifast@1.69.0-rc.0
|
|
2743
|
+
- @akinon/pz-b2b@1.69.0-rc.0
|
|
2744
|
+
- @akinon/pz-basket-gift-pack@1.69.0-rc.0
|
|
2745
|
+
- @akinon/pz-bkm@1.69.0-rc.0
|
|
2746
|
+
- @akinon/pz-checkout-gift-pack@1.69.0-rc.0
|
|
2747
|
+
- @akinon/pz-click-collect@1.69.0-rc.0
|
|
2748
|
+
- @akinon/pz-credit-payment@1.69.0-rc.0
|
|
2749
|
+
- @akinon/pz-gpay@1.69.0-rc.0
|
|
2750
|
+
- @akinon/pz-masterpass@1.69.0-rc.0
|
|
2751
|
+
- @akinon/pz-one-click-checkout@1.69.0-rc.0
|
|
2752
|
+
- @akinon/pz-otp@1.69.0-rc.0
|
|
2753
|
+
- @akinon/pz-pay-on-delivery@1.69.0-rc.0
|
|
2754
|
+
- @akinon/pz-saved-card@1.69.0-rc.0
|
|
2755
|
+
- @akinon/pz-tabby-extension@1.69.0-rc.0
|
|
636
2756
|
|
|
637
2757
|
## 1.68.0
|
|
638
2758
|
|
|
@@ -983,28 +3103,401 @@
|
|
|
983
3103
|
|
|
984
3104
|
### Minor Changes
|
|
985
3105
|
|
|
3106
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
3107
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3108
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
3109
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
3110
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
3111
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3112
|
+
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3113
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3114
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
3115
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
3116
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
3117
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
3118
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
3119
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
3120
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
3121
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
3122
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3123
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3124
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
3125
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3126
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
3127
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3128
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
3129
|
+
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
3130
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
3131
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3132
|
+
|
|
3133
|
+
### Patch Changes
|
|
3134
|
+
|
|
3135
|
+
- Updated dependencies [c416d18]
|
|
3136
|
+
- Updated dependencies [572d2e84]
|
|
3137
|
+
- Updated dependencies [5dfeea0]
|
|
3138
|
+
- Updated dependencies [0e25399]
|
|
3139
|
+
- Updated dependencies [a4c8d6a9]
|
|
3140
|
+
- Updated dependencies [fda5b927]
|
|
3141
|
+
- Updated dependencies [2d9b2b2c]
|
|
3142
|
+
- Updated dependencies [c53ea3e6]
|
|
3143
|
+
- Updated dependencies [714e0b46]
|
|
3144
|
+
- Updated dependencies [6c25f66]
|
|
3145
|
+
- Updated dependencies [bc2b4117]
|
|
3146
|
+
- Updated dependencies [3bf2dd9]
|
|
3147
|
+
- Updated dependencies [e9541a13]
|
|
3148
|
+
- Updated dependencies [c53ef7b9]
|
|
3149
|
+
- Updated dependencies [2e6104d]
|
|
3150
|
+
- Updated dependencies [64699d3f]
|
|
3151
|
+
- Updated dependencies [0d3a913e]
|
|
3152
|
+
- Updated dependencies [7b05522]
|
|
3153
|
+
- Updated dependencies [d6edb1d]
|
|
3154
|
+
- Updated dependencies [d3474c64]
|
|
3155
|
+
- Updated dependencies [17f87524]
|
|
3156
|
+
- Updated dependencies [29ead87]
|
|
3157
|
+
- Updated dependencies [c45b62c]
|
|
3158
|
+
- Updated dependencies [91265bba]
|
|
3159
|
+
- Updated dependencies [bbe18b9f]
|
|
3160
|
+
- Updated dependencies [d4099960]
|
|
3161
|
+
- Updated dependencies [4920742]
|
|
3162
|
+
- Updated dependencies [12a873e]
|
|
3163
|
+
- Updated dependencies [7e56d6b]
|
|
3164
|
+
- Updated dependencies [94b69285]
|
|
3165
|
+
- Updated dependencies [98bb8dcd]
|
|
3166
|
+
- Updated dependencies [dcc8a150]
|
|
3167
|
+
- Updated dependencies [8f47cca]
|
|
3168
|
+
- Updated dependencies [fad27689]
|
|
3169
|
+
- Updated dependencies [dff0d595]
|
|
3170
|
+
- Updated dependencies [fdd0b41]
|
|
3171
|
+
- Updated dependencies [f2c325c]
|
|
3172
|
+
- Updated dependencies [9e25a64]
|
|
3173
|
+
- Updated dependencies [beb499e6]
|
|
3174
|
+
- Updated dependencies [f2c92d5c]
|
|
3175
|
+
- Updated dependencies [7bd3d992]
|
|
3176
|
+
- Updated dependencies [f3d076b]
|
|
3177
|
+
- Updated dependencies [f046f8e0]
|
|
3178
|
+
- Updated dependencies [49eeebf]
|
|
3179
|
+
- Updated dependencies [86d25315]
|
|
3180
|
+
- Updated dependencies [3f9b8d7e]
|
|
3181
|
+
- @akinon/next@1.56.0-rc.8
|
|
3182
|
+
- @akinon/pz-tabby-extension@1.56.0-rc.8
|
|
3183
|
+
- @akinon/pz-click-collect@1.56.0-rc.8
|
|
3184
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.8
|
|
3185
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.8
|
|
3186
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.8
|
|
3187
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.8
|
|
3188
|
+
- @akinon/pz-credit-payment@1.56.0-rc.8
|
|
3189
|
+
- @akinon/pz-masterpass@1.56.0-rc.8
|
|
3190
|
+
- @akinon/pz-akifast@1.56.0-rc.8
|
|
3191
|
+
- @akinon/pz-gpay@1.56.0-rc.8
|
|
3192
|
+
- @akinon/pz-b2b@1.56.0-rc.8
|
|
3193
|
+
- @akinon/pz-bkm@1.56.0-rc.8
|
|
3194
|
+
- @akinon/pz-otp@1.56.0-rc.8
|
|
3195
|
+
|
|
3196
|
+
## 1.56.0-rc.7
|
|
3197
|
+
|
|
3198
|
+
### Patch Changes
|
|
3199
|
+
|
|
3200
|
+
- Updated dependencies [0e25399]
|
|
3201
|
+
- @akinon/pz-tabby-extension@1.56.0-rc.7
|
|
3202
|
+
- @akinon/next@1.56.0-rc.7
|
|
3203
|
+
- @akinon/pz-akifast@1.56.0-rc.7
|
|
3204
|
+
- @akinon/pz-b2b@1.56.0-rc.7
|
|
3205
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.7
|
|
3206
|
+
- @akinon/pz-bkm@1.56.0-rc.7
|
|
3207
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.7
|
|
3208
|
+
- @akinon/pz-click-collect@1.56.0-rc.7
|
|
3209
|
+
- @akinon/pz-credit-payment@1.56.0-rc.7
|
|
3210
|
+
- @akinon/pz-gpay@1.56.0-rc.7
|
|
3211
|
+
- @akinon/pz-masterpass@1.56.0-rc.7
|
|
3212
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.7
|
|
3213
|
+
- @akinon/pz-otp@1.56.0-rc.7
|
|
3214
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.7
|
|
3215
|
+
|
|
3216
|
+
## 1.56.0-rc.6
|
|
3217
|
+
|
|
3218
|
+
### Minor Changes
|
|
3219
|
+
|
|
3220
|
+
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
3221
|
+
|
|
3222
|
+
### Patch Changes
|
|
3223
|
+
|
|
3224
|
+
- Updated dependencies [f3d076b]
|
|
3225
|
+
- @akinon/next@1.56.0-rc.6
|
|
3226
|
+
- @akinon/pz-akifast@1.56.0-rc.6
|
|
3227
|
+
- @akinon/pz-b2b@1.56.0-rc.6
|
|
3228
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.6
|
|
3229
|
+
- @akinon/pz-bkm@1.56.0-rc.6
|
|
3230
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.6
|
|
3231
|
+
- @akinon/pz-click-collect@1.56.0-rc.6
|
|
3232
|
+
- @akinon/pz-credit-payment@1.56.0-rc.6
|
|
3233
|
+
- @akinon/pz-gpay@1.56.0-rc.6
|
|
3234
|
+
- @akinon/pz-masterpass@1.56.0-rc.6
|
|
3235
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.6
|
|
3236
|
+
- @akinon/pz-otp@1.56.0-rc.6
|
|
3237
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.6
|
|
3238
|
+
|
|
3239
|
+
## 1.56.0-rc.5
|
|
3240
|
+
|
|
3241
|
+
### Patch Changes
|
|
3242
|
+
|
|
3243
|
+
- Updated dependencies [c416d18]
|
|
3244
|
+
- @akinon/next@1.56.0-rc.5
|
|
3245
|
+
- @akinon/pz-akifast@1.56.0-rc.5
|
|
3246
|
+
- @akinon/pz-b2b@1.56.0-rc.5
|
|
3247
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.5
|
|
3248
|
+
- @akinon/pz-bkm@1.56.0-rc.5
|
|
3249
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.5
|
|
3250
|
+
- @akinon/pz-click-collect@1.56.0-rc.5
|
|
3251
|
+
- @akinon/pz-credit-payment@1.56.0-rc.5
|
|
3252
|
+
- @akinon/pz-gpay@1.56.0-rc.5
|
|
3253
|
+
- @akinon/pz-masterpass@1.56.0-rc.5
|
|
3254
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.5
|
|
3255
|
+
- @akinon/pz-otp@1.56.0-rc.5
|
|
3256
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.5
|
|
3257
|
+
|
|
3258
|
+
## 1.56.0-rc.4
|
|
3259
|
+
|
|
3260
|
+
### Minor Changes
|
|
3261
|
+
|
|
3262
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
3263
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3264
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
3265
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
3266
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
3267
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3268
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3269
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3270
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
3271
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3272
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
3273
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
3274
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
3275
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
3276
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
3277
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
3278
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3279
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3280
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
3281
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3282
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
3283
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3284
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
3285
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
986
3286
|
- b9273fd: ZERO-2889: add host headers to requests
|
|
3287
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
987
3288
|
|
|
988
3289
|
### Patch Changes
|
|
989
3290
|
|
|
3291
|
+
- Updated dependencies [572d2e84]
|
|
3292
|
+
- Updated dependencies [5dfeea0]
|
|
3293
|
+
- Updated dependencies [a4c8d6a9]
|
|
3294
|
+
- Updated dependencies [fda5b927]
|
|
3295
|
+
- Updated dependencies [2d9b2b2c]
|
|
3296
|
+
- Updated dependencies [c53ea3e6]
|
|
990
3297
|
- Updated dependencies [d93a507]
|
|
3298
|
+
- Updated dependencies [714e0b46]
|
|
3299
|
+
- Updated dependencies [6c25f66]
|
|
3300
|
+
- Updated dependencies [bc2b411]
|
|
3301
|
+
- Updated dependencies [3bf2dd9]
|
|
3302
|
+
- Updated dependencies [e9541a13]
|
|
3303
|
+
- Updated dependencies [c53ef7b9]
|
|
3304
|
+
- Updated dependencies [2e6104d]
|
|
3305
|
+
- Updated dependencies [64699d3]
|
|
3306
|
+
- Updated dependencies [0d3a913e]
|
|
3307
|
+
- Updated dependencies [7b05522]
|
|
3308
|
+
- Updated dependencies [d6edb1d]
|
|
3309
|
+
- Updated dependencies [d3474c64]
|
|
3310
|
+
- Updated dependencies [17f8752]
|
|
3311
|
+
- Updated dependencies [29ead87]
|
|
3312
|
+
- Updated dependencies [c45b62c]
|
|
3313
|
+
- Updated dependencies [91265bba]
|
|
3314
|
+
- Updated dependencies [bbe18b9f]
|
|
3315
|
+
- Updated dependencies [d4099960]
|
|
3316
|
+
- Updated dependencies [4920742]
|
|
3317
|
+
- Updated dependencies [12a873e]
|
|
991
3318
|
- Updated dependencies [674badc]
|
|
3319
|
+
- Updated dependencies [7e56d6b]
|
|
3320
|
+
- Updated dependencies [94b69285]
|
|
3321
|
+
- Updated dependencies [98bb8dcd]
|
|
992
3322
|
- Updated dependencies [207ac6e]
|
|
3323
|
+
- Updated dependencies [dcc8a150]
|
|
3324
|
+
- Updated dependencies [8f47cca]
|
|
3325
|
+
- Updated dependencies [fad27689]
|
|
3326
|
+
- Updated dependencies [dff0d595]
|
|
3327
|
+
- Updated dependencies [fdd0b41]
|
|
3328
|
+
- Updated dependencies [f2c325c]
|
|
3329
|
+
- Updated dependencies [9e25a64]
|
|
3330
|
+
- Updated dependencies [beb499e6]
|
|
3331
|
+
- Updated dependencies [f2c92d5c]
|
|
3332
|
+
- Updated dependencies [7bd3d99]
|
|
3333
|
+
- Updated dependencies [f046f8e0]
|
|
993
3334
|
- Updated dependencies [b9273fd]
|
|
3335
|
+
- Updated dependencies [49eeebf]
|
|
3336
|
+
- Updated dependencies [86d25315]
|
|
994
3337
|
- Updated dependencies [c670bd4]
|
|
995
|
-
|
|
996
|
-
- @akinon/
|
|
997
|
-
- @akinon/pz-
|
|
998
|
-
- @akinon/pz-
|
|
999
|
-
- @akinon/pz-
|
|
1000
|
-
- @akinon/pz-
|
|
1001
|
-
- @akinon/pz-
|
|
1002
|
-
- @akinon/pz-credit-payment@1.56.0
|
|
1003
|
-
- @akinon/pz-
|
|
1004
|
-
- @akinon/pz-
|
|
1005
|
-
- @akinon/pz-
|
|
1006
|
-
- @akinon/pz-
|
|
1007
|
-
- @akinon/pz-
|
|
3338
|
+
- Updated dependencies [3f9b8d7]
|
|
3339
|
+
- @akinon/next@1.56.0-rc.4
|
|
3340
|
+
- @akinon/pz-click-collect@1.56.0-rc.4
|
|
3341
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.4
|
|
3342
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.4
|
|
3343
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.4
|
|
3344
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.4
|
|
3345
|
+
- @akinon/pz-credit-payment@1.56.0-rc.4
|
|
3346
|
+
- @akinon/pz-masterpass@1.56.0-rc.4
|
|
3347
|
+
- @akinon/pz-akifast@1.56.0-rc.4
|
|
3348
|
+
- @akinon/pz-gpay@1.56.0-rc.4
|
|
3349
|
+
- @akinon/pz-b2b@1.56.0-rc.4
|
|
3350
|
+
- @akinon/pz-bkm@1.56.0-rc.4
|
|
3351
|
+
- @akinon/pz-otp@1.56.0-rc.4
|
|
3352
|
+
|
|
3353
|
+
## 1.56.0-rc.3
|
|
3354
|
+
|
|
3355
|
+
### Patch Changes
|
|
3356
|
+
|
|
3357
|
+
- Updated dependencies [674badc]
|
|
3358
|
+
- @akinon/next@1.56.0-rc.3
|
|
3359
|
+
- @akinon/pz-akifast@1.56.0-rc.3
|
|
3360
|
+
- @akinon/pz-b2b@1.56.0-rc.3
|
|
3361
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.3
|
|
3362
|
+
- @akinon/pz-bkm@1.56.0-rc.3
|
|
3363
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.3
|
|
3364
|
+
- @akinon/pz-click-collect@1.56.0-rc.3
|
|
3365
|
+
- @akinon/pz-credit-payment@1.56.0-rc.3
|
|
3366
|
+
- @akinon/pz-gpay@1.56.0-rc.3
|
|
3367
|
+
- @akinon/pz-masterpass@1.56.0-rc.3
|
|
3368
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.3
|
|
3369
|
+
- @akinon/pz-otp@1.56.0-rc.3
|
|
3370
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.3
|
|
3371
|
+
|
|
3372
|
+
## 1.56.0-rc.2
|
|
3373
|
+
|
|
3374
|
+
### Patch Changes
|
|
3375
|
+
|
|
3376
|
+
- Updated dependencies [7b05522]
|
|
3377
|
+
- Updated dependencies [29ead87]
|
|
3378
|
+
- @akinon/next@1.56.0-rc.2
|
|
3379
|
+
- @akinon/pz-otp@1.56.0-rc.2
|
|
3380
|
+
- @akinon/pz-akifast@1.56.0-rc.2
|
|
3381
|
+
- @akinon/pz-b2b@1.56.0-rc.2
|
|
3382
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.2
|
|
3383
|
+
- @akinon/pz-bkm@1.56.0-rc.2
|
|
3384
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.2
|
|
3385
|
+
- @akinon/pz-click-collect@1.56.0-rc.2
|
|
3386
|
+
- @akinon/pz-credit-payment@1.56.0-rc.2
|
|
3387
|
+
- @akinon/pz-gpay@1.56.0-rc.2
|
|
3388
|
+
- @akinon/pz-masterpass@1.56.0-rc.2
|
|
3389
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.2
|
|
3390
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.2
|
|
3391
|
+
|
|
3392
|
+
## 1.56.0-rc.1
|
|
3393
|
+
|
|
3394
|
+
### Patch Changes
|
|
3395
|
+
|
|
3396
|
+
- Updated dependencies [207ac6e]
|
|
3397
|
+
- @akinon/next@1.56.0-rc.1
|
|
3398
|
+
- @akinon/pz-akifast@1.56.0-rc.1
|
|
3399
|
+
- @akinon/pz-b2b@1.56.0-rc.1
|
|
3400
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.1
|
|
3401
|
+
- @akinon/pz-bkm@1.56.0-rc.1
|
|
3402
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.1
|
|
3403
|
+
- @akinon/pz-click-collect@1.56.0-rc.1
|
|
3404
|
+
- @akinon/pz-credit-payment@1.56.0-rc.1
|
|
3405
|
+
- @akinon/pz-gpay@1.56.0-rc.1
|
|
3406
|
+
- @akinon/pz-masterpass@1.56.0-rc.1
|
|
3407
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.1
|
|
3408
|
+
- @akinon/pz-otp@1.56.0-rc.1
|
|
3409
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.1
|
|
3410
|
+
|
|
3411
|
+
## 1.56.0-rc.0
|
|
3412
|
+
|
|
3413
|
+
### Minor Changes
|
|
3414
|
+
|
|
3415
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
3416
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3417
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
3418
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
3419
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
3420
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3421
|
+
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3422
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3423
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
3424
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
3425
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
3426
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
3427
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
3428
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
3429
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
3430
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
3431
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3432
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3433
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
3434
|
+
- 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
|
|
3435
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
3436
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3437
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
3438
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
3439
|
+
- b9273fd3: ZERO-2889: add host headers to requests
|
|
3440
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3441
|
+
|
|
3442
|
+
### Patch Changes
|
|
3443
|
+
|
|
3444
|
+
- Updated dependencies [572d2e84]
|
|
3445
|
+
- Updated dependencies [5dfeea0]
|
|
3446
|
+
- Updated dependencies [a4c8d6a9]
|
|
3447
|
+
- Updated dependencies [fda5b927]
|
|
3448
|
+
- Updated dependencies [2d9b2b2c]
|
|
3449
|
+
- Updated dependencies [c53ea3e6]
|
|
3450
|
+
- Updated dependencies [d93a507]
|
|
3451
|
+
- Updated dependencies [714e0b46]
|
|
3452
|
+
- Updated dependencies [6c25f666]
|
|
3453
|
+
- Updated dependencies [bc2b4117]
|
|
3454
|
+
- Updated dependencies [3bf2dd94]
|
|
3455
|
+
- Updated dependencies [e9541a13]
|
|
3456
|
+
- Updated dependencies [c53ef7b9]
|
|
3457
|
+
- Updated dependencies [2e6104d]
|
|
3458
|
+
- Updated dependencies [64699d3f]
|
|
3459
|
+
- Updated dependencies [0d3a913e]
|
|
3460
|
+
- Updated dependencies [d6edb1d0]
|
|
3461
|
+
- Updated dependencies [d3474c64]
|
|
3462
|
+
- Updated dependencies [17f87524]
|
|
3463
|
+
- Updated dependencies [c45b62c9]
|
|
3464
|
+
- Updated dependencies [91265bba]
|
|
3465
|
+
- Updated dependencies [bbe18b9f]
|
|
3466
|
+
- Updated dependencies [d4099960]
|
|
3467
|
+
- Updated dependencies [4920742c]
|
|
3468
|
+
- Updated dependencies [12a873e]
|
|
3469
|
+
- Updated dependencies [7e56d6b6]
|
|
3470
|
+
- Updated dependencies [94b69285]
|
|
3471
|
+
- Updated dependencies [98bb8dcd]
|
|
3472
|
+
- Updated dependencies [dcc8a150]
|
|
3473
|
+
- Updated dependencies [8f47ccae]
|
|
3474
|
+
- Updated dependencies [fad27689]
|
|
3475
|
+
- Updated dependencies [dff0d595]
|
|
3476
|
+
- Updated dependencies [fdd0b41]
|
|
3477
|
+
- Updated dependencies [f2c325c1]
|
|
3478
|
+
- Updated dependencies [9e25a64b]
|
|
3479
|
+
- Updated dependencies [beb499e6]
|
|
3480
|
+
- Updated dependencies [f2c92d5c]
|
|
3481
|
+
- Updated dependencies [7bd3d992]
|
|
3482
|
+
- Updated dependencies [f046f8e0]
|
|
3483
|
+
- Updated dependencies [b9273fd3]
|
|
3484
|
+
- Updated dependencies [49eeebf]
|
|
3485
|
+
- Updated dependencies [86d25315]
|
|
3486
|
+
- Updated dependencies [c670bd48]
|
|
3487
|
+
- Updated dependencies [3f9b8d7e]
|
|
3488
|
+
- @akinon/next@1.56.0-rc.0
|
|
3489
|
+
- @akinon/pz-click-collect@1.56.0-rc.0
|
|
3490
|
+
- @akinon/pz-checkout-gift-pack@1.56.0-rc.0
|
|
3491
|
+
- @akinon/pz-one-click-checkout@1.56.0-rc.0
|
|
3492
|
+
- @akinon/pz-basket-gift-pack@1.56.0-rc.0
|
|
3493
|
+
- @akinon/pz-pay-on-delivery@1.56.0-rc.0
|
|
3494
|
+
- @akinon/pz-credit-payment@1.56.0-rc.0
|
|
3495
|
+
- @akinon/pz-masterpass@1.56.0-rc.0
|
|
3496
|
+
- @akinon/pz-akifast@1.56.0-rc.0
|
|
3497
|
+
- @akinon/pz-gpay@1.56.0-rc.0
|
|
3498
|
+
- @akinon/pz-b2b@1.56.0-rc.0
|
|
3499
|
+
- @akinon/pz-bkm@1.56.0-rc.0
|
|
3500
|
+
- @akinon/pz-otp@1.56.0-rc.0
|
|
1008
3501
|
|
|
1009
3502
|
## 1.55.0
|
|
1010
3503
|
|
|
@@ -1147,38 +3640,238 @@
|
|
|
1147
3640
|
|
|
1148
3641
|
### Patch Changes
|
|
1149
3642
|
|
|
1150
|
-
- Updated dependencies [
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
3643
|
+
- Updated dependencies [90282b53]
|
|
3644
|
+
- Updated dependencies [50b90692]
|
|
3645
|
+
- Updated dependencies [572d2e84]
|
|
3646
|
+
- Updated dependencies [5dfeea0]
|
|
3647
|
+
- Updated dependencies [a4c8d6a9]
|
|
3648
|
+
- Updated dependencies [fda5b927]
|
|
3649
|
+
- Updated dependencies [2d9b2b2]
|
|
3650
|
+
- Updated dependencies [c53ea3e6]
|
|
3651
|
+
- Updated dependencies [d93a507]
|
|
3652
|
+
- Updated dependencies [8d9ac9a]
|
|
3653
|
+
- Updated dependencies [18e8197]
|
|
3654
|
+
- Updated dependencies [714e0b46]
|
|
3655
|
+
- Updated dependencies [70279e7]
|
|
3656
|
+
- Updated dependencies [6c25f66]
|
|
3657
|
+
- Updated dependencies [bc2b411]
|
|
3658
|
+
- Updated dependencies [3bf2dd9]
|
|
3659
|
+
- Updated dependencies [e9541a1]
|
|
3660
|
+
- Updated dependencies [c53ef7b9]
|
|
3661
|
+
- Updated dependencies [9d94f7e]
|
|
3662
|
+
- Updated dependencies [2e6104d]
|
|
3663
|
+
- Updated dependencies [64699d3]
|
|
3664
|
+
- Updated dependencies [0d3a913e]
|
|
3665
|
+
- Updated dependencies [1448a96e]
|
|
3666
|
+
- Updated dependencies [1ec2e9d]
|
|
3667
|
+
- Updated dependencies [d6edb1d]
|
|
3668
|
+
- Updated dependencies [d3474c64]
|
|
3669
|
+
- Updated dependencies [75080fd6]
|
|
3670
|
+
- Updated dependencies [17f8752]
|
|
3671
|
+
- Updated dependencies [c45b62c]
|
|
3672
|
+
- Updated dependencies [91265bba]
|
|
3673
|
+
- Updated dependencies [bbe18b9f]
|
|
3674
|
+
- Updated dependencies [d4099960]
|
|
3675
|
+
- Updated dependencies [4920742]
|
|
3676
|
+
- Updated dependencies [12a873e]
|
|
3677
|
+
- Updated dependencies [69ca0801]
|
|
3678
|
+
- Updated dependencies [7e56d6b]
|
|
3679
|
+
- Updated dependencies [94b6928]
|
|
3680
|
+
- Updated dependencies [98bb8dcd]
|
|
3681
|
+
- Updated dependencies [46b7aad7]
|
|
3682
|
+
- Updated dependencies [dcc8a150]
|
|
3683
|
+
- Updated dependencies [8f47cca]
|
|
3684
|
+
- Updated dependencies [fad27689]
|
|
3685
|
+
- Updated dependencies [dff0d595]
|
|
3686
|
+
- Updated dependencies [fdd0b41]
|
|
3687
|
+
- Updated dependencies [eecb282]
|
|
3688
|
+
- Updated dependencies [f2c325c]
|
|
3689
|
+
- Updated dependencies [9e25a64]
|
|
3690
|
+
- Updated dependencies [beb499e6]
|
|
3691
|
+
- Updated dependencies [146ea391]
|
|
3692
|
+
- Updated dependencies [f2c92d5]
|
|
3693
|
+
- Updated dependencies [7bd3d99]
|
|
3694
|
+
- Updated dependencies [c47be30d]
|
|
3695
|
+
- Updated dependencies [e9a46acb]
|
|
3696
|
+
- Updated dependencies [f046f8e0]
|
|
3697
|
+
- Updated dependencies [b9273fd]
|
|
3698
|
+
- Updated dependencies [49eeebf]
|
|
3699
|
+
- Updated dependencies [86d25315]
|
|
3700
|
+
- Updated dependencies [c670bd4]
|
|
3701
|
+
- Updated dependencies [3f9b8d7]
|
|
3702
|
+
- Updated dependencies [3d35f70]
|
|
3703
|
+
- @akinon/next@1.50.0-rc.2
|
|
3704
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.2
|
|
3705
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.2
|
|
3706
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.2
|
|
3707
|
+
- @akinon/pz-click-collect@1.50.0-rc.2
|
|
3708
|
+
- @akinon/pz-masterpass@1.50.0-rc.2
|
|
3709
|
+
- @akinon/pz-akifast@1.50.0-rc.2
|
|
3710
|
+
- @akinon/pz-gpay@1.50.0-rc.2
|
|
3711
|
+
- @akinon/pz-b2b@1.50.0-rc.2
|
|
3712
|
+
- @akinon/pz-bkm@1.50.0-rc.2
|
|
3713
|
+
- @akinon/pz-otp@1.50.0-rc.2
|
|
3714
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.2
|
|
3715
|
+
- @akinon/pz-credit-payment@1.50.0-rc.2
|
|
3716
|
+
|
|
3717
|
+
## 1.50.0-rc.1
|
|
1166
3718
|
|
|
1167
3719
|
### Patch Changes
|
|
1168
3720
|
|
|
1169
|
-
- Updated dependencies [
|
|
1170
|
-
-
|
|
1171
|
-
-
|
|
1172
|
-
-
|
|
1173
|
-
- @akinon/
|
|
1174
|
-
- @akinon/pz-
|
|
1175
|
-
- @akinon/pz-
|
|
1176
|
-
- @akinon/pz-
|
|
1177
|
-
- @akinon/pz-
|
|
1178
|
-
- @akinon/pz-
|
|
1179
|
-
- @akinon/pz-
|
|
1180
|
-
- @akinon/pz-
|
|
1181
|
-
- @akinon/pz-
|
|
3721
|
+
- Updated dependencies [49eeebf]
|
|
3722
|
+
- @akinon/next@1.50.0-rc.1
|
|
3723
|
+
- @akinon/pz-akifast@1.50.0-rc.1
|
|
3724
|
+
- @akinon/pz-b2b@1.50.0-rc.1
|
|
3725
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.1
|
|
3726
|
+
- @akinon/pz-bkm@1.50.0-rc.1
|
|
3727
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.1
|
|
3728
|
+
- @akinon/pz-click-collect@1.50.0-rc.1
|
|
3729
|
+
- @akinon/pz-credit-payment@1.50.0-rc.1
|
|
3730
|
+
- @akinon/pz-gpay@1.50.0-rc.1
|
|
3731
|
+
- @akinon/pz-masterpass@1.50.0-rc.1
|
|
3732
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.1
|
|
3733
|
+
- @akinon/pz-otp@1.50.0-rc.1
|
|
3734
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.1
|
|
3735
|
+
|
|
3736
|
+
## 1.50.0-rc.0
|
|
3737
|
+
|
|
3738
|
+
### Minor Changes
|
|
3739
|
+
|
|
3740
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
3741
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
3742
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3743
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
3744
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
3745
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3746
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
3747
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
3748
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3749
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3750
|
+
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3751
|
+
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
3752
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
3753
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
3754
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
3755
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3756
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
3757
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
3758
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
3759
|
+
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3760
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
3761
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
3762
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
3763
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
3764
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
3765
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3766
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
3767
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
3768
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3769
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3770
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3771
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
3772
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
3773
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3774
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3775
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
3776
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3777
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
3778
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3779
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
3780
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
3781
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3782
|
+
|
|
3783
|
+
### Patch Changes
|
|
3784
|
+
|
|
3785
|
+
- Updated dependencies [90282b53]
|
|
3786
|
+
- Updated dependencies [50b90692]
|
|
3787
|
+
- Updated dependencies [572d2e84]
|
|
3788
|
+
- Updated dependencies [5dfeea0]
|
|
3789
|
+
- Updated dependencies [a4c8d6a9]
|
|
3790
|
+
- Updated dependencies [fda5b927]
|
|
3791
|
+
- Updated dependencies [2d9b2b2]
|
|
3792
|
+
- Updated dependencies [c53ea3e6]
|
|
3793
|
+
- Updated dependencies [d93a507]
|
|
3794
|
+
- Updated dependencies [8d9ac9a]
|
|
3795
|
+
- Updated dependencies [18e8197]
|
|
3796
|
+
- Updated dependencies [eaf97d6]
|
|
3797
|
+
- Updated dependencies [714e0b46]
|
|
3798
|
+
- Updated dependencies [70279e7]
|
|
3799
|
+
- Updated dependencies [6c25f66]
|
|
3800
|
+
- Updated dependencies [bc2b411]
|
|
3801
|
+
- Updated dependencies [3bf2dd9]
|
|
3802
|
+
- Updated dependencies [e9541a1]
|
|
3803
|
+
- Updated dependencies [c53ef7b9]
|
|
3804
|
+
- Updated dependencies [9d94f7e]
|
|
3805
|
+
- Updated dependencies [2e6104d]
|
|
3806
|
+
- Updated dependencies [64699d3]
|
|
3807
|
+
- Updated dependencies [0d3a913e]
|
|
3808
|
+
- Updated dependencies [1448a96e]
|
|
3809
|
+
- Updated dependencies [1ec2e9d]
|
|
3810
|
+
- Updated dependencies [d6edb1d]
|
|
3811
|
+
- Updated dependencies [d3474c64]
|
|
3812
|
+
- Updated dependencies [75080fd6]
|
|
3813
|
+
- Updated dependencies [17f8752]
|
|
3814
|
+
- Updated dependencies [c45b62c]
|
|
3815
|
+
- Updated dependencies [91265bba]
|
|
3816
|
+
- Updated dependencies [bbe18b9f]
|
|
3817
|
+
- Updated dependencies [d4099960]
|
|
3818
|
+
- Updated dependencies [4920742]
|
|
3819
|
+
- Updated dependencies [12a873e]
|
|
3820
|
+
- Updated dependencies [69ca080]
|
|
3821
|
+
- Updated dependencies [7e56d6b]
|
|
3822
|
+
- Updated dependencies [94b6928]
|
|
3823
|
+
- Updated dependencies [98bb8dcd]
|
|
3824
|
+
- Updated dependencies [46b7aad7]
|
|
3825
|
+
- Updated dependencies [dcc8a150]
|
|
3826
|
+
- Updated dependencies [8f47cca]
|
|
3827
|
+
- Updated dependencies [fad27689]
|
|
3828
|
+
- Updated dependencies [dff0d595]
|
|
3829
|
+
- Updated dependencies [fdd0b41]
|
|
3830
|
+
- Updated dependencies [eecb282]
|
|
3831
|
+
- Updated dependencies [f2c325c]
|
|
3832
|
+
- Updated dependencies [9e25a64]
|
|
3833
|
+
- Updated dependencies [beb499e6]
|
|
3834
|
+
- Updated dependencies [146ea391]
|
|
3835
|
+
- Updated dependencies [f2c92d5]
|
|
3836
|
+
- Updated dependencies [7bd3d99]
|
|
3837
|
+
- Updated dependencies [c47be30d]
|
|
3838
|
+
- Updated dependencies [e9a46acb]
|
|
3839
|
+
- Updated dependencies [f046f8e0]
|
|
3840
|
+
- Updated dependencies [b9273fd]
|
|
3841
|
+
- Updated dependencies [86d25315]
|
|
3842
|
+
- Updated dependencies [c670bd4]
|
|
3843
|
+
- Updated dependencies [3f9b8d7]
|
|
3844
|
+
- @akinon/next@1.50.0-rc.0
|
|
3845
|
+
- @akinon/pz-checkout-gift-pack@1.50.0-rc.0
|
|
3846
|
+
- @akinon/pz-one-click-checkout@1.50.0-rc.0
|
|
3847
|
+
- @akinon/pz-basket-gift-pack@1.50.0-rc.0
|
|
3848
|
+
- @akinon/pz-click-collect@1.50.0-rc.0
|
|
3849
|
+
- @akinon/pz-masterpass@1.50.0-rc.0
|
|
3850
|
+
- @akinon/pz-akifast@1.50.0-rc.0
|
|
3851
|
+
- @akinon/pz-gpay@1.50.0-rc.0
|
|
3852
|
+
- @akinon/pz-b2b@1.50.0-rc.0
|
|
3853
|
+
- @akinon/pz-bkm@1.50.0-rc.0
|
|
3854
|
+
- @akinon/pz-otp@1.50.0-rc.0
|
|
3855
|
+
- @akinon/pz-pay-on-delivery@1.50.0-rc.0
|
|
3856
|
+
- @akinon/pz-credit-payment@1.50.0-rc.0
|
|
3857
|
+
|
|
3858
|
+
## 1.49.0
|
|
3859
|
+
|
|
3860
|
+
### Patch Changes
|
|
3861
|
+
|
|
3862
|
+
- Updated dependencies [26b809f]
|
|
3863
|
+
- Updated dependencies [20da358]
|
|
3864
|
+
- Updated dependencies [04115e5]
|
|
3865
|
+
- Updated dependencies [fa88889]
|
|
3866
|
+
- @akinon/next@1.49.0
|
|
3867
|
+
- @akinon/pz-akifast@1.49.0
|
|
3868
|
+
- @akinon/pz-b2b@1.49.0
|
|
3869
|
+
- @akinon/pz-basket-gift-pack@1.49.0
|
|
3870
|
+
- @akinon/pz-bkm@1.49.0
|
|
3871
|
+
- @akinon/pz-checkout-gift-pack@1.49.0
|
|
3872
|
+
- @akinon/pz-click-collect@1.49.0
|
|
3873
|
+
- @akinon/pz-credit-payment@1.49.0
|
|
3874
|
+
- @akinon/pz-gpay@1.49.0
|
|
1182
3875
|
- @akinon/pz-masterpass@1.49.0
|
|
1183
3876
|
- @akinon/pz-one-click-checkout@1.49.0
|
|
1184
3877
|
- @akinon/pz-otp@1.49.0
|
|
@@ -1188,23 +3881,480 @@
|
|
|
1188
3881
|
|
|
1189
3882
|
### Minor Changes
|
|
1190
3883
|
|
|
3884
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
3885
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
3886
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3887
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
3888
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
3889
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3890
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
3891
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
3892
|
+
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3893
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
3894
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3895
|
+
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
3896
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
3897
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
3898
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
3899
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3900
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
3901
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
3902
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
3903
|
+
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3904
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
3905
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
3906
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
3907
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
3908
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
3909
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3910
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
3911
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
3912
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3913
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3914
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3915
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
3916
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
3917
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3918
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
3919
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
3920
|
+
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3921
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
3922
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3923
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
3924
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
3925
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
3926
|
+
|
|
3927
|
+
### Patch Changes
|
|
3928
|
+
|
|
3929
|
+
- Updated dependencies [90282b53]
|
|
3930
|
+
- Updated dependencies [50b9069]
|
|
3931
|
+
- Updated dependencies [572d2e84]
|
|
3932
|
+
- Updated dependencies [5dfeea0]
|
|
3933
|
+
- Updated dependencies [a4c8d6a9]
|
|
3934
|
+
- Updated dependencies [fda5b927]
|
|
3935
|
+
- Updated dependencies [2d9b2b2]
|
|
3936
|
+
- Updated dependencies [c53ea3e6]
|
|
3937
|
+
- Updated dependencies [d93a507]
|
|
3938
|
+
- Updated dependencies [8d9ac9a]
|
|
3939
|
+
- Updated dependencies [18e8197]
|
|
3940
|
+
- Updated dependencies [714e0b46]
|
|
3941
|
+
- Updated dependencies [70279e7]
|
|
3942
|
+
- Updated dependencies [6c25f66]
|
|
3943
|
+
- Updated dependencies [bc2b411]
|
|
3944
|
+
- Updated dependencies [3bf2dd9]
|
|
3945
|
+
- Updated dependencies [e9541a1]
|
|
3946
|
+
- Updated dependencies [c53ef7b9]
|
|
3947
|
+
- Updated dependencies [9d94f7e]
|
|
3948
|
+
- Updated dependencies [2e6104d]
|
|
3949
|
+
- Updated dependencies [64699d3]
|
|
3950
|
+
- Updated dependencies [0d3a913e]
|
|
3951
|
+
- Updated dependencies [1448a96e]
|
|
3952
|
+
- Updated dependencies [26b809f]
|
|
3953
|
+
- Updated dependencies [1ec2e9d]
|
|
3954
|
+
- Updated dependencies [d6edb1d]
|
|
3955
|
+
- Updated dependencies [d3474c64]
|
|
3956
|
+
- Updated dependencies [75080fd6]
|
|
3957
|
+
- Updated dependencies [17f8752]
|
|
3958
|
+
- Updated dependencies [c45b62c]
|
|
3959
|
+
- Updated dependencies [91265bba]
|
|
3960
|
+
- Updated dependencies [20da358]
|
|
3961
|
+
- Updated dependencies [bbe18b9f]
|
|
3962
|
+
- Updated dependencies [d409996]
|
|
3963
|
+
- Updated dependencies [4920742]
|
|
3964
|
+
- Updated dependencies [12a873e]
|
|
3965
|
+
- Updated dependencies [69ca080]
|
|
3966
|
+
- Updated dependencies [7e56d6b]
|
|
3967
|
+
- Updated dependencies [94b6928]
|
|
3968
|
+
- Updated dependencies [98bb8dcd]
|
|
3969
|
+
- Updated dependencies [46b7aad7]
|
|
3970
|
+
- Updated dependencies [dcc8a150]
|
|
3971
|
+
- Updated dependencies [8f47cca]
|
|
3972
|
+
- Updated dependencies [fad27689]
|
|
3973
|
+
- Updated dependencies [dff0d595]
|
|
3974
|
+
- Updated dependencies [fdd0b41]
|
|
3975
|
+
- Updated dependencies [eecb282]
|
|
3976
|
+
- Updated dependencies [f2c325c]
|
|
3977
|
+
- Updated dependencies [9e25a64]
|
|
3978
|
+
- Updated dependencies [beb499e6]
|
|
3979
|
+
- Updated dependencies [146ea391]
|
|
3980
|
+
- Updated dependencies [f2c92d5]
|
|
3981
|
+
- Updated dependencies [7bd3d99]
|
|
3982
|
+
- Updated dependencies [c47be30d]
|
|
3983
|
+
- Updated dependencies [e9a46acb]
|
|
3984
|
+
- Updated dependencies [f046f8e0]
|
|
3985
|
+
- Updated dependencies [04115e5]
|
|
3986
|
+
- Updated dependencies [b9273fd]
|
|
3987
|
+
- Updated dependencies [fa88889]
|
|
3988
|
+
- Updated dependencies [86d25315]
|
|
3989
|
+
- Updated dependencies [c670bd4]
|
|
3990
|
+
- Updated dependencies [3f9b8d7]
|
|
3991
|
+
- @akinon/next@1.48.0-rc.8
|
|
3992
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.8
|
|
3993
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.8
|
|
3994
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.8
|
|
3995
|
+
- @akinon/pz-click-collect@1.48.0-rc.8
|
|
3996
|
+
- @akinon/pz-masterpass@1.48.0-rc.8
|
|
3997
|
+
- @akinon/pz-akifast@1.48.0-rc.8
|
|
3998
|
+
- @akinon/pz-gpay@1.48.0-rc.8
|
|
3999
|
+
- @akinon/pz-b2b@1.48.0-rc.8
|
|
4000
|
+
- @akinon/pz-bkm@1.48.0-rc.8
|
|
4001
|
+
- @akinon/pz-otp@1.48.0-rc.8
|
|
4002
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.8
|
|
4003
|
+
- @akinon/pz-credit-payment@1.48.0-rc.8
|
|
4004
|
+
|
|
4005
|
+
## 1.48.0-rc.7
|
|
4006
|
+
|
|
4007
|
+
### Patch Changes
|
|
4008
|
+
|
|
4009
|
+
- Updated dependencies [26b809f]
|
|
4010
|
+
- @akinon/next@1.48.0-rc.7
|
|
4011
|
+
- @akinon/pz-akifast@1.48.0-rc.7
|
|
4012
|
+
- @akinon/pz-b2b@1.48.0-rc.7
|
|
4013
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.7
|
|
4014
|
+
- @akinon/pz-bkm@1.48.0-rc.7
|
|
4015
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.7
|
|
4016
|
+
- @akinon/pz-click-collect@1.48.0-rc.7
|
|
4017
|
+
- @akinon/pz-credit-payment@1.48.0-rc.7
|
|
4018
|
+
- @akinon/pz-gpay@1.48.0-rc.7
|
|
4019
|
+
- @akinon/pz-masterpass@1.48.0-rc.7
|
|
4020
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.7
|
|
4021
|
+
- @akinon/pz-otp@1.48.0-rc.7
|
|
4022
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.7
|
|
4023
|
+
|
|
4024
|
+
## 1.48.0-rc.6
|
|
4025
|
+
|
|
4026
|
+
### Patch Changes
|
|
4027
|
+
|
|
4028
|
+
- Updated dependencies [04115e5]
|
|
4029
|
+
- @akinon/next@1.48.0-rc.6
|
|
4030
|
+
- @akinon/pz-akifast@1.48.0-rc.6
|
|
4031
|
+
- @akinon/pz-b2b@1.48.0-rc.6
|
|
4032
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.6
|
|
4033
|
+
- @akinon/pz-bkm@1.48.0-rc.6
|
|
4034
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.6
|
|
4035
|
+
- @akinon/pz-click-collect@1.48.0-rc.6
|
|
4036
|
+
- @akinon/pz-credit-payment@1.48.0-rc.6
|
|
4037
|
+
- @akinon/pz-gpay@1.48.0-rc.6
|
|
4038
|
+
- @akinon/pz-masterpass@1.48.0-rc.6
|
|
4039
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.6
|
|
4040
|
+
- @akinon/pz-otp@1.48.0-rc.6
|
|
4041
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.6
|
|
4042
|
+
|
|
4043
|
+
## 1.48.0-rc.5
|
|
4044
|
+
|
|
4045
|
+
### Patch Changes
|
|
4046
|
+
|
|
4047
|
+
- Updated dependencies [20da358]
|
|
4048
|
+
- @akinon/next@1.48.0-rc.5
|
|
4049
|
+
- @akinon/pz-akifast@1.48.0-rc.5
|
|
4050
|
+
- @akinon/pz-b2b@1.48.0-rc.5
|
|
4051
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.5
|
|
4052
|
+
- @akinon/pz-bkm@1.48.0-rc.5
|
|
4053
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.5
|
|
4054
|
+
- @akinon/pz-click-collect@1.48.0-rc.5
|
|
4055
|
+
- @akinon/pz-credit-payment@1.48.0-rc.5
|
|
4056
|
+
- @akinon/pz-gpay@1.48.0-rc.5
|
|
4057
|
+
- @akinon/pz-masterpass@1.48.0-rc.5
|
|
4058
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.5
|
|
4059
|
+
- @akinon/pz-otp@1.48.0-rc.5
|
|
4060
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.5
|
|
4061
|
+
|
|
4062
|
+
## 1.48.0-rc.4
|
|
4063
|
+
|
|
4064
|
+
### Patch Changes
|
|
4065
|
+
|
|
4066
|
+
- Updated dependencies [5dfeea0]
|
|
4067
|
+
- @akinon/next@1.48.0-rc.4
|
|
4068
|
+
- @akinon/pz-akifast@1.48.0-rc.4
|
|
4069
|
+
- @akinon/pz-b2b@1.48.0-rc.4
|
|
4070
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.4
|
|
4071
|
+
- @akinon/pz-bkm@1.48.0-rc.4
|
|
4072
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.4
|
|
4073
|
+
- @akinon/pz-click-collect@1.48.0-rc.4
|
|
4074
|
+
- @akinon/pz-credit-payment@1.48.0-rc.4
|
|
4075
|
+
- @akinon/pz-gpay@1.48.0-rc.4
|
|
4076
|
+
- @akinon/pz-masterpass@1.48.0-rc.4
|
|
4077
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.4
|
|
4078
|
+
- @akinon/pz-otp@1.48.0-rc.4
|
|
4079
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.4
|
|
4080
|
+
|
|
4081
|
+
## 1.48.0-rc.3
|
|
4082
|
+
|
|
4083
|
+
### Minor Changes
|
|
4084
|
+
|
|
4085
|
+
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
4086
|
+
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
4087
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
4088
|
+
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
4089
|
+
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
4090
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
4091
|
+
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
4092
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
4093
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
4094
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
4095
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
4096
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
4097
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
4098
|
+
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
4099
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
4100
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
4101
|
+
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
4102
|
+
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
4103
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
4104
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
4105
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
4106
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
4107
|
+
- d3474c64: ZERO-2655: Add data source shipping option
|
|
4108
|
+
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
4109
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
4110
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
4111
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
4112
|
+
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
4113
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
4114
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
4115
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
4116
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
4117
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
4118
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
4119
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
4120
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1191
4121
|
- f45aa87: ZERO-2904: Upgrade version for tailwindcss
|
|
4122
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
4123
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
4124
|
+
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
4125
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
4126
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
4127
|
+
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
4128
|
+
|
|
4129
|
+
### Patch Changes
|
|
4130
|
+
|
|
4131
|
+
- Updated dependencies [90282b53]
|
|
4132
|
+
- Updated dependencies [50b9069]
|
|
4133
|
+
- Updated dependencies [572d2e84]
|
|
4134
|
+
- Updated dependencies [a4c8d6a9]
|
|
4135
|
+
- Updated dependencies [fda5b92]
|
|
4136
|
+
- Updated dependencies [2d9b2b2]
|
|
4137
|
+
- Updated dependencies [c53ea3e6]
|
|
4138
|
+
- Updated dependencies [d93a507]
|
|
4139
|
+
- Updated dependencies [8d9ac9a]
|
|
4140
|
+
- Updated dependencies [18e8197]
|
|
4141
|
+
- Updated dependencies [714e0b46]
|
|
4142
|
+
- Updated dependencies [70279e7]
|
|
4143
|
+
- Updated dependencies [6c25f66]
|
|
4144
|
+
- Updated dependencies [bc2b411]
|
|
4145
|
+
- Updated dependencies [3bf2dd9]
|
|
4146
|
+
- Updated dependencies [e9541a1]
|
|
4147
|
+
- Updated dependencies [c53ef7b9]
|
|
4148
|
+
- Updated dependencies [9d94f7e]
|
|
4149
|
+
- Updated dependencies [2e6104d]
|
|
4150
|
+
- Updated dependencies [64699d3]
|
|
4151
|
+
- Updated dependencies [0d3a913e]
|
|
4152
|
+
- Updated dependencies [1448a96e]
|
|
4153
|
+
- Updated dependencies [1ec2e9d]
|
|
4154
|
+
- Updated dependencies [d6edb1d]
|
|
4155
|
+
- Updated dependencies [d3474c64]
|
|
4156
|
+
- Updated dependencies [75080fd6]
|
|
4157
|
+
- Updated dependencies [17f8752]
|
|
4158
|
+
- Updated dependencies [c45b62c]
|
|
4159
|
+
- Updated dependencies [91265bba]
|
|
4160
|
+
- Updated dependencies [bbe18b9f]
|
|
4161
|
+
- Updated dependencies [d409996]
|
|
4162
|
+
- Updated dependencies [4920742]
|
|
4163
|
+
- Updated dependencies [12a873e]
|
|
4164
|
+
- Updated dependencies [69ca080]
|
|
4165
|
+
- Updated dependencies [7e56d6b]
|
|
4166
|
+
- Updated dependencies [94b6928]
|
|
4167
|
+
- Updated dependencies [98bb8dcd]
|
|
4168
|
+
- Updated dependencies [46b7aad]
|
|
4169
|
+
- Updated dependencies [dcc8a150]
|
|
4170
|
+
- Updated dependencies [8f47cca]
|
|
4171
|
+
- Updated dependencies [fad27689]
|
|
4172
|
+
- Updated dependencies [dff0d595]
|
|
4173
|
+
- Updated dependencies [fdd0b41]
|
|
4174
|
+
- Updated dependencies [eecb282]
|
|
4175
|
+
- Updated dependencies [f2c325c]
|
|
4176
|
+
- Updated dependencies [9e25a64]
|
|
4177
|
+
- Updated dependencies [beb499e6]
|
|
4178
|
+
- Updated dependencies [146ea39]
|
|
4179
|
+
- Updated dependencies [f2c92d5]
|
|
4180
|
+
- Updated dependencies [7bd3d99]
|
|
4181
|
+
- Updated dependencies [c47be30d]
|
|
4182
|
+
- Updated dependencies [e9a46acb]
|
|
4183
|
+
- Updated dependencies [f046f8e0]
|
|
4184
|
+
- Updated dependencies [b9273fd]
|
|
4185
|
+
- Updated dependencies [86d25315]
|
|
4186
|
+
- Updated dependencies [c670bd4]
|
|
4187
|
+
- Updated dependencies [3f9b8d7]
|
|
4188
|
+
- @akinon/next@1.48.0-rc.3
|
|
4189
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.3
|
|
4190
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.3
|
|
4191
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.3
|
|
4192
|
+
- @akinon/pz-click-collect@1.48.0-rc.3
|
|
4193
|
+
- @akinon/pz-masterpass@1.48.0-rc.3
|
|
4194
|
+
- @akinon/pz-akifast@1.48.0-rc.3
|
|
4195
|
+
- @akinon/pz-gpay@1.48.0-rc.3
|
|
4196
|
+
- @akinon/pz-b2b@1.48.0-rc.3
|
|
4197
|
+
- @akinon/pz-bkm@1.48.0-rc.3
|
|
4198
|
+
- @akinon/pz-otp@1.48.0-rc.3
|
|
4199
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.3
|
|
4200
|
+
- @akinon/pz-credit-payment@1.48.0-rc.3
|
|
4201
|
+
|
|
4202
|
+
## 1.48.0-rc.2
|
|
4203
|
+
|
|
4204
|
+
### Minor Changes
|
|
4205
|
+
|
|
4206
|
+
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
4207
|
+
|
|
4208
|
+
### Patch Changes
|
|
4209
|
+
|
|
4210
|
+
- Updated dependencies [2e6104d]
|
|
4211
|
+
- @akinon/next@1.48.0-rc.2
|
|
4212
|
+
- @akinon/pz-akifast@1.48.0-rc.2
|
|
4213
|
+
- @akinon/pz-b2b@1.48.0-rc.2
|
|
4214
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.2
|
|
4215
|
+
- @akinon/pz-bkm@1.48.0-rc.2
|
|
4216
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.2
|
|
4217
|
+
- @akinon/pz-click-collect@1.48.0-rc.2
|
|
4218
|
+
- @akinon/pz-credit-payment@1.48.0-rc.2
|
|
4219
|
+
- @akinon/pz-gpay@1.48.0-rc.2
|
|
4220
|
+
- @akinon/pz-masterpass@1.48.0-rc.2
|
|
4221
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.2
|
|
4222
|
+
- @akinon/pz-otp@1.48.0-rc.2
|
|
4223
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.2
|
|
4224
|
+
|
|
4225
|
+
## 1.48.0-rc.1
|
|
4226
|
+
|
|
4227
|
+
### Patch Changes
|
|
4228
|
+
|
|
4229
|
+
- Updated dependencies [fdd0b41]
|
|
4230
|
+
- @akinon/next@1.48.0-rc.1
|
|
4231
|
+
- @akinon/pz-akifast@1.48.0-rc.1
|
|
4232
|
+
- @akinon/pz-b2b@1.48.0-rc.1
|
|
4233
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.1
|
|
4234
|
+
- @akinon/pz-bkm@1.48.0-rc.1
|
|
4235
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.1
|
|
4236
|
+
- @akinon/pz-click-collect@1.48.0-rc.1
|
|
4237
|
+
- @akinon/pz-credit-payment@1.48.0-rc.1
|
|
4238
|
+
- @akinon/pz-gpay@1.48.0-rc.1
|
|
4239
|
+
- @akinon/pz-masterpass@1.48.0-rc.1
|
|
4240
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.1
|
|
4241
|
+
- @akinon/pz-otp@1.48.0-rc.1
|
|
4242
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.1
|
|
4243
|
+
|
|
4244
|
+
## 1.48.0-rc.0
|
|
4245
|
+
|
|
4246
|
+
### Minor Changes
|
|
4247
|
+
|
|
4248
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
4249
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
4250
|
+
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
4251
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
4252
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
4253
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
4254
|
+
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
4255
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
4256
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
4257
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
4258
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
4259
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
4260
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
4261
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
4262
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
4263
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
4264
|
+
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
4265
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
4266
|
+
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
4267
|
+
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
4268
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
4269
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
4270
|
+
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
4271
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
4272
|
+
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
4273
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
4274
|
+
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
4275
|
+
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
4276
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
4277
|
+
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
4278
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
4279
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
4280
|
+
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
4281
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
4282
|
+
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
4283
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
4284
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
4285
|
+
- b9273fd: ZERO-2889: add host headers to requests
|
|
4286
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1192
4287
|
|
|
1193
4288
|
### Patch Changes
|
|
1194
4289
|
|
|
1195
|
-
-
|
|
1196
|
-
-
|
|
1197
|
-
-
|
|
1198
|
-
-
|
|
1199
|
-
-
|
|
1200
|
-
-
|
|
1201
|
-
-
|
|
1202
|
-
-
|
|
1203
|
-
-
|
|
1204
|
-
-
|
|
1205
|
-
-
|
|
1206
|
-
-
|
|
1207
|
-
-
|
|
4290
|
+
- Updated dependencies [90282b5]
|
|
4291
|
+
- Updated dependencies [50b9069]
|
|
4292
|
+
- Updated dependencies [572d2e8]
|
|
4293
|
+
- Updated dependencies [a4c8d6a9]
|
|
4294
|
+
- Updated dependencies [fda5b92]
|
|
4295
|
+
- Updated dependencies [2d9b2b2]
|
|
4296
|
+
- Updated dependencies [c53ea3e6]
|
|
4297
|
+
- Updated dependencies [d93a507]
|
|
4298
|
+
- Updated dependencies [8d9ac9a]
|
|
4299
|
+
- Updated dependencies [18e8197]
|
|
4300
|
+
- Updated dependencies [714e0b4]
|
|
4301
|
+
- Updated dependencies [70279e7]
|
|
4302
|
+
- Updated dependencies [6c25f66]
|
|
4303
|
+
- Updated dependencies [bc2b411]
|
|
4304
|
+
- Updated dependencies [3bf2dd9]
|
|
4305
|
+
- Updated dependencies [e9541a1]
|
|
4306
|
+
- Updated dependencies [c53ef7b9]
|
|
4307
|
+
- Updated dependencies [9d94f7e]
|
|
4308
|
+
- Updated dependencies [64699d3]
|
|
4309
|
+
- Updated dependencies [0d3a913]
|
|
4310
|
+
- Updated dependencies [1448a96e]
|
|
4311
|
+
- Updated dependencies [1ec2e9d]
|
|
4312
|
+
- Updated dependencies [d6edb1d]
|
|
4313
|
+
- Updated dependencies [d3474c6]
|
|
4314
|
+
- Updated dependencies [75080fd6]
|
|
4315
|
+
- Updated dependencies [17f8752]
|
|
4316
|
+
- Updated dependencies [c45b62c]
|
|
4317
|
+
- Updated dependencies [91265bba]
|
|
4318
|
+
- Updated dependencies [bbe18b9f]
|
|
4319
|
+
- Updated dependencies [d409996]
|
|
4320
|
+
- Updated dependencies [4920742]
|
|
4321
|
+
- Updated dependencies [12a873e]
|
|
4322
|
+
- Updated dependencies [69ca080]
|
|
4323
|
+
- Updated dependencies [7e56d6b]
|
|
4324
|
+
- Updated dependencies [94b6928]
|
|
4325
|
+
- Updated dependencies [98bb8dc]
|
|
4326
|
+
- Updated dependencies [46b7aad]
|
|
4327
|
+
- Updated dependencies [dcc8a15]
|
|
4328
|
+
- Updated dependencies [8f47cca]
|
|
4329
|
+
- Updated dependencies [fad2768]
|
|
4330
|
+
- Updated dependencies [dff0d595]
|
|
4331
|
+
- Updated dependencies [eecb282]
|
|
4332
|
+
- Updated dependencies [f2c325c]
|
|
4333
|
+
- Updated dependencies [9e25a64]
|
|
4334
|
+
- Updated dependencies [beb499e6]
|
|
4335
|
+
- Updated dependencies [146ea39]
|
|
4336
|
+
- Updated dependencies [f2c92d5]
|
|
4337
|
+
- Updated dependencies [7bd3d99]
|
|
4338
|
+
- Updated dependencies [c47be30]
|
|
4339
|
+
- Updated dependencies [e9a46ac]
|
|
4340
|
+
- Updated dependencies [f046f8e0]
|
|
4341
|
+
- Updated dependencies [b9273fd]
|
|
4342
|
+
- Updated dependencies [86d2531]
|
|
4343
|
+
- Updated dependencies [c670bd4]
|
|
4344
|
+
- Updated dependencies [3f9b8d7]
|
|
4345
|
+
- @akinon/next@1.48.0-rc.0
|
|
4346
|
+
- @akinon/pz-checkout-gift-pack@1.48.0-rc.0
|
|
4347
|
+
- @akinon/pz-one-click-checkout@1.48.0-rc.0
|
|
4348
|
+
- @akinon/pz-basket-gift-pack@1.48.0-rc.0
|
|
4349
|
+
- @akinon/pz-click-collect@1.48.0-rc.0
|
|
4350
|
+
- @akinon/pz-masterpass@1.48.0-rc.0
|
|
4351
|
+
- @akinon/pz-akifast@1.48.0-rc.0
|
|
4352
|
+
- @akinon/pz-gpay@1.48.0-rc.0
|
|
4353
|
+
- @akinon/pz-b2b@1.48.0-rc.0
|
|
4354
|
+
- @akinon/pz-bkm@1.48.0-rc.0
|
|
4355
|
+
- @akinon/pz-otp@1.48.0-rc.0
|
|
4356
|
+
- @akinon/pz-pay-on-delivery@1.48.0-rc.0
|
|
4357
|
+
- @akinon/pz-credit-payment@1.48.0-rc.0
|
|
1208
4358
|
|
|
1209
4359
|
## 1.47.0
|
|
1210
4360
|
|
|
@@ -1248,65 +4398,841 @@
|
|
|
1248
4398
|
- @akinon/pz-otp@1.46.0
|
|
1249
4399
|
- @akinon/pz-pay-on-delivery@1.46.0
|
|
1250
4400
|
|
|
1251
|
-
## 1.45.0
|
|
4401
|
+
## 1.45.0
|
|
4402
|
+
|
|
4403
|
+
### Patch Changes
|
|
4404
|
+
|
|
4405
|
+
- Updated dependencies [90282b5]
|
|
4406
|
+
- Updated dependencies [50b9069]
|
|
4407
|
+
- Updated dependencies [572d2e8]
|
|
4408
|
+
- Updated dependencies [a4c8d6a9]
|
|
4409
|
+
- Updated dependencies [fda5b92]
|
|
4410
|
+
- Updated dependencies [2d9b2b2]
|
|
4411
|
+
- Updated dependencies [c53ea3e]
|
|
4412
|
+
- Updated dependencies [8d9ac9a]
|
|
4413
|
+
- Updated dependencies [18e8197]
|
|
4414
|
+
- Updated dependencies [714e0b4]
|
|
4415
|
+
- Updated dependencies [70279e7]
|
|
4416
|
+
- Updated dependencies [6c25f66]
|
|
4417
|
+
- Updated dependencies [bc2b411]
|
|
4418
|
+
- Updated dependencies [3bf2dd9]
|
|
4419
|
+
- Updated dependencies [e9541a1]
|
|
4420
|
+
- Updated dependencies [c53ef7b9]
|
|
4421
|
+
- Updated dependencies [9d94f7e]
|
|
4422
|
+
- Updated dependencies [64699d3]
|
|
4423
|
+
- Updated dependencies [0d3a913]
|
|
4424
|
+
- Updated dependencies [1448a96e]
|
|
4425
|
+
- Updated dependencies [d6edb1d]
|
|
4426
|
+
- Updated dependencies [d3474c6]
|
|
4427
|
+
- Updated dependencies [75080fd6]
|
|
4428
|
+
- Updated dependencies [17f8752]
|
|
4429
|
+
- Updated dependencies [c45b62c]
|
|
4430
|
+
- Updated dependencies [91265bba]
|
|
4431
|
+
- Updated dependencies [bbe18b9f]
|
|
4432
|
+
- Updated dependencies [d409996]
|
|
4433
|
+
- Updated dependencies [4920742]
|
|
4434
|
+
- Updated dependencies [69ca080]
|
|
4435
|
+
- Updated dependencies [7e56d6b]
|
|
4436
|
+
- Updated dependencies [94b6928]
|
|
4437
|
+
- Updated dependencies [98bb8dc]
|
|
4438
|
+
- Updated dependencies [46b7aad]
|
|
4439
|
+
- Updated dependencies [dcc8a15]
|
|
4440
|
+
- Updated dependencies [8f47cca]
|
|
4441
|
+
- Updated dependencies [fad2768]
|
|
4442
|
+
- Updated dependencies [dff0d595]
|
|
4443
|
+
- Updated dependencies [eecb282]
|
|
4444
|
+
- Updated dependencies [f2c325c]
|
|
4445
|
+
- Updated dependencies [9e25a64]
|
|
4446
|
+
- Updated dependencies [beb499e6]
|
|
4447
|
+
- Updated dependencies [948eb42]
|
|
4448
|
+
- Updated dependencies [146ea39]
|
|
4449
|
+
- Updated dependencies [f2c92d5]
|
|
4450
|
+
- Updated dependencies [7bd3d99]
|
|
4451
|
+
- Updated dependencies [c47be30]
|
|
4452
|
+
- Updated dependencies [e9a46ac]
|
|
4453
|
+
- Updated dependencies [f046f8e0]
|
|
4454
|
+
- Updated dependencies [86d2531]
|
|
4455
|
+
- Updated dependencies [3f9b8d7]
|
|
4456
|
+
- @akinon/next@1.45.0-rc.5
|
|
4457
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.5
|
|
4458
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.5
|
|
4459
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.5
|
|
4460
|
+
- @akinon/pz-click-collect@1.45.0-rc.5
|
|
4461
|
+
- @akinon/pz-masterpass@1.45.0-rc.5
|
|
4462
|
+
- @akinon/pz-akifast@1.45.0-rc.5
|
|
4463
|
+
- @akinon/pz-gpay@1.45.0-rc.5
|
|
4464
|
+
- @akinon/pz-b2b@1.45.0-rc.5
|
|
4465
|
+
- @akinon/pz-bkm@1.45.0-rc.5
|
|
4466
|
+
- @akinon/pz-otp@1.45.0-rc.5
|
|
4467
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.5
|
|
4468
|
+
- @akinon/pz-credit-payment@1.45.0-rc.5
|
|
4469
|
+
|
|
4470
|
+
## 1.45.0-rc.4
|
|
4471
|
+
|
|
4472
|
+
### Patch Changes
|
|
4473
|
+
|
|
4474
|
+
- Updated dependencies [8f47cca]
|
|
4475
|
+
- @akinon/next@1.45.0-rc.4
|
|
4476
|
+
- @akinon/pz-akifast@1.45.0-rc.4
|
|
4477
|
+
- @akinon/pz-b2b@1.45.0-rc.4
|
|
4478
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.4
|
|
4479
|
+
- @akinon/pz-bkm@1.45.0-rc.4
|
|
4480
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.4
|
|
4481
|
+
- @akinon/pz-click-collect@1.45.0-rc.4
|
|
4482
|
+
- @akinon/pz-credit-payment@1.45.0-rc.4
|
|
4483
|
+
- @akinon/pz-gpay@1.45.0-rc.4
|
|
4484
|
+
- @akinon/pz-masterpass@1.45.0-rc.4
|
|
4485
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.4
|
|
4486
|
+
- @akinon/pz-otp@1.45.0-rc.4
|
|
4487
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.4
|
|
4488
|
+
|
|
4489
|
+
## 1.45.0-rc.3
|
|
4490
|
+
|
|
4491
|
+
### Patch Changes
|
|
4492
|
+
|
|
4493
|
+
- Updated dependencies [948eb42]
|
|
4494
|
+
- @akinon/next@1.45.0-rc.3
|
|
4495
|
+
- @akinon/pz-akifast@1.45.0-rc.3
|
|
4496
|
+
- @akinon/pz-b2b@1.45.0-rc.3
|
|
4497
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.3
|
|
4498
|
+
- @akinon/pz-bkm@1.45.0-rc.3
|
|
4499
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.3
|
|
4500
|
+
- @akinon/pz-click-collect@1.45.0-rc.3
|
|
4501
|
+
- @akinon/pz-credit-payment@1.45.0-rc.3
|
|
4502
|
+
- @akinon/pz-gpay@1.45.0-rc.3
|
|
4503
|
+
- @akinon/pz-masterpass@1.45.0-rc.3
|
|
4504
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.3
|
|
4505
|
+
- @akinon/pz-otp@1.45.0-rc.3
|
|
4506
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.3
|
|
4507
|
+
|
|
4508
|
+
## 1.45.0-rc.2
|
|
4509
|
+
|
|
4510
|
+
### Minor Changes
|
|
4511
|
+
|
|
4512
|
+
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
4513
|
+
|
|
4514
|
+
### Patch Changes
|
|
4515
|
+
|
|
4516
|
+
- Updated dependencies [c45b62c]
|
|
4517
|
+
- Updated dependencies [f2c325c]
|
|
4518
|
+
- @akinon/next@1.45.0-rc.2
|
|
4519
|
+
- @akinon/pz-b2b@1.45.0-rc.2
|
|
4520
|
+
- @akinon/pz-akifast@1.45.0-rc.2
|
|
4521
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.2
|
|
4522
|
+
- @akinon/pz-bkm@1.45.0-rc.2
|
|
4523
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.2
|
|
4524
|
+
- @akinon/pz-click-collect@1.45.0-rc.2
|
|
4525
|
+
- @akinon/pz-credit-payment@1.45.0-rc.2
|
|
4526
|
+
- @akinon/pz-gpay@1.45.0-rc.2
|
|
4527
|
+
- @akinon/pz-masterpass@1.45.0-rc.2
|
|
4528
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.2
|
|
4529
|
+
- @akinon/pz-otp@1.45.0-rc.2
|
|
4530
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.2
|
|
4531
|
+
|
|
4532
|
+
## 1.45.0-rc.1
|
|
4533
|
+
|
|
4534
|
+
### Patch Changes
|
|
4535
|
+
|
|
4536
|
+
- Updated dependencies [7e56d6b]
|
|
4537
|
+
- @akinon/next@1.45.0-rc.1
|
|
4538
|
+
- @akinon/pz-akifast@1.45.0-rc.1
|
|
4539
|
+
- @akinon/pz-b2b@1.45.0-rc.1
|
|
4540
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.1
|
|
4541
|
+
- @akinon/pz-bkm@1.45.0-rc.1
|
|
4542
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.1
|
|
4543
|
+
- @akinon/pz-click-collect@1.45.0-rc.1
|
|
4544
|
+
- @akinon/pz-credit-payment@1.45.0-rc.1
|
|
4545
|
+
- @akinon/pz-gpay@1.45.0-rc.1
|
|
4546
|
+
- @akinon/pz-masterpass@1.45.0-rc.1
|
|
4547
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.1
|
|
4548
|
+
- @akinon/pz-otp@1.45.0-rc.1
|
|
4549
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.1
|
|
4550
|
+
|
|
4551
|
+
## 1.45.0-rc.0
|
|
4552
|
+
|
|
4553
|
+
### Minor Changes
|
|
4554
|
+
|
|
4555
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
4556
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
4557
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
4558
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
4559
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
4560
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
4561
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
4562
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
4563
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
4564
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
4565
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
4566
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
4567
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
4568
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
4569
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
4570
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
4571
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
4572
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
4573
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
4574
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
4575
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
4576
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
4577
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
4578
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
4579
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
4580
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
4581
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
4582
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
4583
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
4584
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
4585
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
4586
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
4587
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
4588
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
4589
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
4590
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
4591
|
+
|
|
4592
|
+
### Patch Changes
|
|
4593
|
+
|
|
4594
|
+
- Updated dependencies [90282b5]
|
|
4595
|
+
- Updated dependencies [50b9069]
|
|
4596
|
+
- Updated dependencies [572d2e8]
|
|
4597
|
+
- Updated dependencies [a4c8d6a9]
|
|
4598
|
+
- Updated dependencies [fda5b92]
|
|
4599
|
+
- Updated dependencies [2d9b2b2]
|
|
4600
|
+
- Updated dependencies [c53ea3e]
|
|
4601
|
+
- Updated dependencies [8d9ac9a]
|
|
4602
|
+
- Updated dependencies [18e8197]
|
|
4603
|
+
- Updated dependencies [714e0b4]
|
|
4604
|
+
- Updated dependencies [70279e7]
|
|
4605
|
+
- Updated dependencies [6c25f66]
|
|
4606
|
+
- Updated dependencies [bc2b411]
|
|
4607
|
+
- Updated dependencies [3bf2dd9]
|
|
4608
|
+
- Updated dependencies [e9541a1]
|
|
4609
|
+
- Updated dependencies [c53ef7b9]
|
|
4610
|
+
- Updated dependencies [9d94f7e]
|
|
4611
|
+
- Updated dependencies [64699d3]
|
|
4612
|
+
- Updated dependencies [0d3a913]
|
|
4613
|
+
- Updated dependencies [1448a96]
|
|
4614
|
+
- Updated dependencies [2ab6e08]
|
|
4615
|
+
- Updated dependencies [d6edb1d]
|
|
4616
|
+
- Updated dependencies [d3474c6]
|
|
4617
|
+
- Updated dependencies [75080fd]
|
|
4618
|
+
- Updated dependencies [17f8752]
|
|
4619
|
+
- Updated dependencies [91265bb]
|
|
4620
|
+
- Updated dependencies [bbe18b9]
|
|
4621
|
+
- Updated dependencies [d409996]
|
|
4622
|
+
- Updated dependencies [4920742]
|
|
4623
|
+
- Updated dependencies [69ca080]
|
|
4624
|
+
- Updated dependencies [94b6928]
|
|
4625
|
+
- Updated dependencies [98bb8dc]
|
|
4626
|
+
- Updated dependencies [46b7aad]
|
|
4627
|
+
- Updated dependencies [dcc8a15]
|
|
4628
|
+
- Updated dependencies [fad2768]
|
|
4629
|
+
- Updated dependencies [dff0d59]
|
|
4630
|
+
- Updated dependencies [eecb282]
|
|
4631
|
+
- Updated dependencies [9e25a64]
|
|
4632
|
+
- Updated dependencies [beb499e]
|
|
4633
|
+
- Updated dependencies [146ea39]
|
|
4634
|
+
- Updated dependencies [f2c92d5]
|
|
4635
|
+
- Updated dependencies [7bd3d99]
|
|
4636
|
+
- Updated dependencies [c47be30]
|
|
4637
|
+
- Updated dependencies [e9a46ac]
|
|
4638
|
+
- Updated dependencies [f046f8e0]
|
|
4639
|
+
- Updated dependencies [86d2531]
|
|
4640
|
+
- Updated dependencies [3f9b8d7]
|
|
4641
|
+
- @akinon/next@1.45.0-rc.0
|
|
4642
|
+
- @akinon/pz-checkout-gift-pack@1.45.0-rc.0
|
|
4643
|
+
- @akinon/pz-one-click-checkout@1.45.0-rc.0
|
|
4644
|
+
- @akinon/pz-basket-gift-pack@1.45.0-rc.0
|
|
4645
|
+
- @akinon/pz-click-collect@1.45.0-rc.0
|
|
4646
|
+
- @akinon/pz-masterpass@1.45.0-rc.0
|
|
4647
|
+
- @akinon/pz-akifast@1.45.0-rc.0
|
|
4648
|
+
- @akinon/pz-gpay@1.45.0-rc.0
|
|
4649
|
+
- @akinon/pz-b2b@1.45.0-rc.0
|
|
4650
|
+
- @akinon/pz-bkm@1.45.0-rc.0
|
|
4651
|
+
- @akinon/pz-otp@1.45.0-rc.0
|
|
4652
|
+
- @akinon/pz-pay-on-delivery@1.45.0-rc.0
|
|
4653
|
+
- @akinon/pz-credit-payment@1.45.0-rc.0
|
|
4654
|
+
|
|
4655
|
+
## 1.44.0
|
|
4656
|
+
|
|
4657
|
+
### Patch Changes
|
|
4658
|
+
|
|
4659
|
+
- @akinon/next@1.44.0
|
|
4660
|
+
- @akinon/pz-akifast@1.44.0
|
|
4661
|
+
- @akinon/pz-b2b@1.44.0
|
|
4662
|
+
- @akinon/pz-basket-gift-pack@1.44.0
|
|
4663
|
+
- @akinon/pz-bkm@1.44.0
|
|
4664
|
+
- @akinon/pz-checkout-gift-pack@1.44.0
|
|
4665
|
+
- @akinon/pz-click-collect@1.44.0
|
|
4666
|
+
- @akinon/pz-credit-payment@1.44.0
|
|
4667
|
+
- @akinon/pz-gpay@1.44.0
|
|
4668
|
+
- @akinon/pz-masterpass@1.44.0
|
|
4669
|
+
- @akinon/pz-one-click-checkout@1.44.0
|
|
4670
|
+
- @akinon/pz-otp@1.44.0
|
|
4671
|
+
- @akinon/pz-pay-on-delivery@1.44.0
|
|
4672
|
+
|
|
4673
|
+
## 1.43.0
|
|
4674
|
+
|
|
4675
|
+
### Minor Changes
|
|
4676
|
+
|
|
4677
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
4678
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
4679
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
4680
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
4681
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
4682
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
4683
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
4684
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
4685
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
4686
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
4687
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
4688
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
4689
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
4690
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
4691
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
4692
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
4693
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
4694
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
4695
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
4696
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
4697
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
4698
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
4699
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
4700
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
4701
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
4702
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
4703
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
4704
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
4705
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
4706
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
4707
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
4708
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
4709
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
4710
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
4711
|
+
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
4712
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
4713
|
+
|
|
4714
|
+
### Patch Changes
|
|
4715
|
+
|
|
4716
|
+
- Updated dependencies [90282b5]
|
|
4717
|
+
- Updated dependencies [50b9069]
|
|
4718
|
+
- Updated dependencies [572d2e8]
|
|
4719
|
+
- Updated dependencies [a4c8d6a9]
|
|
4720
|
+
- Updated dependencies [fda5b92]
|
|
4721
|
+
- Updated dependencies [2d9b2b2]
|
|
4722
|
+
- Updated dependencies [c53ea3e]
|
|
4723
|
+
- Updated dependencies [8d9ac9a]
|
|
4724
|
+
- Updated dependencies [18e8197]
|
|
4725
|
+
- Updated dependencies [714e0b4]
|
|
4726
|
+
- Updated dependencies [70279e7]
|
|
4727
|
+
- Updated dependencies [6c25f66]
|
|
4728
|
+
- Updated dependencies [bc2b411]
|
|
4729
|
+
- Updated dependencies [3bf2dd9]
|
|
4730
|
+
- Updated dependencies [e9541a1]
|
|
4731
|
+
- Updated dependencies [c53ef7b9]
|
|
4732
|
+
- Updated dependencies [9d94f7e]
|
|
4733
|
+
- Updated dependencies [64699d3]
|
|
4734
|
+
- Updated dependencies [0d3a913]
|
|
4735
|
+
- Updated dependencies [1448a96]
|
|
4736
|
+
- Updated dependencies [d6edb1d]
|
|
4737
|
+
- Updated dependencies [d3474c6]
|
|
4738
|
+
- Updated dependencies [75080fd]
|
|
4739
|
+
- Updated dependencies [17f8752]
|
|
4740
|
+
- Updated dependencies [91265bb]
|
|
4741
|
+
- Updated dependencies [bbe18b9]
|
|
4742
|
+
- Updated dependencies [d409996]
|
|
4743
|
+
- Updated dependencies [4920742]
|
|
4744
|
+
- Updated dependencies [69ca080]
|
|
4745
|
+
- Updated dependencies [94b6928]
|
|
4746
|
+
- Updated dependencies [98bb8dc]
|
|
4747
|
+
- Updated dependencies [46b7aad]
|
|
4748
|
+
- Updated dependencies [dcc8a15]
|
|
4749
|
+
- Updated dependencies [fad2768]
|
|
4750
|
+
- Updated dependencies [dff0d59]
|
|
4751
|
+
- Updated dependencies [eecb282]
|
|
4752
|
+
- Updated dependencies [9e25a64]
|
|
4753
|
+
- Updated dependencies [beb499e]
|
|
4754
|
+
- Updated dependencies [146ea39]
|
|
4755
|
+
- Updated dependencies [f2c92d5]
|
|
4756
|
+
- Updated dependencies [7bd3d99]
|
|
4757
|
+
- Updated dependencies [c47be30]
|
|
4758
|
+
- Updated dependencies [e9a46ac]
|
|
4759
|
+
- Updated dependencies [f046f8e0]
|
|
4760
|
+
- Updated dependencies [86d2531]
|
|
4761
|
+
- Updated dependencies [3f9b8d7]
|
|
4762
|
+
- @akinon/next@1.43.0-rc.16
|
|
4763
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.16
|
|
4764
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.16
|
|
4765
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.16
|
|
4766
|
+
- @akinon/pz-click-collect@1.43.0-rc.16
|
|
4767
|
+
- @akinon/pz-masterpass@1.43.0-rc.16
|
|
4768
|
+
- @akinon/pz-akifast@1.43.0-rc.16
|
|
4769
|
+
- @akinon/pz-gpay@1.43.0-rc.16
|
|
4770
|
+
- @akinon/pz-b2b@1.43.0-rc.16
|
|
4771
|
+
- @akinon/pz-bkm@1.43.0-rc.16
|
|
4772
|
+
- @akinon/pz-otp@1.43.0-rc.16
|
|
4773
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.16
|
|
4774
|
+
- @akinon/pz-credit-payment@1.43.0-rc.16
|
|
4775
|
+
|
|
4776
|
+
## 1.43.0-rc.15
|
|
4777
|
+
|
|
4778
|
+
### Patch Changes
|
|
4779
|
+
|
|
4780
|
+
- @akinon/next@1.43.0-rc.15
|
|
4781
|
+
- @akinon/pz-akifast@1.43.0-rc.15
|
|
4782
|
+
- @akinon/pz-b2b@1.43.0-rc.15
|
|
4783
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.15
|
|
4784
|
+
- @akinon/pz-bkm@1.43.0-rc.15
|
|
4785
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.15
|
|
4786
|
+
- @akinon/pz-click-collect@1.43.0-rc.15
|
|
4787
|
+
- @akinon/pz-credit-payment@1.43.0-rc.15
|
|
4788
|
+
- @akinon/pz-gpay@1.43.0-rc.15
|
|
4789
|
+
- @akinon/pz-masterpass@1.43.0-rc.15
|
|
4790
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.15
|
|
4791
|
+
- @akinon/pz-otp@1.43.0-rc.15
|
|
4792
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.15
|
|
4793
|
+
|
|
4794
|
+
## 1.43.0-rc.14
|
|
4795
|
+
|
|
4796
|
+
### Patch Changes
|
|
4797
|
+
|
|
4798
|
+
- Updated dependencies [3bf2dd9]
|
|
4799
|
+
- @akinon/next@1.43.0-rc.14
|
|
4800
|
+
- @akinon/pz-akifast@1.43.0-rc.14
|
|
4801
|
+
- @akinon/pz-b2b@1.43.0-rc.14
|
|
4802
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.14
|
|
4803
|
+
- @akinon/pz-bkm@1.43.0-rc.14
|
|
4804
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.14
|
|
4805
|
+
- @akinon/pz-click-collect@1.43.0-rc.14
|
|
4806
|
+
- @akinon/pz-credit-payment@1.43.0-rc.14
|
|
4807
|
+
- @akinon/pz-gpay@1.43.0-rc.14
|
|
4808
|
+
- @akinon/pz-masterpass@1.43.0-rc.14
|
|
4809
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.14
|
|
4810
|
+
- @akinon/pz-otp@1.43.0-rc.14
|
|
4811
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.14
|
|
4812
|
+
|
|
4813
|
+
## 1.43.0-rc.13
|
|
4814
|
+
|
|
4815
|
+
### Minor Changes
|
|
4816
|
+
|
|
4817
|
+
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
4818
|
+
|
|
4819
|
+
### Patch Changes
|
|
4820
|
+
|
|
4821
|
+
- Updated dependencies [9e25a64]
|
|
4822
|
+
- @akinon/next@1.43.0-rc.13
|
|
4823
|
+
- @akinon/pz-akifast@1.43.0-rc.13
|
|
4824
|
+
- @akinon/pz-b2b@1.43.0-rc.13
|
|
4825
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.13
|
|
4826
|
+
- @akinon/pz-bkm@1.43.0-rc.13
|
|
4827
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.13
|
|
4828
|
+
- @akinon/pz-click-collect@1.43.0-rc.13
|
|
4829
|
+
- @akinon/pz-credit-payment@1.43.0-rc.13
|
|
4830
|
+
- @akinon/pz-gpay@1.43.0-rc.13
|
|
4831
|
+
- @akinon/pz-masterpass@1.43.0-rc.13
|
|
4832
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.13
|
|
4833
|
+
- @akinon/pz-otp@1.43.0-rc.13
|
|
4834
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.13
|
|
4835
|
+
|
|
4836
|
+
## 1.43.0-rc.12
|
|
4837
|
+
|
|
4838
|
+
### Patch Changes
|
|
4839
|
+
|
|
4840
|
+
- Updated dependencies [4920742]
|
|
4841
|
+
- @akinon/next@1.43.0-rc.12
|
|
4842
|
+
- @akinon/pz-akifast@1.43.0-rc.12
|
|
4843
|
+
- @akinon/pz-b2b@1.43.0-rc.12
|
|
4844
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.12
|
|
4845
|
+
- @akinon/pz-bkm@1.43.0-rc.12
|
|
4846
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.12
|
|
4847
|
+
- @akinon/pz-click-collect@1.43.0-rc.12
|
|
4848
|
+
- @akinon/pz-credit-payment@1.43.0-rc.12
|
|
4849
|
+
- @akinon/pz-gpay@1.43.0-rc.12
|
|
4850
|
+
- @akinon/pz-masterpass@1.43.0-rc.12
|
|
4851
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.12
|
|
4852
|
+
- @akinon/pz-otp@1.43.0-rc.12
|
|
4853
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.12
|
|
4854
|
+
|
|
4855
|
+
## 1.43.0-rc.11
|
|
4856
|
+
|
|
4857
|
+
### Patch Changes
|
|
4858
|
+
|
|
4859
|
+
- Updated dependencies [6c25f66]
|
|
4860
|
+
- @akinon/next@1.43.0-rc.11
|
|
4861
|
+
- @akinon/pz-akifast@1.43.0-rc.11
|
|
4862
|
+
- @akinon/pz-b2b@1.43.0-rc.11
|
|
4863
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.11
|
|
4864
|
+
- @akinon/pz-bkm@1.43.0-rc.11
|
|
4865
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.11
|
|
4866
|
+
- @akinon/pz-click-collect@1.43.0-rc.11
|
|
4867
|
+
- @akinon/pz-credit-payment@1.43.0-rc.11
|
|
4868
|
+
- @akinon/pz-gpay@1.43.0-rc.11
|
|
4869
|
+
- @akinon/pz-masterpass@1.43.0-rc.11
|
|
4870
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.11
|
|
4871
|
+
- @akinon/pz-otp@1.43.0-rc.11
|
|
4872
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.11
|
|
4873
|
+
|
|
4874
|
+
## 1.43.0-rc.10
|
|
4875
|
+
|
|
4876
|
+
### Patch Changes
|
|
4877
|
+
|
|
4878
|
+
- Updated dependencies [d6edb1d]
|
|
4879
|
+
- @akinon/next@1.43.0-rc.10
|
|
4880
|
+
- @akinon/pz-akifast@1.43.0-rc.10
|
|
4881
|
+
- @akinon/pz-b2b@1.43.0-rc.10
|
|
4882
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.10
|
|
4883
|
+
- @akinon/pz-bkm@1.43.0-rc.10
|
|
4884
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.10
|
|
4885
|
+
- @akinon/pz-click-collect@1.43.0-rc.10
|
|
4886
|
+
- @akinon/pz-credit-payment@1.43.0-rc.10
|
|
4887
|
+
- @akinon/pz-gpay@1.43.0-rc.10
|
|
4888
|
+
- @akinon/pz-masterpass@1.43.0-rc.10
|
|
4889
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.10
|
|
4890
|
+
- @akinon/pz-otp@1.43.0-rc.10
|
|
4891
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.10
|
|
4892
|
+
|
|
4893
|
+
## 1.43.0-rc.9
|
|
4894
|
+
|
|
4895
|
+
### Minor Changes
|
|
4896
|
+
|
|
4897
|
+
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
4898
|
+
|
|
4899
|
+
### Patch Changes
|
|
4900
|
+
|
|
4901
|
+
- Updated dependencies [bc2b411]
|
|
4902
|
+
- @akinon/next@1.43.0-rc.9
|
|
4903
|
+
- @akinon/pz-akifast@1.43.0-rc.9
|
|
4904
|
+
- @akinon/pz-b2b@1.43.0-rc.9
|
|
4905
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.9
|
|
4906
|
+
- @akinon/pz-bkm@1.43.0-rc.9
|
|
4907
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.9
|
|
4908
|
+
- @akinon/pz-click-collect@1.43.0-rc.9
|
|
4909
|
+
- @akinon/pz-credit-payment@1.43.0-rc.9
|
|
4910
|
+
- @akinon/pz-gpay@1.43.0-rc.9
|
|
4911
|
+
- @akinon/pz-masterpass@1.43.0-rc.9
|
|
4912
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.9
|
|
4913
|
+
- @akinon/pz-otp@1.43.0-rc.9
|
|
4914
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.9
|
|
4915
|
+
|
|
4916
|
+
## 1.43.0-rc.8
|
|
4917
|
+
|
|
4918
|
+
### Patch Changes
|
|
4919
|
+
|
|
4920
|
+
- Updated dependencies [70279e7]
|
|
4921
|
+
- Updated dependencies [9d94f7e]
|
|
4922
|
+
- @akinon/next@1.43.0-rc.8
|
|
4923
|
+
- @akinon/pz-akifast@1.43.0-rc.8
|
|
4924
|
+
- @akinon/pz-b2b@1.43.0-rc.8
|
|
4925
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.8
|
|
4926
|
+
- @akinon/pz-bkm@1.43.0-rc.8
|
|
4927
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.8
|
|
4928
|
+
- @akinon/pz-click-collect@1.43.0-rc.8
|
|
4929
|
+
- @akinon/pz-credit-payment@1.43.0-rc.8
|
|
4930
|
+
- @akinon/pz-gpay@1.43.0-rc.8
|
|
4931
|
+
- @akinon/pz-masterpass@1.43.0-rc.8
|
|
4932
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.8
|
|
4933
|
+
- @akinon/pz-otp@1.43.0-rc.8
|
|
4934
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.8
|
|
4935
|
+
|
|
4936
|
+
## 1.43.0-rc.7
|
|
4937
|
+
|
|
4938
|
+
### Patch Changes
|
|
4939
|
+
|
|
4940
|
+
- Updated dependencies [7bd3d99]
|
|
4941
|
+
- @akinon/next@1.43.0-rc.7
|
|
4942
|
+
- @akinon/pz-akifast@1.43.0-rc.7
|
|
4943
|
+
- @akinon/pz-b2b@1.43.0-rc.7
|
|
4944
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.7
|
|
4945
|
+
- @akinon/pz-bkm@1.43.0-rc.7
|
|
4946
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.7
|
|
4947
|
+
- @akinon/pz-click-collect@1.43.0-rc.7
|
|
4948
|
+
- @akinon/pz-credit-payment@1.43.0-rc.7
|
|
4949
|
+
- @akinon/pz-gpay@1.43.0-rc.7
|
|
4950
|
+
- @akinon/pz-masterpass@1.43.0-rc.7
|
|
4951
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.7
|
|
4952
|
+
- @akinon/pz-otp@1.43.0-rc.7
|
|
4953
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.7
|
|
4954
|
+
|
|
4955
|
+
## 1.43.0-rc.6
|
|
4956
|
+
|
|
4957
|
+
### Minor Changes
|
|
4958
|
+
|
|
4959
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
4960
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
4961
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
4962
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
4963
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
4964
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
4965
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
4966
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
4967
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
4968
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
4969
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
4970
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
4971
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
4972
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
4973
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
4974
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
4975
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
4976
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
4977
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
4978
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
4979
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
4980
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
4981
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
4982
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
4983
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
4984
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
4985
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
4986
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
4987
|
+
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
4988
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
4989
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
4990
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
4991
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
4992
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
4993
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
4994
|
+
|
|
4995
|
+
### Patch Changes
|
|
4996
|
+
|
|
4997
|
+
- Updated dependencies [90282b5]
|
|
4998
|
+
- Updated dependencies [50b9069]
|
|
4999
|
+
- Updated dependencies [572d2e8]
|
|
5000
|
+
- Updated dependencies [a4c8d6a]
|
|
5001
|
+
- Updated dependencies [fda5b92]
|
|
5002
|
+
- Updated dependencies [2d9b2b2]
|
|
5003
|
+
- Updated dependencies [c53ea3e]
|
|
5004
|
+
- Updated dependencies [8d9ac9a]
|
|
5005
|
+
- Updated dependencies [18e8197]
|
|
5006
|
+
- Updated dependencies [714e0b4]
|
|
5007
|
+
- Updated dependencies [e9541a1]
|
|
5008
|
+
- Updated dependencies [c53ef7b]
|
|
5009
|
+
- Updated dependencies [64699d3]
|
|
5010
|
+
- Updated dependencies [0d3a913]
|
|
5011
|
+
- Updated dependencies [1448a96]
|
|
5012
|
+
- Updated dependencies [d3474c6]
|
|
5013
|
+
- Updated dependencies [75080fd]
|
|
5014
|
+
- Updated dependencies [17f8752]
|
|
5015
|
+
- Updated dependencies [91265bb]
|
|
5016
|
+
- Updated dependencies [bbe18b9]
|
|
5017
|
+
- Updated dependencies [d409996]
|
|
5018
|
+
- Updated dependencies [69ca080]
|
|
5019
|
+
- Updated dependencies [94b6928]
|
|
5020
|
+
- Updated dependencies [98bb8dc]
|
|
5021
|
+
- Updated dependencies [46b7aad]
|
|
5022
|
+
- Updated dependencies [dcc8a15]
|
|
5023
|
+
- Updated dependencies [fad2768]
|
|
5024
|
+
- Updated dependencies [dff0d59]
|
|
5025
|
+
- Updated dependencies [eecb282]
|
|
5026
|
+
- Updated dependencies [4a163f2]
|
|
5027
|
+
- Updated dependencies [beb499e]
|
|
5028
|
+
- Updated dependencies [146ea39]
|
|
5029
|
+
- Updated dependencies [f2c92d5]
|
|
5030
|
+
- Updated dependencies [c47be30]
|
|
5031
|
+
- Updated dependencies [e9a46ac]
|
|
5032
|
+
- Updated dependencies [f046f8e]
|
|
5033
|
+
- Updated dependencies [86d2531]
|
|
5034
|
+
- Updated dependencies [3f9b8d7]
|
|
5035
|
+
- @akinon/next@1.43.0-rc.6
|
|
5036
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.6
|
|
5037
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.6
|
|
5038
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.6
|
|
5039
|
+
- @akinon/pz-click-collect@1.43.0-rc.6
|
|
5040
|
+
- @akinon/pz-masterpass@1.43.0-rc.6
|
|
5041
|
+
- @akinon/pz-akifast@1.43.0-rc.6
|
|
5042
|
+
- @akinon/pz-gpay@1.43.0-rc.6
|
|
5043
|
+
- @akinon/pz-b2b@1.43.0-rc.6
|
|
5044
|
+
- @akinon/pz-bkm@1.43.0-rc.6
|
|
5045
|
+
- @akinon/pz-otp@1.43.0-rc.6
|
|
5046
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.6
|
|
5047
|
+
- @akinon/pz-credit-payment@1.43.0-rc.6
|
|
5048
|
+
|
|
5049
|
+
## 1.43.0-rc.5
|
|
5050
|
+
|
|
5051
|
+
### Patch Changes
|
|
5052
|
+
|
|
5053
|
+
- Updated dependencies [17f8752]
|
|
5054
|
+
- @akinon/next@1.43.0-rc.5
|
|
5055
|
+
- @akinon/pz-akifast@1.43.0-rc.5
|
|
5056
|
+
- @akinon/pz-b2b@1.43.0-rc.5
|
|
5057
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.5
|
|
5058
|
+
- @akinon/pz-bkm@1.43.0-rc.5
|
|
5059
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.5
|
|
5060
|
+
- @akinon/pz-click-collect@1.43.0-rc.5
|
|
5061
|
+
- @akinon/pz-credit-payment@1.43.0-rc.5
|
|
5062
|
+
- @akinon/pz-gpay@1.43.0-rc.5
|
|
5063
|
+
- @akinon/pz-masterpass@1.43.0-rc.5
|
|
5064
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.5
|
|
5065
|
+
- @akinon/pz-otp@1.43.0-rc.5
|
|
5066
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.5
|
|
5067
|
+
|
|
5068
|
+
## 1.43.0-rc.4
|
|
1252
5069
|
|
|
1253
5070
|
### Patch Changes
|
|
1254
5071
|
|
|
1255
|
-
- Updated dependencies [
|
|
1256
|
-
- @akinon/next@1.
|
|
1257
|
-
- @akinon/pz-akifast@1.
|
|
1258
|
-
- @akinon/pz-b2b@1.
|
|
1259
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
1260
|
-
- @akinon/pz-bkm@1.
|
|
1261
|
-
- @akinon/pz-checkout-gift-pack@1.
|
|
1262
|
-
- @akinon/pz-click-collect@1.
|
|
1263
|
-
- @akinon/pz-credit-payment@1.
|
|
1264
|
-
- @akinon/pz-gpay@1.
|
|
1265
|
-
- @akinon/pz-masterpass@1.
|
|
1266
|
-
- @akinon/pz-one-click-checkout@1.
|
|
1267
|
-
- @akinon/pz-otp@1.
|
|
1268
|
-
- @akinon/pz-pay-on-delivery@1.
|
|
5072
|
+
- Updated dependencies [3f9b8d7]
|
|
5073
|
+
- @akinon/next@1.43.0-rc.4
|
|
5074
|
+
- @akinon/pz-akifast@1.43.0-rc.4
|
|
5075
|
+
- @akinon/pz-b2b@1.43.0-rc.4
|
|
5076
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.4
|
|
5077
|
+
- @akinon/pz-bkm@1.43.0-rc.4
|
|
5078
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.4
|
|
5079
|
+
- @akinon/pz-click-collect@1.43.0-rc.4
|
|
5080
|
+
- @akinon/pz-credit-payment@1.43.0-rc.4
|
|
5081
|
+
- @akinon/pz-gpay@1.43.0-rc.4
|
|
5082
|
+
- @akinon/pz-masterpass@1.43.0-rc.4
|
|
5083
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.4
|
|
5084
|
+
- @akinon/pz-otp@1.43.0-rc.4
|
|
5085
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.4
|
|
5086
|
+
|
|
5087
|
+
## 1.43.0-rc.3
|
|
1269
5088
|
|
|
1270
|
-
|
|
5089
|
+
### Minor Changes
|
|
5090
|
+
|
|
5091
|
+
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1271
5092
|
|
|
1272
5093
|
### Patch Changes
|
|
1273
5094
|
|
|
1274
|
-
-
|
|
1275
|
-
- @akinon/pz-
|
|
1276
|
-
- @akinon/pz-
|
|
1277
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
1278
|
-
- @akinon/pz-
|
|
1279
|
-
- @akinon/pz-
|
|
1280
|
-
- @akinon/pz-click-collect@1.
|
|
1281
|
-
- @akinon/pz-
|
|
1282
|
-
- @akinon/
|
|
1283
|
-
- @akinon/pz-
|
|
1284
|
-
- @akinon/pz-
|
|
1285
|
-
- @akinon/pz-
|
|
1286
|
-
- @akinon/pz-
|
|
5095
|
+
- Updated dependencies [64699d3]
|
|
5096
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.3
|
|
5097
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.3
|
|
5098
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.3
|
|
5099
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.3
|
|
5100
|
+
- @akinon/pz-credit-payment@1.43.0-rc.3
|
|
5101
|
+
- @akinon/pz-click-collect@1.43.0-rc.3
|
|
5102
|
+
- @akinon/pz-masterpass@1.43.0-rc.3
|
|
5103
|
+
- @akinon/next@1.43.0-rc.3
|
|
5104
|
+
- @akinon/pz-akifast@1.43.0-rc.3
|
|
5105
|
+
- @akinon/pz-gpay@1.43.0-rc.3
|
|
5106
|
+
- @akinon/pz-b2b@1.43.0-rc.3
|
|
5107
|
+
- @akinon/pz-bkm@1.43.0-rc.3
|
|
5108
|
+
- @akinon/pz-otp@1.43.0-rc.3
|
|
5109
|
+
|
|
5110
|
+
## 1.43.0-rc.2
|
|
1287
5111
|
|
|
1288
|
-
|
|
5112
|
+
### Patch Changes
|
|
5113
|
+
|
|
5114
|
+
- Updated dependencies [f2c92d5]
|
|
5115
|
+
- @akinon/next@1.43.0-rc.2
|
|
5116
|
+
- @akinon/pz-akifast@1.43.0-rc.2
|
|
5117
|
+
- @akinon/pz-b2b@1.43.0-rc.2
|
|
5118
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.2
|
|
5119
|
+
- @akinon/pz-bkm@1.43.0-rc.2
|
|
5120
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.2
|
|
5121
|
+
- @akinon/pz-click-collect@1.43.0-rc.2
|
|
5122
|
+
- @akinon/pz-credit-payment@1.43.0-rc.2
|
|
5123
|
+
- @akinon/pz-gpay@1.43.0-rc.2
|
|
5124
|
+
- @akinon/pz-masterpass@1.43.0-rc.2
|
|
5125
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.2
|
|
5126
|
+
- @akinon/pz-otp@1.43.0-rc.2
|
|
5127
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.2
|
|
5128
|
+
|
|
5129
|
+
## 1.43.0-rc.1
|
|
1289
5130
|
|
|
1290
5131
|
### Minor Changes
|
|
1291
5132
|
|
|
1292
|
-
-
|
|
5133
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1293
5134
|
|
|
1294
5135
|
### Patch Changes
|
|
1295
5136
|
|
|
1296
|
-
- Updated dependencies [
|
|
1297
|
-
- @akinon/next@1.43.0
|
|
1298
|
-
- @akinon/pz-akifast@1.43.0
|
|
1299
|
-
- @akinon/pz-b2b@1.43.0
|
|
1300
|
-
- @akinon/pz-basket-gift-pack@1.43.0
|
|
1301
|
-
- @akinon/pz-bkm@1.43.0
|
|
1302
|
-
- @akinon/pz-checkout-gift-pack@1.43.0
|
|
1303
|
-
- @akinon/pz-click-collect@1.43.0
|
|
1304
|
-
- @akinon/pz-credit-payment@1.43.0
|
|
1305
|
-
- @akinon/pz-gpay@1.43.0
|
|
1306
|
-
- @akinon/pz-masterpass@1.43.0
|
|
1307
|
-
- @akinon/pz-one-click-checkout@1.43.0
|
|
1308
|
-
- @akinon/pz-otp@1.43.0
|
|
1309
|
-
- @akinon/pz-pay-on-delivery@1.43.0
|
|
5137
|
+
- Updated dependencies [eecb282]
|
|
5138
|
+
- @akinon/next@1.43.0-rc.1
|
|
5139
|
+
- @akinon/pz-akifast@1.43.0-rc.1
|
|
5140
|
+
- @akinon/pz-b2b@1.43.0-rc.1
|
|
5141
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.1
|
|
5142
|
+
- @akinon/pz-bkm@1.43.0-rc.1
|
|
5143
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.1
|
|
5144
|
+
- @akinon/pz-click-collect@1.43.0-rc.1
|
|
5145
|
+
- @akinon/pz-credit-payment@1.43.0-rc.1
|
|
5146
|
+
- @akinon/pz-gpay@1.43.0-rc.1
|
|
5147
|
+
- @akinon/pz-masterpass@1.43.0-rc.1
|
|
5148
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.1
|
|
5149
|
+
- @akinon/pz-otp@1.43.0-rc.1
|
|
5150
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.1
|
|
5151
|
+
|
|
5152
|
+
## 1.43.0-rc.0
|
|
5153
|
+
|
|
5154
|
+
### Minor Changes
|
|
5155
|
+
|
|
5156
|
+
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
5157
|
+
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
5158
|
+
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
5159
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
5160
|
+
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
5161
|
+
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
5162
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
5163
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
5164
|
+
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
5165
|
+
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
5166
|
+
- 552ee8a: ZERO-2777: fix link component usage
|
|
5167
|
+
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
5168
|
+
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
5169
|
+
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
5170
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
5171
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
5172
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
5173
|
+
- d3474c6: ZERO-2655: Add data source shipping option
|
|
5174
|
+
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
5175
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
5176
|
+
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
5177
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
5178
|
+
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
5179
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
5180
|
+
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
5181
|
+
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
5182
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
5183
|
+
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
5184
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
5185
|
+
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
5186
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
5187
|
+
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
5188
|
+
|
|
5189
|
+
### Patch Changes
|
|
5190
|
+
|
|
5191
|
+
- Updated dependencies [90282b5]
|
|
5192
|
+
- Updated dependencies [50b9069]
|
|
5193
|
+
- Updated dependencies [572d2e8]
|
|
5194
|
+
- Updated dependencies [a4c8d6a]
|
|
5195
|
+
- Updated dependencies [fda5b92]
|
|
5196
|
+
- Updated dependencies [2d9b2b2]
|
|
5197
|
+
- Updated dependencies [c53ea3e]
|
|
5198
|
+
- Updated dependencies [8d9ac9a]
|
|
5199
|
+
- Updated dependencies [18e8197]
|
|
5200
|
+
- Updated dependencies [714e0b4]
|
|
5201
|
+
- Updated dependencies [e9541a1]
|
|
5202
|
+
- Updated dependencies [c53ef7b]
|
|
5203
|
+
- Updated dependencies [0d3a913]
|
|
5204
|
+
- Updated dependencies [1448a96]
|
|
5205
|
+
- Updated dependencies [d3474c6]
|
|
5206
|
+
- Updated dependencies [75080fd]
|
|
5207
|
+
- Updated dependencies [91265bb]
|
|
5208
|
+
- Updated dependencies [bbe18b9]
|
|
5209
|
+
- Updated dependencies [d409996]
|
|
5210
|
+
- Updated dependencies [69ca080]
|
|
5211
|
+
- Updated dependencies [94b6928]
|
|
5212
|
+
- Updated dependencies [98bb8dc]
|
|
5213
|
+
- Updated dependencies [46b7aad]
|
|
5214
|
+
- Updated dependencies [dcc8a15]
|
|
5215
|
+
- Updated dependencies [fad2768]
|
|
5216
|
+
- Updated dependencies [dff0d59]
|
|
5217
|
+
- Updated dependencies [beb499e]
|
|
5218
|
+
- Updated dependencies [146ea39]
|
|
5219
|
+
- Updated dependencies [c47be30]
|
|
5220
|
+
- Updated dependencies [e9a46ac]
|
|
5221
|
+
- Updated dependencies [f046f8e]
|
|
5222
|
+
- Updated dependencies [86d2531]
|
|
5223
|
+
- @akinon/next@1.43.0-rc.0
|
|
5224
|
+
- @akinon/pz-checkout-gift-pack@1.43.0-rc.0
|
|
5225
|
+
- @akinon/pz-one-click-checkout@1.43.0-rc.0
|
|
5226
|
+
- @akinon/pz-basket-gift-pack@1.43.0-rc.0
|
|
5227
|
+
- @akinon/pz-click-collect@1.43.0-rc.0
|
|
5228
|
+
- @akinon/pz-masterpass@1.43.0-rc.0
|
|
5229
|
+
- @akinon/pz-akifast@1.43.0-rc.0
|
|
5230
|
+
- @akinon/pz-gpay@1.43.0-rc.0
|
|
5231
|
+
- @akinon/pz-b2b@1.43.0-rc.0
|
|
5232
|
+
- @akinon/pz-bkm@1.43.0-rc.0
|
|
5233
|
+
- @akinon/pz-otp@1.43.0-rc.0
|
|
5234
|
+
- @akinon/pz-credit-payment@1.43.0-rc.0
|
|
5235
|
+
- @akinon/pz-pay-on-delivery@1.43.0-rc.0
|
|
1310
5236
|
|
|
1311
5237
|
## 1.42.0
|
|
1312
5238
|
|
|
@@ -1475,13 +5401,301 @@
|
|
|
1475
5401
|
|
|
1476
5402
|
### Patch Changes
|
|
1477
5403
|
|
|
1478
|
-
-
|
|
1479
|
-
-
|
|
1480
|
-
-
|
|
1481
|
-
-
|
|
1482
|
-
-
|
|
1483
|
-
-
|
|
1484
|
-
-
|
|
5404
|
+
- Updated dependencies [a4c8d6a]
|
|
5405
|
+
- Updated dependencies [d09b677]
|
|
5406
|
+
- Updated dependencies [6d4aadb]
|
|
5407
|
+
- Updated dependencies [8e6e8cf]
|
|
5408
|
+
- Updated dependencies [c53ef7b]
|
|
5409
|
+
- Updated dependencies [ebb63ce]
|
|
5410
|
+
- Updated dependencies [7cebe87]
|
|
5411
|
+
- Updated dependencies [616690d]
|
|
5412
|
+
- Updated dependencies [f3b595e]
|
|
5413
|
+
- Updated dependencies [91265bb]
|
|
5414
|
+
- Updated dependencies [59fb7c3]
|
|
5415
|
+
- Updated dependencies [bbe18b9]
|
|
5416
|
+
- Updated dependencies [f0c23bc]
|
|
5417
|
+
- Updated dependencies [3420416]
|
|
5418
|
+
- Updated dependencies [495d155]
|
|
5419
|
+
- Updated dependencies [beb499e]
|
|
5420
|
+
- Updated dependencies [6c18543]
|
|
5421
|
+
- Updated dependencies [40ad73e]
|
|
5422
|
+
- Updated dependencies [495d155]
|
|
5423
|
+
- Updated dependencies [f046f8e]
|
|
5424
|
+
- Updated dependencies [6b2972b]
|
|
5425
|
+
- Updated dependencies [3e68768]
|
|
5426
|
+
- @akinon/next@1.34.0-rc.20
|
|
5427
|
+
- @akinon/pz-masterpass@1.34.0-rc.20
|
|
5428
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.20
|
|
5429
|
+
- @akinon/pz-b2b@1.34.0-rc.20
|
|
5430
|
+
- @akinon/pz-gpay@1.34.0-rc.20
|
|
5431
|
+
- @akinon/pz-otp@1.34.0-rc.20
|
|
5432
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.20
|
|
5433
|
+
|
|
5434
|
+
## 1.34.0-rc.19
|
|
5435
|
+
|
|
5436
|
+
### Patch Changes
|
|
5437
|
+
|
|
5438
|
+
- Updated dependencies [c53ef7b]
|
|
5439
|
+
- @akinon/next@1.34.0-rc.19
|
|
5440
|
+
- @akinon/pz-b2b@1.34.0-rc.19
|
|
5441
|
+
- @akinon/pz-gpay@1.34.0-rc.19
|
|
5442
|
+
- @akinon/pz-masterpass@1.34.0-rc.19
|
|
5443
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.19
|
|
5444
|
+
- @akinon/pz-otp@1.34.0-rc.19
|
|
5445
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.19
|
|
5446
|
+
|
|
5447
|
+
## 1.34.0-rc.18
|
|
5448
|
+
|
|
5449
|
+
### Minor Changes
|
|
5450
|
+
|
|
5451
|
+
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
5452
|
+
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
5453
|
+
|
|
5454
|
+
### Patch Changes
|
|
5455
|
+
|
|
5456
|
+
- Updated dependencies [a4c8d6a]
|
|
5457
|
+
- @akinon/next@1.34.0-rc.18
|
|
5458
|
+
- @akinon/pz-b2b@1.34.0-rc.18
|
|
5459
|
+
- @akinon/pz-gpay@1.34.0-rc.18
|
|
5460
|
+
- @akinon/pz-masterpass@1.34.0-rc.18
|
|
5461
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.18
|
|
5462
|
+
- @akinon/pz-otp@1.34.0-rc.18
|
|
5463
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.18
|
|
5464
|
+
|
|
5465
|
+
## 1.34.0-rc.17
|
|
5466
|
+
|
|
5467
|
+
### Minor Changes
|
|
5468
|
+
|
|
5469
|
+
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
5470
|
+
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
5471
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
5472
|
+
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
5473
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
5474
|
+
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
5475
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
5476
|
+
- f0c23bc: ZERO-2135: add custom not found page
|
|
5477
|
+
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
5478
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
5479
|
+
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
5480
|
+
- 202f84e: ZERO-2569: Fix static keys
|
|
5481
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
5482
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
5483
|
+
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
5484
|
+
|
|
5485
|
+
### Patch Changes
|
|
5486
|
+
|
|
5487
|
+
- Updated dependencies [d09b677]
|
|
5488
|
+
- Updated dependencies [6d4aadb]
|
|
5489
|
+
- Updated dependencies [8e6e8cf]
|
|
5490
|
+
- Updated dependencies [ebb63ce]
|
|
5491
|
+
- Updated dependencies [7cebe87]
|
|
5492
|
+
- Updated dependencies [616690d]
|
|
5493
|
+
- Updated dependencies [f3b595e]
|
|
5494
|
+
- Updated dependencies [91265bb]
|
|
5495
|
+
- Updated dependencies [59fb7c3]
|
|
5496
|
+
- Updated dependencies [bbe18b9]
|
|
5497
|
+
- Updated dependencies [f0c23bc]
|
|
5498
|
+
- Updated dependencies [3420416]
|
|
5499
|
+
- Updated dependencies [495d155]
|
|
5500
|
+
- Updated dependencies [beb499e]
|
|
5501
|
+
- Updated dependencies [6c18543]
|
|
5502
|
+
- Updated dependencies [40ad73e]
|
|
5503
|
+
- Updated dependencies [495d155]
|
|
5504
|
+
- Updated dependencies [f046f8e]
|
|
5505
|
+
- Updated dependencies [6b2972b]
|
|
5506
|
+
- Updated dependencies [3e68768]
|
|
5507
|
+
- @akinon/next@1.34.0-rc.17
|
|
5508
|
+
- @akinon/pz-masterpass@1.34.0-rc.17
|
|
5509
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.17
|
|
5510
|
+
- @akinon/pz-b2b@1.34.0-rc.17
|
|
5511
|
+
- @akinon/pz-gpay@1.34.0-rc.17
|
|
5512
|
+
- @akinon/pz-otp@1.34.0-rc.17
|
|
5513
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.17
|
|
5514
|
+
|
|
5515
|
+
## 1.34.0-rc.16
|
|
5516
|
+
|
|
5517
|
+
### Patch Changes
|
|
5518
|
+
|
|
5519
|
+
- @akinon/next@1.34.0-rc.16
|
|
5520
|
+
- @akinon/pz-b2b@1.34.0-rc.16
|
|
5521
|
+
- @akinon/pz-gpay@1.34.0-rc.16
|
|
5522
|
+
- @akinon/pz-masterpass@1.34.0-rc.16
|
|
5523
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.16
|
|
5524
|
+
- @akinon/pz-otp@1.34.0-rc.16
|
|
5525
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.16
|
|
5526
|
+
|
|
5527
|
+
## 1.34.0-rc.15
|
|
5528
|
+
|
|
5529
|
+
### Patch Changes
|
|
5530
|
+
|
|
5531
|
+
- @akinon/next@1.34.0-rc.15
|
|
5532
|
+
- @akinon/pz-b2b@1.34.0-rc.15
|
|
5533
|
+
- @akinon/pz-gpay@1.34.0-rc.15
|
|
5534
|
+
- @akinon/pz-masterpass@1.34.0-rc.15
|
|
5535
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.15
|
|
5536
|
+
- @akinon/pz-otp@1.34.0-rc.15
|
|
5537
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.15
|
|
5538
|
+
|
|
5539
|
+
## 1.34.0-rc.14
|
|
5540
|
+
|
|
5541
|
+
### Minor Changes
|
|
5542
|
+
|
|
5543
|
+
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
5544
|
+
|
|
5545
|
+
### Patch Changes
|
|
5546
|
+
|
|
5547
|
+
- @akinon/next@1.34.0-rc.14
|
|
5548
|
+
- @akinon/pz-b2b@1.34.0-rc.14
|
|
5549
|
+
- @akinon/pz-gpay@1.34.0-rc.14
|
|
5550
|
+
- @akinon/pz-masterpass@1.34.0-rc.14
|
|
5551
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.14
|
|
5552
|
+
- @akinon/pz-otp@1.34.0-rc.14
|
|
5553
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.14
|
|
5554
|
+
|
|
5555
|
+
## 1.34.0-rc.13
|
|
5556
|
+
|
|
5557
|
+
### Minor Changes
|
|
5558
|
+
|
|
5559
|
+
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
5560
|
+
|
|
5561
|
+
### Patch Changes
|
|
5562
|
+
|
|
5563
|
+
- @akinon/next@1.34.0-rc.13
|
|
5564
|
+
- @akinon/pz-b2b@1.34.0-rc.13
|
|
5565
|
+
- @akinon/pz-gpay@1.34.0-rc.13
|
|
5566
|
+
- @akinon/pz-masterpass@1.34.0-rc.13
|
|
5567
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.13
|
|
5568
|
+
- @akinon/pz-otp@1.34.0-rc.13
|
|
5569
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.13
|
|
5570
|
+
|
|
5571
|
+
## 1.34.0-rc.12
|
|
5572
|
+
|
|
5573
|
+
### Patch Changes
|
|
5574
|
+
|
|
5575
|
+
- Updated dependencies [616690d]
|
|
5576
|
+
- @akinon/next@1.34.0-rc.12
|
|
5577
|
+
- @akinon/pz-b2b@1.34.0-rc.12
|
|
5578
|
+
- @akinon/pz-gpay@1.34.0-rc.12
|
|
5579
|
+
- @akinon/pz-masterpass@1.34.0-rc.12
|
|
5580
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.12
|
|
5581
|
+
- @akinon/pz-otp@1.34.0-rc.12
|
|
5582
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.12
|
|
5583
|
+
|
|
5584
|
+
## 1.34.0-rc.11
|
|
5585
|
+
|
|
5586
|
+
### Patch Changes
|
|
5587
|
+
|
|
5588
|
+
- Updated dependencies [8e6e8cf]
|
|
5589
|
+
- @akinon/next@1.34.0-rc.11
|
|
5590
|
+
- @akinon/pz-b2b@1.34.0-rc.11
|
|
5591
|
+
- @akinon/pz-gpay@1.34.0-rc.11
|
|
5592
|
+
- @akinon/pz-masterpass@1.34.0-rc.11
|
|
5593
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.11
|
|
5594
|
+
- @akinon/pz-otp@1.34.0-rc.11
|
|
5595
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.11
|
|
5596
|
+
|
|
5597
|
+
## 1.34.0-rc.10
|
|
5598
|
+
|
|
5599
|
+
### Patch Changes
|
|
5600
|
+
|
|
5601
|
+
- Updated dependencies [bbe18b9]
|
|
5602
|
+
- @akinon/next@1.34.0-rc.10
|
|
5603
|
+
- @akinon/pz-b2b@1.34.0-rc.10
|
|
5604
|
+
- @akinon/pz-gpay@1.34.0-rc.10
|
|
5605
|
+
- @akinon/pz-masterpass@1.34.0-rc.10
|
|
5606
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.10
|
|
5607
|
+
- @akinon/pz-otp@1.34.0-rc.10
|
|
5608
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.10
|
|
5609
|
+
|
|
5610
|
+
## 1.34.0-rc.9
|
|
5611
|
+
|
|
5612
|
+
### Minor Changes
|
|
5613
|
+
|
|
5614
|
+
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
5615
|
+
|
|
5616
|
+
### Patch Changes
|
|
5617
|
+
|
|
5618
|
+
- Updated dependencies [beb499e]
|
|
5619
|
+
- @akinon/next@1.34.0-rc.9
|
|
5620
|
+
- @akinon/pz-b2b@1.34.0-rc.9
|
|
5621
|
+
- @akinon/pz-gpay@1.34.0-rc.9
|
|
5622
|
+
- @akinon/pz-masterpass@1.34.0-rc.9
|
|
5623
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.9
|
|
5624
|
+
- @akinon/pz-otp@1.34.0-rc.9
|
|
5625
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.9
|
|
5626
|
+
|
|
5627
|
+
## 1.34.0-rc.8
|
|
5628
|
+
|
|
5629
|
+
### Minor Changes
|
|
5630
|
+
|
|
5631
|
+
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
5632
|
+
|
|
5633
|
+
### Patch Changes
|
|
5634
|
+
|
|
5635
|
+
- Updated dependencies [91265bb]
|
|
5636
|
+
- @akinon/next@1.34.0-rc.8
|
|
5637
|
+
- @akinon/pz-b2b@1.34.0-rc.8
|
|
5638
|
+
- @akinon/pz-gpay@1.34.0-rc.8
|
|
5639
|
+
- @akinon/pz-masterpass@1.34.0-rc.8
|
|
5640
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.8
|
|
5641
|
+
- @akinon/pz-otp@1.34.0-rc.8
|
|
5642
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.8
|
|
5643
|
+
|
|
5644
|
+
## 1.34.0-rc.7
|
|
5645
|
+
|
|
5646
|
+
### Minor Changes
|
|
5647
|
+
|
|
5648
|
+
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
5649
|
+
|
|
5650
|
+
### Patch Changes
|
|
5651
|
+
|
|
5652
|
+
- @akinon/next@1.34.0-rc.7
|
|
5653
|
+
- @akinon/pz-b2b@1.34.0-rc.7
|
|
5654
|
+
- @akinon/pz-gpay@1.34.0-rc.7
|
|
5655
|
+
- @akinon/pz-masterpass@1.34.0-rc.7
|
|
5656
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.7
|
|
5657
|
+
- @akinon/pz-otp@1.34.0-rc.7
|
|
5658
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.7
|
|
5659
|
+
|
|
5660
|
+
## 1.34.0-rc.6
|
|
5661
|
+
|
|
5662
|
+
### Minor Changes
|
|
5663
|
+
|
|
5664
|
+
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
5665
|
+
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
5666
|
+
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
5667
|
+
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
5668
|
+
- f0c23bc: ZERO-2135: add custom not found page
|
|
5669
|
+
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
5670
|
+
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
5671
|
+
- 202f84e: ZERO-2569: Fix static keys
|
|
5672
|
+
- f046f8e: ZERO-2575: update version for react-number-format
|
|
5673
|
+
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
5674
|
+
|
|
5675
|
+
### Patch Changes
|
|
5676
|
+
|
|
5677
|
+
- Updated dependencies [d09b677]
|
|
5678
|
+
- Updated dependencies [6d4aadb]
|
|
5679
|
+
- Updated dependencies [ebb63ce]
|
|
5680
|
+
- Updated dependencies [7cebe87]
|
|
5681
|
+
- Updated dependencies [f3b595e]
|
|
5682
|
+
- Updated dependencies [59fb7c3]
|
|
5683
|
+
- Updated dependencies [f0c23bc]
|
|
5684
|
+
- Updated dependencies [3420416]
|
|
5685
|
+
- Updated dependencies [495d155]
|
|
5686
|
+
- Updated dependencies [6c18543]
|
|
5687
|
+
- Updated dependencies [40ad73e]
|
|
5688
|
+
- Updated dependencies [495d155]
|
|
5689
|
+
- Updated dependencies [f046f8e]
|
|
5690
|
+
- Updated dependencies [6b2972b]
|
|
5691
|
+
- Updated dependencies [3e68768]
|
|
5692
|
+
- @akinon/next@1.34.0-rc.6
|
|
5693
|
+
- @akinon/pz-masterpass@1.34.0-rc.6
|
|
5694
|
+
- @akinon/pz-one-click-checkout@1.34.0-rc.6
|
|
5695
|
+
- @akinon/pz-b2b@1.34.0-rc.6
|
|
5696
|
+
- @akinon/pz-gpay@1.34.0-rc.6
|
|
5697
|
+
- @akinon/pz-otp@1.34.0-rc.6
|
|
5698
|
+
- @akinon/pz-pay-on-delivery@1.34.0-rc.6
|
|
1485
5699
|
|
|
1486
5700
|
## 1.33.2
|
|
1487
5701
|
|