@akinon/projectzero 1.77.0-rc.0 → 1.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -6
- package/app-template/.gitignore +0 -2
- package/app-template/CHANGELOG.md +144 -2625
- package/app-template/package.json +18 -18
- package/app-template/sentry.edge.config.ts +3 -0
- package/app-template/sentry.server.config.ts +3 -0
- package/app-template/src/app/[commerce]/[locale]/[currency]/basket/page.tsx +82 -9
- package/app-template/src/settings.js +1 -6
- package/app-template/src/views/basket/basket-item.tsx +13 -16
- package/app-template/src/views/basket/summary.tsx +7 -10
- package/package.json +1 -1
- package/app-template/src/views/basket/basket-content.tsx +0 -106
|
@@ -1,56 +1,26 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
-
## 1.77.0
|
|
4
|
-
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
- Updated dependencies [7727ae55]
|
|
25
|
-
- Updated dependencies [17f87524]
|
|
26
|
-
- Updated dependencies [65d3b862]
|
|
27
|
-
- Updated dependencies [bbe18b9f]
|
|
28
|
-
- Updated dependencies [4920742c]
|
|
29
|
-
- Updated dependencies [7e56d6b6]
|
|
30
|
-
- Updated dependencies [43c182ee]
|
|
31
|
-
- Updated dependencies [2d305aaf]
|
|
32
|
-
- Updated dependencies [eeb20bea]
|
|
33
|
-
- Updated dependencies [f2c92d5c]
|
|
34
|
-
- Updated dependencies [7bd3d992]
|
|
35
|
-
- Updated dependencies [fdd255ee]
|
|
36
|
-
- Updated dependencies [86a5a620]
|
|
37
|
-
- Updated dependencies [49eeebfa]
|
|
38
|
-
- Updated dependencies [3f9b8d7e]
|
|
39
|
-
- @akinon/next@1.77.0-rc.0
|
|
40
|
-
- @akinon/pz-checkout-gift-pack@1.77.0-rc.0
|
|
41
|
-
- @akinon/pz-one-click-checkout@1.77.0-rc.0
|
|
42
|
-
- @akinon/pz-basket-gift-pack@1.77.0-rc.0
|
|
43
|
-
- @akinon/pz-pay-on-delivery@1.77.0-rc.0
|
|
44
|
-
- @akinon/pz-credit-payment@1.77.0-rc.0
|
|
45
|
-
- @akinon/pz-click-collect@1.77.0-rc.0
|
|
46
|
-
- @akinon/pz-masterpass@1.77.0-rc.0
|
|
47
|
-
- @akinon/pz-akifast@1.77.0-rc.0
|
|
48
|
-
- @akinon/pz-gpay@1.77.0-rc.0
|
|
49
|
-
- @akinon/pz-b2b@1.77.0-rc.0
|
|
50
|
-
- @akinon/pz-bkm@1.77.0-rc.0
|
|
51
|
-
- @akinon/pz-otp@1.77.0-rc.0
|
|
52
|
-
- @akinon/pz-tabby-extension@1.77.0-rc.0
|
|
53
|
-
- @akinon/pz-saved-card@1.77.0-rc.0
|
|
3
|
+
## 1.77.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [999168d]
|
|
8
|
+
- Updated dependencies [86a5a62]
|
|
9
|
+
- @akinon/next@1.77.0
|
|
10
|
+
- @akinon/pz-akifast@1.77.0
|
|
11
|
+
- @akinon/pz-b2b@1.77.0
|
|
12
|
+
- @akinon/pz-basket-gift-pack@1.77.0
|
|
13
|
+
- @akinon/pz-bkm@1.77.0
|
|
14
|
+
- @akinon/pz-checkout-gift-pack@1.77.0
|
|
15
|
+
- @akinon/pz-click-collect@1.77.0
|
|
16
|
+
- @akinon/pz-credit-payment@1.77.0
|
|
17
|
+
- @akinon/pz-gpay@1.77.0
|
|
18
|
+
- @akinon/pz-masterpass@1.77.0
|
|
19
|
+
- @akinon/pz-one-click-checkout@1.77.0
|
|
20
|
+
- @akinon/pz-otp@1.77.0
|
|
21
|
+
- @akinon/pz-pay-on-delivery@1.77.0
|
|
22
|
+
- @akinon/pz-saved-card@1.77.0
|
|
23
|
+
- @akinon/pz-tabby-extension@1.77.0
|
|
54
24
|
|
|
55
25
|
## 1.76.0
|
|
56
26
|
|
|
@@ -209,161 +179,21 @@
|
|
|
209
179
|
### Patch Changes
|
|
210
180
|
|
|
211
181
|
- Updated dependencies [f34454a]
|
|
212
|
-
- @akinon/next@1.71.0
|
|
213
|
-
- @akinon/pz-akifast@1.71.0
|
|
214
|
-
- @akinon/pz-b2b@1.71.0
|
|
215
|
-
- @akinon/pz-basket-gift-pack@1.71.0
|
|
216
|
-
- @akinon/pz-bkm@1.71.0
|
|
217
|
-
- @akinon/pz-checkout-gift-pack@1.71.0
|
|
218
|
-
- @akinon/pz-click-collect@1.71.0
|
|
219
|
-
- @akinon/pz-credit-payment@1.71.0
|
|
220
|
-
- @akinon/pz-gpay@1.71.0
|
|
221
|
-
- @akinon/pz-masterpass@1.71.0
|
|
222
|
-
- @akinon/pz-one-click-checkout@1.71.0
|
|
223
|
-
- @akinon/pz-otp@1.71.0
|
|
224
|
-
- @akinon/pz-pay-on-delivery@1.71.0
|
|
225
|
-
- @akinon/pz-saved-card@1.71.0
|
|
226
|
-
- @akinon/pz-tabby-extension@1.71.0
|
|
227
|
-
|
|
228
|
-
## 1.71.0-rc.5
|
|
229
|
-
|
|
230
|
-
### Patch Changes
|
|
231
|
-
|
|
232
|
-
- Updated dependencies [0ab91e5]
|
|
233
|
-
- @akinon/pz-akifast@1.71.0-rc.5
|
|
234
|
-
- @akinon/next@1.71.0-rc.5
|
|
235
|
-
- @akinon/pz-b2b@1.71.0-rc.5
|
|
236
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.5
|
|
237
|
-
- @akinon/pz-bkm@1.71.0-rc.5
|
|
238
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.5
|
|
239
|
-
- @akinon/pz-click-collect@1.71.0-rc.5
|
|
240
|
-
- @akinon/pz-credit-payment@1.71.0-rc.5
|
|
241
|
-
- @akinon/pz-gpay@1.71.0-rc.5
|
|
242
|
-
- @akinon/pz-masterpass@1.71.0-rc.5
|
|
243
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.5
|
|
244
|
-
- @akinon/pz-otp@1.71.0-rc.5
|
|
245
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.5
|
|
246
|
-
- @akinon/pz-saved-card@1.71.0-rc.5
|
|
247
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.5
|
|
248
|
-
|
|
249
|
-
## 1.71.0-rc.4
|
|
250
|
-
|
|
251
|
-
### Minor Changes
|
|
252
|
-
|
|
253
|
-
- 7d2d66e: ZERO-3012: Upgrade version for tailwindcss
|
|
254
|
-
|
|
255
|
-
### Patch Changes
|
|
256
|
-
|
|
257
|
-
- @akinon/next@1.71.0-rc.4
|
|
258
|
-
- @akinon/pz-akifast@1.71.0-rc.4
|
|
259
|
-
- @akinon/pz-b2b@1.71.0-rc.4
|
|
260
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.4
|
|
261
|
-
- @akinon/pz-bkm@1.71.0-rc.4
|
|
262
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.4
|
|
263
|
-
- @akinon/pz-click-collect@1.71.0-rc.4
|
|
264
|
-
- @akinon/pz-credit-payment@1.71.0-rc.4
|
|
265
|
-
- @akinon/pz-gpay@1.71.0-rc.4
|
|
266
|
-
- @akinon/pz-masterpass@1.71.0-rc.4
|
|
267
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.4
|
|
268
|
-
- @akinon/pz-otp@1.71.0-rc.4
|
|
269
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.4
|
|
270
|
-
- @akinon/pz-saved-card@1.71.0-rc.4
|
|
271
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.4
|
|
272
|
-
|
|
273
|
-
## 1.71.0-rc.3
|
|
274
|
-
|
|
275
|
-
### Minor Changes
|
|
276
|
-
|
|
277
|
-
- 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
|
|
278
|
-
|
|
279
|
-
### Patch Changes
|
|
280
|
-
|
|
281
|
-
- Updated dependencies [3344bca]
|
|
282
|
-
- @akinon/next@1.71.0-rc.3
|
|
283
|
-
- @akinon/pz-akifast@1.71.0-rc.3
|
|
284
|
-
- @akinon/pz-b2b@1.71.0-rc.3
|
|
285
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.3
|
|
286
|
-
- @akinon/pz-bkm@1.71.0-rc.3
|
|
287
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.3
|
|
288
|
-
- @akinon/pz-click-collect@1.71.0-rc.3
|
|
289
|
-
- @akinon/pz-credit-payment@1.71.0-rc.3
|
|
290
|
-
- @akinon/pz-gpay@1.71.0-rc.3
|
|
291
|
-
- @akinon/pz-masterpass@1.71.0-rc.3
|
|
292
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.3
|
|
293
|
-
- @akinon/pz-otp@1.71.0-rc.3
|
|
294
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.3
|
|
295
|
-
- @akinon/pz-saved-card@1.71.0-rc.3
|
|
296
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.3
|
|
297
|
-
|
|
298
|
-
## 1.71.0-rc.2
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
|
-
|
|
302
|
-
- Updated dependencies [56cdddc]
|
|
303
|
-
- @akinon/next@1.71.0-rc.2
|
|
304
|
-
- @akinon/pz-akifast@1.71.0-rc.2
|
|
305
|
-
- @akinon/pz-b2b@1.71.0-rc.2
|
|
306
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.2
|
|
307
|
-
- @akinon/pz-bkm@1.71.0-rc.2
|
|
308
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.2
|
|
309
|
-
- @akinon/pz-click-collect@1.71.0-rc.2
|
|
310
|
-
- @akinon/pz-credit-payment@1.71.0-rc.2
|
|
311
|
-
- @akinon/pz-gpay@1.71.0-rc.2
|
|
312
|
-
- @akinon/pz-masterpass@1.71.0-rc.2
|
|
313
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.2
|
|
314
|
-
- @akinon/pz-otp@1.71.0-rc.2
|
|
315
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.2
|
|
316
|
-
- @akinon/pz-saved-card@1.71.0-rc.2
|
|
317
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.2
|
|
318
|
-
|
|
319
|
-
## 1.71.0-rc.1
|
|
320
|
-
|
|
321
|
-
### Patch Changes
|
|
322
|
-
|
|
323
|
-
- Updated dependencies [9a50730]
|
|
324
|
-
- @akinon/next@1.71.0-rc.1
|
|
325
|
-
- @akinon/pz-akifast@1.71.0-rc.1
|
|
326
|
-
- @akinon/pz-b2b@1.71.0-rc.1
|
|
327
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.1
|
|
328
|
-
- @akinon/pz-bkm@1.71.0-rc.1
|
|
329
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.1
|
|
330
|
-
- @akinon/pz-click-collect@1.71.0-rc.1
|
|
331
|
-
- @akinon/pz-credit-payment@1.71.0-rc.1
|
|
332
|
-
- @akinon/pz-gpay@1.71.0-rc.1
|
|
333
|
-
- @akinon/pz-masterpass@1.71.0-rc.1
|
|
334
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.1
|
|
335
|
-
- @akinon/pz-otp@1.71.0-rc.1
|
|
336
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.1
|
|
337
|
-
- @akinon/pz-saved-card@1.71.0-rc.1
|
|
338
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.1
|
|
339
|
-
|
|
340
|
-
## 1.71.0-rc.0
|
|
341
|
-
|
|
342
|
-
### Minor Changes
|
|
343
|
-
|
|
344
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
345
|
-
|
|
346
|
-
### Patch Changes
|
|
347
|
-
|
|
348
|
-
- Updated dependencies [3bfa12a]
|
|
349
|
-
- Updated dependencies [4d3deb4]
|
|
350
|
-
- Updated dependencies [3010514]
|
|
351
|
-
- Updated dependencies [ca774b3]
|
|
352
|
-
- @akinon/next@1.71.0-rc.0
|
|
353
|
-
- @akinon/pz-akifast@1.71.0-rc.0
|
|
354
|
-
- @akinon/pz-b2b@1.71.0-rc.0
|
|
355
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.0
|
|
356
|
-
- @akinon/pz-bkm@1.71.0-rc.0
|
|
357
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.0
|
|
358
|
-
- @akinon/pz-click-collect@1.71.0-rc.0
|
|
359
|
-
- @akinon/pz-credit-payment@1.71.0-rc.0
|
|
360
|
-
- @akinon/pz-gpay@1.71.0-rc.0
|
|
361
|
-
- @akinon/pz-masterpass@1.71.0-rc.0
|
|
362
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.0
|
|
363
|
-
- @akinon/pz-otp@1.71.0-rc.0
|
|
364
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.0
|
|
365
|
-
- @akinon/pz-saved-card@1.71.0-rc.0
|
|
366
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.0
|
|
182
|
+
- @akinon/next@1.71.0
|
|
183
|
+
- @akinon/pz-akifast@1.71.0
|
|
184
|
+
- @akinon/pz-b2b@1.71.0
|
|
185
|
+
- @akinon/pz-basket-gift-pack@1.71.0
|
|
186
|
+
- @akinon/pz-bkm@1.71.0
|
|
187
|
+
- @akinon/pz-checkout-gift-pack@1.71.0
|
|
188
|
+
- @akinon/pz-click-collect@1.71.0
|
|
189
|
+
- @akinon/pz-credit-payment@1.71.0
|
|
190
|
+
- @akinon/pz-gpay@1.71.0
|
|
191
|
+
- @akinon/pz-masterpass@1.71.0
|
|
192
|
+
- @akinon/pz-one-click-checkout@1.71.0
|
|
193
|
+
- @akinon/pz-otp@1.71.0
|
|
194
|
+
- @akinon/pz-pay-on-delivery@1.71.0
|
|
195
|
+
- @akinon/pz-saved-card@1.71.0
|
|
196
|
+
- @akinon/pz-tabby-extension@1.71.0
|
|
367
197
|
|
|
368
198
|
## 1.70.0
|
|
369
199
|
|
|
@@ -394,249 +224,32 @@
|
|
|
394
224
|
|
|
395
225
|
### Minor Changes
|
|
396
226
|
|
|
397
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
398
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
399
|
-
|
|
400
|
-
### Patch Changes
|
|
401
|
-
|
|
402
|
-
- Updated dependencies [3bfa12a]
|
|
403
|
-
- Updated dependencies [4d3deb4]
|
|
404
|
-
- Updated dependencies [3010514]
|
|
405
|
-
- Updated dependencies [ca774b3]
|
|
406
|
-
- Updated dependencies [f046f8e]
|
|
407
|
-
- @akinon/next@1.69.0-rc.9
|
|
408
|
-
- @akinon/pz-akifast@1.69.0-rc.9
|
|
409
|
-
- @akinon/pz-b2b@1.69.0-rc.9
|
|
410
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.9
|
|
411
|
-
- @akinon/pz-bkm@1.69.0-rc.9
|
|
412
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.9
|
|
413
|
-
- @akinon/pz-click-collect@1.69.0-rc.9
|
|
414
|
-
- @akinon/pz-credit-payment@1.69.0-rc.9
|
|
415
|
-
- @akinon/pz-gpay@1.69.0-rc.9
|
|
416
|
-
- @akinon/pz-masterpass@1.69.0-rc.9
|
|
417
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.9
|
|
418
|
-
- @akinon/pz-otp@1.69.0-rc.9
|
|
419
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.9
|
|
420
|
-
- @akinon/pz-saved-card@1.69.0-rc.9
|
|
421
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.9
|
|
422
|
-
|
|
423
|
-
## 1.69.0-rc.8
|
|
424
|
-
|
|
425
|
-
### Patch Changes
|
|
426
|
-
|
|
427
|
-
- Updated dependencies [3010514]
|
|
428
|
-
- Updated dependencies [ca774b3]
|
|
429
|
-
- @akinon/next@1.69.0-rc.8
|
|
430
|
-
- @akinon/pz-akifast@1.69.0-rc.8
|
|
431
|
-
- @akinon/pz-b2b@1.69.0-rc.8
|
|
432
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.8
|
|
433
|
-
- @akinon/pz-bkm@1.69.0-rc.8
|
|
434
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.8
|
|
435
|
-
- @akinon/pz-click-collect@1.69.0-rc.8
|
|
436
|
-
- @akinon/pz-credit-payment@1.69.0-rc.8
|
|
437
|
-
- @akinon/pz-gpay@1.69.0-rc.8
|
|
438
|
-
- @akinon/pz-masterpass@1.69.0-rc.8
|
|
439
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.8
|
|
440
|
-
- @akinon/pz-otp@1.69.0-rc.8
|
|
441
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.8
|
|
442
|
-
- @akinon/pz-saved-card@1.69.0-rc.8
|
|
443
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.8
|
|
444
|
-
|
|
445
|
-
## 1.69.0-rc.7
|
|
446
|
-
|
|
447
|
-
### Patch Changes
|
|
448
|
-
|
|
449
|
-
- Updated dependencies [3bfa12a]
|
|
450
|
-
- @akinon/next@1.69.0-rc.7
|
|
451
|
-
- @akinon/pz-akifast@1.69.0-rc.7
|
|
452
|
-
- @akinon/pz-b2b@1.69.0-rc.7
|
|
453
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.7
|
|
454
|
-
- @akinon/pz-bkm@1.69.0-rc.7
|
|
455
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.7
|
|
456
|
-
- @akinon/pz-click-collect@1.69.0-rc.7
|
|
457
|
-
- @akinon/pz-credit-payment@1.69.0-rc.7
|
|
458
|
-
- @akinon/pz-gpay@1.69.0-rc.7
|
|
459
|
-
- @akinon/pz-masterpass@1.69.0-rc.7
|
|
460
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.7
|
|
461
|
-
- @akinon/pz-otp@1.69.0-rc.7
|
|
462
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.7
|
|
463
|
-
- @akinon/pz-saved-card@1.69.0-rc.7
|
|
464
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.7
|
|
465
|
-
|
|
466
|
-
## 1.69.0-rc.6
|
|
467
|
-
|
|
468
|
-
### Minor Changes
|
|
469
|
-
|
|
470
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
471
227
|
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
472
228
|
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
473
229
|
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
474
230
|
|
|
475
231
|
### Patch Changes
|
|
476
232
|
|
|
477
|
-
- Updated dependencies [4d3deb4]
|
|
478
233
|
- Updated dependencies [063da74]
|
|
479
234
|
- Updated dependencies [72da021]
|
|
480
235
|
- Updated dependencies [5632a99]
|
|
481
236
|
- Updated dependencies [cbdb0c8]
|
|
482
237
|
- Updated dependencies [80c869b]
|
|
483
|
-
- @akinon/next@1.69.0
|
|
484
|
-
- @akinon/pz-akifast@1.69.0
|
|
485
|
-
- @akinon/pz-b2b@1.69.0
|
|
486
|
-
- @akinon/pz-basket-gift-pack@1.69.0
|
|
487
|
-
- @akinon/pz-bkm@1.69.0
|
|
488
|
-
- @akinon/pz-checkout-gift-pack@1.69.0
|
|
489
|
-
- @akinon/pz-click-collect@1.69.0
|
|
490
|
-
- @akinon/pz-credit-payment@1.69.0
|
|
491
|
-
- @akinon/pz-gpay@1.69.0
|
|
492
|
-
- @akinon/pz-masterpass@1.69.0
|
|
493
|
-
- @akinon/pz-one-click-checkout@1.69.0
|
|
494
|
-
- @akinon/pz-otp@1.69.0
|
|
495
|
-
- @akinon/pz-pay-on-delivery@1.69.0
|
|
496
|
-
- @akinon/pz-saved-card@1.69.0
|
|
497
|
-
- @akinon/pz-tabby-extension@1.69.0
|
|
498
|
-
|
|
499
|
-
## 1.69.0-rc.5
|
|
500
|
-
|
|
501
|
-
### Minor Changes
|
|
502
|
-
|
|
503
|
-
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
504
|
-
|
|
505
|
-
### Patch Changes
|
|
506
|
-
|
|
507
|
-
- Updated dependencies [80c869b]
|
|
508
|
-
- @akinon/next@1.69.0-rc.5
|
|
509
|
-
- @akinon/pz-akifast@1.69.0-rc.5
|
|
510
|
-
- @akinon/pz-b2b@1.69.0-rc.5
|
|
511
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.5
|
|
512
|
-
- @akinon/pz-bkm@1.69.0-rc.5
|
|
513
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.5
|
|
514
|
-
- @akinon/pz-click-collect@1.69.0-rc.5
|
|
515
|
-
- @akinon/pz-credit-payment@1.69.0-rc.5
|
|
516
|
-
- @akinon/pz-gpay@1.69.0-rc.5
|
|
517
|
-
- @akinon/pz-masterpass@1.69.0-rc.5
|
|
518
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.5
|
|
519
|
-
- @akinon/pz-otp@1.69.0-rc.5
|
|
520
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.5
|
|
521
|
-
- @akinon/pz-saved-card@1.69.0-rc.5
|
|
522
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.5
|
|
523
|
-
|
|
524
|
-
## 1.69.0-rc.4
|
|
525
|
-
|
|
526
|
-
### Minor Changes
|
|
527
|
-
|
|
528
|
-
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
529
|
-
|
|
530
|
-
### Patch Changes
|
|
531
|
-
|
|
532
|
-
- Updated dependencies [063da74]
|
|
533
|
-
- @akinon/next@1.69.0-rc.4
|
|
534
|
-
- @akinon/pz-akifast@1.69.0-rc.4
|
|
535
|
-
- @akinon/pz-b2b@1.69.0-rc.4
|
|
536
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.4
|
|
537
|
-
- @akinon/pz-bkm@1.69.0-rc.4
|
|
538
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.4
|
|
539
|
-
- @akinon/pz-click-collect@1.69.0-rc.4
|
|
540
|
-
- @akinon/pz-credit-payment@1.69.0-rc.4
|
|
541
|
-
- @akinon/pz-gpay@1.69.0-rc.4
|
|
542
|
-
- @akinon/pz-masterpass@1.69.0-rc.4
|
|
543
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.4
|
|
544
|
-
- @akinon/pz-otp@1.69.0-rc.4
|
|
545
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.4
|
|
546
|
-
- @akinon/pz-saved-card@1.69.0-rc.4
|
|
547
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.4
|
|
548
|
-
|
|
549
|
-
## 1.69.0-rc.3
|
|
550
|
-
|
|
551
|
-
### Minor Changes
|
|
552
|
-
|
|
553
|
-
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
554
|
-
|
|
555
|
-
### Patch Changes
|
|
556
|
-
|
|
557
|
-
- Updated dependencies [cbdb0c8]
|
|
558
|
-
- @akinon/next@1.69.0-rc.3
|
|
559
|
-
- @akinon/pz-akifast@1.69.0-rc.3
|
|
560
|
-
- @akinon/pz-b2b@1.69.0-rc.3
|
|
561
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.3
|
|
562
|
-
- @akinon/pz-bkm@1.69.0-rc.3
|
|
563
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.3
|
|
564
|
-
- @akinon/pz-click-collect@1.69.0-rc.3
|
|
565
|
-
- @akinon/pz-credit-payment@1.69.0-rc.3
|
|
566
|
-
- @akinon/pz-gpay@1.69.0-rc.3
|
|
567
|
-
- @akinon/pz-masterpass@1.69.0-rc.3
|
|
568
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.3
|
|
569
|
-
- @akinon/pz-otp@1.69.0-rc.3
|
|
570
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.3
|
|
571
|
-
- @akinon/pz-saved-card@1.69.0-rc.3
|
|
572
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.3
|
|
573
|
-
|
|
574
|
-
## 1.69.0-rc.2
|
|
575
|
-
|
|
576
|
-
### Patch Changes
|
|
577
|
-
|
|
578
|
-
- Updated dependencies [5632a99]
|
|
579
|
-
- @akinon/next@1.69.0-rc.2
|
|
580
|
-
- @akinon/pz-akifast@1.69.0-rc.2
|
|
581
|
-
- @akinon/pz-b2b@1.69.0-rc.2
|
|
582
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.2
|
|
583
|
-
- @akinon/pz-bkm@1.69.0-rc.2
|
|
584
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.2
|
|
585
|
-
- @akinon/pz-click-collect@1.69.0-rc.2
|
|
586
|
-
- @akinon/pz-credit-payment@1.69.0-rc.2
|
|
587
|
-
- @akinon/pz-gpay@1.69.0-rc.2
|
|
588
|
-
- @akinon/pz-masterpass@1.69.0-rc.2
|
|
589
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.2
|
|
590
|
-
- @akinon/pz-otp@1.69.0-rc.2
|
|
591
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.2
|
|
592
|
-
- @akinon/pz-saved-card@1.69.0-rc.2
|
|
593
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.2
|
|
594
|
-
|
|
595
|
-
## 1.69.0-rc.1
|
|
596
|
-
|
|
597
|
-
### Patch Changes
|
|
598
|
-
|
|
599
|
-
- Updated dependencies [72da021]
|
|
600
|
-
- @akinon/next@1.69.0-rc.1
|
|
601
|
-
- @akinon/pz-akifast@1.69.0-rc.1
|
|
602
|
-
- @akinon/pz-b2b@1.69.0-rc.1
|
|
603
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.1
|
|
604
|
-
- @akinon/pz-bkm@1.69.0-rc.1
|
|
605
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.1
|
|
606
|
-
- @akinon/pz-click-collect@1.69.0-rc.1
|
|
607
|
-
- @akinon/pz-credit-payment@1.69.0-rc.1
|
|
608
|
-
- @akinon/pz-gpay@1.69.0-rc.1
|
|
609
|
-
- @akinon/pz-masterpass@1.69.0-rc.1
|
|
610
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.1
|
|
611
|
-
- @akinon/pz-otp@1.69.0-rc.1
|
|
612
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.1
|
|
613
|
-
- @akinon/pz-saved-card@1.69.0-rc.1
|
|
614
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.1
|
|
615
|
-
|
|
616
|
-
## 1.69.0-rc.0
|
|
617
|
-
|
|
618
|
-
### Minor Changes
|
|
619
|
-
|
|
620
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
621
|
-
|
|
622
|
-
### Patch Changes
|
|
623
|
-
|
|
624
|
-
- Updated dependencies [4d3deb4]
|
|
625
|
-
- @akinon/next@1.69.0-rc.0
|
|
626
|
-
- @akinon/pz-akifast@1.69.0-rc.0
|
|
627
|
-
- @akinon/pz-b2b@1.69.0-rc.0
|
|
628
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.0
|
|
629
|
-
- @akinon/pz-bkm@1.69.0-rc.0
|
|
630
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.0
|
|
631
|
-
- @akinon/pz-click-collect@1.69.0-rc.0
|
|
632
|
-
- @akinon/pz-credit-payment@1.69.0-rc.0
|
|
633
|
-
- @akinon/pz-gpay@1.69.0-rc.0
|
|
634
|
-
- @akinon/pz-masterpass@1.69.0-rc.0
|
|
635
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.0
|
|
636
|
-
- @akinon/pz-otp@1.69.0-rc.0
|
|
637
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.0
|
|
638
|
-
- @akinon/pz-saved-card@1.69.0-rc.0
|
|
639
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.0
|
|
238
|
+
- @akinon/next@1.69.0
|
|
239
|
+
- @akinon/pz-akifast@1.69.0
|
|
240
|
+
- @akinon/pz-b2b@1.69.0
|
|
241
|
+
- @akinon/pz-basket-gift-pack@1.69.0
|
|
242
|
+
- @akinon/pz-bkm@1.69.0
|
|
243
|
+
- @akinon/pz-checkout-gift-pack@1.69.0
|
|
244
|
+
- @akinon/pz-click-collect@1.69.0
|
|
245
|
+
- @akinon/pz-credit-payment@1.69.0
|
|
246
|
+
- @akinon/pz-gpay@1.69.0
|
|
247
|
+
- @akinon/pz-masterpass@1.69.0
|
|
248
|
+
- @akinon/pz-one-click-checkout@1.69.0
|
|
249
|
+
- @akinon/pz-otp@1.69.0
|
|
250
|
+
- @akinon/pz-pay-on-delivery@1.69.0
|
|
251
|
+
- @akinon/pz-saved-card@1.69.0
|
|
252
|
+
- @akinon/pz-tabby-extension@1.69.0
|
|
640
253
|
|
|
641
254
|
## 1.68.0
|
|
642
255
|
|
|
@@ -987,401 +600,28 @@
|
|
|
987
600
|
|
|
988
601
|
### Minor Changes
|
|
989
602
|
|
|
990
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
991
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
992
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
993
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
994
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
995
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
996
|
-
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
997
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
998
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
999
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1000
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1001
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1002
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1003
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1004
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1005
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1006
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1007
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1008
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1009
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1010
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1011
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1012
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1013
|
-
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
1014
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1015
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1016
|
-
|
|
1017
|
-
### Patch Changes
|
|
1018
|
-
|
|
1019
|
-
- Updated dependencies [c416d18]
|
|
1020
|
-
- Updated dependencies [572d2e84]
|
|
1021
|
-
- Updated dependencies [5dfeea0]
|
|
1022
|
-
- Updated dependencies [0e25399]
|
|
1023
|
-
- Updated dependencies [a4c8d6a9]
|
|
1024
|
-
- Updated dependencies [fda5b927]
|
|
1025
|
-
- Updated dependencies [2d9b2b2c]
|
|
1026
|
-
- Updated dependencies [c53ea3e6]
|
|
1027
|
-
- Updated dependencies [714e0b46]
|
|
1028
|
-
- Updated dependencies [6c25f66]
|
|
1029
|
-
- Updated dependencies [bc2b4117]
|
|
1030
|
-
- Updated dependencies [3bf2dd9]
|
|
1031
|
-
- Updated dependencies [e9541a13]
|
|
1032
|
-
- Updated dependencies [c53ef7b9]
|
|
1033
|
-
- Updated dependencies [2e6104d]
|
|
1034
|
-
- Updated dependencies [64699d3f]
|
|
1035
|
-
- Updated dependencies [0d3a913e]
|
|
1036
|
-
- Updated dependencies [7b05522]
|
|
1037
|
-
- Updated dependencies [d6edb1d]
|
|
1038
|
-
- Updated dependencies [d3474c64]
|
|
1039
|
-
- Updated dependencies [17f87524]
|
|
1040
|
-
- Updated dependencies [29ead87]
|
|
1041
|
-
- Updated dependencies [c45b62c]
|
|
1042
|
-
- Updated dependencies [91265bba]
|
|
1043
|
-
- Updated dependencies [bbe18b9f]
|
|
1044
|
-
- Updated dependencies [d4099960]
|
|
1045
|
-
- Updated dependencies [4920742]
|
|
1046
|
-
- Updated dependencies [12a873e]
|
|
1047
|
-
- Updated dependencies [7e56d6b]
|
|
1048
|
-
- Updated dependencies [94b69285]
|
|
1049
|
-
- Updated dependencies [98bb8dcd]
|
|
1050
|
-
- Updated dependencies [dcc8a150]
|
|
1051
|
-
- Updated dependencies [8f47cca]
|
|
1052
|
-
- Updated dependencies [fad27689]
|
|
1053
|
-
- Updated dependencies [dff0d595]
|
|
1054
|
-
- Updated dependencies [fdd0b41]
|
|
1055
|
-
- Updated dependencies [f2c325c]
|
|
1056
|
-
- Updated dependencies [9e25a64]
|
|
1057
|
-
- Updated dependencies [beb499e6]
|
|
1058
|
-
- Updated dependencies [f2c92d5c]
|
|
1059
|
-
- Updated dependencies [7bd3d992]
|
|
1060
|
-
- Updated dependencies [f3d076b]
|
|
1061
|
-
- Updated dependencies [f046f8e0]
|
|
1062
|
-
- Updated dependencies [49eeebf]
|
|
1063
|
-
- Updated dependencies [86d25315]
|
|
1064
|
-
- Updated dependencies [3f9b8d7e]
|
|
1065
|
-
- @akinon/next@1.56.0-rc.8
|
|
1066
|
-
- @akinon/pz-tabby-extension@1.56.0-rc.8
|
|
1067
|
-
- @akinon/pz-click-collect@1.56.0-rc.8
|
|
1068
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.8
|
|
1069
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.8
|
|
1070
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.8
|
|
1071
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.8
|
|
1072
|
-
- @akinon/pz-credit-payment@1.56.0-rc.8
|
|
1073
|
-
- @akinon/pz-masterpass@1.56.0-rc.8
|
|
1074
|
-
- @akinon/pz-akifast@1.56.0-rc.8
|
|
1075
|
-
- @akinon/pz-gpay@1.56.0-rc.8
|
|
1076
|
-
- @akinon/pz-b2b@1.56.0-rc.8
|
|
1077
|
-
- @akinon/pz-bkm@1.56.0-rc.8
|
|
1078
|
-
- @akinon/pz-otp@1.56.0-rc.8
|
|
1079
|
-
|
|
1080
|
-
## 1.56.0-rc.7
|
|
1081
|
-
|
|
1082
|
-
### Patch Changes
|
|
1083
|
-
|
|
1084
|
-
- Updated dependencies [0e25399]
|
|
1085
|
-
- @akinon/pz-tabby-extension@1.56.0-rc.7
|
|
1086
|
-
- @akinon/next@1.56.0-rc.7
|
|
1087
|
-
- @akinon/pz-akifast@1.56.0-rc.7
|
|
1088
|
-
- @akinon/pz-b2b@1.56.0-rc.7
|
|
1089
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.7
|
|
1090
|
-
- @akinon/pz-bkm@1.56.0-rc.7
|
|
1091
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.7
|
|
1092
|
-
- @akinon/pz-click-collect@1.56.0-rc.7
|
|
1093
|
-
- @akinon/pz-credit-payment@1.56.0-rc.7
|
|
1094
|
-
- @akinon/pz-gpay@1.56.0-rc.7
|
|
1095
|
-
- @akinon/pz-masterpass@1.56.0-rc.7
|
|
1096
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.7
|
|
1097
|
-
- @akinon/pz-otp@1.56.0-rc.7
|
|
1098
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.7
|
|
1099
|
-
|
|
1100
|
-
## 1.56.0-rc.6
|
|
1101
|
-
|
|
1102
|
-
### Minor Changes
|
|
1103
|
-
|
|
1104
|
-
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
1105
|
-
|
|
1106
|
-
### Patch Changes
|
|
1107
|
-
|
|
1108
|
-
- Updated dependencies [f3d076b]
|
|
1109
|
-
- @akinon/next@1.56.0-rc.6
|
|
1110
|
-
- @akinon/pz-akifast@1.56.0-rc.6
|
|
1111
|
-
- @akinon/pz-b2b@1.56.0-rc.6
|
|
1112
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.6
|
|
1113
|
-
- @akinon/pz-bkm@1.56.0-rc.6
|
|
1114
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.6
|
|
1115
|
-
- @akinon/pz-click-collect@1.56.0-rc.6
|
|
1116
|
-
- @akinon/pz-credit-payment@1.56.0-rc.6
|
|
1117
|
-
- @akinon/pz-gpay@1.56.0-rc.6
|
|
1118
|
-
- @akinon/pz-masterpass@1.56.0-rc.6
|
|
1119
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.6
|
|
1120
|
-
- @akinon/pz-otp@1.56.0-rc.6
|
|
1121
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.6
|
|
1122
|
-
|
|
1123
|
-
## 1.56.0-rc.5
|
|
1124
|
-
|
|
1125
|
-
### Patch Changes
|
|
1126
|
-
|
|
1127
|
-
- Updated dependencies [c416d18]
|
|
1128
|
-
- @akinon/next@1.56.0-rc.5
|
|
1129
|
-
- @akinon/pz-akifast@1.56.0-rc.5
|
|
1130
|
-
- @akinon/pz-b2b@1.56.0-rc.5
|
|
1131
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.5
|
|
1132
|
-
- @akinon/pz-bkm@1.56.0-rc.5
|
|
1133
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.5
|
|
1134
|
-
- @akinon/pz-click-collect@1.56.0-rc.5
|
|
1135
|
-
- @akinon/pz-credit-payment@1.56.0-rc.5
|
|
1136
|
-
- @akinon/pz-gpay@1.56.0-rc.5
|
|
1137
|
-
- @akinon/pz-masterpass@1.56.0-rc.5
|
|
1138
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.5
|
|
1139
|
-
- @akinon/pz-otp@1.56.0-rc.5
|
|
1140
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.5
|
|
1141
|
-
|
|
1142
|
-
## 1.56.0-rc.4
|
|
1143
|
-
|
|
1144
|
-
### Minor Changes
|
|
1145
|
-
|
|
1146
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1147
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1148
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1149
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1150
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1151
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1152
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1153
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1154
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1155
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1156
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1157
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1158
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1159
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1160
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1161
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1162
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1163
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1164
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1165
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1166
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1167
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1168
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1169
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1170
603
|
- b9273fd: ZERO-2889: add host headers to requests
|
|
1171
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1172
604
|
|
|
1173
605
|
### Patch Changes
|
|
1174
606
|
|
|
1175
|
-
- Updated dependencies [572d2e84]
|
|
1176
|
-
- Updated dependencies [5dfeea0]
|
|
1177
|
-
- Updated dependencies [a4c8d6a9]
|
|
1178
|
-
- Updated dependencies [fda5b927]
|
|
1179
|
-
- Updated dependencies [2d9b2b2c]
|
|
1180
|
-
- Updated dependencies [c53ea3e6]
|
|
1181
607
|
- Updated dependencies [d93a507]
|
|
1182
|
-
- Updated dependencies [714e0b46]
|
|
1183
|
-
- Updated dependencies [6c25f66]
|
|
1184
|
-
- Updated dependencies [bc2b411]
|
|
1185
|
-
- Updated dependencies [3bf2dd9]
|
|
1186
|
-
- Updated dependencies [e9541a13]
|
|
1187
|
-
- Updated dependencies [c53ef7b9]
|
|
1188
|
-
- Updated dependencies [2e6104d]
|
|
1189
|
-
- Updated dependencies [64699d3]
|
|
1190
|
-
- Updated dependencies [0d3a913e]
|
|
1191
|
-
- Updated dependencies [7b05522]
|
|
1192
|
-
- Updated dependencies [d6edb1d]
|
|
1193
|
-
- Updated dependencies [d3474c64]
|
|
1194
|
-
- Updated dependencies [17f8752]
|
|
1195
|
-
- Updated dependencies [29ead87]
|
|
1196
|
-
- Updated dependencies [c45b62c]
|
|
1197
|
-
- Updated dependencies [91265bba]
|
|
1198
|
-
- Updated dependencies [bbe18b9f]
|
|
1199
|
-
- Updated dependencies [d4099960]
|
|
1200
|
-
- Updated dependencies [4920742]
|
|
1201
|
-
- Updated dependencies [12a873e]
|
|
1202
608
|
- Updated dependencies [674badc]
|
|
1203
|
-
- Updated dependencies [7e56d6b]
|
|
1204
|
-
- Updated dependencies [94b69285]
|
|
1205
|
-
- Updated dependencies [98bb8dcd]
|
|
1206
609
|
- Updated dependencies [207ac6e]
|
|
1207
|
-
- Updated dependencies [dcc8a150]
|
|
1208
|
-
- Updated dependencies [8f47cca]
|
|
1209
|
-
- Updated dependencies [fad27689]
|
|
1210
|
-
- Updated dependencies [dff0d595]
|
|
1211
|
-
- Updated dependencies [fdd0b41]
|
|
1212
|
-
- Updated dependencies [f2c325c]
|
|
1213
|
-
- Updated dependencies [9e25a64]
|
|
1214
|
-
- Updated dependencies [beb499e6]
|
|
1215
|
-
- Updated dependencies [f2c92d5c]
|
|
1216
|
-
- Updated dependencies [7bd3d99]
|
|
1217
|
-
- Updated dependencies [f046f8e0]
|
|
1218
610
|
- Updated dependencies [b9273fd]
|
|
1219
|
-
- Updated dependencies [49eeebf]
|
|
1220
|
-
- Updated dependencies [86d25315]
|
|
1221
611
|
- Updated dependencies [c670bd4]
|
|
1222
|
-
-
|
|
1223
|
-
- @akinon/
|
|
1224
|
-
- @akinon/pz-
|
|
1225
|
-
- @akinon/pz-
|
|
1226
|
-
- @akinon/pz-
|
|
1227
|
-
- @akinon/pz-
|
|
1228
|
-
- @akinon/pz-
|
|
1229
|
-
- @akinon/pz-credit-payment@1.56.0
|
|
1230
|
-
- @akinon/pz-
|
|
1231
|
-
- @akinon/pz-
|
|
1232
|
-
- @akinon/pz-
|
|
1233
|
-
- @akinon/pz-
|
|
1234
|
-
- @akinon/pz-
|
|
1235
|
-
- @akinon/pz-otp@1.56.0-rc.4
|
|
1236
|
-
|
|
1237
|
-
## 1.56.0-rc.3
|
|
1238
|
-
|
|
1239
|
-
### Patch Changes
|
|
1240
|
-
|
|
1241
|
-
- Updated dependencies [674badc]
|
|
1242
|
-
- @akinon/next@1.56.0-rc.3
|
|
1243
|
-
- @akinon/pz-akifast@1.56.0-rc.3
|
|
1244
|
-
- @akinon/pz-b2b@1.56.0-rc.3
|
|
1245
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.3
|
|
1246
|
-
- @akinon/pz-bkm@1.56.0-rc.3
|
|
1247
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.3
|
|
1248
|
-
- @akinon/pz-click-collect@1.56.0-rc.3
|
|
1249
|
-
- @akinon/pz-credit-payment@1.56.0-rc.3
|
|
1250
|
-
- @akinon/pz-gpay@1.56.0-rc.3
|
|
1251
|
-
- @akinon/pz-masterpass@1.56.0-rc.3
|
|
1252
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.3
|
|
1253
|
-
- @akinon/pz-otp@1.56.0-rc.3
|
|
1254
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.3
|
|
1255
|
-
|
|
1256
|
-
## 1.56.0-rc.2
|
|
1257
|
-
|
|
1258
|
-
### Patch Changes
|
|
1259
|
-
|
|
1260
|
-
- Updated dependencies [7b05522]
|
|
1261
|
-
- Updated dependencies [29ead87]
|
|
1262
|
-
- @akinon/next@1.56.0-rc.2
|
|
1263
|
-
- @akinon/pz-otp@1.56.0-rc.2
|
|
1264
|
-
- @akinon/pz-akifast@1.56.0-rc.2
|
|
1265
|
-
- @akinon/pz-b2b@1.56.0-rc.2
|
|
1266
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.2
|
|
1267
|
-
- @akinon/pz-bkm@1.56.0-rc.2
|
|
1268
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.2
|
|
1269
|
-
- @akinon/pz-click-collect@1.56.0-rc.2
|
|
1270
|
-
- @akinon/pz-credit-payment@1.56.0-rc.2
|
|
1271
|
-
- @akinon/pz-gpay@1.56.0-rc.2
|
|
1272
|
-
- @akinon/pz-masterpass@1.56.0-rc.2
|
|
1273
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.2
|
|
1274
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.2
|
|
1275
|
-
|
|
1276
|
-
## 1.56.0-rc.1
|
|
1277
|
-
|
|
1278
|
-
### Patch Changes
|
|
1279
|
-
|
|
1280
|
-
- Updated dependencies [207ac6e]
|
|
1281
|
-
- @akinon/next@1.56.0-rc.1
|
|
1282
|
-
- @akinon/pz-akifast@1.56.0-rc.1
|
|
1283
|
-
- @akinon/pz-b2b@1.56.0-rc.1
|
|
1284
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.1
|
|
1285
|
-
- @akinon/pz-bkm@1.56.0-rc.1
|
|
1286
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.1
|
|
1287
|
-
- @akinon/pz-click-collect@1.56.0-rc.1
|
|
1288
|
-
- @akinon/pz-credit-payment@1.56.0-rc.1
|
|
1289
|
-
- @akinon/pz-gpay@1.56.0-rc.1
|
|
1290
|
-
- @akinon/pz-masterpass@1.56.0-rc.1
|
|
1291
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.1
|
|
1292
|
-
- @akinon/pz-otp@1.56.0-rc.1
|
|
1293
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.1
|
|
1294
|
-
|
|
1295
|
-
## 1.56.0-rc.0
|
|
1296
|
-
|
|
1297
|
-
### Minor Changes
|
|
1298
|
-
|
|
1299
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1300
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1301
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1302
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1303
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1304
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1305
|
-
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1306
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1307
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1308
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1309
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1310
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1311
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1312
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1313
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1314
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1315
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1316
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1317
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1318
|
-
- 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
|
|
1319
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1320
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1321
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1322
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1323
|
-
- b9273fd3: ZERO-2889: add host headers to requests
|
|
1324
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1325
|
-
|
|
1326
|
-
### Patch Changes
|
|
1327
|
-
|
|
1328
|
-
- Updated dependencies [572d2e84]
|
|
1329
|
-
- Updated dependencies [5dfeea0]
|
|
1330
|
-
- Updated dependencies [a4c8d6a9]
|
|
1331
|
-
- Updated dependencies [fda5b927]
|
|
1332
|
-
- Updated dependencies [2d9b2b2c]
|
|
1333
|
-
- Updated dependencies [c53ea3e6]
|
|
1334
|
-
- Updated dependencies [d93a507]
|
|
1335
|
-
- Updated dependencies [714e0b46]
|
|
1336
|
-
- Updated dependencies [6c25f666]
|
|
1337
|
-
- Updated dependencies [bc2b4117]
|
|
1338
|
-
- Updated dependencies [3bf2dd94]
|
|
1339
|
-
- Updated dependencies [e9541a13]
|
|
1340
|
-
- Updated dependencies [c53ef7b9]
|
|
1341
|
-
- Updated dependencies [2e6104d]
|
|
1342
|
-
- Updated dependencies [64699d3f]
|
|
1343
|
-
- Updated dependencies [0d3a913e]
|
|
1344
|
-
- Updated dependencies [d6edb1d0]
|
|
1345
|
-
- Updated dependencies [d3474c64]
|
|
1346
|
-
- Updated dependencies [17f87524]
|
|
1347
|
-
- Updated dependencies [c45b62c9]
|
|
1348
|
-
- Updated dependencies [91265bba]
|
|
1349
|
-
- Updated dependencies [bbe18b9f]
|
|
1350
|
-
- Updated dependencies [d4099960]
|
|
1351
|
-
- Updated dependencies [4920742c]
|
|
1352
|
-
- Updated dependencies [12a873e]
|
|
1353
|
-
- Updated dependencies [7e56d6b6]
|
|
1354
|
-
- Updated dependencies [94b69285]
|
|
1355
|
-
- Updated dependencies [98bb8dcd]
|
|
1356
|
-
- Updated dependencies [dcc8a150]
|
|
1357
|
-
- Updated dependencies [8f47ccae]
|
|
1358
|
-
- Updated dependencies [fad27689]
|
|
1359
|
-
- Updated dependencies [dff0d595]
|
|
1360
|
-
- Updated dependencies [fdd0b41]
|
|
1361
|
-
- Updated dependencies [f2c325c1]
|
|
1362
|
-
- Updated dependencies [9e25a64b]
|
|
1363
|
-
- Updated dependencies [beb499e6]
|
|
1364
|
-
- Updated dependencies [f2c92d5c]
|
|
1365
|
-
- Updated dependencies [7bd3d992]
|
|
1366
|
-
- Updated dependencies [f046f8e0]
|
|
1367
|
-
- Updated dependencies [b9273fd3]
|
|
1368
|
-
- Updated dependencies [49eeebf]
|
|
1369
|
-
- Updated dependencies [86d25315]
|
|
1370
|
-
- Updated dependencies [c670bd48]
|
|
1371
|
-
- Updated dependencies [3f9b8d7e]
|
|
1372
|
-
- @akinon/next@1.56.0-rc.0
|
|
1373
|
-
- @akinon/pz-click-collect@1.56.0-rc.0
|
|
1374
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.0
|
|
1375
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.0
|
|
1376
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.0
|
|
1377
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.0
|
|
1378
|
-
- @akinon/pz-credit-payment@1.56.0-rc.0
|
|
1379
|
-
- @akinon/pz-masterpass@1.56.0-rc.0
|
|
1380
|
-
- @akinon/pz-akifast@1.56.0-rc.0
|
|
1381
|
-
- @akinon/pz-gpay@1.56.0-rc.0
|
|
1382
|
-
- @akinon/pz-b2b@1.56.0-rc.0
|
|
1383
|
-
- @akinon/pz-bkm@1.56.0-rc.0
|
|
1384
|
-
- @akinon/pz-otp@1.56.0-rc.0
|
|
612
|
+
- @akinon/next@1.56.0
|
|
613
|
+
- @akinon/pz-akifast@1.56.0
|
|
614
|
+
- @akinon/pz-b2b@1.56.0
|
|
615
|
+
- @akinon/pz-basket-gift-pack@1.56.0
|
|
616
|
+
- @akinon/pz-bkm@1.56.0
|
|
617
|
+
- @akinon/pz-checkout-gift-pack@1.56.0
|
|
618
|
+
- @akinon/pz-click-collect@1.56.0
|
|
619
|
+
- @akinon/pz-credit-payment@1.56.0
|
|
620
|
+
- @akinon/pz-gpay@1.56.0
|
|
621
|
+
- @akinon/pz-masterpass@1.56.0
|
|
622
|
+
- @akinon/pz-one-click-checkout@1.56.0
|
|
623
|
+
- @akinon/pz-otp@1.56.0
|
|
624
|
+
- @akinon/pz-pay-on-delivery@1.56.0
|
|
1385
625
|
|
|
1386
626
|
## 1.55.0
|
|
1387
627
|
|
|
@@ -1524,220 +764,20 @@
|
|
|
1524
764
|
|
|
1525
765
|
### Patch Changes
|
|
1526
766
|
|
|
1527
|
-
- Updated dependencies [90282b53]
|
|
1528
|
-
- Updated dependencies [50b90692]
|
|
1529
|
-
- Updated dependencies [572d2e84]
|
|
1530
|
-
- Updated dependencies [5dfeea0]
|
|
1531
|
-
- Updated dependencies [a4c8d6a9]
|
|
1532
|
-
- Updated dependencies [fda5b927]
|
|
1533
|
-
- Updated dependencies [2d9b2b2]
|
|
1534
|
-
- Updated dependencies [c53ea3e6]
|
|
1535
|
-
- Updated dependencies [d93a507]
|
|
1536
|
-
- Updated dependencies [8d9ac9a]
|
|
1537
|
-
- Updated dependencies [18e8197]
|
|
1538
|
-
- Updated dependencies [714e0b46]
|
|
1539
|
-
- Updated dependencies [70279e7]
|
|
1540
|
-
- Updated dependencies [6c25f66]
|
|
1541
|
-
- Updated dependencies [bc2b411]
|
|
1542
|
-
- Updated dependencies [3bf2dd9]
|
|
1543
|
-
- Updated dependencies [e9541a1]
|
|
1544
|
-
- Updated dependencies [c53ef7b9]
|
|
1545
|
-
- Updated dependencies [9d94f7e]
|
|
1546
|
-
- Updated dependencies [2e6104d]
|
|
1547
|
-
- Updated dependencies [64699d3]
|
|
1548
|
-
- Updated dependencies [0d3a913e]
|
|
1549
|
-
- Updated dependencies [1448a96e]
|
|
1550
|
-
- Updated dependencies [1ec2e9d]
|
|
1551
|
-
- Updated dependencies [d6edb1d]
|
|
1552
|
-
- Updated dependencies [d3474c64]
|
|
1553
|
-
- Updated dependencies [75080fd6]
|
|
1554
|
-
- Updated dependencies [17f8752]
|
|
1555
|
-
- Updated dependencies [c45b62c]
|
|
1556
|
-
- Updated dependencies [91265bba]
|
|
1557
|
-
- Updated dependencies [bbe18b9f]
|
|
1558
|
-
- Updated dependencies [d4099960]
|
|
1559
|
-
- Updated dependencies [4920742]
|
|
1560
|
-
- Updated dependencies [12a873e]
|
|
1561
|
-
- Updated dependencies [69ca0801]
|
|
1562
|
-
- Updated dependencies [7e56d6b]
|
|
1563
|
-
- Updated dependencies [94b6928]
|
|
1564
|
-
- Updated dependencies [98bb8dcd]
|
|
1565
|
-
- Updated dependencies [46b7aad7]
|
|
1566
|
-
- Updated dependencies [dcc8a150]
|
|
1567
|
-
- Updated dependencies [8f47cca]
|
|
1568
|
-
- Updated dependencies [fad27689]
|
|
1569
|
-
- Updated dependencies [dff0d595]
|
|
1570
|
-
- Updated dependencies [fdd0b41]
|
|
1571
|
-
- Updated dependencies [eecb282]
|
|
1572
|
-
- Updated dependencies [f2c325c]
|
|
1573
|
-
- Updated dependencies [9e25a64]
|
|
1574
|
-
- Updated dependencies [beb499e6]
|
|
1575
|
-
- Updated dependencies [146ea391]
|
|
1576
|
-
- Updated dependencies [f2c92d5]
|
|
1577
|
-
- Updated dependencies [7bd3d99]
|
|
1578
|
-
- Updated dependencies [c47be30d]
|
|
1579
|
-
- Updated dependencies [e9a46acb]
|
|
1580
|
-
- Updated dependencies [f046f8e0]
|
|
1581
|
-
- Updated dependencies [b9273fd]
|
|
1582
|
-
- Updated dependencies [49eeebf]
|
|
1583
|
-
- Updated dependencies [86d25315]
|
|
1584
|
-
- Updated dependencies [c670bd4]
|
|
1585
|
-
- Updated dependencies [3f9b8d7]
|
|
1586
|
-
- Updated dependencies [3d35f70]
|
|
1587
|
-
- @akinon/next@1.50.0-rc.2
|
|
1588
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.2
|
|
1589
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.2
|
|
1590
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.2
|
|
1591
|
-
- @akinon/pz-click-collect@1.50.0-rc.2
|
|
1592
|
-
- @akinon/pz-masterpass@1.50.0-rc.2
|
|
1593
|
-
- @akinon/pz-akifast@1.50.0-rc.2
|
|
1594
|
-
- @akinon/pz-gpay@1.50.0-rc.2
|
|
1595
|
-
- @akinon/pz-b2b@1.50.0-rc.2
|
|
1596
|
-
- @akinon/pz-bkm@1.50.0-rc.2
|
|
1597
|
-
- @akinon/pz-otp@1.50.0-rc.2
|
|
1598
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.2
|
|
1599
|
-
- @akinon/pz-credit-payment@1.50.0-rc.2
|
|
1600
|
-
|
|
1601
|
-
## 1.50.0-rc.1
|
|
1602
|
-
|
|
1603
|
-
### Patch Changes
|
|
1604
|
-
|
|
1605
|
-
- Updated dependencies [49eeebf]
|
|
1606
|
-
- @akinon/next@1.50.0-rc.1
|
|
1607
|
-
- @akinon/pz-akifast@1.50.0-rc.1
|
|
1608
|
-
- @akinon/pz-b2b@1.50.0-rc.1
|
|
1609
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.1
|
|
1610
|
-
- @akinon/pz-bkm@1.50.0-rc.1
|
|
1611
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.1
|
|
1612
|
-
- @akinon/pz-click-collect@1.50.0-rc.1
|
|
1613
|
-
- @akinon/pz-credit-payment@1.50.0-rc.1
|
|
1614
|
-
- @akinon/pz-gpay@1.50.0-rc.1
|
|
1615
|
-
- @akinon/pz-masterpass@1.50.0-rc.1
|
|
1616
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.1
|
|
1617
|
-
- @akinon/pz-otp@1.50.0-rc.1
|
|
1618
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.1
|
|
1619
|
-
|
|
1620
|
-
## 1.50.0-rc.0
|
|
1621
|
-
|
|
1622
|
-
### Minor Changes
|
|
1623
|
-
|
|
1624
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1625
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1626
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1627
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
1628
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1629
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1630
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1631
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1632
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1633
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1634
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1635
|
-
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
1636
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1637
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
1638
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1639
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1640
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1641
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
1642
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1643
|
-
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1644
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1645
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
1646
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1647
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
1648
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
1649
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1650
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1651
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1652
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1653
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1654
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1655
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
1656
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1657
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1658
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1659
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1660
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1661
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1662
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1663
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1664
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
1665
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1666
|
-
|
|
1667
|
-
### Patch Changes
|
|
1668
|
-
|
|
1669
|
-
- Updated dependencies [90282b53]
|
|
1670
|
-
- Updated dependencies [50b90692]
|
|
1671
|
-
- Updated dependencies [572d2e84]
|
|
1672
|
-
- Updated dependencies [5dfeea0]
|
|
1673
|
-
- Updated dependencies [a4c8d6a9]
|
|
1674
|
-
- Updated dependencies [fda5b927]
|
|
1675
|
-
- Updated dependencies [2d9b2b2]
|
|
1676
|
-
- Updated dependencies [c53ea3e6]
|
|
1677
|
-
- Updated dependencies [d93a507]
|
|
1678
|
-
- Updated dependencies [8d9ac9a]
|
|
1679
|
-
- Updated dependencies [18e8197]
|
|
1680
767
|
- Updated dependencies [eaf97d6]
|
|
1681
|
-
-
|
|
1682
|
-
-
|
|
1683
|
-
-
|
|
1684
|
-
-
|
|
1685
|
-
-
|
|
1686
|
-
-
|
|
1687
|
-
-
|
|
1688
|
-
-
|
|
1689
|
-
-
|
|
1690
|
-
-
|
|
1691
|
-
-
|
|
1692
|
-
-
|
|
1693
|
-
-
|
|
1694
|
-
- Updated dependencies [d6edb1d]
|
|
1695
|
-
- Updated dependencies [d3474c64]
|
|
1696
|
-
- Updated dependencies [75080fd6]
|
|
1697
|
-
- Updated dependencies [17f8752]
|
|
1698
|
-
- Updated dependencies [c45b62c]
|
|
1699
|
-
- Updated dependencies [91265bba]
|
|
1700
|
-
- Updated dependencies [bbe18b9f]
|
|
1701
|
-
- Updated dependencies [d4099960]
|
|
1702
|
-
- Updated dependencies [4920742]
|
|
1703
|
-
- Updated dependencies [12a873e]
|
|
1704
|
-
- Updated dependencies [69ca080]
|
|
1705
|
-
- Updated dependencies [7e56d6b]
|
|
1706
|
-
- Updated dependencies [94b6928]
|
|
1707
|
-
- Updated dependencies [98bb8dcd]
|
|
1708
|
-
- Updated dependencies [46b7aad7]
|
|
1709
|
-
- Updated dependencies [dcc8a150]
|
|
1710
|
-
- Updated dependencies [8f47cca]
|
|
1711
|
-
- Updated dependencies [fad27689]
|
|
1712
|
-
- Updated dependencies [dff0d595]
|
|
1713
|
-
- Updated dependencies [fdd0b41]
|
|
1714
|
-
- Updated dependencies [eecb282]
|
|
1715
|
-
- Updated dependencies [f2c325c]
|
|
1716
|
-
- Updated dependencies [9e25a64]
|
|
1717
|
-
- Updated dependencies [beb499e6]
|
|
1718
|
-
- Updated dependencies [146ea391]
|
|
1719
|
-
- Updated dependencies [f2c92d5]
|
|
1720
|
-
- Updated dependencies [7bd3d99]
|
|
1721
|
-
- Updated dependencies [c47be30d]
|
|
1722
|
-
- Updated dependencies [e9a46acb]
|
|
1723
|
-
- Updated dependencies [f046f8e0]
|
|
1724
|
-
- Updated dependencies [b9273fd]
|
|
1725
|
-
- Updated dependencies [86d25315]
|
|
1726
|
-
- Updated dependencies [c670bd4]
|
|
1727
|
-
- Updated dependencies [3f9b8d7]
|
|
1728
|
-
- @akinon/next@1.50.0-rc.0
|
|
1729
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.0
|
|
1730
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.0
|
|
1731
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.0
|
|
1732
|
-
- @akinon/pz-click-collect@1.50.0-rc.0
|
|
1733
|
-
- @akinon/pz-masterpass@1.50.0-rc.0
|
|
1734
|
-
- @akinon/pz-akifast@1.50.0-rc.0
|
|
1735
|
-
- @akinon/pz-gpay@1.50.0-rc.0
|
|
1736
|
-
- @akinon/pz-b2b@1.50.0-rc.0
|
|
1737
|
-
- @akinon/pz-bkm@1.50.0-rc.0
|
|
1738
|
-
- @akinon/pz-otp@1.50.0-rc.0
|
|
1739
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.0
|
|
1740
|
-
- @akinon/pz-credit-payment@1.50.0-rc.0
|
|
768
|
+
- @akinon/next@1.50.0
|
|
769
|
+
- @akinon/pz-akifast@1.50.0
|
|
770
|
+
- @akinon/pz-b2b@1.50.0
|
|
771
|
+
- @akinon/pz-basket-gift-pack@1.50.0
|
|
772
|
+
- @akinon/pz-bkm@1.50.0
|
|
773
|
+
- @akinon/pz-checkout-gift-pack@1.50.0
|
|
774
|
+
- @akinon/pz-click-collect@1.50.0
|
|
775
|
+
- @akinon/pz-credit-payment@1.50.0
|
|
776
|
+
- @akinon/pz-gpay@1.50.0
|
|
777
|
+
- @akinon/pz-masterpass@1.50.0
|
|
778
|
+
- @akinon/pz-one-click-checkout@1.50.0
|
|
779
|
+
- @akinon/pz-otp@1.50.0
|
|
780
|
+
- @akinon/pz-pay-on-delivery@1.50.0
|
|
1741
781
|
|
|
1742
782
|
## 1.49.0
|
|
1743
783
|
|
|
@@ -1765,480 +805,23 @@
|
|
|
1765
805
|
|
|
1766
806
|
### Minor Changes
|
|
1767
807
|
|
|
1768
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1769
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1770
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1771
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
1772
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1773
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1774
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1775
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1776
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1777
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1778
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1779
|
-
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
1780
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1781
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
1782
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1783
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1784
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1785
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
1786
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1787
|
-
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1788
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1789
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
1790
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1791
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
1792
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
1793
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1794
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1795
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1796
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1797
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1798
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1799
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
1800
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1801
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1802
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1803
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1804
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1805
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1806
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1807
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1808
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
1809
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1810
|
-
|
|
1811
|
-
### Patch Changes
|
|
1812
|
-
|
|
1813
|
-
- Updated dependencies [90282b53]
|
|
1814
|
-
- Updated dependencies [50b9069]
|
|
1815
|
-
- Updated dependencies [572d2e84]
|
|
1816
|
-
- Updated dependencies [5dfeea0]
|
|
1817
|
-
- Updated dependencies [a4c8d6a9]
|
|
1818
|
-
- Updated dependencies [fda5b927]
|
|
1819
|
-
- Updated dependencies [2d9b2b2]
|
|
1820
|
-
- Updated dependencies [c53ea3e6]
|
|
1821
|
-
- Updated dependencies [d93a507]
|
|
1822
|
-
- Updated dependencies [8d9ac9a]
|
|
1823
|
-
- Updated dependencies [18e8197]
|
|
1824
|
-
- Updated dependencies [714e0b46]
|
|
1825
|
-
- Updated dependencies [70279e7]
|
|
1826
|
-
- Updated dependencies [6c25f66]
|
|
1827
|
-
- Updated dependencies [bc2b411]
|
|
1828
|
-
- Updated dependencies [3bf2dd9]
|
|
1829
|
-
- Updated dependencies [e9541a1]
|
|
1830
|
-
- Updated dependencies [c53ef7b9]
|
|
1831
|
-
- Updated dependencies [9d94f7e]
|
|
1832
|
-
- Updated dependencies [2e6104d]
|
|
1833
|
-
- Updated dependencies [64699d3]
|
|
1834
|
-
- Updated dependencies [0d3a913e]
|
|
1835
|
-
- Updated dependencies [1448a96e]
|
|
1836
|
-
- Updated dependencies [26b809f]
|
|
1837
|
-
- Updated dependencies [1ec2e9d]
|
|
1838
|
-
- Updated dependencies [d6edb1d]
|
|
1839
|
-
- Updated dependencies [d3474c64]
|
|
1840
|
-
- Updated dependencies [75080fd6]
|
|
1841
|
-
- Updated dependencies [17f8752]
|
|
1842
|
-
- Updated dependencies [c45b62c]
|
|
1843
|
-
- Updated dependencies [91265bba]
|
|
1844
|
-
- Updated dependencies [20da358]
|
|
1845
|
-
- Updated dependencies [bbe18b9f]
|
|
1846
|
-
- Updated dependencies [d409996]
|
|
1847
|
-
- Updated dependencies [4920742]
|
|
1848
|
-
- Updated dependencies [12a873e]
|
|
1849
|
-
- Updated dependencies [69ca080]
|
|
1850
|
-
- Updated dependencies [7e56d6b]
|
|
1851
|
-
- Updated dependencies [94b6928]
|
|
1852
|
-
- Updated dependencies [98bb8dcd]
|
|
1853
|
-
- Updated dependencies [46b7aad7]
|
|
1854
|
-
- Updated dependencies [dcc8a150]
|
|
1855
|
-
- Updated dependencies [8f47cca]
|
|
1856
|
-
- Updated dependencies [fad27689]
|
|
1857
|
-
- Updated dependencies [dff0d595]
|
|
1858
|
-
- Updated dependencies [fdd0b41]
|
|
1859
|
-
- Updated dependencies [eecb282]
|
|
1860
|
-
- Updated dependencies [f2c325c]
|
|
1861
|
-
- Updated dependencies [9e25a64]
|
|
1862
|
-
- Updated dependencies [beb499e6]
|
|
1863
|
-
- Updated dependencies [146ea391]
|
|
1864
|
-
- Updated dependencies [f2c92d5]
|
|
1865
|
-
- Updated dependencies [7bd3d99]
|
|
1866
|
-
- Updated dependencies [c47be30d]
|
|
1867
|
-
- Updated dependencies [e9a46acb]
|
|
1868
|
-
- Updated dependencies [f046f8e0]
|
|
1869
|
-
- Updated dependencies [04115e5]
|
|
1870
|
-
- Updated dependencies [b9273fd]
|
|
1871
|
-
- Updated dependencies [fa88889]
|
|
1872
|
-
- Updated dependencies [86d25315]
|
|
1873
|
-
- Updated dependencies [c670bd4]
|
|
1874
|
-
- Updated dependencies [3f9b8d7]
|
|
1875
|
-
- @akinon/next@1.48.0-rc.8
|
|
1876
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.8
|
|
1877
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.8
|
|
1878
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.8
|
|
1879
|
-
- @akinon/pz-click-collect@1.48.0-rc.8
|
|
1880
|
-
- @akinon/pz-masterpass@1.48.0-rc.8
|
|
1881
|
-
- @akinon/pz-akifast@1.48.0-rc.8
|
|
1882
|
-
- @akinon/pz-gpay@1.48.0-rc.8
|
|
1883
|
-
- @akinon/pz-b2b@1.48.0-rc.8
|
|
1884
|
-
- @akinon/pz-bkm@1.48.0-rc.8
|
|
1885
|
-
- @akinon/pz-otp@1.48.0-rc.8
|
|
1886
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.8
|
|
1887
|
-
- @akinon/pz-credit-payment@1.48.0-rc.8
|
|
1888
|
-
|
|
1889
|
-
## 1.48.0-rc.7
|
|
1890
|
-
|
|
1891
|
-
### Patch Changes
|
|
1892
|
-
|
|
1893
|
-
- Updated dependencies [26b809f]
|
|
1894
|
-
- @akinon/next@1.48.0-rc.7
|
|
1895
|
-
- @akinon/pz-akifast@1.48.0-rc.7
|
|
1896
|
-
- @akinon/pz-b2b@1.48.0-rc.7
|
|
1897
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.7
|
|
1898
|
-
- @akinon/pz-bkm@1.48.0-rc.7
|
|
1899
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.7
|
|
1900
|
-
- @akinon/pz-click-collect@1.48.0-rc.7
|
|
1901
|
-
- @akinon/pz-credit-payment@1.48.0-rc.7
|
|
1902
|
-
- @akinon/pz-gpay@1.48.0-rc.7
|
|
1903
|
-
- @akinon/pz-masterpass@1.48.0-rc.7
|
|
1904
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.7
|
|
1905
|
-
- @akinon/pz-otp@1.48.0-rc.7
|
|
1906
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.7
|
|
1907
|
-
|
|
1908
|
-
## 1.48.0-rc.6
|
|
1909
|
-
|
|
1910
|
-
### Patch Changes
|
|
1911
|
-
|
|
1912
|
-
- Updated dependencies [04115e5]
|
|
1913
|
-
- @akinon/next@1.48.0-rc.6
|
|
1914
|
-
- @akinon/pz-akifast@1.48.0-rc.6
|
|
1915
|
-
- @akinon/pz-b2b@1.48.0-rc.6
|
|
1916
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.6
|
|
1917
|
-
- @akinon/pz-bkm@1.48.0-rc.6
|
|
1918
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.6
|
|
1919
|
-
- @akinon/pz-click-collect@1.48.0-rc.6
|
|
1920
|
-
- @akinon/pz-credit-payment@1.48.0-rc.6
|
|
1921
|
-
- @akinon/pz-gpay@1.48.0-rc.6
|
|
1922
|
-
- @akinon/pz-masterpass@1.48.0-rc.6
|
|
1923
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.6
|
|
1924
|
-
- @akinon/pz-otp@1.48.0-rc.6
|
|
1925
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.6
|
|
1926
|
-
|
|
1927
|
-
## 1.48.0-rc.5
|
|
1928
|
-
|
|
1929
|
-
### Patch Changes
|
|
1930
|
-
|
|
1931
|
-
- Updated dependencies [20da358]
|
|
1932
|
-
- @akinon/next@1.48.0-rc.5
|
|
1933
|
-
- @akinon/pz-akifast@1.48.0-rc.5
|
|
1934
|
-
- @akinon/pz-b2b@1.48.0-rc.5
|
|
1935
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.5
|
|
1936
|
-
- @akinon/pz-bkm@1.48.0-rc.5
|
|
1937
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.5
|
|
1938
|
-
- @akinon/pz-click-collect@1.48.0-rc.5
|
|
1939
|
-
- @akinon/pz-credit-payment@1.48.0-rc.5
|
|
1940
|
-
- @akinon/pz-gpay@1.48.0-rc.5
|
|
1941
|
-
- @akinon/pz-masterpass@1.48.0-rc.5
|
|
1942
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.5
|
|
1943
|
-
- @akinon/pz-otp@1.48.0-rc.5
|
|
1944
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.5
|
|
1945
|
-
|
|
1946
|
-
## 1.48.0-rc.4
|
|
1947
|
-
|
|
1948
|
-
### Patch Changes
|
|
1949
|
-
|
|
1950
|
-
- Updated dependencies [5dfeea0]
|
|
1951
|
-
- @akinon/next@1.48.0-rc.4
|
|
1952
|
-
- @akinon/pz-akifast@1.48.0-rc.4
|
|
1953
|
-
- @akinon/pz-b2b@1.48.0-rc.4
|
|
1954
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.4
|
|
1955
|
-
- @akinon/pz-bkm@1.48.0-rc.4
|
|
1956
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.4
|
|
1957
|
-
- @akinon/pz-click-collect@1.48.0-rc.4
|
|
1958
|
-
- @akinon/pz-credit-payment@1.48.0-rc.4
|
|
1959
|
-
- @akinon/pz-gpay@1.48.0-rc.4
|
|
1960
|
-
- @akinon/pz-masterpass@1.48.0-rc.4
|
|
1961
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.4
|
|
1962
|
-
- @akinon/pz-otp@1.48.0-rc.4
|
|
1963
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.4
|
|
1964
|
-
|
|
1965
|
-
## 1.48.0-rc.3
|
|
1966
|
-
|
|
1967
|
-
### Minor Changes
|
|
1968
|
-
|
|
1969
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1970
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1971
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1972
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
1973
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1974
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1975
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1976
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1977
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1978
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1979
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1980
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1981
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1982
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
1983
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1984
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1985
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1986
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
1987
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1988
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1989
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1990
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
1991
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1992
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
1993
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
1994
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1995
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1996
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1997
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1998
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1999
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2000
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2001
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2002
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2003
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2004
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2005
808
|
- f45aa87: ZERO-2904: Upgrade version for tailwindcss
|
|
2006
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2007
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2008
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2009
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2010
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
2011
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2012
|
-
|
|
2013
|
-
### Patch Changes
|
|
2014
|
-
|
|
2015
|
-
- Updated dependencies [90282b53]
|
|
2016
|
-
- Updated dependencies [50b9069]
|
|
2017
|
-
- Updated dependencies [572d2e84]
|
|
2018
|
-
- Updated dependencies [a4c8d6a9]
|
|
2019
|
-
- Updated dependencies [fda5b92]
|
|
2020
|
-
- Updated dependencies [2d9b2b2]
|
|
2021
|
-
- Updated dependencies [c53ea3e6]
|
|
2022
|
-
- Updated dependencies [d93a507]
|
|
2023
|
-
- Updated dependencies [8d9ac9a]
|
|
2024
|
-
- Updated dependencies [18e8197]
|
|
2025
|
-
- Updated dependencies [714e0b46]
|
|
2026
|
-
- Updated dependencies [70279e7]
|
|
2027
|
-
- Updated dependencies [6c25f66]
|
|
2028
|
-
- Updated dependencies [bc2b411]
|
|
2029
|
-
- Updated dependencies [3bf2dd9]
|
|
2030
|
-
- Updated dependencies [e9541a1]
|
|
2031
|
-
- Updated dependencies [c53ef7b9]
|
|
2032
|
-
- Updated dependencies [9d94f7e]
|
|
2033
|
-
- Updated dependencies [2e6104d]
|
|
2034
|
-
- Updated dependencies [64699d3]
|
|
2035
|
-
- Updated dependencies [0d3a913e]
|
|
2036
|
-
- Updated dependencies [1448a96e]
|
|
2037
|
-
- Updated dependencies [1ec2e9d]
|
|
2038
|
-
- Updated dependencies [d6edb1d]
|
|
2039
|
-
- Updated dependencies [d3474c64]
|
|
2040
|
-
- Updated dependencies [75080fd6]
|
|
2041
|
-
- Updated dependencies [17f8752]
|
|
2042
|
-
- Updated dependencies [c45b62c]
|
|
2043
|
-
- Updated dependencies [91265bba]
|
|
2044
|
-
- Updated dependencies [bbe18b9f]
|
|
2045
|
-
- Updated dependencies [d409996]
|
|
2046
|
-
- Updated dependencies [4920742]
|
|
2047
|
-
- Updated dependencies [12a873e]
|
|
2048
|
-
- Updated dependencies [69ca080]
|
|
2049
|
-
- Updated dependencies [7e56d6b]
|
|
2050
|
-
- Updated dependencies [94b6928]
|
|
2051
|
-
- Updated dependencies [98bb8dcd]
|
|
2052
|
-
- Updated dependencies [46b7aad]
|
|
2053
|
-
- Updated dependencies [dcc8a150]
|
|
2054
|
-
- Updated dependencies [8f47cca]
|
|
2055
|
-
- Updated dependencies [fad27689]
|
|
2056
|
-
- Updated dependencies [dff0d595]
|
|
2057
|
-
- Updated dependencies [fdd0b41]
|
|
2058
|
-
- Updated dependencies [eecb282]
|
|
2059
|
-
- Updated dependencies [f2c325c]
|
|
2060
|
-
- Updated dependencies [9e25a64]
|
|
2061
|
-
- Updated dependencies [beb499e6]
|
|
2062
|
-
- Updated dependencies [146ea39]
|
|
2063
|
-
- Updated dependencies [f2c92d5]
|
|
2064
|
-
- Updated dependencies [7bd3d99]
|
|
2065
|
-
- Updated dependencies [c47be30d]
|
|
2066
|
-
- Updated dependencies [e9a46acb]
|
|
2067
|
-
- Updated dependencies [f046f8e0]
|
|
2068
|
-
- Updated dependencies [b9273fd]
|
|
2069
|
-
- Updated dependencies [86d25315]
|
|
2070
|
-
- Updated dependencies [c670bd4]
|
|
2071
|
-
- Updated dependencies [3f9b8d7]
|
|
2072
|
-
- @akinon/next@1.48.0-rc.3
|
|
2073
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.3
|
|
2074
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.3
|
|
2075
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.3
|
|
2076
|
-
- @akinon/pz-click-collect@1.48.0-rc.3
|
|
2077
|
-
- @akinon/pz-masterpass@1.48.0-rc.3
|
|
2078
|
-
- @akinon/pz-akifast@1.48.0-rc.3
|
|
2079
|
-
- @akinon/pz-gpay@1.48.0-rc.3
|
|
2080
|
-
- @akinon/pz-b2b@1.48.0-rc.3
|
|
2081
|
-
- @akinon/pz-bkm@1.48.0-rc.3
|
|
2082
|
-
- @akinon/pz-otp@1.48.0-rc.3
|
|
2083
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.3
|
|
2084
|
-
- @akinon/pz-credit-payment@1.48.0-rc.3
|
|
2085
|
-
|
|
2086
|
-
## 1.48.0-rc.2
|
|
2087
|
-
|
|
2088
|
-
### Minor Changes
|
|
2089
|
-
|
|
2090
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2091
|
-
|
|
2092
|
-
### Patch Changes
|
|
2093
|
-
|
|
2094
|
-
- Updated dependencies [2e6104d]
|
|
2095
|
-
- @akinon/next@1.48.0-rc.2
|
|
2096
|
-
- @akinon/pz-akifast@1.48.0-rc.2
|
|
2097
|
-
- @akinon/pz-b2b@1.48.0-rc.2
|
|
2098
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.2
|
|
2099
|
-
- @akinon/pz-bkm@1.48.0-rc.2
|
|
2100
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.2
|
|
2101
|
-
- @akinon/pz-click-collect@1.48.0-rc.2
|
|
2102
|
-
- @akinon/pz-credit-payment@1.48.0-rc.2
|
|
2103
|
-
- @akinon/pz-gpay@1.48.0-rc.2
|
|
2104
|
-
- @akinon/pz-masterpass@1.48.0-rc.2
|
|
2105
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.2
|
|
2106
|
-
- @akinon/pz-otp@1.48.0-rc.2
|
|
2107
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.2
|
|
2108
|
-
|
|
2109
|
-
## 1.48.0-rc.1
|
|
2110
809
|
|
|
2111
810
|
### Patch Changes
|
|
2112
811
|
|
|
2113
|
-
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.1
|
|
2127
|
-
|
|
2128
|
-
## 1.48.0-rc.0
|
|
2129
|
-
|
|
2130
|
-
### Minor Changes
|
|
2131
|
-
|
|
2132
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2133
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2134
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2135
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2136
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2137
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2138
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2139
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2140
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2141
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2142
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2143
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
2144
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2145
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2146
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2147
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2148
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2149
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2150
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2151
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2152
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2153
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2154
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2155
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2156
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2157
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2158
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2159
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2160
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2161
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2162
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2163
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2164
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2165
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2166
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2167
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2168
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2169
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
2170
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2171
|
-
|
|
2172
|
-
### Patch Changes
|
|
2173
|
-
|
|
2174
|
-
- Updated dependencies [90282b5]
|
|
2175
|
-
- Updated dependencies [50b9069]
|
|
2176
|
-
- Updated dependencies [572d2e8]
|
|
2177
|
-
- Updated dependencies [a4c8d6a9]
|
|
2178
|
-
- Updated dependencies [fda5b92]
|
|
2179
|
-
- Updated dependencies [2d9b2b2]
|
|
2180
|
-
- Updated dependencies [c53ea3e6]
|
|
2181
|
-
- Updated dependencies [d93a507]
|
|
2182
|
-
- Updated dependencies [8d9ac9a]
|
|
2183
|
-
- Updated dependencies [18e8197]
|
|
2184
|
-
- Updated dependencies [714e0b4]
|
|
2185
|
-
- Updated dependencies [70279e7]
|
|
2186
|
-
- Updated dependencies [6c25f66]
|
|
2187
|
-
- Updated dependencies [bc2b411]
|
|
2188
|
-
- Updated dependencies [3bf2dd9]
|
|
2189
|
-
- Updated dependencies [e9541a1]
|
|
2190
|
-
- Updated dependencies [c53ef7b9]
|
|
2191
|
-
- Updated dependencies [9d94f7e]
|
|
2192
|
-
- Updated dependencies [64699d3]
|
|
2193
|
-
- Updated dependencies [0d3a913]
|
|
2194
|
-
- Updated dependencies [1448a96e]
|
|
2195
|
-
- Updated dependencies [1ec2e9d]
|
|
2196
|
-
- Updated dependencies [d6edb1d]
|
|
2197
|
-
- Updated dependencies [d3474c6]
|
|
2198
|
-
- Updated dependencies [75080fd6]
|
|
2199
|
-
- Updated dependencies [17f8752]
|
|
2200
|
-
- Updated dependencies [c45b62c]
|
|
2201
|
-
- Updated dependencies [91265bba]
|
|
2202
|
-
- Updated dependencies [bbe18b9f]
|
|
2203
|
-
- Updated dependencies [d409996]
|
|
2204
|
-
- Updated dependencies [4920742]
|
|
2205
|
-
- Updated dependencies [12a873e]
|
|
2206
|
-
- Updated dependencies [69ca080]
|
|
2207
|
-
- Updated dependencies [7e56d6b]
|
|
2208
|
-
- Updated dependencies [94b6928]
|
|
2209
|
-
- Updated dependencies [98bb8dc]
|
|
2210
|
-
- Updated dependencies [46b7aad]
|
|
2211
|
-
- Updated dependencies [dcc8a15]
|
|
2212
|
-
- Updated dependencies [8f47cca]
|
|
2213
|
-
- Updated dependencies [fad2768]
|
|
2214
|
-
- Updated dependencies [dff0d595]
|
|
2215
|
-
- Updated dependencies [eecb282]
|
|
2216
|
-
- Updated dependencies [f2c325c]
|
|
2217
|
-
- Updated dependencies [9e25a64]
|
|
2218
|
-
- Updated dependencies [beb499e6]
|
|
2219
|
-
- Updated dependencies [146ea39]
|
|
2220
|
-
- Updated dependencies [f2c92d5]
|
|
2221
|
-
- Updated dependencies [7bd3d99]
|
|
2222
|
-
- Updated dependencies [c47be30]
|
|
2223
|
-
- Updated dependencies [e9a46ac]
|
|
2224
|
-
- Updated dependencies [f046f8e0]
|
|
2225
|
-
- Updated dependencies [b9273fd]
|
|
2226
|
-
- Updated dependencies [86d2531]
|
|
2227
|
-
- Updated dependencies [c670bd4]
|
|
2228
|
-
- Updated dependencies [3f9b8d7]
|
|
2229
|
-
- @akinon/next@1.48.0-rc.0
|
|
2230
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.0
|
|
2231
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.0
|
|
2232
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.0
|
|
2233
|
-
- @akinon/pz-click-collect@1.48.0-rc.0
|
|
2234
|
-
- @akinon/pz-masterpass@1.48.0-rc.0
|
|
2235
|
-
- @akinon/pz-akifast@1.48.0-rc.0
|
|
2236
|
-
- @akinon/pz-gpay@1.48.0-rc.0
|
|
2237
|
-
- @akinon/pz-b2b@1.48.0-rc.0
|
|
2238
|
-
- @akinon/pz-bkm@1.48.0-rc.0
|
|
2239
|
-
- @akinon/pz-otp@1.48.0-rc.0
|
|
2240
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.0
|
|
2241
|
-
- @akinon/pz-credit-payment@1.48.0-rc.0
|
|
812
|
+
- @akinon/next@1.48.0
|
|
813
|
+
- @akinon/pz-akifast@1.48.0
|
|
814
|
+
- @akinon/pz-b2b@1.48.0
|
|
815
|
+
- @akinon/pz-basket-gift-pack@1.48.0
|
|
816
|
+
- @akinon/pz-bkm@1.48.0
|
|
817
|
+
- @akinon/pz-checkout-gift-pack@1.48.0
|
|
818
|
+
- @akinon/pz-click-collect@1.48.0
|
|
819
|
+
- @akinon/pz-credit-payment@1.48.0
|
|
820
|
+
- @akinon/pz-gpay@1.48.0
|
|
821
|
+
- @akinon/pz-masterpass@1.48.0
|
|
822
|
+
- @akinon/pz-one-click-checkout@1.48.0
|
|
823
|
+
- @akinon/pz-otp@1.48.0
|
|
824
|
+
- @akinon/pz-pay-on-delivery@1.48.0
|
|
2242
825
|
|
|
2243
826
|
## 1.47.0
|
|
2244
827
|
|
|
@@ -2279,844 +862,68 @@
|
|
|
2279
862
|
- @akinon/pz-gpay@1.46.0
|
|
2280
863
|
- @akinon/pz-masterpass@1.46.0
|
|
2281
864
|
- @akinon/pz-one-click-checkout@1.46.0
|
|
2282
|
-
- @akinon/pz-otp@1.46.0
|
|
2283
|
-
- @akinon/pz-pay-on-delivery@1.46.0
|
|
2284
|
-
|
|
2285
|
-
## 1.45.0
|
|
2286
|
-
|
|
2287
|
-
### Patch Changes
|
|
2288
|
-
|
|
2289
|
-
- Updated dependencies [90282b5]
|
|
2290
|
-
- Updated dependencies [50b9069]
|
|
2291
|
-
- Updated dependencies [572d2e8]
|
|
2292
|
-
- Updated dependencies [a4c8d6a9]
|
|
2293
|
-
- Updated dependencies [fda5b92]
|
|
2294
|
-
- Updated dependencies [2d9b2b2]
|
|
2295
|
-
- Updated dependencies [c53ea3e]
|
|
2296
|
-
- Updated dependencies [8d9ac9a]
|
|
2297
|
-
- Updated dependencies [18e8197]
|
|
2298
|
-
- Updated dependencies [714e0b4]
|
|
2299
|
-
- Updated dependencies [70279e7]
|
|
2300
|
-
- Updated dependencies [6c25f66]
|
|
2301
|
-
- Updated dependencies [bc2b411]
|
|
2302
|
-
- Updated dependencies [3bf2dd9]
|
|
2303
|
-
- Updated dependencies [e9541a1]
|
|
2304
|
-
- Updated dependencies [c53ef7b9]
|
|
2305
|
-
- Updated dependencies [9d94f7e]
|
|
2306
|
-
- Updated dependencies [64699d3]
|
|
2307
|
-
- Updated dependencies [0d3a913]
|
|
2308
|
-
- Updated dependencies [1448a96e]
|
|
2309
|
-
- Updated dependencies [d6edb1d]
|
|
2310
|
-
- Updated dependencies [d3474c6]
|
|
2311
|
-
- Updated dependencies [75080fd6]
|
|
2312
|
-
- Updated dependencies [17f8752]
|
|
2313
|
-
- Updated dependencies [c45b62c]
|
|
2314
|
-
- Updated dependencies [91265bba]
|
|
2315
|
-
- Updated dependencies [bbe18b9f]
|
|
2316
|
-
- Updated dependencies [d409996]
|
|
2317
|
-
- Updated dependencies [4920742]
|
|
2318
|
-
- Updated dependencies [69ca080]
|
|
2319
|
-
- Updated dependencies [7e56d6b]
|
|
2320
|
-
- Updated dependencies [94b6928]
|
|
2321
|
-
- Updated dependencies [98bb8dc]
|
|
2322
|
-
- Updated dependencies [46b7aad]
|
|
2323
|
-
- Updated dependencies [dcc8a15]
|
|
2324
|
-
- Updated dependencies [8f47cca]
|
|
2325
|
-
- Updated dependencies [fad2768]
|
|
2326
|
-
- Updated dependencies [dff0d595]
|
|
2327
|
-
- Updated dependencies [eecb282]
|
|
2328
|
-
- Updated dependencies [f2c325c]
|
|
2329
|
-
- Updated dependencies [9e25a64]
|
|
2330
|
-
- Updated dependencies [beb499e6]
|
|
2331
|
-
- Updated dependencies [948eb42]
|
|
2332
|
-
- Updated dependencies [146ea39]
|
|
2333
|
-
- Updated dependencies [f2c92d5]
|
|
2334
|
-
- Updated dependencies [7bd3d99]
|
|
2335
|
-
- Updated dependencies [c47be30]
|
|
2336
|
-
- Updated dependencies [e9a46ac]
|
|
2337
|
-
- Updated dependencies [f046f8e0]
|
|
2338
|
-
- Updated dependencies [86d2531]
|
|
2339
|
-
- Updated dependencies [3f9b8d7]
|
|
2340
|
-
- @akinon/next@1.45.0-rc.5
|
|
2341
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.5
|
|
2342
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.5
|
|
2343
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.5
|
|
2344
|
-
- @akinon/pz-click-collect@1.45.0-rc.5
|
|
2345
|
-
- @akinon/pz-masterpass@1.45.0-rc.5
|
|
2346
|
-
- @akinon/pz-akifast@1.45.0-rc.5
|
|
2347
|
-
- @akinon/pz-gpay@1.45.0-rc.5
|
|
2348
|
-
- @akinon/pz-b2b@1.45.0-rc.5
|
|
2349
|
-
- @akinon/pz-bkm@1.45.0-rc.5
|
|
2350
|
-
- @akinon/pz-otp@1.45.0-rc.5
|
|
2351
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.5
|
|
2352
|
-
- @akinon/pz-credit-payment@1.45.0-rc.5
|
|
2353
|
-
|
|
2354
|
-
## 1.45.0-rc.4
|
|
2355
|
-
|
|
2356
|
-
### Patch Changes
|
|
2357
|
-
|
|
2358
|
-
- Updated dependencies [8f47cca]
|
|
2359
|
-
- @akinon/next@1.45.0-rc.4
|
|
2360
|
-
- @akinon/pz-akifast@1.45.0-rc.4
|
|
2361
|
-
- @akinon/pz-b2b@1.45.0-rc.4
|
|
2362
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.4
|
|
2363
|
-
- @akinon/pz-bkm@1.45.0-rc.4
|
|
2364
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.4
|
|
2365
|
-
- @akinon/pz-click-collect@1.45.0-rc.4
|
|
2366
|
-
- @akinon/pz-credit-payment@1.45.0-rc.4
|
|
2367
|
-
- @akinon/pz-gpay@1.45.0-rc.4
|
|
2368
|
-
- @akinon/pz-masterpass@1.45.0-rc.4
|
|
2369
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.4
|
|
2370
|
-
- @akinon/pz-otp@1.45.0-rc.4
|
|
2371
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.4
|
|
2372
|
-
|
|
2373
|
-
## 1.45.0-rc.3
|
|
2374
|
-
|
|
2375
|
-
### Patch Changes
|
|
2376
|
-
|
|
2377
|
-
- Updated dependencies [948eb42]
|
|
2378
|
-
- @akinon/next@1.45.0-rc.3
|
|
2379
|
-
- @akinon/pz-akifast@1.45.0-rc.3
|
|
2380
|
-
- @akinon/pz-b2b@1.45.0-rc.3
|
|
2381
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.3
|
|
2382
|
-
- @akinon/pz-bkm@1.45.0-rc.3
|
|
2383
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.3
|
|
2384
|
-
- @akinon/pz-click-collect@1.45.0-rc.3
|
|
2385
|
-
- @akinon/pz-credit-payment@1.45.0-rc.3
|
|
2386
|
-
- @akinon/pz-gpay@1.45.0-rc.3
|
|
2387
|
-
- @akinon/pz-masterpass@1.45.0-rc.3
|
|
2388
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.3
|
|
2389
|
-
- @akinon/pz-otp@1.45.0-rc.3
|
|
2390
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.3
|
|
2391
|
-
|
|
2392
|
-
## 1.45.0-rc.2
|
|
2393
|
-
|
|
2394
|
-
### Minor Changes
|
|
2395
|
-
|
|
2396
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2397
|
-
|
|
2398
|
-
### Patch Changes
|
|
2399
|
-
|
|
2400
|
-
- Updated dependencies [c45b62c]
|
|
2401
|
-
- Updated dependencies [f2c325c]
|
|
2402
|
-
- @akinon/next@1.45.0-rc.2
|
|
2403
|
-
- @akinon/pz-b2b@1.45.0-rc.2
|
|
2404
|
-
- @akinon/pz-akifast@1.45.0-rc.2
|
|
2405
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.2
|
|
2406
|
-
- @akinon/pz-bkm@1.45.0-rc.2
|
|
2407
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.2
|
|
2408
|
-
- @akinon/pz-click-collect@1.45.0-rc.2
|
|
2409
|
-
- @akinon/pz-credit-payment@1.45.0-rc.2
|
|
2410
|
-
- @akinon/pz-gpay@1.45.0-rc.2
|
|
2411
|
-
- @akinon/pz-masterpass@1.45.0-rc.2
|
|
2412
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.2
|
|
2413
|
-
- @akinon/pz-otp@1.45.0-rc.2
|
|
2414
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.2
|
|
2415
|
-
|
|
2416
|
-
## 1.45.0-rc.1
|
|
2417
|
-
|
|
2418
|
-
### Patch Changes
|
|
2419
|
-
|
|
2420
|
-
- Updated dependencies [7e56d6b]
|
|
2421
|
-
- @akinon/next@1.45.0-rc.1
|
|
2422
|
-
- @akinon/pz-akifast@1.45.0-rc.1
|
|
2423
|
-
- @akinon/pz-b2b@1.45.0-rc.1
|
|
2424
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.1
|
|
2425
|
-
- @akinon/pz-bkm@1.45.0-rc.1
|
|
2426
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.1
|
|
2427
|
-
- @akinon/pz-click-collect@1.45.0-rc.1
|
|
2428
|
-
- @akinon/pz-credit-payment@1.45.0-rc.1
|
|
2429
|
-
- @akinon/pz-gpay@1.45.0-rc.1
|
|
2430
|
-
- @akinon/pz-masterpass@1.45.0-rc.1
|
|
2431
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.1
|
|
2432
|
-
- @akinon/pz-otp@1.45.0-rc.1
|
|
2433
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.1
|
|
2434
|
-
|
|
2435
|
-
## 1.45.0-rc.0
|
|
2436
|
-
|
|
2437
|
-
### Minor Changes
|
|
2438
|
-
|
|
2439
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2440
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2441
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2442
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2443
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2444
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2445
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2446
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2447
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2448
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2449
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2450
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
2451
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2452
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2453
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2454
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2455
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2456
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2457
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2458
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2459
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2460
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
2461
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2462
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2463
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2464
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2465
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2466
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
2467
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2468
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2469
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2470
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2471
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2472
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2473
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2474
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2475
|
-
|
|
2476
|
-
### Patch Changes
|
|
2477
|
-
|
|
2478
|
-
- Updated dependencies [90282b5]
|
|
2479
|
-
- Updated dependencies [50b9069]
|
|
2480
|
-
- Updated dependencies [572d2e8]
|
|
2481
|
-
- Updated dependencies [a4c8d6a9]
|
|
2482
|
-
- Updated dependencies [fda5b92]
|
|
2483
|
-
- Updated dependencies [2d9b2b2]
|
|
2484
|
-
- Updated dependencies [c53ea3e]
|
|
2485
|
-
- Updated dependencies [8d9ac9a]
|
|
2486
|
-
- Updated dependencies [18e8197]
|
|
2487
|
-
- Updated dependencies [714e0b4]
|
|
2488
|
-
- Updated dependencies [70279e7]
|
|
2489
|
-
- Updated dependencies [6c25f66]
|
|
2490
|
-
- Updated dependencies [bc2b411]
|
|
2491
|
-
- Updated dependencies [3bf2dd9]
|
|
2492
|
-
- Updated dependencies [e9541a1]
|
|
2493
|
-
- Updated dependencies [c53ef7b9]
|
|
2494
|
-
- Updated dependencies [9d94f7e]
|
|
2495
|
-
- Updated dependencies [64699d3]
|
|
2496
|
-
- Updated dependencies [0d3a913]
|
|
2497
|
-
- Updated dependencies [1448a96]
|
|
2498
|
-
- Updated dependencies [2ab6e08]
|
|
2499
|
-
- Updated dependencies [d6edb1d]
|
|
2500
|
-
- Updated dependencies [d3474c6]
|
|
2501
|
-
- Updated dependencies [75080fd]
|
|
2502
|
-
- Updated dependencies [17f8752]
|
|
2503
|
-
- Updated dependencies [91265bb]
|
|
2504
|
-
- Updated dependencies [bbe18b9]
|
|
2505
|
-
- Updated dependencies [d409996]
|
|
2506
|
-
- Updated dependencies [4920742]
|
|
2507
|
-
- Updated dependencies [69ca080]
|
|
2508
|
-
- Updated dependencies [94b6928]
|
|
2509
|
-
- Updated dependencies [98bb8dc]
|
|
2510
|
-
- Updated dependencies [46b7aad]
|
|
2511
|
-
- Updated dependencies [dcc8a15]
|
|
2512
|
-
- Updated dependencies [fad2768]
|
|
2513
|
-
- Updated dependencies [dff0d59]
|
|
2514
|
-
- Updated dependencies [eecb282]
|
|
2515
|
-
- Updated dependencies [9e25a64]
|
|
2516
|
-
- Updated dependencies [beb499e]
|
|
2517
|
-
- Updated dependencies [146ea39]
|
|
2518
|
-
- Updated dependencies [f2c92d5]
|
|
2519
|
-
- Updated dependencies [7bd3d99]
|
|
2520
|
-
- Updated dependencies [c47be30]
|
|
2521
|
-
- Updated dependencies [e9a46ac]
|
|
2522
|
-
- Updated dependencies [f046f8e0]
|
|
2523
|
-
- Updated dependencies [86d2531]
|
|
2524
|
-
- Updated dependencies [3f9b8d7]
|
|
2525
|
-
- @akinon/next@1.45.0-rc.0
|
|
2526
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.0
|
|
2527
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.0
|
|
2528
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.0
|
|
2529
|
-
- @akinon/pz-click-collect@1.45.0-rc.0
|
|
2530
|
-
- @akinon/pz-masterpass@1.45.0-rc.0
|
|
2531
|
-
- @akinon/pz-akifast@1.45.0-rc.0
|
|
2532
|
-
- @akinon/pz-gpay@1.45.0-rc.0
|
|
2533
|
-
- @akinon/pz-b2b@1.45.0-rc.0
|
|
2534
|
-
- @akinon/pz-bkm@1.45.0-rc.0
|
|
2535
|
-
- @akinon/pz-otp@1.45.0-rc.0
|
|
2536
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.0
|
|
2537
|
-
- @akinon/pz-credit-payment@1.45.0-rc.0
|
|
2538
|
-
|
|
2539
|
-
## 1.44.0
|
|
2540
|
-
|
|
2541
|
-
### Patch Changes
|
|
2542
|
-
|
|
2543
|
-
- @akinon/next@1.44.0
|
|
2544
|
-
- @akinon/pz-akifast@1.44.0
|
|
2545
|
-
- @akinon/pz-b2b@1.44.0
|
|
2546
|
-
- @akinon/pz-basket-gift-pack@1.44.0
|
|
2547
|
-
- @akinon/pz-bkm@1.44.0
|
|
2548
|
-
- @akinon/pz-checkout-gift-pack@1.44.0
|
|
2549
|
-
- @akinon/pz-click-collect@1.44.0
|
|
2550
|
-
- @akinon/pz-credit-payment@1.44.0
|
|
2551
|
-
- @akinon/pz-gpay@1.44.0
|
|
2552
|
-
- @akinon/pz-masterpass@1.44.0
|
|
2553
|
-
- @akinon/pz-one-click-checkout@1.44.0
|
|
2554
|
-
- @akinon/pz-otp@1.44.0
|
|
2555
|
-
- @akinon/pz-pay-on-delivery@1.44.0
|
|
2556
|
-
|
|
2557
|
-
## 1.43.0
|
|
2558
|
-
|
|
2559
|
-
### Minor Changes
|
|
2560
|
-
|
|
2561
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2562
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2563
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2564
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2565
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2566
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2567
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2568
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2569
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2570
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2571
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2572
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
2573
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2574
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2575
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2576
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2577
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2578
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2579
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2580
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2581
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2582
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
2583
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2584
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2585
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2586
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2587
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2588
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
2589
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2590
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2591
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2592
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2593
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2594
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2595
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2596
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2597
|
-
|
|
2598
|
-
### Patch Changes
|
|
2599
|
-
|
|
2600
|
-
- Updated dependencies [90282b5]
|
|
2601
|
-
- Updated dependencies [50b9069]
|
|
2602
|
-
- Updated dependencies [572d2e8]
|
|
2603
|
-
- Updated dependencies [a4c8d6a9]
|
|
2604
|
-
- Updated dependencies [fda5b92]
|
|
2605
|
-
- Updated dependencies [2d9b2b2]
|
|
2606
|
-
- Updated dependencies [c53ea3e]
|
|
2607
|
-
- Updated dependencies [8d9ac9a]
|
|
2608
|
-
- Updated dependencies [18e8197]
|
|
2609
|
-
- Updated dependencies [714e0b4]
|
|
2610
|
-
- Updated dependencies [70279e7]
|
|
2611
|
-
- Updated dependencies [6c25f66]
|
|
2612
|
-
- Updated dependencies [bc2b411]
|
|
2613
|
-
- Updated dependencies [3bf2dd9]
|
|
2614
|
-
- Updated dependencies [e9541a1]
|
|
2615
|
-
- Updated dependencies [c53ef7b9]
|
|
2616
|
-
- Updated dependencies [9d94f7e]
|
|
2617
|
-
- Updated dependencies [64699d3]
|
|
2618
|
-
- Updated dependencies [0d3a913]
|
|
2619
|
-
- Updated dependencies [1448a96]
|
|
2620
|
-
- Updated dependencies [d6edb1d]
|
|
2621
|
-
- Updated dependencies [d3474c6]
|
|
2622
|
-
- Updated dependencies [75080fd]
|
|
2623
|
-
- Updated dependencies [17f8752]
|
|
2624
|
-
- Updated dependencies [91265bb]
|
|
2625
|
-
- Updated dependencies [bbe18b9]
|
|
2626
|
-
- Updated dependencies [d409996]
|
|
2627
|
-
- Updated dependencies [4920742]
|
|
2628
|
-
- Updated dependencies [69ca080]
|
|
2629
|
-
- Updated dependencies [94b6928]
|
|
2630
|
-
- Updated dependencies [98bb8dc]
|
|
2631
|
-
- Updated dependencies [46b7aad]
|
|
2632
|
-
- Updated dependencies [dcc8a15]
|
|
2633
|
-
- Updated dependencies [fad2768]
|
|
2634
|
-
- Updated dependencies [dff0d59]
|
|
2635
|
-
- Updated dependencies [eecb282]
|
|
2636
|
-
- Updated dependencies [9e25a64]
|
|
2637
|
-
- Updated dependencies [beb499e]
|
|
2638
|
-
- Updated dependencies [146ea39]
|
|
2639
|
-
- Updated dependencies [f2c92d5]
|
|
2640
|
-
- Updated dependencies [7bd3d99]
|
|
2641
|
-
- Updated dependencies [c47be30]
|
|
2642
|
-
- Updated dependencies [e9a46ac]
|
|
2643
|
-
- Updated dependencies [f046f8e0]
|
|
2644
|
-
- Updated dependencies [86d2531]
|
|
2645
|
-
- Updated dependencies [3f9b8d7]
|
|
2646
|
-
- @akinon/next@1.43.0-rc.16
|
|
2647
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.16
|
|
2648
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.16
|
|
2649
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.16
|
|
2650
|
-
- @akinon/pz-click-collect@1.43.0-rc.16
|
|
2651
|
-
- @akinon/pz-masterpass@1.43.0-rc.16
|
|
2652
|
-
- @akinon/pz-akifast@1.43.0-rc.16
|
|
2653
|
-
- @akinon/pz-gpay@1.43.0-rc.16
|
|
2654
|
-
- @akinon/pz-b2b@1.43.0-rc.16
|
|
2655
|
-
- @akinon/pz-bkm@1.43.0-rc.16
|
|
2656
|
-
- @akinon/pz-otp@1.43.0-rc.16
|
|
2657
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.16
|
|
2658
|
-
- @akinon/pz-credit-payment@1.43.0-rc.16
|
|
2659
|
-
|
|
2660
|
-
## 1.43.0-rc.15
|
|
2661
|
-
|
|
2662
|
-
### Patch Changes
|
|
2663
|
-
|
|
2664
|
-
- @akinon/next@1.43.0-rc.15
|
|
2665
|
-
- @akinon/pz-akifast@1.43.0-rc.15
|
|
2666
|
-
- @akinon/pz-b2b@1.43.0-rc.15
|
|
2667
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.15
|
|
2668
|
-
- @akinon/pz-bkm@1.43.0-rc.15
|
|
2669
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.15
|
|
2670
|
-
- @akinon/pz-click-collect@1.43.0-rc.15
|
|
2671
|
-
- @akinon/pz-credit-payment@1.43.0-rc.15
|
|
2672
|
-
- @akinon/pz-gpay@1.43.0-rc.15
|
|
2673
|
-
- @akinon/pz-masterpass@1.43.0-rc.15
|
|
2674
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.15
|
|
2675
|
-
- @akinon/pz-otp@1.43.0-rc.15
|
|
2676
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.15
|
|
2677
|
-
|
|
2678
|
-
## 1.43.0-rc.14
|
|
2679
|
-
|
|
2680
|
-
### Patch Changes
|
|
2681
|
-
|
|
2682
|
-
- Updated dependencies [3bf2dd9]
|
|
2683
|
-
- @akinon/next@1.43.0-rc.14
|
|
2684
|
-
- @akinon/pz-akifast@1.43.0-rc.14
|
|
2685
|
-
- @akinon/pz-b2b@1.43.0-rc.14
|
|
2686
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.14
|
|
2687
|
-
- @akinon/pz-bkm@1.43.0-rc.14
|
|
2688
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.14
|
|
2689
|
-
- @akinon/pz-click-collect@1.43.0-rc.14
|
|
2690
|
-
- @akinon/pz-credit-payment@1.43.0-rc.14
|
|
2691
|
-
- @akinon/pz-gpay@1.43.0-rc.14
|
|
2692
|
-
- @akinon/pz-masterpass@1.43.0-rc.14
|
|
2693
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.14
|
|
2694
|
-
- @akinon/pz-otp@1.43.0-rc.14
|
|
2695
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.14
|
|
2696
|
-
|
|
2697
|
-
## 1.43.0-rc.13
|
|
2698
|
-
|
|
2699
|
-
### Minor Changes
|
|
2700
|
-
|
|
2701
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2702
|
-
|
|
2703
|
-
### Patch Changes
|
|
2704
|
-
|
|
2705
|
-
- Updated dependencies [9e25a64]
|
|
2706
|
-
- @akinon/next@1.43.0-rc.13
|
|
2707
|
-
- @akinon/pz-akifast@1.43.0-rc.13
|
|
2708
|
-
- @akinon/pz-b2b@1.43.0-rc.13
|
|
2709
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.13
|
|
2710
|
-
- @akinon/pz-bkm@1.43.0-rc.13
|
|
2711
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.13
|
|
2712
|
-
- @akinon/pz-click-collect@1.43.0-rc.13
|
|
2713
|
-
- @akinon/pz-credit-payment@1.43.0-rc.13
|
|
2714
|
-
- @akinon/pz-gpay@1.43.0-rc.13
|
|
2715
|
-
- @akinon/pz-masterpass@1.43.0-rc.13
|
|
2716
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.13
|
|
2717
|
-
- @akinon/pz-otp@1.43.0-rc.13
|
|
2718
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.13
|
|
2719
|
-
|
|
2720
|
-
## 1.43.0-rc.12
|
|
2721
|
-
|
|
2722
|
-
### Patch Changes
|
|
2723
|
-
|
|
2724
|
-
- Updated dependencies [4920742]
|
|
2725
|
-
- @akinon/next@1.43.0-rc.12
|
|
2726
|
-
- @akinon/pz-akifast@1.43.0-rc.12
|
|
2727
|
-
- @akinon/pz-b2b@1.43.0-rc.12
|
|
2728
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.12
|
|
2729
|
-
- @akinon/pz-bkm@1.43.0-rc.12
|
|
2730
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.12
|
|
2731
|
-
- @akinon/pz-click-collect@1.43.0-rc.12
|
|
2732
|
-
- @akinon/pz-credit-payment@1.43.0-rc.12
|
|
2733
|
-
- @akinon/pz-gpay@1.43.0-rc.12
|
|
2734
|
-
- @akinon/pz-masterpass@1.43.0-rc.12
|
|
2735
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.12
|
|
2736
|
-
- @akinon/pz-otp@1.43.0-rc.12
|
|
2737
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.12
|
|
2738
|
-
|
|
2739
|
-
## 1.43.0-rc.11
|
|
2740
|
-
|
|
2741
|
-
### Patch Changes
|
|
2742
|
-
|
|
2743
|
-
- Updated dependencies [6c25f66]
|
|
2744
|
-
- @akinon/next@1.43.0-rc.11
|
|
2745
|
-
- @akinon/pz-akifast@1.43.0-rc.11
|
|
2746
|
-
- @akinon/pz-b2b@1.43.0-rc.11
|
|
2747
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.11
|
|
2748
|
-
- @akinon/pz-bkm@1.43.0-rc.11
|
|
2749
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.11
|
|
2750
|
-
- @akinon/pz-click-collect@1.43.0-rc.11
|
|
2751
|
-
- @akinon/pz-credit-payment@1.43.0-rc.11
|
|
2752
|
-
- @akinon/pz-gpay@1.43.0-rc.11
|
|
2753
|
-
- @akinon/pz-masterpass@1.43.0-rc.11
|
|
2754
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.11
|
|
2755
|
-
- @akinon/pz-otp@1.43.0-rc.11
|
|
2756
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.11
|
|
2757
|
-
|
|
2758
|
-
## 1.43.0-rc.10
|
|
2759
|
-
|
|
2760
|
-
### Patch Changes
|
|
2761
|
-
|
|
2762
|
-
- Updated dependencies [d6edb1d]
|
|
2763
|
-
- @akinon/next@1.43.0-rc.10
|
|
2764
|
-
- @akinon/pz-akifast@1.43.0-rc.10
|
|
2765
|
-
- @akinon/pz-b2b@1.43.0-rc.10
|
|
2766
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.10
|
|
2767
|
-
- @akinon/pz-bkm@1.43.0-rc.10
|
|
2768
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.10
|
|
2769
|
-
- @akinon/pz-click-collect@1.43.0-rc.10
|
|
2770
|
-
- @akinon/pz-credit-payment@1.43.0-rc.10
|
|
2771
|
-
- @akinon/pz-gpay@1.43.0-rc.10
|
|
2772
|
-
- @akinon/pz-masterpass@1.43.0-rc.10
|
|
2773
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.10
|
|
2774
|
-
- @akinon/pz-otp@1.43.0-rc.10
|
|
2775
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.10
|
|
2776
|
-
|
|
2777
|
-
## 1.43.0-rc.9
|
|
2778
|
-
|
|
2779
|
-
### Minor Changes
|
|
2780
|
-
|
|
2781
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2782
|
-
|
|
2783
|
-
### Patch Changes
|
|
2784
|
-
|
|
2785
|
-
- Updated dependencies [bc2b411]
|
|
2786
|
-
- @akinon/next@1.43.0-rc.9
|
|
2787
|
-
- @akinon/pz-akifast@1.43.0-rc.9
|
|
2788
|
-
- @akinon/pz-b2b@1.43.0-rc.9
|
|
2789
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.9
|
|
2790
|
-
- @akinon/pz-bkm@1.43.0-rc.9
|
|
2791
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.9
|
|
2792
|
-
- @akinon/pz-click-collect@1.43.0-rc.9
|
|
2793
|
-
- @akinon/pz-credit-payment@1.43.0-rc.9
|
|
2794
|
-
- @akinon/pz-gpay@1.43.0-rc.9
|
|
2795
|
-
- @akinon/pz-masterpass@1.43.0-rc.9
|
|
2796
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.9
|
|
2797
|
-
- @akinon/pz-otp@1.43.0-rc.9
|
|
2798
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.9
|
|
2799
|
-
|
|
2800
|
-
## 1.43.0-rc.8
|
|
2801
|
-
|
|
2802
|
-
### Patch Changes
|
|
2803
|
-
|
|
2804
|
-
- Updated dependencies [70279e7]
|
|
2805
|
-
- Updated dependencies [9d94f7e]
|
|
2806
|
-
- @akinon/next@1.43.0-rc.8
|
|
2807
|
-
- @akinon/pz-akifast@1.43.0-rc.8
|
|
2808
|
-
- @akinon/pz-b2b@1.43.0-rc.8
|
|
2809
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.8
|
|
2810
|
-
- @akinon/pz-bkm@1.43.0-rc.8
|
|
2811
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.8
|
|
2812
|
-
- @akinon/pz-click-collect@1.43.0-rc.8
|
|
2813
|
-
- @akinon/pz-credit-payment@1.43.0-rc.8
|
|
2814
|
-
- @akinon/pz-gpay@1.43.0-rc.8
|
|
2815
|
-
- @akinon/pz-masterpass@1.43.0-rc.8
|
|
2816
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.8
|
|
2817
|
-
- @akinon/pz-otp@1.43.0-rc.8
|
|
2818
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.8
|
|
2819
|
-
|
|
2820
|
-
## 1.43.0-rc.7
|
|
2821
|
-
|
|
2822
|
-
### Patch Changes
|
|
2823
|
-
|
|
2824
|
-
- Updated dependencies [7bd3d99]
|
|
2825
|
-
- @akinon/next@1.43.0-rc.7
|
|
2826
|
-
- @akinon/pz-akifast@1.43.0-rc.7
|
|
2827
|
-
- @akinon/pz-b2b@1.43.0-rc.7
|
|
2828
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.7
|
|
2829
|
-
- @akinon/pz-bkm@1.43.0-rc.7
|
|
2830
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.7
|
|
2831
|
-
- @akinon/pz-click-collect@1.43.0-rc.7
|
|
2832
|
-
- @akinon/pz-credit-payment@1.43.0-rc.7
|
|
2833
|
-
- @akinon/pz-gpay@1.43.0-rc.7
|
|
2834
|
-
- @akinon/pz-masterpass@1.43.0-rc.7
|
|
2835
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.7
|
|
2836
|
-
- @akinon/pz-otp@1.43.0-rc.7
|
|
2837
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.7
|
|
2838
|
-
|
|
2839
|
-
## 1.43.0-rc.6
|
|
2840
|
-
|
|
2841
|
-
### Minor Changes
|
|
2842
|
-
|
|
2843
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2844
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2845
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2846
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2847
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2848
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2849
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2850
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2851
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2852
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2853
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
2854
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2855
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2856
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2857
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2858
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2859
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2860
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2861
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2862
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2863
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
2864
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2865
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2866
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2867
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2868
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2869
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
2870
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2871
|
-
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
2872
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2873
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2874
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2875
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2876
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
2877
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2878
|
-
|
|
2879
|
-
### Patch Changes
|
|
2880
|
-
|
|
2881
|
-
- Updated dependencies [90282b5]
|
|
2882
|
-
- Updated dependencies [50b9069]
|
|
2883
|
-
- Updated dependencies [572d2e8]
|
|
2884
|
-
- Updated dependencies [a4c8d6a]
|
|
2885
|
-
- Updated dependencies [fda5b92]
|
|
2886
|
-
- Updated dependencies [2d9b2b2]
|
|
2887
|
-
- Updated dependencies [c53ea3e]
|
|
2888
|
-
- Updated dependencies [8d9ac9a]
|
|
2889
|
-
- Updated dependencies [18e8197]
|
|
2890
|
-
- Updated dependencies [714e0b4]
|
|
2891
|
-
- Updated dependencies [e9541a1]
|
|
2892
|
-
- Updated dependencies [c53ef7b]
|
|
2893
|
-
- Updated dependencies [64699d3]
|
|
2894
|
-
- Updated dependencies [0d3a913]
|
|
2895
|
-
- Updated dependencies [1448a96]
|
|
2896
|
-
- Updated dependencies [d3474c6]
|
|
2897
|
-
- Updated dependencies [75080fd]
|
|
2898
|
-
- Updated dependencies [17f8752]
|
|
2899
|
-
- Updated dependencies [91265bb]
|
|
2900
|
-
- Updated dependencies [bbe18b9]
|
|
2901
|
-
- Updated dependencies [d409996]
|
|
2902
|
-
- Updated dependencies [69ca080]
|
|
2903
|
-
- Updated dependencies [94b6928]
|
|
2904
|
-
- Updated dependencies [98bb8dc]
|
|
2905
|
-
- Updated dependencies [46b7aad]
|
|
2906
|
-
- Updated dependencies [dcc8a15]
|
|
2907
|
-
- Updated dependencies [fad2768]
|
|
2908
|
-
- Updated dependencies [dff0d59]
|
|
2909
|
-
- Updated dependencies [eecb282]
|
|
2910
|
-
- Updated dependencies [4a163f2]
|
|
2911
|
-
- Updated dependencies [beb499e]
|
|
2912
|
-
- Updated dependencies [146ea39]
|
|
2913
|
-
- Updated dependencies [f2c92d5]
|
|
2914
|
-
- Updated dependencies [c47be30]
|
|
2915
|
-
- Updated dependencies [e9a46ac]
|
|
2916
|
-
- Updated dependencies [f046f8e]
|
|
2917
|
-
- Updated dependencies [86d2531]
|
|
2918
|
-
- Updated dependencies [3f9b8d7]
|
|
2919
|
-
- @akinon/next@1.43.0-rc.6
|
|
2920
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.6
|
|
2921
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.6
|
|
2922
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.6
|
|
2923
|
-
- @akinon/pz-click-collect@1.43.0-rc.6
|
|
2924
|
-
- @akinon/pz-masterpass@1.43.0-rc.6
|
|
2925
|
-
- @akinon/pz-akifast@1.43.0-rc.6
|
|
2926
|
-
- @akinon/pz-gpay@1.43.0-rc.6
|
|
2927
|
-
- @akinon/pz-b2b@1.43.0-rc.6
|
|
2928
|
-
- @akinon/pz-bkm@1.43.0-rc.6
|
|
2929
|
-
- @akinon/pz-otp@1.43.0-rc.6
|
|
2930
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.6
|
|
2931
|
-
- @akinon/pz-credit-payment@1.43.0-rc.6
|
|
2932
|
-
|
|
2933
|
-
## 1.43.0-rc.5
|
|
2934
|
-
|
|
2935
|
-
### Patch Changes
|
|
865
|
+
- @akinon/pz-otp@1.46.0
|
|
866
|
+
- @akinon/pz-pay-on-delivery@1.46.0
|
|
2936
867
|
|
|
2937
|
-
|
|
2938
|
-
- @akinon/next@1.43.0-rc.5
|
|
2939
|
-
- @akinon/pz-akifast@1.43.0-rc.5
|
|
2940
|
-
- @akinon/pz-b2b@1.43.0-rc.5
|
|
2941
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.5
|
|
2942
|
-
- @akinon/pz-bkm@1.43.0-rc.5
|
|
2943
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.5
|
|
2944
|
-
- @akinon/pz-click-collect@1.43.0-rc.5
|
|
2945
|
-
- @akinon/pz-credit-payment@1.43.0-rc.5
|
|
2946
|
-
- @akinon/pz-gpay@1.43.0-rc.5
|
|
2947
|
-
- @akinon/pz-masterpass@1.43.0-rc.5
|
|
2948
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.5
|
|
2949
|
-
- @akinon/pz-otp@1.43.0-rc.5
|
|
2950
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.5
|
|
2951
|
-
|
|
2952
|
-
## 1.43.0-rc.4
|
|
868
|
+
## 1.45.0
|
|
2953
869
|
|
|
2954
870
|
### Patch Changes
|
|
2955
871
|
|
|
2956
|
-
- Updated dependencies [
|
|
2957
|
-
- @akinon/next@1.
|
|
2958
|
-
- @akinon/pz-akifast@1.
|
|
2959
|
-
- @akinon/pz-b2b@1.
|
|
2960
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
2961
|
-
- @akinon/pz-bkm@1.
|
|
2962
|
-
- @akinon/pz-checkout-gift-pack@1.
|
|
2963
|
-
- @akinon/pz-click-collect@1.
|
|
2964
|
-
- @akinon/pz-credit-payment@1.
|
|
2965
|
-
- @akinon/pz-gpay@1.
|
|
2966
|
-
- @akinon/pz-masterpass@1.
|
|
2967
|
-
- @akinon/pz-one-click-checkout@1.
|
|
2968
|
-
- @akinon/pz-otp@1.
|
|
2969
|
-
- @akinon/pz-pay-on-delivery@1.
|
|
2970
|
-
|
|
2971
|
-
## 1.43.0-rc.3
|
|
2972
|
-
|
|
2973
|
-
### Minor Changes
|
|
2974
|
-
|
|
2975
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2976
|
-
|
|
2977
|
-
### Patch Changes
|
|
872
|
+
- Updated dependencies [2ab6e08]
|
|
873
|
+
- @akinon/next@1.45.0
|
|
874
|
+
- @akinon/pz-akifast@1.45.0
|
|
875
|
+
- @akinon/pz-b2b@1.45.0
|
|
876
|
+
- @akinon/pz-basket-gift-pack@1.45.0
|
|
877
|
+
- @akinon/pz-bkm@1.45.0
|
|
878
|
+
- @akinon/pz-checkout-gift-pack@1.45.0
|
|
879
|
+
- @akinon/pz-click-collect@1.45.0
|
|
880
|
+
- @akinon/pz-credit-payment@1.45.0
|
|
881
|
+
- @akinon/pz-gpay@1.45.0
|
|
882
|
+
- @akinon/pz-masterpass@1.45.0
|
|
883
|
+
- @akinon/pz-one-click-checkout@1.45.0
|
|
884
|
+
- @akinon/pz-otp@1.45.0
|
|
885
|
+
- @akinon/pz-pay-on-delivery@1.45.0
|
|
2978
886
|
|
|
2979
|
-
|
|
2980
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.3
|
|
2981
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.3
|
|
2982
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.3
|
|
2983
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.3
|
|
2984
|
-
- @akinon/pz-credit-payment@1.43.0-rc.3
|
|
2985
|
-
- @akinon/pz-click-collect@1.43.0-rc.3
|
|
2986
|
-
- @akinon/pz-masterpass@1.43.0-rc.3
|
|
2987
|
-
- @akinon/next@1.43.0-rc.3
|
|
2988
|
-
- @akinon/pz-akifast@1.43.0-rc.3
|
|
2989
|
-
- @akinon/pz-gpay@1.43.0-rc.3
|
|
2990
|
-
- @akinon/pz-b2b@1.43.0-rc.3
|
|
2991
|
-
- @akinon/pz-bkm@1.43.0-rc.3
|
|
2992
|
-
- @akinon/pz-otp@1.43.0-rc.3
|
|
2993
|
-
|
|
2994
|
-
## 1.43.0-rc.2
|
|
887
|
+
## 1.44.0
|
|
2995
888
|
|
|
2996
889
|
### Patch Changes
|
|
2997
890
|
|
|
2998
|
-
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.2
|
|
3012
|
-
|
|
3013
|
-
## 1.43.0-rc.1
|
|
3014
|
-
|
|
3015
|
-
### Minor Changes
|
|
3016
|
-
|
|
3017
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3018
|
-
|
|
3019
|
-
### Patch Changes
|
|
891
|
+
- @akinon/next@1.44.0
|
|
892
|
+
- @akinon/pz-akifast@1.44.0
|
|
893
|
+
- @akinon/pz-b2b@1.44.0
|
|
894
|
+
- @akinon/pz-basket-gift-pack@1.44.0
|
|
895
|
+
- @akinon/pz-bkm@1.44.0
|
|
896
|
+
- @akinon/pz-checkout-gift-pack@1.44.0
|
|
897
|
+
- @akinon/pz-click-collect@1.44.0
|
|
898
|
+
- @akinon/pz-credit-payment@1.44.0
|
|
899
|
+
- @akinon/pz-gpay@1.44.0
|
|
900
|
+
- @akinon/pz-masterpass@1.44.0
|
|
901
|
+
- @akinon/pz-one-click-checkout@1.44.0
|
|
902
|
+
- @akinon/pz-otp@1.44.0
|
|
903
|
+
- @akinon/pz-pay-on-delivery@1.44.0
|
|
3020
904
|
|
|
3021
|
-
|
|
3022
|
-
- @akinon/next@1.43.0-rc.1
|
|
3023
|
-
- @akinon/pz-akifast@1.43.0-rc.1
|
|
3024
|
-
- @akinon/pz-b2b@1.43.0-rc.1
|
|
3025
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.1
|
|
3026
|
-
- @akinon/pz-bkm@1.43.0-rc.1
|
|
3027
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.1
|
|
3028
|
-
- @akinon/pz-click-collect@1.43.0-rc.1
|
|
3029
|
-
- @akinon/pz-credit-payment@1.43.0-rc.1
|
|
3030
|
-
- @akinon/pz-gpay@1.43.0-rc.1
|
|
3031
|
-
- @akinon/pz-masterpass@1.43.0-rc.1
|
|
3032
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.1
|
|
3033
|
-
- @akinon/pz-otp@1.43.0-rc.1
|
|
3034
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.1
|
|
3035
|
-
|
|
3036
|
-
## 1.43.0-rc.0
|
|
905
|
+
## 1.43.0
|
|
3037
906
|
|
|
3038
907
|
### Minor Changes
|
|
3039
908
|
|
|
3040
|
-
-
|
|
3041
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
3042
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3043
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
3044
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
3045
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3046
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3047
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3048
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3049
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
3050
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
3051
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
3052
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
3053
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
3054
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3055
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3056
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3057
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
3058
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
3059
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
3060
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3061
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3062
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3063
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3064
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3065
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
3066
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3067
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3068
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3069
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3070
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3071
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
909
|
+
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
3072
910
|
|
|
3073
911
|
### Patch Changes
|
|
3074
912
|
|
|
3075
|
-
- Updated dependencies [
|
|
3076
|
-
-
|
|
3077
|
-
-
|
|
3078
|
-
-
|
|
3079
|
-
-
|
|
3080
|
-
-
|
|
3081
|
-
-
|
|
3082
|
-
-
|
|
3083
|
-
-
|
|
3084
|
-
-
|
|
3085
|
-
-
|
|
3086
|
-
-
|
|
3087
|
-
-
|
|
3088
|
-
-
|
|
3089
|
-
- Updated dependencies [d3474c6]
|
|
3090
|
-
- Updated dependencies [75080fd]
|
|
3091
|
-
- Updated dependencies [91265bb]
|
|
3092
|
-
- Updated dependencies [bbe18b9]
|
|
3093
|
-
- Updated dependencies [d409996]
|
|
3094
|
-
- Updated dependencies [69ca080]
|
|
3095
|
-
- Updated dependencies [94b6928]
|
|
3096
|
-
- Updated dependencies [98bb8dc]
|
|
3097
|
-
- Updated dependencies [46b7aad]
|
|
3098
|
-
- Updated dependencies [dcc8a15]
|
|
3099
|
-
- Updated dependencies [fad2768]
|
|
3100
|
-
- Updated dependencies [dff0d59]
|
|
3101
|
-
- Updated dependencies [beb499e]
|
|
3102
|
-
- Updated dependencies [146ea39]
|
|
3103
|
-
- Updated dependencies [c47be30]
|
|
3104
|
-
- Updated dependencies [e9a46ac]
|
|
3105
|
-
- Updated dependencies [f046f8e]
|
|
3106
|
-
- Updated dependencies [86d2531]
|
|
3107
|
-
- @akinon/next@1.43.0-rc.0
|
|
3108
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.0
|
|
3109
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.0
|
|
3110
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.0
|
|
3111
|
-
- @akinon/pz-click-collect@1.43.0-rc.0
|
|
3112
|
-
- @akinon/pz-masterpass@1.43.0-rc.0
|
|
3113
|
-
- @akinon/pz-akifast@1.43.0-rc.0
|
|
3114
|
-
- @akinon/pz-gpay@1.43.0-rc.0
|
|
3115
|
-
- @akinon/pz-b2b@1.43.0-rc.0
|
|
3116
|
-
- @akinon/pz-bkm@1.43.0-rc.0
|
|
3117
|
-
- @akinon/pz-otp@1.43.0-rc.0
|
|
3118
|
-
- @akinon/pz-credit-payment@1.43.0-rc.0
|
|
3119
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.0
|
|
913
|
+
- Updated dependencies [4a163f2]
|
|
914
|
+
- @akinon/next@1.43.0
|
|
915
|
+
- @akinon/pz-akifast@1.43.0
|
|
916
|
+
- @akinon/pz-b2b@1.43.0
|
|
917
|
+
- @akinon/pz-basket-gift-pack@1.43.0
|
|
918
|
+
- @akinon/pz-bkm@1.43.0
|
|
919
|
+
- @akinon/pz-checkout-gift-pack@1.43.0
|
|
920
|
+
- @akinon/pz-click-collect@1.43.0
|
|
921
|
+
- @akinon/pz-credit-payment@1.43.0
|
|
922
|
+
- @akinon/pz-gpay@1.43.0
|
|
923
|
+
- @akinon/pz-masterpass@1.43.0
|
|
924
|
+
- @akinon/pz-one-click-checkout@1.43.0
|
|
925
|
+
- @akinon/pz-otp@1.43.0
|
|
926
|
+
- @akinon/pz-pay-on-delivery@1.43.0
|
|
3120
927
|
|
|
3121
928
|
## 1.42.0
|
|
3122
929
|
|
|
@@ -3285,301 +1092,13 @@
|
|
|
3285
1092
|
|
|
3286
1093
|
### Patch Changes
|
|
3287
1094
|
|
|
3288
|
-
-
|
|
3289
|
-
-
|
|
3290
|
-
-
|
|
3291
|
-
-
|
|
3292
|
-
-
|
|
3293
|
-
-
|
|
3294
|
-
-
|
|
3295
|
-
- Updated dependencies [616690d]
|
|
3296
|
-
- Updated dependencies [f3b595e]
|
|
3297
|
-
- Updated dependencies [91265bb]
|
|
3298
|
-
- Updated dependencies [59fb7c3]
|
|
3299
|
-
- Updated dependencies [bbe18b9]
|
|
3300
|
-
- Updated dependencies [f0c23bc]
|
|
3301
|
-
- Updated dependencies [3420416]
|
|
3302
|
-
- Updated dependencies [495d155]
|
|
3303
|
-
- Updated dependencies [beb499e]
|
|
3304
|
-
- Updated dependencies [6c18543]
|
|
3305
|
-
- Updated dependencies [40ad73e]
|
|
3306
|
-
- Updated dependencies [495d155]
|
|
3307
|
-
- Updated dependencies [f046f8e]
|
|
3308
|
-
- Updated dependencies [6b2972b]
|
|
3309
|
-
- Updated dependencies [3e68768]
|
|
3310
|
-
- @akinon/next@1.34.0-rc.20
|
|
3311
|
-
- @akinon/pz-masterpass@1.34.0-rc.20
|
|
3312
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.20
|
|
3313
|
-
- @akinon/pz-b2b@1.34.0-rc.20
|
|
3314
|
-
- @akinon/pz-gpay@1.34.0-rc.20
|
|
3315
|
-
- @akinon/pz-otp@1.34.0-rc.20
|
|
3316
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.20
|
|
3317
|
-
|
|
3318
|
-
## 1.34.0-rc.19
|
|
3319
|
-
|
|
3320
|
-
### Patch Changes
|
|
3321
|
-
|
|
3322
|
-
- Updated dependencies [c53ef7b]
|
|
3323
|
-
- @akinon/next@1.34.0-rc.19
|
|
3324
|
-
- @akinon/pz-b2b@1.34.0-rc.19
|
|
3325
|
-
- @akinon/pz-gpay@1.34.0-rc.19
|
|
3326
|
-
- @akinon/pz-masterpass@1.34.0-rc.19
|
|
3327
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.19
|
|
3328
|
-
- @akinon/pz-otp@1.34.0-rc.19
|
|
3329
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.19
|
|
3330
|
-
|
|
3331
|
-
## 1.34.0-rc.18
|
|
3332
|
-
|
|
3333
|
-
### Minor Changes
|
|
3334
|
-
|
|
3335
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3336
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3337
|
-
|
|
3338
|
-
### Patch Changes
|
|
3339
|
-
|
|
3340
|
-
- Updated dependencies [a4c8d6a]
|
|
3341
|
-
- @akinon/next@1.34.0-rc.18
|
|
3342
|
-
- @akinon/pz-b2b@1.34.0-rc.18
|
|
3343
|
-
- @akinon/pz-gpay@1.34.0-rc.18
|
|
3344
|
-
- @akinon/pz-masterpass@1.34.0-rc.18
|
|
3345
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.18
|
|
3346
|
-
- @akinon/pz-otp@1.34.0-rc.18
|
|
3347
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.18
|
|
3348
|
-
|
|
3349
|
-
## 1.34.0-rc.17
|
|
3350
|
-
|
|
3351
|
-
### Minor Changes
|
|
3352
|
-
|
|
3353
|
-
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
3354
|
-
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
3355
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3356
|
-
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
3357
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3358
|
-
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
3359
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3360
|
-
- f0c23bc: ZERO-2135: add custom not found page
|
|
3361
|
-
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
3362
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3363
|
-
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
3364
|
-
- 202f84e: ZERO-2569: Fix static keys
|
|
3365
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3366
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3367
|
-
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
3368
|
-
|
|
3369
|
-
### Patch Changes
|
|
3370
|
-
|
|
3371
|
-
- Updated dependencies [d09b677]
|
|
3372
|
-
- Updated dependencies [6d4aadb]
|
|
3373
|
-
- Updated dependencies [8e6e8cf]
|
|
3374
|
-
- Updated dependencies [ebb63ce]
|
|
3375
|
-
- Updated dependencies [7cebe87]
|
|
3376
|
-
- Updated dependencies [616690d]
|
|
3377
|
-
- Updated dependencies [f3b595e]
|
|
3378
|
-
- Updated dependencies [91265bb]
|
|
3379
|
-
- Updated dependencies [59fb7c3]
|
|
3380
|
-
- Updated dependencies [bbe18b9]
|
|
3381
|
-
- Updated dependencies [f0c23bc]
|
|
3382
|
-
- Updated dependencies [3420416]
|
|
3383
|
-
- Updated dependencies [495d155]
|
|
3384
|
-
- Updated dependencies [beb499e]
|
|
3385
|
-
- Updated dependencies [6c18543]
|
|
3386
|
-
- Updated dependencies [40ad73e]
|
|
3387
|
-
- Updated dependencies [495d155]
|
|
3388
|
-
- Updated dependencies [f046f8e]
|
|
3389
|
-
- Updated dependencies [6b2972b]
|
|
3390
|
-
- Updated dependencies [3e68768]
|
|
3391
|
-
- @akinon/next@1.34.0-rc.17
|
|
3392
|
-
- @akinon/pz-masterpass@1.34.0-rc.17
|
|
3393
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.17
|
|
3394
|
-
- @akinon/pz-b2b@1.34.0-rc.17
|
|
3395
|
-
- @akinon/pz-gpay@1.34.0-rc.17
|
|
3396
|
-
- @akinon/pz-otp@1.34.0-rc.17
|
|
3397
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.17
|
|
3398
|
-
|
|
3399
|
-
## 1.34.0-rc.16
|
|
3400
|
-
|
|
3401
|
-
### Patch Changes
|
|
3402
|
-
|
|
3403
|
-
- @akinon/next@1.34.0-rc.16
|
|
3404
|
-
- @akinon/pz-b2b@1.34.0-rc.16
|
|
3405
|
-
- @akinon/pz-gpay@1.34.0-rc.16
|
|
3406
|
-
- @akinon/pz-masterpass@1.34.0-rc.16
|
|
3407
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.16
|
|
3408
|
-
- @akinon/pz-otp@1.34.0-rc.16
|
|
3409
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.16
|
|
3410
|
-
|
|
3411
|
-
## 1.34.0-rc.15
|
|
3412
|
-
|
|
3413
|
-
### Patch Changes
|
|
3414
|
-
|
|
3415
|
-
- @akinon/next@1.34.0-rc.15
|
|
3416
|
-
- @akinon/pz-b2b@1.34.0-rc.15
|
|
3417
|
-
- @akinon/pz-gpay@1.34.0-rc.15
|
|
3418
|
-
- @akinon/pz-masterpass@1.34.0-rc.15
|
|
3419
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.15
|
|
3420
|
-
- @akinon/pz-otp@1.34.0-rc.15
|
|
3421
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.15
|
|
3422
|
-
|
|
3423
|
-
## 1.34.0-rc.14
|
|
3424
|
-
|
|
3425
|
-
### Minor Changes
|
|
3426
|
-
|
|
3427
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3428
|
-
|
|
3429
|
-
### Patch Changes
|
|
3430
|
-
|
|
3431
|
-
- @akinon/next@1.34.0-rc.14
|
|
3432
|
-
- @akinon/pz-b2b@1.34.0-rc.14
|
|
3433
|
-
- @akinon/pz-gpay@1.34.0-rc.14
|
|
3434
|
-
- @akinon/pz-masterpass@1.34.0-rc.14
|
|
3435
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.14
|
|
3436
|
-
- @akinon/pz-otp@1.34.0-rc.14
|
|
3437
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.14
|
|
3438
|
-
|
|
3439
|
-
## 1.34.0-rc.13
|
|
3440
|
-
|
|
3441
|
-
### Minor Changes
|
|
3442
|
-
|
|
3443
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3444
|
-
|
|
3445
|
-
### Patch Changes
|
|
3446
|
-
|
|
3447
|
-
- @akinon/next@1.34.0-rc.13
|
|
3448
|
-
- @akinon/pz-b2b@1.34.0-rc.13
|
|
3449
|
-
- @akinon/pz-gpay@1.34.0-rc.13
|
|
3450
|
-
- @akinon/pz-masterpass@1.34.0-rc.13
|
|
3451
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.13
|
|
3452
|
-
- @akinon/pz-otp@1.34.0-rc.13
|
|
3453
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.13
|
|
3454
|
-
|
|
3455
|
-
## 1.34.0-rc.12
|
|
3456
|
-
|
|
3457
|
-
### Patch Changes
|
|
3458
|
-
|
|
3459
|
-
- Updated dependencies [616690d]
|
|
3460
|
-
- @akinon/next@1.34.0-rc.12
|
|
3461
|
-
- @akinon/pz-b2b@1.34.0-rc.12
|
|
3462
|
-
- @akinon/pz-gpay@1.34.0-rc.12
|
|
3463
|
-
- @akinon/pz-masterpass@1.34.0-rc.12
|
|
3464
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.12
|
|
3465
|
-
- @akinon/pz-otp@1.34.0-rc.12
|
|
3466
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.12
|
|
3467
|
-
|
|
3468
|
-
## 1.34.0-rc.11
|
|
3469
|
-
|
|
3470
|
-
### Patch Changes
|
|
3471
|
-
|
|
3472
|
-
- Updated dependencies [8e6e8cf]
|
|
3473
|
-
- @akinon/next@1.34.0-rc.11
|
|
3474
|
-
- @akinon/pz-b2b@1.34.0-rc.11
|
|
3475
|
-
- @akinon/pz-gpay@1.34.0-rc.11
|
|
3476
|
-
- @akinon/pz-masterpass@1.34.0-rc.11
|
|
3477
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.11
|
|
3478
|
-
- @akinon/pz-otp@1.34.0-rc.11
|
|
3479
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.11
|
|
3480
|
-
|
|
3481
|
-
## 1.34.0-rc.10
|
|
3482
|
-
|
|
3483
|
-
### Patch Changes
|
|
3484
|
-
|
|
3485
|
-
- Updated dependencies [bbe18b9]
|
|
3486
|
-
- @akinon/next@1.34.0-rc.10
|
|
3487
|
-
- @akinon/pz-b2b@1.34.0-rc.10
|
|
3488
|
-
- @akinon/pz-gpay@1.34.0-rc.10
|
|
3489
|
-
- @akinon/pz-masterpass@1.34.0-rc.10
|
|
3490
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.10
|
|
3491
|
-
- @akinon/pz-otp@1.34.0-rc.10
|
|
3492
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.10
|
|
3493
|
-
|
|
3494
|
-
## 1.34.0-rc.9
|
|
3495
|
-
|
|
3496
|
-
### Minor Changes
|
|
3497
|
-
|
|
3498
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3499
|
-
|
|
3500
|
-
### Patch Changes
|
|
3501
|
-
|
|
3502
|
-
- Updated dependencies [beb499e]
|
|
3503
|
-
- @akinon/next@1.34.0-rc.9
|
|
3504
|
-
- @akinon/pz-b2b@1.34.0-rc.9
|
|
3505
|
-
- @akinon/pz-gpay@1.34.0-rc.9
|
|
3506
|
-
- @akinon/pz-masterpass@1.34.0-rc.9
|
|
3507
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.9
|
|
3508
|
-
- @akinon/pz-otp@1.34.0-rc.9
|
|
3509
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.9
|
|
3510
|
-
|
|
3511
|
-
## 1.34.0-rc.8
|
|
3512
|
-
|
|
3513
|
-
### Minor Changes
|
|
3514
|
-
|
|
3515
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3516
|
-
|
|
3517
|
-
### Patch Changes
|
|
3518
|
-
|
|
3519
|
-
- Updated dependencies [91265bb]
|
|
3520
|
-
- @akinon/next@1.34.0-rc.8
|
|
3521
|
-
- @akinon/pz-b2b@1.34.0-rc.8
|
|
3522
|
-
- @akinon/pz-gpay@1.34.0-rc.8
|
|
3523
|
-
- @akinon/pz-masterpass@1.34.0-rc.8
|
|
3524
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.8
|
|
3525
|
-
- @akinon/pz-otp@1.34.0-rc.8
|
|
3526
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.8
|
|
3527
|
-
|
|
3528
|
-
## 1.34.0-rc.7
|
|
3529
|
-
|
|
3530
|
-
### Minor Changes
|
|
3531
|
-
|
|
3532
|
-
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
3533
|
-
|
|
3534
|
-
### Patch Changes
|
|
3535
|
-
|
|
3536
|
-
- @akinon/next@1.34.0-rc.7
|
|
3537
|
-
- @akinon/pz-b2b@1.34.0-rc.7
|
|
3538
|
-
- @akinon/pz-gpay@1.34.0-rc.7
|
|
3539
|
-
- @akinon/pz-masterpass@1.34.0-rc.7
|
|
3540
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.7
|
|
3541
|
-
- @akinon/pz-otp@1.34.0-rc.7
|
|
3542
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.7
|
|
3543
|
-
|
|
3544
|
-
## 1.34.0-rc.6
|
|
3545
|
-
|
|
3546
|
-
### Minor Changes
|
|
3547
|
-
|
|
3548
|
-
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
3549
|
-
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
3550
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3551
|
-
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
3552
|
-
- f0c23bc: ZERO-2135: add custom not found page
|
|
3553
|
-
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
3554
|
-
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
3555
|
-
- 202f84e: ZERO-2569: Fix static keys
|
|
3556
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3557
|
-
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
3558
|
-
|
|
3559
|
-
### Patch Changes
|
|
3560
|
-
|
|
3561
|
-
- Updated dependencies [d09b677]
|
|
3562
|
-
- Updated dependencies [6d4aadb]
|
|
3563
|
-
- Updated dependencies [ebb63ce]
|
|
3564
|
-
- Updated dependencies [7cebe87]
|
|
3565
|
-
- Updated dependencies [f3b595e]
|
|
3566
|
-
- Updated dependencies [59fb7c3]
|
|
3567
|
-
- Updated dependencies [f0c23bc]
|
|
3568
|
-
- Updated dependencies [3420416]
|
|
3569
|
-
- Updated dependencies [495d155]
|
|
3570
|
-
- Updated dependencies [6c18543]
|
|
3571
|
-
- Updated dependencies [40ad73e]
|
|
3572
|
-
- Updated dependencies [495d155]
|
|
3573
|
-
- Updated dependencies [f046f8e]
|
|
3574
|
-
- Updated dependencies [6b2972b]
|
|
3575
|
-
- Updated dependencies [3e68768]
|
|
3576
|
-
- @akinon/next@1.34.0-rc.6
|
|
3577
|
-
- @akinon/pz-masterpass@1.34.0-rc.6
|
|
3578
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.6
|
|
3579
|
-
- @akinon/pz-b2b@1.34.0-rc.6
|
|
3580
|
-
- @akinon/pz-gpay@1.34.0-rc.6
|
|
3581
|
-
- @akinon/pz-otp@1.34.0-rc.6
|
|
3582
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.6
|
|
1095
|
+
- @akinon/next@1.34.0
|
|
1096
|
+
- @akinon/pz-b2b@1.34.0
|
|
1097
|
+
- @akinon/pz-gpay@1.34.0
|
|
1098
|
+
- @akinon/pz-masterpass@1.34.0
|
|
1099
|
+
- @akinon/pz-one-click-checkout@1.34.0
|
|
1100
|
+
- @akinon/pz-otp@1.34.0
|
|
1101
|
+
- @akinon/pz-pay-on-delivery@1.34.0
|
|
3583
1102
|
|
|
3584
1103
|
## 1.33.2
|
|
3585
1104
|
|