@akinon/projectzero 1.78.0-rc.2 → 1.78.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 -15
- package/app-template/.gitignore +0 -2
- package/app-template/CHANGELOG.md +166 -2734
- package/app-template/package.json +18 -18
- package/app-template/public/locales/en/common.json +0 -4
- package/app-template/public/locales/tr/common.json +0 -4
- 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]/account/orders/[id]/cancellation/page.tsx +5 -94
- package/app-template/src/app/[commerce]/[locale]/[currency]/basket/page.tsx +82 -9
- package/app-template/src/app/[commerce]/[locale]/[currency]/orders/checkout/page.tsx +4 -7
- package/app-template/src/app/[commerce]/[locale]/[currency]/page.tsx +0 -8
- package/app-template/src/components/button.tsx +35 -50
- package/app-template/src/components/file-input.tsx +2 -44
- package/app-template/src/components/types/index.ts +1 -4
- package/app-template/src/middleware.ts +0 -1
- package/app-template/src/settings.js +1 -6
- package/app-template/src/views/account/address-form.tsx +2 -2
- package/app-template/src/views/account/contact-form.tsx +8 -3
- package/app-template/src/views/account/orders/order-cancellation-item.tsx +3 -4
- package/app-template/src/views/basket/basket-item.tsx +13 -16
- package/app-template/src/views/basket/summary.tsx +7 -10
- package/app-template/src/views/login/index.tsx +4 -28
- package/app-template/src/views/register/index.tsx +5 -30
- package/package.json +1 -1
- package/app-template/src/components/widget/widget-placeholder.tsx +0 -12
- package/app-template/src/views/basket/basket-content.tsx +0 -106
|
@@ -1,142 +1,25 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
-
## 1.78.0
|
|
4
|
-
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
- Updated dependencies [fd4b74e9]
|
|
24
|
-
- Updated dependencies [f49bb74f]
|
|
25
|
-
- Updated dependencies [e9541a13]
|
|
26
|
-
- Updated dependencies [4d3deb4f]
|
|
27
|
-
- Updated dependencies [72fd4d67]
|
|
28
|
-
- Updated dependencies [c53ef7b9]
|
|
29
|
-
- Updated dependencies [64699d3f]
|
|
30
|
-
- Updated dependencies [7727ae55]
|
|
31
|
-
- Updated dependencies [17f87524]
|
|
32
|
-
- Updated dependencies [65d3b862]
|
|
33
|
-
- Updated dependencies [bbe18b9f]
|
|
34
|
-
- Updated dependencies [4920742c]
|
|
35
|
-
- Updated dependencies [7e56d6b6]
|
|
36
|
-
- Updated dependencies [43c182ee]
|
|
37
|
-
- Updated dependencies [2d305aaf]
|
|
38
|
-
- Updated dependencies [eeb20bea]
|
|
39
|
-
- Updated dependencies [6a0a0807]
|
|
40
|
-
- Updated dependencies [f2c92d5c]
|
|
41
|
-
- Updated dependencies [7bd3d992]
|
|
42
|
-
- Updated dependencies [fdd255ee]
|
|
43
|
-
- Updated dependencies [49eeebfa]
|
|
44
|
-
- Updated dependencies [3f9b8d7e]
|
|
45
|
-
- @akinon/next@1.78.0-rc.2
|
|
46
|
-
- @akinon/pz-checkout-gift-pack@1.78.0-rc.2
|
|
47
|
-
- @akinon/pz-one-click-checkout@1.78.0-rc.2
|
|
48
|
-
- @akinon/pz-basket-gift-pack@1.78.0-rc.2
|
|
49
|
-
- @akinon/pz-pay-on-delivery@1.78.0-rc.2
|
|
50
|
-
- @akinon/pz-credit-payment@1.78.0-rc.2
|
|
51
|
-
- @akinon/pz-click-collect@1.78.0-rc.2
|
|
52
|
-
- @akinon/pz-masterpass@1.78.0-rc.2
|
|
53
|
-
- @akinon/pz-akifast@1.78.0-rc.2
|
|
54
|
-
- @akinon/pz-gpay@1.78.0-rc.2
|
|
55
|
-
- @akinon/pz-b2b@1.78.0-rc.2
|
|
56
|
-
- @akinon/pz-bkm@1.78.0-rc.2
|
|
57
|
-
- @akinon/pz-otp@1.78.0-rc.2
|
|
58
|
-
- @akinon/pz-tabby-extension@1.78.0-rc.2
|
|
59
|
-
- @akinon/pz-saved-card@1.78.0-rc.2
|
|
60
|
-
|
|
61
|
-
## 1.78.0-rc.1
|
|
62
|
-
|
|
63
|
-
### Minor Changes
|
|
64
|
-
|
|
65
|
-
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
66
|
-
|
|
67
|
-
### Patch Changes
|
|
68
|
-
|
|
69
|
-
- Updated dependencies [fd4b74e9]
|
|
70
|
-
- @akinon/next@1.78.0-rc.1
|
|
71
|
-
- @akinon/pz-akifast@1.78.0-rc.1
|
|
72
|
-
- @akinon/pz-b2b@1.78.0-rc.1
|
|
73
|
-
- @akinon/pz-basket-gift-pack@1.78.0-rc.1
|
|
74
|
-
- @akinon/pz-bkm@1.78.0-rc.1
|
|
75
|
-
- @akinon/pz-checkout-gift-pack@1.78.0-rc.1
|
|
76
|
-
- @akinon/pz-click-collect@1.78.0-rc.1
|
|
77
|
-
- @akinon/pz-credit-payment@1.78.0-rc.1
|
|
78
|
-
- @akinon/pz-gpay@1.78.0-rc.1
|
|
79
|
-
- @akinon/pz-masterpass@1.78.0-rc.1
|
|
80
|
-
- @akinon/pz-one-click-checkout@1.78.0-rc.1
|
|
81
|
-
- @akinon/pz-otp@1.78.0-rc.1
|
|
82
|
-
- @akinon/pz-pay-on-delivery@1.78.0-rc.1
|
|
83
|
-
- @akinon/pz-saved-card@1.78.0-rc.1
|
|
84
|
-
- @akinon/pz-tabby-extension@1.78.0-rc.1
|
|
85
|
-
|
|
86
|
-
## 1.78.0-rc.0
|
|
87
|
-
|
|
88
|
-
### Minor Changes
|
|
89
|
-
|
|
90
|
-
- e8dcbe3c: ZERO-3112: Update button component
|
|
91
|
-
- 82174637: ZERO-2887: Add LoaderSpinner to Filters component
|
|
92
|
-
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
93
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
94
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
95
|
-
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
96
|
-
- 6a0a0807: ZERO-3112: Update button
|
|
97
|
-
- 14d6b00c: ZERO-3122: Refactor error handling in login and registration forms to support nested error messages
|
|
98
|
-
- 121044ba: ZERO-3120: Add sample regex for sitemap with url extension like .xml.gz
|
|
99
|
-
|
|
100
|
-
### Patch Changes
|
|
101
|
-
|
|
102
|
-
- Updated dependencies [5dfeea04]
|
|
103
|
-
- Updated dependencies [2d9b2b2c]
|
|
104
|
-
- Updated dependencies [f49bb74f]
|
|
105
|
-
- Updated dependencies [e9541a13]
|
|
106
|
-
- Updated dependencies [4d3deb4f]
|
|
107
|
-
- Updated dependencies [72fd4d67]
|
|
108
|
-
- Updated dependencies [c53ef7b9]
|
|
109
|
-
- Updated dependencies [64699d3f]
|
|
110
|
-
- Updated dependencies [7727ae55]
|
|
111
|
-
- Updated dependencies [17f87524]
|
|
112
|
-
- Updated dependencies [65d3b862]
|
|
113
|
-
- Updated dependencies [bbe18b9f]
|
|
114
|
-
- Updated dependencies [4920742c]
|
|
115
|
-
- Updated dependencies [7e56d6b6]
|
|
116
|
-
- Updated dependencies [43c182ee]
|
|
117
|
-
- Updated dependencies [2d305aaf]
|
|
118
|
-
- Updated dependencies [eeb20bea]
|
|
119
|
-
- Updated dependencies [6a0a0807]
|
|
120
|
-
- Updated dependencies [f2c92d5c]
|
|
121
|
-
- Updated dependencies [7bd3d992]
|
|
122
|
-
- Updated dependencies [fdd255ee]
|
|
123
|
-
- Updated dependencies [49eeebfa]
|
|
124
|
-
- Updated dependencies [3f9b8d7e]
|
|
125
|
-
- @akinon/next@1.78.0-rc.0
|
|
126
|
-
- @akinon/pz-checkout-gift-pack@1.78.0-rc.0
|
|
127
|
-
- @akinon/pz-one-click-checkout@1.78.0-rc.0
|
|
128
|
-
- @akinon/pz-basket-gift-pack@1.78.0-rc.0
|
|
129
|
-
- @akinon/pz-pay-on-delivery@1.78.0-rc.0
|
|
130
|
-
- @akinon/pz-credit-payment@1.78.0-rc.0
|
|
131
|
-
- @akinon/pz-click-collect@1.78.0-rc.0
|
|
132
|
-
- @akinon/pz-masterpass@1.78.0-rc.0
|
|
133
|
-
- @akinon/pz-akifast@1.78.0-rc.0
|
|
134
|
-
- @akinon/pz-gpay@1.78.0-rc.0
|
|
135
|
-
- @akinon/pz-b2b@1.78.0-rc.0
|
|
136
|
-
- @akinon/pz-bkm@1.78.0-rc.0
|
|
137
|
-
- @akinon/pz-otp@1.78.0-rc.0
|
|
138
|
-
- @akinon/pz-tabby-extension@1.78.0-rc.0
|
|
139
|
-
- @akinon/pz-saved-card@1.78.0-rc.0
|
|
3
|
+
## 1.78.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [e791eab]
|
|
8
|
+
- @akinon/next@1.78.0
|
|
9
|
+
- @akinon/pz-akifast@1.78.0
|
|
10
|
+
- @akinon/pz-b2b@1.78.0
|
|
11
|
+
- @akinon/pz-basket-gift-pack@1.78.0
|
|
12
|
+
- @akinon/pz-bkm@1.78.0
|
|
13
|
+
- @akinon/pz-checkout-gift-pack@1.78.0
|
|
14
|
+
- @akinon/pz-click-collect@1.78.0
|
|
15
|
+
- @akinon/pz-credit-payment@1.78.0
|
|
16
|
+
- @akinon/pz-gpay@1.78.0
|
|
17
|
+
- @akinon/pz-masterpass@1.78.0
|
|
18
|
+
- @akinon/pz-one-click-checkout@1.78.0
|
|
19
|
+
- @akinon/pz-otp@1.78.0
|
|
20
|
+
- @akinon/pz-pay-on-delivery@1.78.0
|
|
21
|
+
- @akinon/pz-saved-card@1.78.0
|
|
22
|
+
- @akinon/pz-tabby-extension@1.78.0
|
|
140
23
|
|
|
141
24
|
## 1.77.0
|
|
142
25
|
|
|
@@ -317,161 +200,21 @@
|
|
|
317
200
|
### Patch Changes
|
|
318
201
|
|
|
319
202
|
- Updated dependencies [f34454a]
|
|
320
|
-
- @akinon/next@1.71.0
|
|
321
|
-
- @akinon/pz-akifast@1.71.0
|
|
322
|
-
- @akinon/pz-b2b@1.71.0
|
|
323
|
-
- @akinon/pz-basket-gift-pack@1.71.0
|
|
324
|
-
- @akinon/pz-bkm@1.71.0
|
|
325
|
-
- @akinon/pz-checkout-gift-pack@1.71.0
|
|
326
|
-
- @akinon/pz-click-collect@1.71.0
|
|
327
|
-
- @akinon/pz-credit-payment@1.71.0
|
|
328
|
-
- @akinon/pz-gpay@1.71.0
|
|
329
|
-
- @akinon/pz-masterpass@1.71.0
|
|
330
|
-
- @akinon/pz-one-click-checkout@1.71.0
|
|
331
|
-
- @akinon/pz-otp@1.71.0
|
|
332
|
-
- @akinon/pz-pay-on-delivery@1.71.0
|
|
333
|
-
- @akinon/pz-saved-card@1.71.0
|
|
334
|
-
- @akinon/pz-tabby-extension@1.71.0
|
|
335
|
-
|
|
336
|
-
## 1.71.0-rc.5
|
|
337
|
-
|
|
338
|
-
### Patch Changes
|
|
339
|
-
|
|
340
|
-
- Updated dependencies [0ab91e5]
|
|
341
|
-
- @akinon/pz-akifast@1.71.0-rc.5
|
|
342
|
-
- @akinon/next@1.71.0-rc.5
|
|
343
|
-
- @akinon/pz-b2b@1.71.0-rc.5
|
|
344
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.5
|
|
345
|
-
- @akinon/pz-bkm@1.71.0-rc.5
|
|
346
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.5
|
|
347
|
-
- @akinon/pz-click-collect@1.71.0-rc.5
|
|
348
|
-
- @akinon/pz-credit-payment@1.71.0-rc.5
|
|
349
|
-
- @akinon/pz-gpay@1.71.0-rc.5
|
|
350
|
-
- @akinon/pz-masterpass@1.71.0-rc.5
|
|
351
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.5
|
|
352
|
-
- @akinon/pz-otp@1.71.0-rc.5
|
|
353
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.5
|
|
354
|
-
- @akinon/pz-saved-card@1.71.0-rc.5
|
|
355
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.5
|
|
356
|
-
|
|
357
|
-
## 1.71.0-rc.4
|
|
358
|
-
|
|
359
|
-
### Minor Changes
|
|
360
|
-
|
|
361
|
-
- 7d2d66e: ZERO-3012: Upgrade version for tailwindcss
|
|
362
|
-
|
|
363
|
-
### Patch Changes
|
|
364
|
-
|
|
365
|
-
- @akinon/next@1.71.0-rc.4
|
|
366
|
-
- @akinon/pz-akifast@1.71.0-rc.4
|
|
367
|
-
- @akinon/pz-b2b@1.71.0-rc.4
|
|
368
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.4
|
|
369
|
-
- @akinon/pz-bkm@1.71.0-rc.4
|
|
370
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.4
|
|
371
|
-
- @akinon/pz-click-collect@1.71.0-rc.4
|
|
372
|
-
- @akinon/pz-credit-payment@1.71.0-rc.4
|
|
373
|
-
- @akinon/pz-gpay@1.71.0-rc.4
|
|
374
|
-
- @akinon/pz-masterpass@1.71.0-rc.4
|
|
375
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.4
|
|
376
|
-
- @akinon/pz-otp@1.71.0-rc.4
|
|
377
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.4
|
|
378
|
-
- @akinon/pz-saved-card@1.71.0-rc.4
|
|
379
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.4
|
|
380
|
-
|
|
381
|
-
## 1.71.0-rc.3
|
|
382
|
-
|
|
383
|
-
### Minor Changes
|
|
384
|
-
|
|
385
|
-
- 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
|
|
386
|
-
|
|
387
|
-
### Patch Changes
|
|
388
|
-
|
|
389
|
-
- Updated dependencies [3344bca]
|
|
390
|
-
- @akinon/next@1.71.0-rc.3
|
|
391
|
-
- @akinon/pz-akifast@1.71.0-rc.3
|
|
392
|
-
- @akinon/pz-b2b@1.71.0-rc.3
|
|
393
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.3
|
|
394
|
-
- @akinon/pz-bkm@1.71.0-rc.3
|
|
395
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.3
|
|
396
|
-
- @akinon/pz-click-collect@1.71.0-rc.3
|
|
397
|
-
- @akinon/pz-credit-payment@1.71.0-rc.3
|
|
398
|
-
- @akinon/pz-gpay@1.71.0-rc.3
|
|
399
|
-
- @akinon/pz-masterpass@1.71.0-rc.3
|
|
400
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.3
|
|
401
|
-
- @akinon/pz-otp@1.71.0-rc.3
|
|
402
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.3
|
|
403
|
-
- @akinon/pz-saved-card@1.71.0-rc.3
|
|
404
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.3
|
|
405
|
-
|
|
406
|
-
## 1.71.0-rc.2
|
|
407
|
-
|
|
408
|
-
### Patch Changes
|
|
409
|
-
|
|
410
|
-
- Updated dependencies [56cdddc]
|
|
411
|
-
- @akinon/next@1.71.0-rc.2
|
|
412
|
-
- @akinon/pz-akifast@1.71.0-rc.2
|
|
413
|
-
- @akinon/pz-b2b@1.71.0-rc.2
|
|
414
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.2
|
|
415
|
-
- @akinon/pz-bkm@1.71.0-rc.2
|
|
416
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.2
|
|
417
|
-
- @akinon/pz-click-collect@1.71.0-rc.2
|
|
418
|
-
- @akinon/pz-credit-payment@1.71.0-rc.2
|
|
419
|
-
- @akinon/pz-gpay@1.71.0-rc.2
|
|
420
|
-
- @akinon/pz-masterpass@1.71.0-rc.2
|
|
421
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.2
|
|
422
|
-
- @akinon/pz-otp@1.71.0-rc.2
|
|
423
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.2
|
|
424
|
-
- @akinon/pz-saved-card@1.71.0-rc.2
|
|
425
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.2
|
|
426
|
-
|
|
427
|
-
## 1.71.0-rc.1
|
|
428
|
-
|
|
429
|
-
### Patch Changes
|
|
430
|
-
|
|
431
|
-
- Updated dependencies [9a50730]
|
|
432
|
-
- @akinon/next@1.71.0-rc.1
|
|
433
|
-
- @akinon/pz-akifast@1.71.0-rc.1
|
|
434
|
-
- @akinon/pz-b2b@1.71.0-rc.1
|
|
435
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.1
|
|
436
|
-
- @akinon/pz-bkm@1.71.0-rc.1
|
|
437
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.1
|
|
438
|
-
- @akinon/pz-click-collect@1.71.0-rc.1
|
|
439
|
-
- @akinon/pz-credit-payment@1.71.0-rc.1
|
|
440
|
-
- @akinon/pz-gpay@1.71.0-rc.1
|
|
441
|
-
- @akinon/pz-masterpass@1.71.0-rc.1
|
|
442
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.1
|
|
443
|
-
- @akinon/pz-otp@1.71.0-rc.1
|
|
444
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.1
|
|
445
|
-
- @akinon/pz-saved-card@1.71.0-rc.1
|
|
446
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.1
|
|
447
|
-
|
|
448
|
-
## 1.71.0-rc.0
|
|
449
|
-
|
|
450
|
-
### Minor Changes
|
|
451
|
-
|
|
452
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
453
|
-
|
|
454
|
-
### Patch Changes
|
|
455
|
-
|
|
456
|
-
- Updated dependencies [3bfa12a]
|
|
457
|
-
- Updated dependencies [4d3deb4]
|
|
458
|
-
- Updated dependencies [3010514]
|
|
459
|
-
- Updated dependencies [ca774b3]
|
|
460
|
-
- @akinon/next@1.71.0-rc.0
|
|
461
|
-
- @akinon/pz-akifast@1.71.0-rc.0
|
|
462
|
-
- @akinon/pz-b2b@1.71.0-rc.0
|
|
463
|
-
- @akinon/pz-basket-gift-pack@1.71.0-rc.0
|
|
464
|
-
- @akinon/pz-bkm@1.71.0-rc.0
|
|
465
|
-
- @akinon/pz-checkout-gift-pack@1.71.0-rc.0
|
|
466
|
-
- @akinon/pz-click-collect@1.71.0-rc.0
|
|
467
|
-
- @akinon/pz-credit-payment@1.71.0-rc.0
|
|
468
|
-
- @akinon/pz-gpay@1.71.0-rc.0
|
|
469
|
-
- @akinon/pz-masterpass@1.71.0-rc.0
|
|
470
|
-
- @akinon/pz-one-click-checkout@1.71.0-rc.0
|
|
471
|
-
- @akinon/pz-otp@1.71.0-rc.0
|
|
472
|
-
- @akinon/pz-pay-on-delivery@1.71.0-rc.0
|
|
473
|
-
- @akinon/pz-saved-card@1.71.0-rc.0
|
|
474
|
-
- @akinon/pz-tabby-extension@1.71.0-rc.0
|
|
203
|
+
- @akinon/next@1.71.0
|
|
204
|
+
- @akinon/pz-akifast@1.71.0
|
|
205
|
+
- @akinon/pz-b2b@1.71.0
|
|
206
|
+
- @akinon/pz-basket-gift-pack@1.71.0
|
|
207
|
+
- @akinon/pz-bkm@1.71.0
|
|
208
|
+
- @akinon/pz-checkout-gift-pack@1.71.0
|
|
209
|
+
- @akinon/pz-click-collect@1.71.0
|
|
210
|
+
- @akinon/pz-credit-payment@1.71.0
|
|
211
|
+
- @akinon/pz-gpay@1.71.0
|
|
212
|
+
- @akinon/pz-masterpass@1.71.0
|
|
213
|
+
- @akinon/pz-one-click-checkout@1.71.0
|
|
214
|
+
- @akinon/pz-otp@1.71.0
|
|
215
|
+
- @akinon/pz-pay-on-delivery@1.71.0
|
|
216
|
+
- @akinon/pz-saved-card@1.71.0
|
|
217
|
+
- @akinon/pz-tabby-extension@1.71.0
|
|
475
218
|
|
|
476
219
|
## 1.70.0
|
|
477
220
|
|
|
@@ -502,249 +245,32 @@
|
|
|
502
245
|
|
|
503
246
|
### Minor Changes
|
|
504
247
|
|
|
505
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
506
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
507
|
-
|
|
508
|
-
### Patch Changes
|
|
509
|
-
|
|
510
|
-
- Updated dependencies [3bfa12a]
|
|
511
|
-
- Updated dependencies [4d3deb4]
|
|
512
|
-
- Updated dependencies [3010514]
|
|
513
|
-
- Updated dependencies [ca774b3]
|
|
514
|
-
- Updated dependencies [f046f8e]
|
|
515
|
-
- @akinon/next@1.69.0-rc.9
|
|
516
|
-
- @akinon/pz-akifast@1.69.0-rc.9
|
|
517
|
-
- @akinon/pz-b2b@1.69.0-rc.9
|
|
518
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.9
|
|
519
|
-
- @akinon/pz-bkm@1.69.0-rc.9
|
|
520
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.9
|
|
521
|
-
- @akinon/pz-click-collect@1.69.0-rc.9
|
|
522
|
-
- @akinon/pz-credit-payment@1.69.0-rc.9
|
|
523
|
-
- @akinon/pz-gpay@1.69.0-rc.9
|
|
524
|
-
- @akinon/pz-masterpass@1.69.0-rc.9
|
|
525
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.9
|
|
526
|
-
- @akinon/pz-otp@1.69.0-rc.9
|
|
527
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.9
|
|
528
|
-
- @akinon/pz-saved-card@1.69.0-rc.9
|
|
529
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.9
|
|
530
|
-
|
|
531
|
-
## 1.69.0-rc.8
|
|
532
|
-
|
|
533
|
-
### Patch Changes
|
|
534
|
-
|
|
535
|
-
- Updated dependencies [3010514]
|
|
536
|
-
- Updated dependencies [ca774b3]
|
|
537
|
-
- @akinon/next@1.69.0-rc.8
|
|
538
|
-
- @akinon/pz-akifast@1.69.0-rc.8
|
|
539
|
-
- @akinon/pz-b2b@1.69.0-rc.8
|
|
540
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.8
|
|
541
|
-
- @akinon/pz-bkm@1.69.0-rc.8
|
|
542
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.8
|
|
543
|
-
- @akinon/pz-click-collect@1.69.0-rc.8
|
|
544
|
-
- @akinon/pz-credit-payment@1.69.0-rc.8
|
|
545
|
-
- @akinon/pz-gpay@1.69.0-rc.8
|
|
546
|
-
- @akinon/pz-masterpass@1.69.0-rc.8
|
|
547
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.8
|
|
548
|
-
- @akinon/pz-otp@1.69.0-rc.8
|
|
549
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.8
|
|
550
|
-
- @akinon/pz-saved-card@1.69.0-rc.8
|
|
551
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.8
|
|
552
|
-
|
|
553
|
-
## 1.69.0-rc.7
|
|
554
|
-
|
|
555
|
-
### Patch Changes
|
|
556
|
-
|
|
557
|
-
- Updated dependencies [3bfa12a]
|
|
558
|
-
- @akinon/next@1.69.0-rc.7
|
|
559
|
-
- @akinon/pz-akifast@1.69.0-rc.7
|
|
560
|
-
- @akinon/pz-b2b@1.69.0-rc.7
|
|
561
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.7
|
|
562
|
-
- @akinon/pz-bkm@1.69.0-rc.7
|
|
563
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.7
|
|
564
|
-
- @akinon/pz-click-collect@1.69.0-rc.7
|
|
565
|
-
- @akinon/pz-credit-payment@1.69.0-rc.7
|
|
566
|
-
- @akinon/pz-gpay@1.69.0-rc.7
|
|
567
|
-
- @akinon/pz-masterpass@1.69.0-rc.7
|
|
568
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.7
|
|
569
|
-
- @akinon/pz-otp@1.69.0-rc.7
|
|
570
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.7
|
|
571
|
-
- @akinon/pz-saved-card@1.69.0-rc.7
|
|
572
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.7
|
|
573
|
-
|
|
574
|
-
## 1.69.0-rc.6
|
|
575
|
-
|
|
576
|
-
### Minor Changes
|
|
577
|
-
|
|
578
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
579
248
|
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
580
249
|
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
581
250
|
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
582
251
|
|
|
583
252
|
### Patch Changes
|
|
584
253
|
|
|
585
|
-
- Updated dependencies [4d3deb4]
|
|
586
254
|
- Updated dependencies [063da74]
|
|
587
255
|
- Updated dependencies [72da021]
|
|
588
256
|
- Updated dependencies [5632a99]
|
|
589
257
|
- Updated dependencies [cbdb0c8]
|
|
590
258
|
- Updated dependencies [80c869b]
|
|
591
|
-
- @akinon/next@1.69.0
|
|
592
|
-
- @akinon/pz-akifast@1.69.0
|
|
593
|
-
- @akinon/pz-b2b@1.69.0
|
|
594
|
-
- @akinon/pz-basket-gift-pack@1.69.0
|
|
595
|
-
- @akinon/pz-bkm@1.69.0
|
|
596
|
-
- @akinon/pz-checkout-gift-pack@1.69.0
|
|
597
|
-
- @akinon/pz-click-collect@1.69.0
|
|
598
|
-
- @akinon/pz-credit-payment@1.69.0
|
|
599
|
-
- @akinon/pz-gpay@1.69.0
|
|
600
|
-
- @akinon/pz-masterpass@1.69.0
|
|
601
|
-
- @akinon/pz-one-click-checkout@1.69.0
|
|
602
|
-
- @akinon/pz-otp@1.69.0
|
|
603
|
-
- @akinon/pz-pay-on-delivery@1.69.0
|
|
604
|
-
- @akinon/pz-saved-card@1.69.0
|
|
605
|
-
- @akinon/pz-tabby-extension@1.69.0
|
|
606
|
-
|
|
607
|
-
## 1.69.0-rc.5
|
|
608
|
-
|
|
609
|
-
### Minor Changes
|
|
610
|
-
|
|
611
|
-
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
612
|
-
|
|
613
|
-
### Patch Changes
|
|
614
|
-
|
|
615
|
-
- Updated dependencies [80c869b]
|
|
616
|
-
- @akinon/next@1.69.0-rc.5
|
|
617
|
-
- @akinon/pz-akifast@1.69.0-rc.5
|
|
618
|
-
- @akinon/pz-b2b@1.69.0-rc.5
|
|
619
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.5
|
|
620
|
-
- @akinon/pz-bkm@1.69.0-rc.5
|
|
621
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.5
|
|
622
|
-
- @akinon/pz-click-collect@1.69.0-rc.5
|
|
623
|
-
- @akinon/pz-credit-payment@1.69.0-rc.5
|
|
624
|
-
- @akinon/pz-gpay@1.69.0-rc.5
|
|
625
|
-
- @akinon/pz-masterpass@1.69.0-rc.5
|
|
626
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.5
|
|
627
|
-
- @akinon/pz-otp@1.69.0-rc.5
|
|
628
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.5
|
|
629
|
-
- @akinon/pz-saved-card@1.69.0-rc.5
|
|
630
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.5
|
|
631
|
-
|
|
632
|
-
## 1.69.0-rc.4
|
|
633
|
-
|
|
634
|
-
### Minor Changes
|
|
635
|
-
|
|
636
|
-
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
637
|
-
|
|
638
|
-
### Patch Changes
|
|
639
|
-
|
|
640
|
-
- Updated dependencies [063da74]
|
|
641
|
-
- @akinon/next@1.69.0-rc.4
|
|
642
|
-
- @akinon/pz-akifast@1.69.0-rc.4
|
|
643
|
-
- @akinon/pz-b2b@1.69.0-rc.4
|
|
644
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.4
|
|
645
|
-
- @akinon/pz-bkm@1.69.0-rc.4
|
|
646
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.4
|
|
647
|
-
- @akinon/pz-click-collect@1.69.0-rc.4
|
|
648
|
-
- @akinon/pz-credit-payment@1.69.0-rc.4
|
|
649
|
-
- @akinon/pz-gpay@1.69.0-rc.4
|
|
650
|
-
- @akinon/pz-masterpass@1.69.0-rc.4
|
|
651
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.4
|
|
652
|
-
- @akinon/pz-otp@1.69.0-rc.4
|
|
653
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.4
|
|
654
|
-
- @akinon/pz-saved-card@1.69.0-rc.4
|
|
655
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.4
|
|
656
|
-
|
|
657
|
-
## 1.69.0-rc.3
|
|
658
|
-
|
|
659
|
-
### Minor Changes
|
|
660
|
-
|
|
661
|
-
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
662
|
-
|
|
663
|
-
### Patch Changes
|
|
664
|
-
|
|
665
|
-
- Updated dependencies [cbdb0c8]
|
|
666
|
-
- @akinon/next@1.69.0-rc.3
|
|
667
|
-
- @akinon/pz-akifast@1.69.0-rc.3
|
|
668
|
-
- @akinon/pz-b2b@1.69.0-rc.3
|
|
669
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.3
|
|
670
|
-
- @akinon/pz-bkm@1.69.0-rc.3
|
|
671
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.3
|
|
672
|
-
- @akinon/pz-click-collect@1.69.0-rc.3
|
|
673
|
-
- @akinon/pz-credit-payment@1.69.0-rc.3
|
|
674
|
-
- @akinon/pz-gpay@1.69.0-rc.3
|
|
675
|
-
- @akinon/pz-masterpass@1.69.0-rc.3
|
|
676
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.3
|
|
677
|
-
- @akinon/pz-otp@1.69.0-rc.3
|
|
678
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.3
|
|
679
|
-
- @akinon/pz-saved-card@1.69.0-rc.3
|
|
680
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.3
|
|
681
|
-
|
|
682
|
-
## 1.69.0-rc.2
|
|
683
|
-
|
|
684
|
-
### Patch Changes
|
|
685
|
-
|
|
686
|
-
- Updated dependencies [5632a99]
|
|
687
|
-
- @akinon/next@1.69.0-rc.2
|
|
688
|
-
- @akinon/pz-akifast@1.69.0-rc.2
|
|
689
|
-
- @akinon/pz-b2b@1.69.0-rc.2
|
|
690
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.2
|
|
691
|
-
- @akinon/pz-bkm@1.69.0-rc.2
|
|
692
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.2
|
|
693
|
-
- @akinon/pz-click-collect@1.69.0-rc.2
|
|
694
|
-
- @akinon/pz-credit-payment@1.69.0-rc.2
|
|
695
|
-
- @akinon/pz-gpay@1.69.0-rc.2
|
|
696
|
-
- @akinon/pz-masterpass@1.69.0-rc.2
|
|
697
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.2
|
|
698
|
-
- @akinon/pz-otp@1.69.0-rc.2
|
|
699
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.2
|
|
700
|
-
- @akinon/pz-saved-card@1.69.0-rc.2
|
|
701
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.2
|
|
702
|
-
|
|
703
|
-
## 1.69.0-rc.1
|
|
704
|
-
|
|
705
|
-
### Patch Changes
|
|
706
|
-
|
|
707
|
-
- Updated dependencies [72da021]
|
|
708
|
-
- @akinon/next@1.69.0-rc.1
|
|
709
|
-
- @akinon/pz-akifast@1.69.0-rc.1
|
|
710
|
-
- @akinon/pz-b2b@1.69.0-rc.1
|
|
711
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.1
|
|
712
|
-
- @akinon/pz-bkm@1.69.0-rc.1
|
|
713
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.1
|
|
714
|
-
- @akinon/pz-click-collect@1.69.0-rc.1
|
|
715
|
-
- @akinon/pz-credit-payment@1.69.0-rc.1
|
|
716
|
-
- @akinon/pz-gpay@1.69.0-rc.1
|
|
717
|
-
- @akinon/pz-masterpass@1.69.0-rc.1
|
|
718
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.1
|
|
719
|
-
- @akinon/pz-otp@1.69.0-rc.1
|
|
720
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.1
|
|
721
|
-
- @akinon/pz-saved-card@1.69.0-rc.1
|
|
722
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.1
|
|
723
|
-
|
|
724
|
-
## 1.69.0-rc.0
|
|
725
|
-
|
|
726
|
-
### Minor Changes
|
|
727
|
-
|
|
728
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
729
|
-
|
|
730
|
-
### Patch Changes
|
|
731
|
-
|
|
732
|
-
- Updated dependencies [4d3deb4]
|
|
733
|
-
- @akinon/next@1.69.0-rc.0
|
|
734
|
-
- @akinon/pz-akifast@1.69.0-rc.0
|
|
735
|
-
- @akinon/pz-b2b@1.69.0-rc.0
|
|
736
|
-
- @akinon/pz-basket-gift-pack@1.69.0-rc.0
|
|
737
|
-
- @akinon/pz-bkm@1.69.0-rc.0
|
|
738
|
-
- @akinon/pz-checkout-gift-pack@1.69.0-rc.0
|
|
739
|
-
- @akinon/pz-click-collect@1.69.0-rc.0
|
|
740
|
-
- @akinon/pz-credit-payment@1.69.0-rc.0
|
|
741
|
-
- @akinon/pz-gpay@1.69.0-rc.0
|
|
742
|
-
- @akinon/pz-masterpass@1.69.0-rc.0
|
|
743
|
-
- @akinon/pz-one-click-checkout@1.69.0-rc.0
|
|
744
|
-
- @akinon/pz-otp@1.69.0-rc.0
|
|
745
|
-
- @akinon/pz-pay-on-delivery@1.69.0-rc.0
|
|
746
|
-
- @akinon/pz-saved-card@1.69.0-rc.0
|
|
747
|
-
- @akinon/pz-tabby-extension@1.69.0-rc.0
|
|
259
|
+
- @akinon/next@1.69.0
|
|
260
|
+
- @akinon/pz-akifast@1.69.0
|
|
261
|
+
- @akinon/pz-b2b@1.69.0
|
|
262
|
+
- @akinon/pz-basket-gift-pack@1.69.0
|
|
263
|
+
- @akinon/pz-bkm@1.69.0
|
|
264
|
+
- @akinon/pz-checkout-gift-pack@1.69.0
|
|
265
|
+
- @akinon/pz-click-collect@1.69.0
|
|
266
|
+
- @akinon/pz-credit-payment@1.69.0
|
|
267
|
+
- @akinon/pz-gpay@1.69.0
|
|
268
|
+
- @akinon/pz-masterpass@1.69.0
|
|
269
|
+
- @akinon/pz-one-click-checkout@1.69.0
|
|
270
|
+
- @akinon/pz-otp@1.69.0
|
|
271
|
+
- @akinon/pz-pay-on-delivery@1.69.0
|
|
272
|
+
- @akinon/pz-saved-card@1.69.0
|
|
273
|
+
- @akinon/pz-tabby-extension@1.69.0
|
|
748
274
|
|
|
749
275
|
## 1.68.0
|
|
750
276
|
|
|
@@ -1095,401 +621,28 @@
|
|
|
1095
621
|
|
|
1096
622
|
### Minor Changes
|
|
1097
623
|
|
|
1098
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1099
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1100
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1101
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1102
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1103
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1104
|
-
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1105
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1106
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1107
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1108
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1109
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1110
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1111
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1112
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1113
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1114
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1115
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1116
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1117
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1118
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1119
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1120
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1121
|
-
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
1122
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1123
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1124
|
-
|
|
1125
|
-
### Patch Changes
|
|
1126
|
-
|
|
1127
|
-
- Updated dependencies [c416d18]
|
|
1128
|
-
- Updated dependencies [572d2e84]
|
|
1129
|
-
- Updated dependencies [5dfeea0]
|
|
1130
|
-
- Updated dependencies [0e25399]
|
|
1131
|
-
- Updated dependencies [a4c8d6a9]
|
|
1132
|
-
- Updated dependencies [fda5b927]
|
|
1133
|
-
- Updated dependencies [2d9b2b2c]
|
|
1134
|
-
- Updated dependencies [c53ea3e6]
|
|
1135
|
-
- Updated dependencies [714e0b46]
|
|
1136
|
-
- Updated dependencies [6c25f66]
|
|
1137
|
-
- Updated dependencies [bc2b4117]
|
|
1138
|
-
- Updated dependencies [3bf2dd9]
|
|
1139
|
-
- Updated dependencies [e9541a13]
|
|
1140
|
-
- Updated dependencies [c53ef7b9]
|
|
1141
|
-
- Updated dependencies [2e6104d]
|
|
1142
|
-
- Updated dependencies [64699d3f]
|
|
1143
|
-
- Updated dependencies [0d3a913e]
|
|
1144
|
-
- Updated dependencies [7b05522]
|
|
1145
|
-
- Updated dependencies [d6edb1d]
|
|
1146
|
-
- Updated dependencies [d3474c64]
|
|
1147
|
-
- Updated dependencies [17f87524]
|
|
1148
|
-
- Updated dependencies [29ead87]
|
|
1149
|
-
- Updated dependencies [c45b62c]
|
|
1150
|
-
- Updated dependencies [91265bba]
|
|
1151
|
-
- Updated dependencies [bbe18b9f]
|
|
1152
|
-
- Updated dependencies [d4099960]
|
|
1153
|
-
- Updated dependencies [4920742]
|
|
1154
|
-
- Updated dependencies [12a873e]
|
|
1155
|
-
- Updated dependencies [7e56d6b]
|
|
1156
|
-
- Updated dependencies [94b69285]
|
|
1157
|
-
- Updated dependencies [98bb8dcd]
|
|
1158
|
-
- Updated dependencies [dcc8a150]
|
|
1159
|
-
- Updated dependencies [8f47cca]
|
|
1160
|
-
- Updated dependencies [fad27689]
|
|
1161
|
-
- Updated dependencies [dff0d595]
|
|
1162
|
-
- Updated dependencies [fdd0b41]
|
|
1163
|
-
- Updated dependencies [f2c325c]
|
|
1164
|
-
- Updated dependencies [9e25a64]
|
|
1165
|
-
- Updated dependencies [beb499e6]
|
|
1166
|
-
- Updated dependencies [f2c92d5c]
|
|
1167
|
-
- Updated dependencies [7bd3d992]
|
|
1168
|
-
- Updated dependencies [f3d076b]
|
|
1169
|
-
- Updated dependencies [f046f8e0]
|
|
1170
|
-
- Updated dependencies [49eeebf]
|
|
1171
|
-
- Updated dependencies [86d25315]
|
|
1172
|
-
- Updated dependencies [3f9b8d7e]
|
|
1173
|
-
- @akinon/next@1.56.0-rc.8
|
|
1174
|
-
- @akinon/pz-tabby-extension@1.56.0-rc.8
|
|
1175
|
-
- @akinon/pz-click-collect@1.56.0-rc.8
|
|
1176
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.8
|
|
1177
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.8
|
|
1178
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.8
|
|
1179
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.8
|
|
1180
|
-
- @akinon/pz-credit-payment@1.56.0-rc.8
|
|
1181
|
-
- @akinon/pz-masterpass@1.56.0-rc.8
|
|
1182
|
-
- @akinon/pz-akifast@1.56.0-rc.8
|
|
1183
|
-
- @akinon/pz-gpay@1.56.0-rc.8
|
|
1184
|
-
- @akinon/pz-b2b@1.56.0-rc.8
|
|
1185
|
-
- @akinon/pz-bkm@1.56.0-rc.8
|
|
1186
|
-
- @akinon/pz-otp@1.56.0-rc.8
|
|
1187
|
-
|
|
1188
|
-
## 1.56.0-rc.7
|
|
1189
|
-
|
|
1190
|
-
### Patch Changes
|
|
1191
|
-
|
|
1192
|
-
- Updated dependencies [0e25399]
|
|
1193
|
-
- @akinon/pz-tabby-extension@1.56.0-rc.7
|
|
1194
|
-
- @akinon/next@1.56.0-rc.7
|
|
1195
|
-
- @akinon/pz-akifast@1.56.0-rc.7
|
|
1196
|
-
- @akinon/pz-b2b@1.56.0-rc.7
|
|
1197
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.7
|
|
1198
|
-
- @akinon/pz-bkm@1.56.0-rc.7
|
|
1199
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.7
|
|
1200
|
-
- @akinon/pz-click-collect@1.56.0-rc.7
|
|
1201
|
-
- @akinon/pz-credit-payment@1.56.0-rc.7
|
|
1202
|
-
- @akinon/pz-gpay@1.56.0-rc.7
|
|
1203
|
-
- @akinon/pz-masterpass@1.56.0-rc.7
|
|
1204
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.7
|
|
1205
|
-
- @akinon/pz-otp@1.56.0-rc.7
|
|
1206
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.7
|
|
1207
|
-
|
|
1208
|
-
## 1.56.0-rc.6
|
|
1209
|
-
|
|
1210
|
-
### Minor Changes
|
|
1211
|
-
|
|
1212
|
-
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
1213
|
-
|
|
1214
|
-
### Patch Changes
|
|
1215
|
-
|
|
1216
|
-
- Updated dependencies [f3d076b]
|
|
1217
|
-
- @akinon/next@1.56.0-rc.6
|
|
1218
|
-
- @akinon/pz-akifast@1.56.0-rc.6
|
|
1219
|
-
- @akinon/pz-b2b@1.56.0-rc.6
|
|
1220
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.6
|
|
1221
|
-
- @akinon/pz-bkm@1.56.0-rc.6
|
|
1222
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.6
|
|
1223
|
-
- @akinon/pz-click-collect@1.56.0-rc.6
|
|
1224
|
-
- @akinon/pz-credit-payment@1.56.0-rc.6
|
|
1225
|
-
- @akinon/pz-gpay@1.56.0-rc.6
|
|
1226
|
-
- @akinon/pz-masterpass@1.56.0-rc.6
|
|
1227
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.6
|
|
1228
|
-
- @akinon/pz-otp@1.56.0-rc.6
|
|
1229
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.6
|
|
1230
|
-
|
|
1231
|
-
## 1.56.0-rc.5
|
|
1232
|
-
|
|
1233
|
-
### Patch Changes
|
|
1234
|
-
|
|
1235
|
-
- Updated dependencies [c416d18]
|
|
1236
|
-
- @akinon/next@1.56.0-rc.5
|
|
1237
|
-
- @akinon/pz-akifast@1.56.0-rc.5
|
|
1238
|
-
- @akinon/pz-b2b@1.56.0-rc.5
|
|
1239
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.5
|
|
1240
|
-
- @akinon/pz-bkm@1.56.0-rc.5
|
|
1241
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.5
|
|
1242
|
-
- @akinon/pz-click-collect@1.56.0-rc.5
|
|
1243
|
-
- @akinon/pz-credit-payment@1.56.0-rc.5
|
|
1244
|
-
- @akinon/pz-gpay@1.56.0-rc.5
|
|
1245
|
-
- @akinon/pz-masterpass@1.56.0-rc.5
|
|
1246
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.5
|
|
1247
|
-
- @akinon/pz-otp@1.56.0-rc.5
|
|
1248
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.5
|
|
1249
|
-
|
|
1250
|
-
## 1.56.0-rc.4
|
|
1251
|
-
|
|
1252
|
-
### Minor Changes
|
|
1253
|
-
|
|
1254
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1255
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1256
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1257
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1258
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1259
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1260
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1261
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1262
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1263
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1264
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1265
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1266
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1267
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1268
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1269
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1270
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1271
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1272
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1273
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1274
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1275
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1276
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1277
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1278
624
|
- b9273fd: ZERO-2889: add host headers to requests
|
|
1279
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1280
625
|
|
|
1281
626
|
### Patch Changes
|
|
1282
627
|
|
|
1283
|
-
- Updated dependencies [572d2e84]
|
|
1284
|
-
- Updated dependencies [5dfeea0]
|
|
1285
|
-
- Updated dependencies [a4c8d6a9]
|
|
1286
|
-
- Updated dependencies [fda5b927]
|
|
1287
|
-
- Updated dependencies [2d9b2b2c]
|
|
1288
|
-
- Updated dependencies [c53ea3e6]
|
|
1289
628
|
- Updated dependencies [d93a507]
|
|
1290
|
-
- Updated dependencies [714e0b46]
|
|
1291
|
-
- Updated dependencies [6c25f66]
|
|
1292
|
-
- Updated dependencies [bc2b411]
|
|
1293
|
-
- Updated dependencies [3bf2dd9]
|
|
1294
|
-
- Updated dependencies [e9541a13]
|
|
1295
|
-
- Updated dependencies [c53ef7b9]
|
|
1296
|
-
- Updated dependencies [2e6104d]
|
|
1297
|
-
- Updated dependencies [64699d3]
|
|
1298
|
-
- Updated dependencies [0d3a913e]
|
|
1299
|
-
- Updated dependencies [7b05522]
|
|
1300
|
-
- Updated dependencies [d6edb1d]
|
|
1301
|
-
- Updated dependencies [d3474c64]
|
|
1302
|
-
- Updated dependencies [17f8752]
|
|
1303
|
-
- Updated dependencies [29ead87]
|
|
1304
|
-
- Updated dependencies [c45b62c]
|
|
1305
|
-
- Updated dependencies [91265bba]
|
|
1306
|
-
- Updated dependencies [bbe18b9f]
|
|
1307
|
-
- Updated dependencies [d4099960]
|
|
1308
|
-
- Updated dependencies [4920742]
|
|
1309
|
-
- Updated dependencies [12a873e]
|
|
1310
629
|
- Updated dependencies [674badc]
|
|
1311
|
-
- Updated dependencies [7e56d6b]
|
|
1312
|
-
- Updated dependencies [94b69285]
|
|
1313
|
-
- Updated dependencies [98bb8dcd]
|
|
1314
630
|
- Updated dependencies [207ac6e]
|
|
1315
|
-
- Updated dependencies [dcc8a150]
|
|
1316
|
-
- Updated dependencies [8f47cca]
|
|
1317
|
-
- Updated dependencies [fad27689]
|
|
1318
|
-
- Updated dependencies [dff0d595]
|
|
1319
|
-
- Updated dependencies [fdd0b41]
|
|
1320
|
-
- Updated dependencies [f2c325c]
|
|
1321
|
-
- Updated dependencies [9e25a64]
|
|
1322
|
-
- Updated dependencies [beb499e6]
|
|
1323
|
-
- Updated dependencies [f2c92d5c]
|
|
1324
|
-
- Updated dependencies [7bd3d99]
|
|
1325
|
-
- Updated dependencies [f046f8e0]
|
|
1326
631
|
- Updated dependencies [b9273fd]
|
|
1327
|
-
- Updated dependencies [49eeebf]
|
|
1328
|
-
- Updated dependencies [86d25315]
|
|
1329
632
|
- Updated dependencies [c670bd4]
|
|
1330
|
-
-
|
|
1331
|
-
- @akinon/
|
|
1332
|
-
- @akinon/pz-
|
|
1333
|
-
- @akinon/pz-
|
|
1334
|
-
- @akinon/pz-
|
|
1335
|
-
- @akinon/pz-
|
|
1336
|
-
- @akinon/pz-
|
|
1337
|
-
- @akinon/pz-credit-payment@1.56.0
|
|
1338
|
-
- @akinon/pz-
|
|
1339
|
-
- @akinon/pz-
|
|
1340
|
-
- @akinon/pz-
|
|
1341
|
-
- @akinon/pz-
|
|
1342
|
-
- @akinon/pz-
|
|
1343
|
-
- @akinon/pz-otp@1.56.0-rc.4
|
|
1344
|
-
|
|
1345
|
-
## 1.56.0-rc.3
|
|
1346
|
-
|
|
1347
|
-
### Patch Changes
|
|
1348
|
-
|
|
1349
|
-
- Updated dependencies [674badc]
|
|
1350
|
-
- @akinon/next@1.56.0-rc.3
|
|
1351
|
-
- @akinon/pz-akifast@1.56.0-rc.3
|
|
1352
|
-
- @akinon/pz-b2b@1.56.0-rc.3
|
|
1353
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.3
|
|
1354
|
-
- @akinon/pz-bkm@1.56.0-rc.3
|
|
1355
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.3
|
|
1356
|
-
- @akinon/pz-click-collect@1.56.0-rc.3
|
|
1357
|
-
- @akinon/pz-credit-payment@1.56.0-rc.3
|
|
1358
|
-
- @akinon/pz-gpay@1.56.0-rc.3
|
|
1359
|
-
- @akinon/pz-masterpass@1.56.0-rc.3
|
|
1360
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.3
|
|
1361
|
-
- @akinon/pz-otp@1.56.0-rc.3
|
|
1362
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.3
|
|
1363
|
-
|
|
1364
|
-
## 1.56.0-rc.2
|
|
1365
|
-
|
|
1366
|
-
### Patch Changes
|
|
1367
|
-
|
|
1368
|
-
- Updated dependencies [7b05522]
|
|
1369
|
-
- Updated dependencies [29ead87]
|
|
1370
|
-
- @akinon/next@1.56.0-rc.2
|
|
1371
|
-
- @akinon/pz-otp@1.56.0-rc.2
|
|
1372
|
-
- @akinon/pz-akifast@1.56.0-rc.2
|
|
1373
|
-
- @akinon/pz-b2b@1.56.0-rc.2
|
|
1374
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.2
|
|
1375
|
-
- @akinon/pz-bkm@1.56.0-rc.2
|
|
1376
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.2
|
|
1377
|
-
- @akinon/pz-click-collect@1.56.0-rc.2
|
|
1378
|
-
- @akinon/pz-credit-payment@1.56.0-rc.2
|
|
1379
|
-
- @akinon/pz-gpay@1.56.0-rc.2
|
|
1380
|
-
- @akinon/pz-masterpass@1.56.0-rc.2
|
|
1381
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.2
|
|
1382
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.2
|
|
1383
|
-
|
|
1384
|
-
## 1.56.0-rc.1
|
|
1385
|
-
|
|
1386
|
-
### Patch Changes
|
|
1387
|
-
|
|
1388
|
-
- Updated dependencies [207ac6e]
|
|
1389
|
-
- @akinon/next@1.56.0-rc.1
|
|
1390
|
-
- @akinon/pz-akifast@1.56.0-rc.1
|
|
1391
|
-
- @akinon/pz-b2b@1.56.0-rc.1
|
|
1392
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.1
|
|
1393
|
-
- @akinon/pz-bkm@1.56.0-rc.1
|
|
1394
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.1
|
|
1395
|
-
- @akinon/pz-click-collect@1.56.0-rc.1
|
|
1396
|
-
- @akinon/pz-credit-payment@1.56.0-rc.1
|
|
1397
|
-
- @akinon/pz-gpay@1.56.0-rc.1
|
|
1398
|
-
- @akinon/pz-masterpass@1.56.0-rc.1
|
|
1399
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.1
|
|
1400
|
-
- @akinon/pz-otp@1.56.0-rc.1
|
|
1401
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.1
|
|
1402
|
-
|
|
1403
|
-
## 1.56.0-rc.0
|
|
1404
|
-
|
|
1405
|
-
### Minor Changes
|
|
1406
|
-
|
|
1407
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1408
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1409
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1410
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1411
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1412
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1413
|
-
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1414
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1415
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1416
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1417
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1418
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1419
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1420
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1421
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1422
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1423
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1424
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1425
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1426
|
-
- 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
|
|
1427
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1428
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1429
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1430
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1431
|
-
- b9273fd3: ZERO-2889: add host headers to requests
|
|
1432
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1433
|
-
|
|
1434
|
-
### Patch Changes
|
|
1435
|
-
|
|
1436
|
-
- Updated dependencies [572d2e84]
|
|
1437
|
-
- Updated dependencies [5dfeea0]
|
|
1438
|
-
- Updated dependencies [a4c8d6a9]
|
|
1439
|
-
- Updated dependencies [fda5b927]
|
|
1440
|
-
- Updated dependencies [2d9b2b2c]
|
|
1441
|
-
- Updated dependencies [c53ea3e6]
|
|
1442
|
-
- Updated dependencies [d93a507]
|
|
1443
|
-
- Updated dependencies [714e0b46]
|
|
1444
|
-
- Updated dependencies [6c25f666]
|
|
1445
|
-
- Updated dependencies [bc2b4117]
|
|
1446
|
-
- Updated dependencies [3bf2dd94]
|
|
1447
|
-
- Updated dependencies [e9541a13]
|
|
1448
|
-
- Updated dependencies [c53ef7b9]
|
|
1449
|
-
- Updated dependencies [2e6104d]
|
|
1450
|
-
- Updated dependencies [64699d3f]
|
|
1451
|
-
- Updated dependencies [0d3a913e]
|
|
1452
|
-
- Updated dependencies [d6edb1d0]
|
|
1453
|
-
- Updated dependencies [d3474c64]
|
|
1454
|
-
- Updated dependencies [17f87524]
|
|
1455
|
-
- Updated dependencies [c45b62c9]
|
|
1456
|
-
- Updated dependencies [91265bba]
|
|
1457
|
-
- Updated dependencies [bbe18b9f]
|
|
1458
|
-
- Updated dependencies [d4099960]
|
|
1459
|
-
- Updated dependencies [4920742c]
|
|
1460
|
-
- Updated dependencies [12a873e]
|
|
1461
|
-
- Updated dependencies [7e56d6b6]
|
|
1462
|
-
- Updated dependencies [94b69285]
|
|
1463
|
-
- Updated dependencies [98bb8dcd]
|
|
1464
|
-
- Updated dependencies [dcc8a150]
|
|
1465
|
-
- Updated dependencies [8f47ccae]
|
|
1466
|
-
- Updated dependencies [fad27689]
|
|
1467
|
-
- Updated dependencies [dff0d595]
|
|
1468
|
-
- Updated dependencies [fdd0b41]
|
|
1469
|
-
- Updated dependencies [f2c325c1]
|
|
1470
|
-
- Updated dependencies [9e25a64b]
|
|
1471
|
-
- Updated dependencies [beb499e6]
|
|
1472
|
-
- Updated dependencies [f2c92d5c]
|
|
1473
|
-
- Updated dependencies [7bd3d992]
|
|
1474
|
-
- Updated dependencies [f046f8e0]
|
|
1475
|
-
- Updated dependencies [b9273fd3]
|
|
1476
|
-
- Updated dependencies [49eeebf]
|
|
1477
|
-
- Updated dependencies [86d25315]
|
|
1478
|
-
- Updated dependencies [c670bd48]
|
|
1479
|
-
- Updated dependencies [3f9b8d7e]
|
|
1480
|
-
- @akinon/next@1.56.0-rc.0
|
|
1481
|
-
- @akinon/pz-click-collect@1.56.0-rc.0
|
|
1482
|
-
- @akinon/pz-checkout-gift-pack@1.56.0-rc.0
|
|
1483
|
-
- @akinon/pz-one-click-checkout@1.56.0-rc.0
|
|
1484
|
-
- @akinon/pz-basket-gift-pack@1.56.0-rc.0
|
|
1485
|
-
- @akinon/pz-pay-on-delivery@1.56.0-rc.0
|
|
1486
|
-
- @akinon/pz-credit-payment@1.56.0-rc.0
|
|
1487
|
-
- @akinon/pz-masterpass@1.56.0-rc.0
|
|
1488
|
-
- @akinon/pz-akifast@1.56.0-rc.0
|
|
1489
|
-
- @akinon/pz-gpay@1.56.0-rc.0
|
|
1490
|
-
- @akinon/pz-b2b@1.56.0-rc.0
|
|
1491
|
-
- @akinon/pz-bkm@1.56.0-rc.0
|
|
1492
|
-
- @akinon/pz-otp@1.56.0-rc.0
|
|
633
|
+
- @akinon/next@1.56.0
|
|
634
|
+
- @akinon/pz-akifast@1.56.0
|
|
635
|
+
- @akinon/pz-b2b@1.56.0
|
|
636
|
+
- @akinon/pz-basket-gift-pack@1.56.0
|
|
637
|
+
- @akinon/pz-bkm@1.56.0
|
|
638
|
+
- @akinon/pz-checkout-gift-pack@1.56.0
|
|
639
|
+
- @akinon/pz-click-collect@1.56.0
|
|
640
|
+
- @akinon/pz-credit-payment@1.56.0
|
|
641
|
+
- @akinon/pz-gpay@1.56.0
|
|
642
|
+
- @akinon/pz-masterpass@1.56.0
|
|
643
|
+
- @akinon/pz-one-click-checkout@1.56.0
|
|
644
|
+
- @akinon/pz-otp@1.56.0
|
|
645
|
+
- @akinon/pz-pay-on-delivery@1.56.0
|
|
1493
646
|
|
|
1494
647
|
## 1.55.0
|
|
1495
648
|
|
|
@@ -1632,721 +785,64 @@
|
|
|
1632
785
|
|
|
1633
786
|
### Patch Changes
|
|
1634
787
|
|
|
1635
|
-
- Updated dependencies [
|
|
1636
|
-
-
|
|
1637
|
-
-
|
|
1638
|
-
-
|
|
1639
|
-
-
|
|
1640
|
-
-
|
|
1641
|
-
-
|
|
1642
|
-
-
|
|
1643
|
-
-
|
|
1644
|
-
-
|
|
1645
|
-
-
|
|
1646
|
-
-
|
|
1647
|
-
-
|
|
1648
|
-
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
- Updated dependencies [e9541a1]
|
|
1652
|
-
- Updated dependencies [c53ef7b9]
|
|
1653
|
-
- Updated dependencies [9d94f7e]
|
|
1654
|
-
- Updated dependencies [2e6104d]
|
|
1655
|
-
- Updated dependencies [64699d3]
|
|
1656
|
-
- Updated dependencies [0d3a913e]
|
|
1657
|
-
- Updated dependencies [1448a96e]
|
|
1658
|
-
- Updated dependencies [1ec2e9d]
|
|
1659
|
-
- Updated dependencies [d6edb1d]
|
|
1660
|
-
- Updated dependencies [d3474c64]
|
|
1661
|
-
- Updated dependencies [75080fd6]
|
|
1662
|
-
- Updated dependencies [17f8752]
|
|
1663
|
-
- Updated dependencies [c45b62c]
|
|
1664
|
-
- Updated dependencies [91265bba]
|
|
1665
|
-
- Updated dependencies [bbe18b9f]
|
|
1666
|
-
- Updated dependencies [d4099960]
|
|
1667
|
-
- Updated dependencies [4920742]
|
|
1668
|
-
- Updated dependencies [12a873e]
|
|
1669
|
-
- Updated dependencies [69ca0801]
|
|
1670
|
-
- Updated dependencies [7e56d6b]
|
|
1671
|
-
- Updated dependencies [94b6928]
|
|
1672
|
-
- Updated dependencies [98bb8dcd]
|
|
1673
|
-
- Updated dependencies [46b7aad7]
|
|
1674
|
-
- Updated dependencies [dcc8a150]
|
|
1675
|
-
- Updated dependencies [8f47cca]
|
|
1676
|
-
- Updated dependencies [fad27689]
|
|
1677
|
-
- Updated dependencies [dff0d595]
|
|
1678
|
-
- Updated dependencies [fdd0b41]
|
|
1679
|
-
- Updated dependencies [eecb282]
|
|
1680
|
-
- Updated dependencies [f2c325c]
|
|
1681
|
-
- Updated dependencies [9e25a64]
|
|
1682
|
-
- Updated dependencies [beb499e6]
|
|
1683
|
-
- Updated dependencies [146ea391]
|
|
1684
|
-
- Updated dependencies [f2c92d5]
|
|
1685
|
-
- Updated dependencies [7bd3d99]
|
|
1686
|
-
- Updated dependencies [c47be30d]
|
|
1687
|
-
- Updated dependencies [e9a46acb]
|
|
1688
|
-
- Updated dependencies [f046f8e0]
|
|
1689
|
-
- Updated dependencies [b9273fd]
|
|
1690
|
-
- Updated dependencies [49eeebf]
|
|
1691
|
-
- Updated dependencies [86d25315]
|
|
1692
|
-
- Updated dependencies [c670bd4]
|
|
1693
|
-
- Updated dependencies [3f9b8d7]
|
|
1694
|
-
- Updated dependencies [3d35f70]
|
|
1695
|
-
- @akinon/next@1.50.0-rc.2
|
|
1696
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.2
|
|
1697
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.2
|
|
1698
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.2
|
|
1699
|
-
- @akinon/pz-click-collect@1.50.0-rc.2
|
|
1700
|
-
- @akinon/pz-masterpass@1.50.0-rc.2
|
|
1701
|
-
- @akinon/pz-akifast@1.50.0-rc.2
|
|
1702
|
-
- @akinon/pz-gpay@1.50.0-rc.2
|
|
1703
|
-
- @akinon/pz-b2b@1.50.0-rc.2
|
|
1704
|
-
- @akinon/pz-bkm@1.50.0-rc.2
|
|
1705
|
-
- @akinon/pz-otp@1.50.0-rc.2
|
|
1706
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.2
|
|
1707
|
-
- @akinon/pz-credit-payment@1.50.0-rc.2
|
|
1708
|
-
|
|
1709
|
-
## 1.50.0-rc.1
|
|
788
|
+
- Updated dependencies [eaf97d6]
|
|
789
|
+
- @akinon/next@1.50.0
|
|
790
|
+
- @akinon/pz-akifast@1.50.0
|
|
791
|
+
- @akinon/pz-b2b@1.50.0
|
|
792
|
+
- @akinon/pz-basket-gift-pack@1.50.0
|
|
793
|
+
- @akinon/pz-bkm@1.50.0
|
|
794
|
+
- @akinon/pz-checkout-gift-pack@1.50.0
|
|
795
|
+
- @akinon/pz-click-collect@1.50.0
|
|
796
|
+
- @akinon/pz-credit-payment@1.50.0
|
|
797
|
+
- @akinon/pz-gpay@1.50.0
|
|
798
|
+
- @akinon/pz-masterpass@1.50.0
|
|
799
|
+
- @akinon/pz-one-click-checkout@1.50.0
|
|
800
|
+
- @akinon/pz-otp@1.50.0
|
|
801
|
+
- @akinon/pz-pay-on-delivery@1.50.0
|
|
802
|
+
|
|
803
|
+
## 1.49.0
|
|
1710
804
|
|
|
1711
805
|
### Patch Changes
|
|
1712
806
|
|
|
1713
|
-
- Updated dependencies [
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
- @akinon/
|
|
1718
|
-
- @akinon/pz-
|
|
1719
|
-
- @akinon/pz-
|
|
1720
|
-
- @akinon/pz-
|
|
1721
|
-
- @akinon/pz-
|
|
1722
|
-
- @akinon/pz-
|
|
1723
|
-
- @akinon/pz-
|
|
1724
|
-
- @akinon/pz-
|
|
1725
|
-
- @akinon/pz-
|
|
1726
|
-
- @akinon/pz-
|
|
1727
|
-
|
|
1728
|
-
|
|
807
|
+
- Updated dependencies [26b809f]
|
|
808
|
+
- Updated dependencies [20da358]
|
|
809
|
+
- Updated dependencies [04115e5]
|
|
810
|
+
- Updated dependencies [fa88889]
|
|
811
|
+
- @akinon/next@1.49.0
|
|
812
|
+
- @akinon/pz-akifast@1.49.0
|
|
813
|
+
- @akinon/pz-b2b@1.49.0
|
|
814
|
+
- @akinon/pz-basket-gift-pack@1.49.0
|
|
815
|
+
- @akinon/pz-bkm@1.49.0
|
|
816
|
+
- @akinon/pz-checkout-gift-pack@1.49.0
|
|
817
|
+
- @akinon/pz-click-collect@1.49.0
|
|
818
|
+
- @akinon/pz-credit-payment@1.49.0
|
|
819
|
+
- @akinon/pz-gpay@1.49.0
|
|
820
|
+
- @akinon/pz-masterpass@1.49.0
|
|
821
|
+
- @akinon/pz-one-click-checkout@1.49.0
|
|
822
|
+
- @akinon/pz-otp@1.49.0
|
|
823
|
+
- @akinon/pz-pay-on-delivery@1.49.0
|
|
824
|
+
|
|
825
|
+
## 1.48.0
|
|
1729
826
|
|
|
1730
827
|
### Minor Changes
|
|
1731
828
|
|
|
1732
|
-
-
|
|
1733
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1734
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1735
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
1736
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1737
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1738
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1739
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1740
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1741
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1742
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1743
|
-
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
1744
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1745
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
1746
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1747
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1748
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1749
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
1750
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1751
|
-
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1752
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1753
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
1754
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1755
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
1756
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
1757
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1758
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1759
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1760
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1761
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1762
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1763
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
1764
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1765
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1766
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1767
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1768
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1769
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1770
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1771
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1772
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
1773
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
829
|
+
- f45aa87: ZERO-2904: Upgrade version for tailwindcss
|
|
1774
830
|
|
|
1775
831
|
### Patch Changes
|
|
1776
832
|
|
|
1777
|
-
-
|
|
1778
|
-
-
|
|
1779
|
-
-
|
|
1780
|
-
-
|
|
1781
|
-
-
|
|
1782
|
-
-
|
|
1783
|
-
-
|
|
1784
|
-
-
|
|
1785
|
-
-
|
|
1786
|
-
-
|
|
1787
|
-
-
|
|
1788
|
-
-
|
|
1789
|
-
-
|
|
1790
|
-
- Updated dependencies [70279e7]
|
|
1791
|
-
- Updated dependencies [6c25f66]
|
|
1792
|
-
- Updated dependencies [bc2b411]
|
|
1793
|
-
- Updated dependencies [3bf2dd9]
|
|
1794
|
-
- Updated dependencies [e9541a1]
|
|
1795
|
-
- Updated dependencies [c53ef7b9]
|
|
1796
|
-
- Updated dependencies [9d94f7e]
|
|
1797
|
-
- Updated dependencies [2e6104d]
|
|
1798
|
-
- Updated dependencies [64699d3]
|
|
1799
|
-
- Updated dependencies [0d3a913e]
|
|
1800
|
-
- Updated dependencies [1448a96e]
|
|
1801
|
-
- Updated dependencies [1ec2e9d]
|
|
1802
|
-
- Updated dependencies [d6edb1d]
|
|
1803
|
-
- Updated dependencies [d3474c64]
|
|
1804
|
-
- Updated dependencies [75080fd6]
|
|
1805
|
-
- Updated dependencies [17f8752]
|
|
1806
|
-
- Updated dependencies [c45b62c]
|
|
1807
|
-
- Updated dependencies [91265bba]
|
|
1808
|
-
- Updated dependencies [bbe18b9f]
|
|
1809
|
-
- Updated dependencies [d4099960]
|
|
1810
|
-
- Updated dependencies [4920742]
|
|
1811
|
-
- Updated dependencies [12a873e]
|
|
1812
|
-
- Updated dependencies [69ca080]
|
|
1813
|
-
- Updated dependencies [7e56d6b]
|
|
1814
|
-
- Updated dependencies [94b6928]
|
|
1815
|
-
- Updated dependencies [98bb8dcd]
|
|
1816
|
-
- Updated dependencies [46b7aad7]
|
|
1817
|
-
- Updated dependencies [dcc8a150]
|
|
1818
|
-
- Updated dependencies [8f47cca]
|
|
1819
|
-
- Updated dependencies [fad27689]
|
|
1820
|
-
- Updated dependencies [dff0d595]
|
|
1821
|
-
- Updated dependencies [fdd0b41]
|
|
1822
|
-
- Updated dependencies [eecb282]
|
|
1823
|
-
- Updated dependencies [f2c325c]
|
|
1824
|
-
- Updated dependencies [9e25a64]
|
|
1825
|
-
- Updated dependencies [beb499e6]
|
|
1826
|
-
- Updated dependencies [146ea391]
|
|
1827
|
-
- Updated dependencies [f2c92d5]
|
|
1828
|
-
- Updated dependencies [7bd3d99]
|
|
1829
|
-
- Updated dependencies [c47be30d]
|
|
1830
|
-
- Updated dependencies [e9a46acb]
|
|
1831
|
-
- Updated dependencies [f046f8e0]
|
|
1832
|
-
- Updated dependencies [b9273fd]
|
|
1833
|
-
- Updated dependencies [86d25315]
|
|
1834
|
-
- Updated dependencies [c670bd4]
|
|
1835
|
-
- Updated dependencies [3f9b8d7]
|
|
1836
|
-
- @akinon/next@1.50.0-rc.0
|
|
1837
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.0
|
|
1838
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.0
|
|
1839
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.0
|
|
1840
|
-
- @akinon/pz-click-collect@1.50.0-rc.0
|
|
1841
|
-
- @akinon/pz-masterpass@1.50.0-rc.0
|
|
1842
|
-
- @akinon/pz-akifast@1.50.0-rc.0
|
|
1843
|
-
- @akinon/pz-gpay@1.50.0-rc.0
|
|
1844
|
-
- @akinon/pz-b2b@1.50.0-rc.0
|
|
1845
|
-
- @akinon/pz-bkm@1.50.0-rc.0
|
|
1846
|
-
- @akinon/pz-otp@1.50.0-rc.0
|
|
1847
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.0
|
|
1848
|
-
- @akinon/pz-credit-payment@1.50.0-rc.0
|
|
1849
|
-
|
|
1850
|
-
## 1.49.0
|
|
1851
|
-
|
|
1852
|
-
### Patch Changes
|
|
1853
|
-
|
|
1854
|
-
- Updated dependencies [26b809f]
|
|
1855
|
-
- Updated dependencies [20da358]
|
|
1856
|
-
- Updated dependencies [04115e5]
|
|
1857
|
-
- Updated dependencies [fa88889]
|
|
1858
|
-
- @akinon/next@1.49.0
|
|
1859
|
-
- @akinon/pz-akifast@1.49.0
|
|
1860
|
-
- @akinon/pz-b2b@1.49.0
|
|
1861
|
-
- @akinon/pz-basket-gift-pack@1.49.0
|
|
1862
|
-
- @akinon/pz-bkm@1.49.0
|
|
1863
|
-
- @akinon/pz-checkout-gift-pack@1.49.0
|
|
1864
|
-
- @akinon/pz-click-collect@1.49.0
|
|
1865
|
-
- @akinon/pz-credit-payment@1.49.0
|
|
1866
|
-
- @akinon/pz-gpay@1.49.0
|
|
1867
|
-
- @akinon/pz-masterpass@1.49.0
|
|
1868
|
-
- @akinon/pz-one-click-checkout@1.49.0
|
|
1869
|
-
- @akinon/pz-otp@1.49.0
|
|
1870
|
-
- @akinon/pz-pay-on-delivery@1.49.0
|
|
1871
|
-
|
|
1872
|
-
## 1.48.0
|
|
1873
|
-
|
|
1874
|
-
### Minor Changes
|
|
1875
|
-
|
|
1876
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1877
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1878
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1879
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
1880
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
1881
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1882
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
1883
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
1884
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1885
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1886
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1887
|
-
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
1888
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1889
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
1890
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1891
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1892
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1893
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
1894
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
1895
|
-
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1896
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
1897
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
1898
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1899
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
1900
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
1901
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1902
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1903
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
1904
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1905
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1906
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1907
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
1908
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1909
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1910
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1911
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1912
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1913
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
1914
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1915
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1916
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
1917
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1918
|
-
|
|
1919
|
-
### Patch Changes
|
|
1920
|
-
|
|
1921
|
-
- Updated dependencies [90282b53]
|
|
1922
|
-
- Updated dependencies [50b9069]
|
|
1923
|
-
- Updated dependencies [572d2e84]
|
|
1924
|
-
- Updated dependencies [5dfeea0]
|
|
1925
|
-
- Updated dependencies [a4c8d6a9]
|
|
1926
|
-
- Updated dependencies [fda5b927]
|
|
1927
|
-
- Updated dependencies [2d9b2b2]
|
|
1928
|
-
- Updated dependencies [c53ea3e6]
|
|
1929
|
-
- Updated dependencies [d93a507]
|
|
1930
|
-
- Updated dependencies [8d9ac9a]
|
|
1931
|
-
- Updated dependencies [18e8197]
|
|
1932
|
-
- Updated dependencies [714e0b46]
|
|
1933
|
-
- Updated dependencies [70279e7]
|
|
1934
|
-
- Updated dependencies [6c25f66]
|
|
1935
|
-
- Updated dependencies [bc2b411]
|
|
1936
|
-
- Updated dependencies [3bf2dd9]
|
|
1937
|
-
- Updated dependencies [e9541a1]
|
|
1938
|
-
- Updated dependencies [c53ef7b9]
|
|
1939
|
-
- Updated dependencies [9d94f7e]
|
|
1940
|
-
- Updated dependencies [2e6104d]
|
|
1941
|
-
- Updated dependencies [64699d3]
|
|
1942
|
-
- Updated dependencies [0d3a913e]
|
|
1943
|
-
- Updated dependencies [1448a96e]
|
|
1944
|
-
- Updated dependencies [26b809f]
|
|
1945
|
-
- Updated dependencies [1ec2e9d]
|
|
1946
|
-
- Updated dependencies [d6edb1d]
|
|
1947
|
-
- Updated dependencies [d3474c64]
|
|
1948
|
-
- Updated dependencies [75080fd6]
|
|
1949
|
-
- Updated dependencies [17f8752]
|
|
1950
|
-
- Updated dependencies [c45b62c]
|
|
1951
|
-
- Updated dependencies [91265bba]
|
|
1952
|
-
- Updated dependencies [20da358]
|
|
1953
|
-
- Updated dependencies [bbe18b9f]
|
|
1954
|
-
- Updated dependencies [d409996]
|
|
1955
|
-
- Updated dependencies [4920742]
|
|
1956
|
-
- Updated dependencies [12a873e]
|
|
1957
|
-
- Updated dependencies [69ca080]
|
|
1958
|
-
- Updated dependencies [7e56d6b]
|
|
1959
|
-
- Updated dependencies [94b6928]
|
|
1960
|
-
- Updated dependencies [98bb8dcd]
|
|
1961
|
-
- Updated dependencies [46b7aad7]
|
|
1962
|
-
- Updated dependencies [dcc8a150]
|
|
1963
|
-
- Updated dependencies [8f47cca]
|
|
1964
|
-
- Updated dependencies [fad27689]
|
|
1965
|
-
- Updated dependencies [dff0d595]
|
|
1966
|
-
- Updated dependencies [fdd0b41]
|
|
1967
|
-
- Updated dependencies [eecb282]
|
|
1968
|
-
- Updated dependencies [f2c325c]
|
|
1969
|
-
- Updated dependencies [9e25a64]
|
|
1970
|
-
- Updated dependencies [beb499e6]
|
|
1971
|
-
- Updated dependencies [146ea391]
|
|
1972
|
-
- Updated dependencies [f2c92d5]
|
|
1973
|
-
- Updated dependencies [7bd3d99]
|
|
1974
|
-
- Updated dependencies [c47be30d]
|
|
1975
|
-
- Updated dependencies [e9a46acb]
|
|
1976
|
-
- Updated dependencies [f046f8e0]
|
|
1977
|
-
- Updated dependencies [04115e5]
|
|
1978
|
-
- Updated dependencies [b9273fd]
|
|
1979
|
-
- Updated dependencies [fa88889]
|
|
1980
|
-
- Updated dependencies [86d25315]
|
|
1981
|
-
- Updated dependencies [c670bd4]
|
|
1982
|
-
- Updated dependencies [3f9b8d7]
|
|
1983
|
-
- @akinon/next@1.48.0-rc.8
|
|
1984
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.8
|
|
1985
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.8
|
|
1986
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.8
|
|
1987
|
-
- @akinon/pz-click-collect@1.48.0-rc.8
|
|
1988
|
-
- @akinon/pz-masterpass@1.48.0-rc.8
|
|
1989
|
-
- @akinon/pz-akifast@1.48.0-rc.8
|
|
1990
|
-
- @akinon/pz-gpay@1.48.0-rc.8
|
|
1991
|
-
- @akinon/pz-b2b@1.48.0-rc.8
|
|
1992
|
-
- @akinon/pz-bkm@1.48.0-rc.8
|
|
1993
|
-
- @akinon/pz-otp@1.48.0-rc.8
|
|
1994
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.8
|
|
1995
|
-
- @akinon/pz-credit-payment@1.48.0-rc.8
|
|
1996
|
-
|
|
1997
|
-
## 1.48.0-rc.7
|
|
1998
|
-
|
|
1999
|
-
### Patch Changes
|
|
2000
|
-
|
|
2001
|
-
- Updated dependencies [26b809f]
|
|
2002
|
-
- @akinon/next@1.48.0-rc.7
|
|
2003
|
-
- @akinon/pz-akifast@1.48.0-rc.7
|
|
2004
|
-
- @akinon/pz-b2b@1.48.0-rc.7
|
|
2005
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.7
|
|
2006
|
-
- @akinon/pz-bkm@1.48.0-rc.7
|
|
2007
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.7
|
|
2008
|
-
- @akinon/pz-click-collect@1.48.0-rc.7
|
|
2009
|
-
- @akinon/pz-credit-payment@1.48.0-rc.7
|
|
2010
|
-
- @akinon/pz-gpay@1.48.0-rc.7
|
|
2011
|
-
- @akinon/pz-masterpass@1.48.0-rc.7
|
|
2012
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.7
|
|
2013
|
-
- @akinon/pz-otp@1.48.0-rc.7
|
|
2014
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.7
|
|
2015
|
-
|
|
2016
|
-
## 1.48.0-rc.6
|
|
2017
|
-
|
|
2018
|
-
### Patch Changes
|
|
2019
|
-
|
|
2020
|
-
- Updated dependencies [04115e5]
|
|
2021
|
-
- @akinon/next@1.48.0-rc.6
|
|
2022
|
-
- @akinon/pz-akifast@1.48.0-rc.6
|
|
2023
|
-
- @akinon/pz-b2b@1.48.0-rc.6
|
|
2024
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.6
|
|
2025
|
-
- @akinon/pz-bkm@1.48.0-rc.6
|
|
2026
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.6
|
|
2027
|
-
- @akinon/pz-click-collect@1.48.0-rc.6
|
|
2028
|
-
- @akinon/pz-credit-payment@1.48.0-rc.6
|
|
2029
|
-
- @akinon/pz-gpay@1.48.0-rc.6
|
|
2030
|
-
- @akinon/pz-masterpass@1.48.0-rc.6
|
|
2031
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.6
|
|
2032
|
-
- @akinon/pz-otp@1.48.0-rc.6
|
|
2033
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.6
|
|
2034
|
-
|
|
2035
|
-
## 1.48.0-rc.5
|
|
2036
|
-
|
|
2037
|
-
### Patch Changes
|
|
2038
|
-
|
|
2039
|
-
- Updated dependencies [20da358]
|
|
2040
|
-
- @akinon/next@1.48.0-rc.5
|
|
2041
|
-
- @akinon/pz-akifast@1.48.0-rc.5
|
|
2042
|
-
- @akinon/pz-b2b@1.48.0-rc.5
|
|
2043
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.5
|
|
2044
|
-
- @akinon/pz-bkm@1.48.0-rc.5
|
|
2045
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.5
|
|
2046
|
-
- @akinon/pz-click-collect@1.48.0-rc.5
|
|
2047
|
-
- @akinon/pz-credit-payment@1.48.0-rc.5
|
|
2048
|
-
- @akinon/pz-gpay@1.48.0-rc.5
|
|
2049
|
-
- @akinon/pz-masterpass@1.48.0-rc.5
|
|
2050
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.5
|
|
2051
|
-
- @akinon/pz-otp@1.48.0-rc.5
|
|
2052
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.5
|
|
2053
|
-
|
|
2054
|
-
## 1.48.0-rc.4
|
|
2055
|
-
|
|
2056
|
-
### Patch Changes
|
|
2057
|
-
|
|
2058
|
-
- Updated dependencies [5dfeea0]
|
|
2059
|
-
- @akinon/next@1.48.0-rc.4
|
|
2060
|
-
- @akinon/pz-akifast@1.48.0-rc.4
|
|
2061
|
-
- @akinon/pz-b2b@1.48.0-rc.4
|
|
2062
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.4
|
|
2063
|
-
- @akinon/pz-bkm@1.48.0-rc.4
|
|
2064
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.4
|
|
2065
|
-
- @akinon/pz-click-collect@1.48.0-rc.4
|
|
2066
|
-
- @akinon/pz-credit-payment@1.48.0-rc.4
|
|
2067
|
-
- @akinon/pz-gpay@1.48.0-rc.4
|
|
2068
|
-
- @akinon/pz-masterpass@1.48.0-rc.4
|
|
2069
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.4
|
|
2070
|
-
- @akinon/pz-otp@1.48.0-rc.4
|
|
2071
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.4
|
|
2072
|
-
|
|
2073
|
-
## 1.48.0-rc.3
|
|
2074
|
-
|
|
2075
|
-
### Minor Changes
|
|
2076
|
-
|
|
2077
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2078
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
2079
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2080
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
2081
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
2082
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2083
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
2084
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2085
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2086
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2087
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2088
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2089
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
2090
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
2091
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2092
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2093
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
2094
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
2095
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2096
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2097
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2098
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2099
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
2100
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
2101
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2102
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2103
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2104
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
2105
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2106
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2107
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2108
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2109
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2110
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2111
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2112
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2113
|
-
- f45aa87: ZERO-2904: Upgrade version for tailwindcss
|
|
2114
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2115
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2116
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2117
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2118
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
2119
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2120
|
-
|
|
2121
|
-
### Patch Changes
|
|
2122
|
-
|
|
2123
|
-
- Updated dependencies [90282b53]
|
|
2124
|
-
- Updated dependencies [50b9069]
|
|
2125
|
-
- Updated dependencies [572d2e84]
|
|
2126
|
-
- Updated dependencies [a4c8d6a9]
|
|
2127
|
-
- Updated dependencies [fda5b92]
|
|
2128
|
-
- Updated dependencies [2d9b2b2]
|
|
2129
|
-
- Updated dependencies [c53ea3e6]
|
|
2130
|
-
- Updated dependencies [d93a507]
|
|
2131
|
-
- Updated dependencies [8d9ac9a]
|
|
2132
|
-
- Updated dependencies [18e8197]
|
|
2133
|
-
- Updated dependencies [714e0b46]
|
|
2134
|
-
- Updated dependencies [70279e7]
|
|
2135
|
-
- Updated dependencies [6c25f66]
|
|
2136
|
-
- Updated dependencies [bc2b411]
|
|
2137
|
-
- Updated dependencies [3bf2dd9]
|
|
2138
|
-
- Updated dependencies [e9541a1]
|
|
2139
|
-
- Updated dependencies [c53ef7b9]
|
|
2140
|
-
- Updated dependencies [9d94f7e]
|
|
2141
|
-
- Updated dependencies [2e6104d]
|
|
2142
|
-
- Updated dependencies [64699d3]
|
|
2143
|
-
- Updated dependencies [0d3a913e]
|
|
2144
|
-
- Updated dependencies [1448a96e]
|
|
2145
|
-
- Updated dependencies [1ec2e9d]
|
|
2146
|
-
- Updated dependencies [d6edb1d]
|
|
2147
|
-
- Updated dependencies [d3474c64]
|
|
2148
|
-
- Updated dependencies [75080fd6]
|
|
2149
|
-
- Updated dependencies [17f8752]
|
|
2150
|
-
- Updated dependencies [c45b62c]
|
|
2151
|
-
- Updated dependencies [91265bba]
|
|
2152
|
-
- Updated dependencies [bbe18b9f]
|
|
2153
|
-
- Updated dependencies [d409996]
|
|
2154
|
-
- Updated dependencies [4920742]
|
|
2155
|
-
- Updated dependencies [12a873e]
|
|
2156
|
-
- Updated dependencies [69ca080]
|
|
2157
|
-
- Updated dependencies [7e56d6b]
|
|
2158
|
-
- Updated dependencies [94b6928]
|
|
2159
|
-
- Updated dependencies [98bb8dcd]
|
|
2160
|
-
- Updated dependencies [46b7aad]
|
|
2161
|
-
- Updated dependencies [dcc8a150]
|
|
2162
|
-
- Updated dependencies [8f47cca]
|
|
2163
|
-
- Updated dependencies [fad27689]
|
|
2164
|
-
- Updated dependencies [dff0d595]
|
|
2165
|
-
- Updated dependencies [fdd0b41]
|
|
2166
|
-
- Updated dependencies [eecb282]
|
|
2167
|
-
- Updated dependencies [f2c325c]
|
|
2168
|
-
- Updated dependencies [9e25a64]
|
|
2169
|
-
- Updated dependencies [beb499e6]
|
|
2170
|
-
- Updated dependencies [146ea39]
|
|
2171
|
-
- Updated dependencies [f2c92d5]
|
|
2172
|
-
- Updated dependencies [7bd3d99]
|
|
2173
|
-
- Updated dependencies [c47be30d]
|
|
2174
|
-
- Updated dependencies [e9a46acb]
|
|
2175
|
-
- Updated dependencies [f046f8e0]
|
|
2176
|
-
- Updated dependencies [b9273fd]
|
|
2177
|
-
- Updated dependencies [86d25315]
|
|
2178
|
-
- Updated dependencies [c670bd4]
|
|
2179
|
-
- Updated dependencies [3f9b8d7]
|
|
2180
|
-
- @akinon/next@1.48.0-rc.3
|
|
2181
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.3
|
|
2182
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.3
|
|
2183
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.3
|
|
2184
|
-
- @akinon/pz-click-collect@1.48.0-rc.3
|
|
2185
|
-
- @akinon/pz-masterpass@1.48.0-rc.3
|
|
2186
|
-
- @akinon/pz-akifast@1.48.0-rc.3
|
|
2187
|
-
- @akinon/pz-gpay@1.48.0-rc.3
|
|
2188
|
-
- @akinon/pz-b2b@1.48.0-rc.3
|
|
2189
|
-
- @akinon/pz-bkm@1.48.0-rc.3
|
|
2190
|
-
- @akinon/pz-otp@1.48.0-rc.3
|
|
2191
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.3
|
|
2192
|
-
- @akinon/pz-credit-payment@1.48.0-rc.3
|
|
2193
|
-
|
|
2194
|
-
## 1.48.0-rc.2
|
|
2195
|
-
|
|
2196
|
-
### Minor Changes
|
|
2197
|
-
|
|
2198
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
2199
|
-
|
|
2200
|
-
### Patch Changes
|
|
2201
|
-
|
|
2202
|
-
- Updated dependencies [2e6104d]
|
|
2203
|
-
- @akinon/next@1.48.0-rc.2
|
|
2204
|
-
- @akinon/pz-akifast@1.48.0-rc.2
|
|
2205
|
-
- @akinon/pz-b2b@1.48.0-rc.2
|
|
2206
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.2
|
|
2207
|
-
- @akinon/pz-bkm@1.48.0-rc.2
|
|
2208
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.2
|
|
2209
|
-
- @akinon/pz-click-collect@1.48.0-rc.2
|
|
2210
|
-
- @akinon/pz-credit-payment@1.48.0-rc.2
|
|
2211
|
-
- @akinon/pz-gpay@1.48.0-rc.2
|
|
2212
|
-
- @akinon/pz-masterpass@1.48.0-rc.2
|
|
2213
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.2
|
|
2214
|
-
- @akinon/pz-otp@1.48.0-rc.2
|
|
2215
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.2
|
|
2216
|
-
|
|
2217
|
-
## 1.48.0-rc.1
|
|
2218
|
-
|
|
2219
|
-
### Patch Changes
|
|
2220
|
-
|
|
2221
|
-
- Updated dependencies [fdd0b41]
|
|
2222
|
-
- @akinon/next@1.48.0-rc.1
|
|
2223
|
-
- @akinon/pz-akifast@1.48.0-rc.1
|
|
2224
|
-
- @akinon/pz-b2b@1.48.0-rc.1
|
|
2225
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.1
|
|
2226
|
-
- @akinon/pz-bkm@1.48.0-rc.1
|
|
2227
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.1
|
|
2228
|
-
- @akinon/pz-click-collect@1.48.0-rc.1
|
|
2229
|
-
- @akinon/pz-credit-payment@1.48.0-rc.1
|
|
2230
|
-
- @akinon/pz-gpay@1.48.0-rc.1
|
|
2231
|
-
- @akinon/pz-masterpass@1.48.0-rc.1
|
|
2232
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.1
|
|
2233
|
-
- @akinon/pz-otp@1.48.0-rc.1
|
|
2234
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.1
|
|
2235
|
-
|
|
2236
|
-
## 1.48.0-rc.0
|
|
2237
|
-
|
|
2238
|
-
### Minor Changes
|
|
2239
|
-
|
|
2240
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2241
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2242
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2243
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2244
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2245
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2246
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
2247
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2248
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2249
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2250
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2251
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
2252
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2253
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2254
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2255
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2256
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
2257
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2258
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
2259
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
2260
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2261
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2262
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
2263
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2264
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
2265
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2266
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2267
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2268
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2269
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
2270
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2271
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2272
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
2273
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2274
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
2275
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2276
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2277
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
2278
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2279
|
-
|
|
2280
|
-
### Patch Changes
|
|
2281
|
-
|
|
2282
|
-
- Updated dependencies [90282b5]
|
|
2283
|
-
- Updated dependencies [50b9069]
|
|
2284
|
-
- Updated dependencies [572d2e8]
|
|
2285
|
-
- Updated dependencies [a4c8d6a9]
|
|
2286
|
-
- Updated dependencies [fda5b92]
|
|
2287
|
-
- Updated dependencies [2d9b2b2]
|
|
2288
|
-
- Updated dependencies [c53ea3e6]
|
|
2289
|
-
- Updated dependencies [d93a507]
|
|
2290
|
-
- Updated dependencies [8d9ac9a]
|
|
2291
|
-
- Updated dependencies [18e8197]
|
|
2292
|
-
- Updated dependencies [714e0b4]
|
|
2293
|
-
- Updated dependencies [70279e7]
|
|
2294
|
-
- Updated dependencies [6c25f66]
|
|
2295
|
-
- Updated dependencies [bc2b411]
|
|
2296
|
-
- Updated dependencies [3bf2dd9]
|
|
2297
|
-
- Updated dependencies [e9541a1]
|
|
2298
|
-
- Updated dependencies [c53ef7b9]
|
|
2299
|
-
- Updated dependencies [9d94f7e]
|
|
2300
|
-
- Updated dependencies [64699d3]
|
|
2301
|
-
- Updated dependencies [0d3a913]
|
|
2302
|
-
- Updated dependencies [1448a96e]
|
|
2303
|
-
- Updated dependencies [1ec2e9d]
|
|
2304
|
-
- Updated dependencies [d6edb1d]
|
|
2305
|
-
- Updated dependencies [d3474c6]
|
|
2306
|
-
- Updated dependencies [75080fd6]
|
|
2307
|
-
- Updated dependencies [17f8752]
|
|
2308
|
-
- Updated dependencies [c45b62c]
|
|
2309
|
-
- Updated dependencies [91265bba]
|
|
2310
|
-
- Updated dependencies [bbe18b9f]
|
|
2311
|
-
- Updated dependencies [d409996]
|
|
2312
|
-
- Updated dependencies [4920742]
|
|
2313
|
-
- Updated dependencies [12a873e]
|
|
2314
|
-
- Updated dependencies [69ca080]
|
|
2315
|
-
- Updated dependencies [7e56d6b]
|
|
2316
|
-
- Updated dependencies [94b6928]
|
|
2317
|
-
- Updated dependencies [98bb8dc]
|
|
2318
|
-
- Updated dependencies [46b7aad]
|
|
2319
|
-
- Updated dependencies [dcc8a15]
|
|
2320
|
-
- Updated dependencies [8f47cca]
|
|
2321
|
-
- Updated dependencies [fad2768]
|
|
2322
|
-
- Updated dependencies [dff0d595]
|
|
2323
|
-
- Updated dependencies [eecb282]
|
|
2324
|
-
- Updated dependencies [f2c325c]
|
|
2325
|
-
- Updated dependencies [9e25a64]
|
|
2326
|
-
- Updated dependencies [beb499e6]
|
|
2327
|
-
- Updated dependencies [146ea39]
|
|
2328
|
-
- Updated dependencies [f2c92d5]
|
|
2329
|
-
- Updated dependencies [7bd3d99]
|
|
2330
|
-
- Updated dependencies [c47be30]
|
|
2331
|
-
- Updated dependencies [e9a46ac]
|
|
2332
|
-
- Updated dependencies [f046f8e0]
|
|
2333
|
-
- Updated dependencies [b9273fd]
|
|
2334
|
-
- Updated dependencies [86d2531]
|
|
2335
|
-
- Updated dependencies [c670bd4]
|
|
2336
|
-
- Updated dependencies [3f9b8d7]
|
|
2337
|
-
- @akinon/next@1.48.0-rc.0
|
|
2338
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.0
|
|
2339
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.0
|
|
2340
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.0
|
|
2341
|
-
- @akinon/pz-click-collect@1.48.0-rc.0
|
|
2342
|
-
- @akinon/pz-masterpass@1.48.0-rc.0
|
|
2343
|
-
- @akinon/pz-akifast@1.48.0-rc.0
|
|
2344
|
-
- @akinon/pz-gpay@1.48.0-rc.0
|
|
2345
|
-
- @akinon/pz-b2b@1.48.0-rc.0
|
|
2346
|
-
- @akinon/pz-bkm@1.48.0-rc.0
|
|
2347
|
-
- @akinon/pz-otp@1.48.0-rc.0
|
|
2348
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.0
|
|
2349
|
-
- @akinon/pz-credit-payment@1.48.0-rc.0
|
|
833
|
+
- @akinon/next@1.48.0
|
|
834
|
+
- @akinon/pz-akifast@1.48.0
|
|
835
|
+
- @akinon/pz-b2b@1.48.0
|
|
836
|
+
- @akinon/pz-basket-gift-pack@1.48.0
|
|
837
|
+
- @akinon/pz-bkm@1.48.0
|
|
838
|
+
- @akinon/pz-checkout-gift-pack@1.48.0
|
|
839
|
+
- @akinon/pz-click-collect@1.48.0
|
|
840
|
+
- @akinon/pz-credit-payment@1.48.0
|
|
841
|
+
- @akinon/pz-gpay@1.48.0
|
|
842
|
+
- @akinon/pz-masterpass@1.48.0
|
|
843
|
+
- @akinon/pz-one-click-checkout@1.48.0
|
|
844
|
+
- @akinon/pz-otp@1.48.0
|
|
845
|
+
- @akinon/pz-pay-on-delivery@1.48.0
|
|
2350
846
|
|
|
2351
847
|
## 1.47.0
|
|
2352
848
|
|
|
@@ -2387,844 +883,68 @@
|
|
|
2387
883
|
- @akinon/pz-gpay@1.46.0
|
|
2388
884
|
- @akinon/pz-masterpass@1.46.0
|
|
2389
885
|
- @akinon/pz-one-click-checkout@1.46.0
|
|
2390
|
-
- @akinon/pz-otp@1.46.0
|
|
2391
|
-
- @akinon/pz-pay-on-delivery@1.46.0
|
|
2392
|
-
|
|
2393
|
-
## 1.45.0
|
|
2394
|
-
|
|
2395
|
-
### Patch Changes
|
|
2396
|
-
|
|
2397
|
-
- Updated dependencies [90282b5]
|
|
2398
|
-
- Updated dependencies [50b9069]
|
|
2399
|
-
- Updated dependencies [572d2e8]
|
|
2400
|
-
- Updated dependencies [a4c8d6a9]
|
|
2401
|
-
- Updated dependencies [fda5b92]
|
|
2402
|
-
- Updated dependencies [2d9b2b2]
|
|
2403
|
-
- Updated dependencies [c53ea3e]
|
|
2404
|
-
- Updated dependencies [8d9ac9a]
|
|
2405
|
-
- Updated dependencies [18e8197]
|
|
2406
|
-
- Updated dependencies [714e0b4]
|
|
2407
|
-
- Updated dependencies [70279e7]
|
|
2408
|
-
- Updated dependencies [6c25f66]
|
|
2409
|
-
- Updated dependencies [bc2b411]
|
|
2410
|
-
- Updated dependencies [3bf2dd9]
|
|
2411
|
-
- Updated dependencies [e9541a1]
|
|
2412
|
-
- Updated dependencies [c53ef7b9]
|
|
2413
|
-
- Updated dependencies [9d94f7e]
|
|
2414
|
-
- Updated dependencies [64699d3]
|
|
2415
|
-
- Updated dependencies [0d3a913]
|
|
2416
|
-
- Updated dependencies [1448a96e]
|
|
2417
|
-
- Updated dependencies [d6edb1d]
|
|
2418
|
-
- Updated dependencies [d3474c6]
|
|
2419
|
-
- Updated dependencies [75080fd6]
|
|
2420
|
-
- Updated dependencies [17f8752]
|
|
2421
|
-
- Updated dependencies [c45b62c]
|
|
2422
|
-
- Updated dependencies [91265bba]
|
|
2423
|
-
- Updated dependencies [bbe18b9f]
|
|
2424
|
-
- Updated dependencies [d409996]
|
|
2425
|
-
- Updated dependencies [4920742]
|
|
2426
|
-
- Updated dependencies [69ca080]
|
|
2427
|
-
- Updated dependencies [7e56d6b]
|
|
2428
|
-
- Updated dependencies [94b6928]
|
|
2429
|
-
- Updated dependencies [98bb8dc]
|
|
2430
|
-
- Updated dependencies [46b7aad]
|
|
2431
|
-
- Updated dependencies [dcc8a15]
|
|
2432
|
-
- Updated dependencies [8f47cca]
|
|
2433
|
-
- Updated dependencies [fad2768]
|
|
2434
|
-
- Updated dependencies [dff0d595]
|
|
2435
|
-
- Updated dependencies [eecb282]
|
|
2436
|
-
- Updated dependencies [f2c325c]
|
|
2437
|
-
- Updated dependencies [9e25a64]
|
|
2438
|
-
- Updated dependencies [beb499e6]
|
|
2439
|
-
- Updated dependencies [948eb42]
|
|
2440
|
-
- Updated dependencies [146ea39]
|
|
2441
|
-
- Updated dependencies [f2c92d5]
|
|
2442
|
-
- Updated dependencies [7bd3d99]
|
|
2443
|
-
- Updated dependencies [c47be30]
|
|
2444
|
-
- Updated dependencies [e9a46ac]
|
|
2445
|
-
- Updated dependencies [f046f8e0]
|
|
2446
|
-
- Updated dependencies [86d2531]
|
|
2447
|
-
- Updated dependencies [3f9b8d7]
|
|
2448
|
-
- @akinon/next@1.45.0-rc.5
|
|
2449
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.5
|
|
2450
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.5
|
|
2451
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.5
|
|
2452
|
-
- @akinon/pz-click-collect@1.45.0-rc.5
|
|
2453
|
-
- @akinon/pz-masterpass@1.45.0-rc.5
|
|
2454
|
-
- @akinon/pz-akifast@1.45.0-rc.5
|
|
2455
|
-
- @akinon/pz-gpay@1.45.0-rc.5
|
|
2456
|
-
- @akinon/pz-b2b@1.45.0-rc.5
|
|
2457
|
-
- @akinon/pz-bkm@1.45.0-rc.5
|
|
2458
|
-
- @akinon/pz-otp@1.45.0-rc.5
|
|
2459
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.5
|
|
2460
|
-
- @akinon/pz-credit-payment@1.45.0-rc.5
|
|
2461
|
-
|
|
2462
|
-
## 1.45.0-rc.4
|
|
2463
|
-
|
|
2464
|
-
### Patch Changes
|
|
2465
|
-
|
|
2466
|
-
- Updated dependencies [8f47cca]
|
|
2467
|
-
- @akinon/next@1.45.0-rc.4
|
|
2468
|
-
- @akinon/pz-akifast@1.45.0-rc.4
|
|
2469
|
-
- @akinon/pz-b2b@1.45.0-rc.4
|
|
2470
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.4
|
|
2471
|
-
- @akinon/pz-bkm@1.45.0-rc.4
|
|
2472
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.4
|
|
2473
|
-
- @akinon/pz-click-collect@1.45.0-rc.4
|
|
2474
|
-
- @akinon/pz-credit-payment@1.45.0-rc.4
|
|
2475
|
-
- @akinon/pz-gpay@1.45.0-rc.4
|
|
2476
|
-
- @akinon/pz-masterpass@1.45.0-rc.4
|
|
2477
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.4
|
|
2478
|
-
- @akinon/pz-otp@1.45.0-rc.4
|
|
2479
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.4
|
|
2480
|
-
|
|
2481
|
-
## 1.45.0-rc.3
|
|
2482
|
-
|
|
2483
|
-
### Patch Changes
|
|
2484
|
-
|
|
2485
|
-
- Updated dependencies [948eb42]
|
|
2486
|
-
- @akinon/next@1.45.0-rc.3
|
|
2487
|
-
- @akinon/pz-akifast@1.45.0-rc.3
|
|
2488
|
-
- @akinon/pz-b2b@1.45.0-rc.3
|
|
2489
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.3
|
|
2490
|
-
- @akinon/pz-bkm@1.45.0-rc.3
|
|
2491
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.3
|
|
2492
|
-
- @akinon/pz-click-collect@1.45.0-rc.3
|
|
2493
|
-
- @akinon/pz-credit-payment@1.45.0-rc.3
|
|
2494
|
-
- @akinon/pz-gpay@1.45.0-rc.3
|
|
2495
|
-
- @akinon/pz-masterpass@1.45.0-rc.3
|
|
2496
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.3
|
|
2497
|
-
- @akinon/pz-otp@1.45.0-rc.3
|
|
2498
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.3
|
|
2499
|
-
|
|
2500
|
-
## 1.45.0-rc.2
|
|
2501
|
-
|
|
2502
|
-
### Minor Changes
|
|
2503
|
-
|
|
2504
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
2505
|
-
|
|
2506
|
-
### Patch Changes
|
|
2507
|
-
|
|
2508
|
-
- Updated dependencies [c45b62c]
|
|
2509
|
-
- Updated dependencies [f2c325c]
|
|
2510
|
-
- @akinon/next@1.45.0-rc.2
|
|
2511
|
-
- @akinon/pz-b2b@1.45.0-rc.2
|
|
2512
|
-
- @akinon/pz-akifast@1.45.0-rc.2
|
|
2513
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.2
|
|
2514
|
-
- @akinon/pz-bkm@1.45.0-rc.2
|
|
2515
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.2
|
|
2516
|
-
- @akinon/pz-click-collect@1.45.0-rc.2
|
|
2517
|
-
- @akinon/pz-credit-payment@1.45.0-rc.2
|
|
2518
|
-
- @akinon/pz-gpay@1.45.0-rc.2
|
|
2519
|
-
- @akinon/pz-masterpass@1.45.0-rc.2
|
|
2520
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.2
|
|
2521
|
-
- @akinon/pz-otp@1.45.0-rc.2
|
|
2522
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.2
|
|
2523
|
-
|
|
2524
|
-
## 1.45.0-rc.1
|
|
2525
|
-
|
|
2526
|
-
### Patch Changes
|
|
2527
|
-
|
|
2528
|
-
- Updated dependencies [7e56d6b]
|
|
2529
|
-
- @akinon/next@1.45.0-rc.1
|
|
2530
|
-
- @akinon/pz-akifast@1.45.0-rc.1
|
|
2531
|
-
- @akinon/pz-b2b@1.45.0-rc.1
|
|
2532
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.1
|
|
2533
|
-
- @akinon/pz-bkm@1.45.0-rc.1
|
|
2534
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.1
|
|
2535
|
-
- @akinon/pz-click-collect@1.45.0-rc.1
|
|
2536
|
-
- @akinon/pz-credit-payment@1.45.0-rc.1
|
|
2537
|
-
- @akinon/pz-gpay@1.45.0-rc.1
|
|
2538
|
-
- @akinon/pz-masterpass@1.45.0-rc.1
|
|
2539
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.1
|
|
2540
|
-
- @akinon/pz-otp@1.45.0-rc.1
|
|
2541
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.1
|
|
2542
|
-
|
|
2543
|
-
## 1.45.0-rc.0
|
|
2544
|
-
|
|
2545
|
-
### Minor Changes
|
|
2546
|
-
|
|
2547
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2548
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2549
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2550
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2551
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2552
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2553
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2554
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2555
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2556
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2557
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2558
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
2559
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2560
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2561
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2562
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2563
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2564
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2565
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2566
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2567
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2568
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
2569
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2570
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2571
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2572
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2573
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2574
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
2575
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2576
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2577
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2578
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2579
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2580
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2581
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2582
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2583
|
-
|
|
2584
|
-
### Patch Changes
|
|
2585
|
-
|
|
2586
|
-
- Updated dependencies [90282b5]
|
|
2587
|
-
- Updated dependencies [50b9069]
|
|
2588
|
-
- Updated dependencies [572d2e8]
|
|
2589
|
-
- Updated dependencies [a4c8d6a9]
|
|
2590
|
-
- Updated dependencies [fda5b92]
|
|
2591
|
-
- Updated dependencies [2d9b2b2]
|
|
2592
|
-
- Updated dependencies [c53ea3e]
|
|
2593
|
-
- Updated dependencies [8d9ac9a]
|
|
2594
|
-
- Updated dependencies [18e8197]
|
|
2595
|
-
- Updated dependencies [714e0b4]
|
|
2596
|
-
- Updated dependencies [70279e7]
|
|
2597
|
-
- Updated dependencies [6c25f66]
|
|
2598
|
-
- Updated dependencies [bc2b411]
|
|
2599
|
-
- Updated dependencies [3bf2dd9]
|
|
2600
|
-
- Updated dependencies [e9541a1]
|
|
2601
|
-
- Updated dependencies [c53ef7b9]
|
|
2602
|
-
- Updated dependencies [9d94f7e]
|
|
2603
|
-
- Updated dependencies [64699d3]
|
|
2604
|
-
- Updated dependencies [0d3a913]
|
|
2605
|
-
- Updated dependencies [1448a96]
|
|
2606
|
-
- Updated dependencies [2ab6e08]
|
|
2607
|
-
- Updated dependencies [d6edb1d]
|
|
2608
|
-
- Updated dependencies [d3474c6]
|
|
2609
|
-
- Updated dependencies [75080fd]
|
|
2610
|
-
- Updated dependencies [17f8752]
|
|
2611
|
-
- Updated dependencies [91265bb]
|
|
2612
|
-
- Updated dependencies [bbe18b9]
|
|
2613
|
-
- Updated dependencies [d409996]
|
|
2614
|
-
- Updated dependencies [4920742]
|
|
2615
|
-
- Updated dependencies [69ca080]
|
|
2616
|
-
- Updated dependencies [94b6928]
|
|
2617
|
-
- Updated dependencies [98bb8dc]
|
|
2618
|
-
- Updated dependencies [46b7aad]
|
|
2619
|
-
- Updated dependencies [dcc8a15]
|
|
2620
|
-
- Updated dependencies [fad2768]
|
|
2621
|
-
- Updated dependencies [dff0d59]
|
|
2622
|
-
- Updated dependencies [eecb282]
|
|
2623
|
-
- Updated dependencies [9e25a64]
|
|
2624
|
-
- Updated dependencies [beb499e]
|
|
2625
|
-
- Updated dependencies [146ea39]
|
|
2626
|
-
- Updated dependencies [f2c92d5]
|
|
2627
|
-
- Updated dependencies [7bd3d99]
|
|
2628
|
-
- Updated dependencies [c47be30]
|
|
2629
|
-
- Updated dependencies [e9a46ac]
|
|
2630
|
-
- Updated dependencies [f046f8e0]
|
|
2631
|
-
- Updated dependencies [86d2531]
|
|
2632
|
-
- Updated dependencies [3f9b8d7]
|
|
2633
|
-
- @akinon/next@1.45.0-rc.0
|
|
2634
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.0
|
|
2635
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.0
|
|
2636
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.0
|
|
2637
|
-
- @akinon/pz-click-collect@1.45.0-rc.0
|
|
2638
|
-
- @akinon/pz-masterpass@1.45.0-rc.0
|
|
2639
|
-
- @akinon/pz-akifast@1.45.0-rc.0
|
|
2640
|
-
- @akinon/pz-gpay@1.45.0-rc.0
|
|
2641
|
-
- @akinon/pz-b2b@1.45.0-rc.0
|
|
2642
|
-
- @akinon/pz-bkm@1.45.0-rc.0
|
|
2643
|
-
- @akinon/pz-otp@1.45.0-rc.0
|
|
2644
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.0
|
|
2645
|
-
- @akinon/pz-credit-payment@1.45.0-rc.0
|
|
2646
|
-
|
|
2647
|
-
## 1.44.0
|
|
2648
|
-
|
|
2649
|
-
### Patch Changes
|
|
2650
|
-
|
|
2651
|
-
- @akinon/next@1.44.0
|
|
2652
|
-
- @akinon/pz-akifast@1.44.0
|
|
2653
|
-
- @akinon/pz-b2b@1.44.0
|
|
2654
|
-
- @akinon/pz-basket-gift-pack@1.44.0
|
|
2655
|
-
- @akinon/pz-bkm@1.44.0
|
|
2656
|
-
- @akinon/pz-checkout-gift-pack@1.44.0
|
|
2657
|
-
- @akinon/pz-click-collect@1.44.0
|
|
2658
|
-
- @akinon/pz-credit-payment@1.44.0
|
|
2659
|
-
- @akinon/pz-gpay@1.44.0
|
|
2660
|
-
- @akinon/pz-masterpass@1.44.0
|
|
2661
|
-
- @akinon/pz-one-click-checkout@1.44.0
|
|
2662
|
-
- @akinon/pz-otp@1.44.0
|
|
2663
|
-
- @akinon/pz-pay-on-delivery@1.44.0
|
|
2664
|
-
|
|
2665
|
-
## 1.43.0
|
|
2666
|
-
|
|
2667
|
-
### Minor Changes
|
|
2668
|
-
|
|
2669
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2670
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2671
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2672
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2673
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2674
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2675
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2676
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2677
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2678
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2679
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2680
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
2681
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2682
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2683
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2684
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2685
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2686
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2687
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2688
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2689
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2690
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
2691
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2692
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2693
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2694
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2695
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2696
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
2697
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2698
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2699
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2700
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2701
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2702
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2703
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
2704
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2705
|
-
|
|
2706
|
-
### Patch Changes
|
|
2707
|
-
|
|
2708
|
-
- Updated dependencies [90282b5]
|
|
2709
|
-
- Updated dependencies [50b9069]
|
|
2710
|
-
- Updated dependencies [572d2e8]
|
|
2711
|
-
- Updated dependencies [a4c8d6a9]
|
|
2712
|
-
- Updated dependencies [fda5b92]
|
|
2713
|
-
- Updated dependencies [2d9b2b2]
|
|
2714
|
-
- Updated dependencies [c53ea3e]
|
|
2715
|
-
- Updated dependencies [8d9ac9a]
|
|
2716
|
-
- Updated dependencies [18e8197]
|
|
2717
|
-
- Updated dependencies [714e0b4]
|
|
2718
|
-
- Updated dependencies [70279e7]
|
|
2719
|
-
- Updated dependencies [6c25f66]
|
|
2720
|
-
- Updated dependencies [bc2b411]
|
|
2721
|
-
- Updated dependencies [3bf2dd9]
|
|
2722
|
-
- Updated dependencies [e9541a1]
|
|
2723
|
-
- Updated dependencies [c53ef7b9]
|
|
2724
|
-
- Updated dependencies [9d94f7e]
|
|
2725
|
-
- Updated dependencies [64699d3]
|
|
2726
|
-
- Updated dependencies [0d3a913]
|
|
2727
|
-
- Updated dependencies [1448a96]
|
|
2728
|
-
- Updated dependencies [d6edb1d]
|
|
2729
|
-
- Updated dependencies [d3474c6]
|
|
2730
|
-
- Updated dependencies [75080fd]
|
|
2731
|
-
- Updated dependencies [17f8752]
|
|
2732
|
-
- Updated dependencies [91265bb]
|
|
2733
|
-
- Updated dependencies [bbe18b9]
|
|
2734
|
-
- Updated dependencies [d409996]
|
|
2735
|
-
- Updated dependencies [4920742]
|
|
2736
|
-
- Updated dependencies [69ca080]
|
|
2737
|
-
- Updated dependencies [94b6928]
|
|
2738
|
-
- Updated dependencies [98bb8dc]
|
|
2739
|
-
- Updated dependencies [46b7aad]
|
|
2740
|
-
- Updated dependencies [dcc8a15]
|
|
2741
|
-
- Updated dependencies [fad2768]
|
|
2742
|
-
- Updated dependencies [dff0d59]
|
|
2743
|
-
- Updated dependencies [eecb282]
|
|
2744
|
-
- Updated dependencies [9e25a64]
|
|
2745
|
-
- Updated dependencies [beb499e]
|
|
2746
|
-
- Updated dependencies [146ea39]
|
|
2747
|
-
- Updated dependencies [f2c92d5]
|
|
2748
|
-
- Updated dependencies [7bd3d99]
|
|
2749
|
-
- Updated dependencies [c47be30]
|
|
2750
|
-
- Updated dependencies [e9a46ac]
|
|
2751
|
-
- Updated dependencies [f046f8e0]
|
|
2752
|
-
- Updated dependencies [86d2531]
|
|
2753
|
-
- Updated dependencies [3f9b8d7]
|
|
2754
|
-
- @akinon/next@1.43.0-rc.16
|
|
2755
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.16
|
|
2756
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.16
|
|
2757
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.16
|
|
2758
|
-
- @akinon/pz-click-collect@1.43.0-rc.16
|
|
2759
|
-
- @akinon/pz-masterpass@1.43.0-rc.16
|
|
2760
|
-
- @akinon/pz-akifast@1.43.0-rc.16
|
|
2761
|
-
- @akinon/pz-gpay@1.43.0-rc.16
|
|
2762
|
-
- @akinon/pz-b2b@1.43.0-rc.16
|
|
2763
|
-
- @akinon/pz-bkm@1.43.0-rc.16
|
|
2764
|
-
- @akinon/pz-otp@1.43.0-rc.16
|
|
2765
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.16
|
|
2766
|
-
- @akinon/pz-credit-payment@1.43.0-rc.16
|
|
2767
|
-
|
|
2768
|
-
## 1.43.0-rc.15
|
|
2769
|
-
|
|
2770
|
-
### Patch Changes
|
|
2771
|
-
|
|
2772
|
-
- @akinon/next@1.43.0-rc.15
|
|
2773
|
-
- @akinon/pz-akifast@1.43.0-rc.15
|
|
2774
|
-
- @akinon/pz-b2b@1.43.0-rc.15
|
|
2775
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.15
|
|
2776
|
-
- @akinon/pz-bkm@1.43.0-rc.15
|
|
2777
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.15
|
|
2778
|
-
- @akinon/pz-click-collect@1.43.0-rc.15
|
|
2779
|
-
- @akinon/pz-credit-payment@1.43.0-rc.15
|
|
2780
|
-
- @akinon/pz-gpay@1.43.0-rc.15
|
|
2781
|
-
- @akinon/pz-masterpass@1.43.0-rc.15
|
|
2782
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.15
|
|
2783
|
-
- @akinon/pz-otp@1.43.0-rc.15
|
|
2784
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.15
|
|
2785
|
-
|
|
2786
|
-
## 1.43.0-rc.14
|
|
2787
|
-
|
|
2788
|
-
### Patch Changes
|
|
2789
|
-
|
|
2790
|
-
- Updated dependencies [3bf2dd9]
|
|
2791
|
-
- @akinon/next@1.43.0-rc.14
|
|
2792
|
-
- @akinon/pz-akifast@1.43.0-rc.14
|
|
2793
|
-
- @akinon/pz-b2b@1.43.0-rc.14
|
|
2794
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.14
|
|
2795
|
-
- @akinon/pz-bkm@1.43.0-rc.14
|
|
2796
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.14
|
|
2797
|
-
- @akinon/pz-click-collect@1.43.0-rc.14
|
|
2798
|
-
- @akinon/pz-credit-payment@1.43.0-rc.14
|
|
2799
|
-
- @akinon/pz-gpay@1.43.0-rc.14
|
|
2800
|
-
- @akinon/pz-masterpass@1.43.0-rc.14
|
|
2801
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.14
|
|
2802
|
-
- @akinon/pz-otp@1.43.0-rc.14
|
|
2803
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.14
|
|
2804
|
-
|
|
2805
|
-
## 1.43.0-rc.13
|
|
2806
|
-
|
|
2807
|
-
### Minor Changes
|
|
2808
|
-
|
|
2809
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
2810
|
-
|
|
2811
|
-
### Patch Changes
|
|
2812
|
-
|
|
2813
|
-
- Updated dependencies [9e25a64]
|
|
2814
|
-
- @akinon/next@1.43.0-rc.13
|
|
2815
|
-
- @akinon/pz-akifast@1.43.0-rc.13
|
|
2816
|
-
- @akinon/pz-b2b@1.43.0-rc.13
|
|
2817
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.13
|
|
2818
|
-
- @akinon/pz-bkm@1.43.0-rc.13
|
|
2819
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.13
|
|
2820
|
-
- @akinon/pz-click-collect@1.43.0-rc.13
|
|
2821
|
-
- @akinon/pz-credit-payment@1.43.0-rc.13
|
|
2822
|
-
- @akinon/pz-gpay@1.43.0-rc.13
|
|
2823
|
-
- @akinon/pz-masterpass@1.43.0-rc.13
|
|
2824
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.13
|
|
2825
|
-
- @akinon/pz-otp@1.43.0-rc.13
|
|
2826
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.13
|
|
2827
|
-
|
|
2828
|
-
## 1.43.0-rc.12
|
|
2829
|
-
|
|
2830
|
-
### Patch Changes
|
|
2831
|
-
|
|
2832
|
-
- Updated dependencies [4920742]
|
|
2833
|
-
- @akinon/next@1.43.0-rc.12
|
|
2834
|
-
- @akinon/pz-akifast@1.43.0-rc.12
|
|
2835
|
-
- @akinon/pz-b2b@1.43.0-rc.12
|
|
2836
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.12
|
|
2837
|
-
- @akinon/pz-bkm@1.43.0-rc.12
|
|
2838
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.12
|
|
2839
|
-
- @akinon/pz-click-collect@1.43.0-rc.12
|
|
2840
|
-
- @akinon/pz-credit-payment@1.43.0-rc.12
|
|
2841
|
-
- @akinon/pz-gpay@1.43.0-rc.12
|
|
2842
|
-
- @akinon/pz-masterpass@1.43.0-rc.12
|
|
2843
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.12
|
|
2844
|
-
- @akinon/pz-otp@1.43.0-rc.12
|
|
2845
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.12
|
|
2846
|
-
|
|
2847
|
-
## 1.43.0-rc.11
|
|
2848
|
-
|
|
2849
|
-
### Patch Changes
|
|
2850
|
-
|
|
2851
|
-
- Updated dependencies [6c25f66]
|
|
2852
|
-
- @akinon/next@1.43.0-rc.11
|
|
2853
|
-
- @akinon/pz-akifast@1.43.0-rc.11
|
|
2854
|
-
- @akinon/pz-b2b@1.43.0-rc.11
|
|
2855
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.11
|
|
2856
|
-
- @akinon/pz-bkm@1.43.0-rc.11
|
|
2857
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.11
|
|
2858
|
-
- @akinon/pz-click-collect@1.43.0-rc.11
|
|
2859
|
-
- @akinon/pz-credit-payment@1.43.0-rc.11
|
|
2860
|
-
- @akinon/pz-gpay@1.43.0-rc.11
|
|
2861
|
-
- @akinon/pz-masterpass@1.43.0-rc.11
|
|
2862
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.11
|
|
2863
|
-
- @akinon/pz-otp@1.43.0-rc.11
|
|
2864
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.11
|
|
2865
|
-
|
|
2866
|
-
## 1.43.0-rc.10
|
|
2867
|
-
|
|
2868
|
-
### Patch Changes
|
|
2869
|
-
|
|
2870
|
-
- Updated dependencies [d6edb1d]
|
|
2871
|
-
- @akinon/next@1.43.0-rc.10
|
|
2872
|
-
- @akinon/pz-akifast@1.43.0-rc.10
|
|
2873
|
-
- @akinon/pz-b2b@1.43.0-rc.10
|
|
2874
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.10
|
|
2875
|
-
- @akinon/pz-bkm@1.43.0-rc.10
|
|
2876
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.10
|
|
2877
|
-
- @akinon/pz-click-collect@1.43.0-rc.10
|
|
2878
|
-
- @akinon/pz-credit-payment@1.43.0-rc.10
|
|
2879
|
-
- @akinon/pz-gpay@1.43.0-rc.10
|
|
2880
|
-
- @akinon/pz-masterpass@1.43.0-rc.10
|
|
2881
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.10
|
|
2882
|
-
- @akinon/pz-otp@1.43.0-rc.10
|
|
2883
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.10
|
|
2884
|
-
|
|
2885
|
-
## 1.43.0-rc.9
|
|
2886
|
-
|
|
2887
|
-
### Minor Changes
|
|
2888
|
-
|
|
2889
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
2890
|
-
|
|
2891
|
-
### Patch Changes
|
|
2892
|
-
|
|
2893
|
-
- Updated dependencies [bc2b411]
|
|
2894
|
-
- @akinon/next@1.43.0-rc.9
|
|
2895
|
-
- @akinon/pz-akifast@1.43.0-rc.9
|
|
2896
|
-
- @akinon/pz-b2b@1.43.0-rc.9
|
|
2897
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.9
|
|
2898
|
-
- @akinon/pz-bkm@1.43.0-rc.9
|
|
2899
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.9
|
|
2900
|
-
- @akinon/pz-click-collect@1.43.0-rc.9
|
|
2901
|
-
- @akinon/pz-credit-payment@1.43.0-rc.9
|
|
2902
|
-
- @akinon/pz-gpay@1.43.0-rc.9
|
|
2903
|
-
- @akinon/pz-masterpass@1.43.0-rc.9
|
|
2904
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.9
|
|
2905
|
-
- @akinon/pz-otp@1.43.0-rc.9
|
|
2906
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.9
|
|
2907
|
-
|
|
2908
|
-
## 1.43.0-rc.8
|
|
2909
|
-
|
|
2910
|
-
### Patch Changes
|
|
2911
|
-
|
|
2912
|
-
- Updated dependencies [70279e7]
|
|
2913
|
-
- Updated dependencies [9d94f7e]
|
|
2914
|
-
- @akinon/next@1.43.0-rc.8
|
|
2915
|
-
- @akinon/pz-akifast@1.43.0-rc.8
|
|
2916
|
-
- @akinon/pz-b2b@1.43.0-rc.8
|
|
2917
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.8
|
|
2918
|
-
- @akinon/pz-bkm@1.43.0-rc.8
|
|
2919
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.8
|
|
2920
|
-
- @akinon/pz-click-collect@1.43.0-rc.8
|
|
2921
|
-
- @akinon/pz-credit-payment@1.43.0-rc.8
|
|
2922
|
-
- @akinon/pz-gpay@1.43.0-rc.8
|
|
2923
|
-
- @akinon/pz-masterpass@1.43.0-rc.8
|
|
2924
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.8
|
|
2925
|
-
- @akinon/pz-otp@1.43.0-rc.8
|
|
2926
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.8
|
|
2927
|
-
|
|
2928
|
-
## 1.43.0-rc.7
|
|
2929
|
-
|
|
2930
|
-
### Patch Changes
|
|
2931
|
-
|
|
2932
|
-
- Updated dependencies [7bd3d99]
|
|
2933
|
-
- @akinon/next@1.43.0-rc.7
|
|
2934
|
-
- @akinon/pz-akifast@1.43.0-rc.7
|
|
2935
|
-
- @akinon/pz-b2b@1.43.0-rc.7
|
|
2936
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.7
|
|
2937
|
-
- @akinon/pz-bkm@1.43.0-rc.7
|
|
2938
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.7
|
|
2939
|
-
- @akinon/pz-click-collect@1.43.0-rc.7
|
|
2940
|
-
- @akinon/pz-credit-payment@1.43.0-rc.7
|
|
2941
|
-
- @akinon/pz-gpay@1.43.0-rc.7
|
|
2942
|
-
- @akinon/pz-masterpass@1.43.0-rc.7
|
|
2943
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.7
|
|
2944
|
-
- @akinon/pz-otp@1.43.0-rc.7
|
|
2945
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.7
|
|
2946
|
-
|
|
2947
|
-
## 1.43.0-rc.6
|
|
2948
|
-
|
|
2949
|
-
### Minor Changes
|
|
2950
|
-
|
|
2951
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
2952
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
2953
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
2954
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
2955
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
2956
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
2957
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2958
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
2959
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
2960
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
2961
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
2962
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
2963
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
2964
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
2965
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
2966
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2967
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
2968
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2969
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
2970
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
2971
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
2972
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
2973
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2974
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
2975
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2976
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
2977
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
2978
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
2979
|
-
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
2980
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2981
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
2982
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2983
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
2984
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
2985
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
2986
|
-
|
|
2987
|
-
### Patch Changes
|
|
2988
|
-
|
|
2989
|
-
- Updated dependencies [90282b5]
|
|
2990
|
-
- Updated dependencies [50b9069]
|
|
2991
|
-
- Updated dependencies [572d2e8]
|
|
2992
|
-
- Updated dependencies [a4c8d6a]
|
|
2993
|
-
- Updated dependencies [fda5b92]
|
|
2994
|
-
- Updated dependencies [2d9b2b2]
|
|
2995
|
-
- Updated dependencies [c53ea3e]
|
|
2996
|
-
- Updated dependencies [8d9ac9a]
|
|
2997
|
-
- Updated dependencies [18e8197]
|
|
2998
|
-
- Updated dependencies [714e0b4]
|
|
2999
|
-
- Updated dependencies [e9541a1]
|
|
3000
|
-
- Updated dependencies [c53ef7b]
|
|
3001
|
-
- Updated dependencies [64699d3]
|
|
3002
|
-
- Updated dependencies [0d3a913]
|
|
3003
|
-
- Updated dependencies [1448a96]
|
|
3004
|
-
- Updated dependencies [d3474c6]
|
|
3005
|
-
- Updated dependencies [75080fd]
|
|
3006
|
-
- Updated dependencies [17f8752]
|
|
3007
|
-
- Updated dependencies [91265bb]
|
|
3008
|
-
- Updated dependencies [bbe18b9]
|
|
3009
|
-
- Updated dependencies [d409996]
|
|
3010
|
-
- Updated dependencies [69ca080]
|
|
3011
|
-
- Updated dependencies [94b6928]
|
|
3012
|
-
- Updated dependencies [98bb8dc]
|
|
3013
|
-
- Updated dependencies [46b7aad]
|
|
3014
|
-
- Updated dependencies [dcc8a15]
|
|
3015
|
-
- Updated dependencies [fad2768]
|
|
3016
|
-
- Updated dependencies [dff0d59]
|
|
3017
|
-
- Updated dependencies [eecb282]
|
|
3018
|
-
- Updated dependencies [4a163f2]
|
|
3019
|
-
- Updated dependencies [beb499e]
|
|
3020
|
-
- Updated dependencies [146ea39]
|
|
3021
|
-
- Updated dependencies [f2c92d5]
|
|
3022
|
-
- Updated dependencies [c47be30]
|
|
3023
|
-
- Updated dependencies [e9a46ac]
|
|
3024
|
-
- Updated dependencies [f046f8e]
|
|
3025
|
-
- Updated dependencies [86d2531]
|
|
3026
|
-
- Updated dependencies [3f9b8d7]
|
|
3027
|
-
- @akinon/next@1.43.0-rc.6
|
|
3028
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.6
|
|
3029
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.6
|
|
3030
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.6
|
|
3031
|
-
- @akinon/pz-click-collect@1.43.0-rc.6
|
|
3032
|
-
- @akinon/pz-masterpass@1.43.0-rc.6
|
|
3033
|
-
- @akinon/pz-akifast@1.43.0-rc.6
|
|
3034
|
-
- @akinon/pz-gpay@1.43.0-rc.6
|
|
3035
|
-
- @akinon/pz-b2b@1.43.0-rc.6
|
|
3036
|
-
- @akinon/pz-bkm@1.43.0-rc.6
|
|
3037
|
-
- @akinon/pz-otp@1.43.0-rc.6
|
|
3038
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.6
|
|
3039
|
-
- @akinon/pz-credit-payment@1.43.0-rc.6
|
|
3040
|
-
|
|
3041
|
-
## 1.43.0-rc.5
|
|
3042
|
-
|
|
3043
|
-
### Patch Changes
|
|
886
|
+
- @akinon/pz-otp@1.46.0
|
|
887
|
+
- @akinon/pz-pay-on-delivery@1.46.0
|
|
3044
888
|
|
|
3045
|
-
|
|
3046
|
-
- @akinon/next@1.43.0-rc.5
|
|
3047
|
-
- @akinon/pz-akifast@1.43.0-rc.5
|
|
3048
|
-
- @akinon/pz-b2b@1.43.0-rc.5
|
|
3049
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.5
|
|
3050
|
-
- @akinon/pz-bkm@1.43.0-rc.5
|
|
3051
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.5
|
|
3052
|
-
- @akinon/pz-click-collect@1.43.0-rc.5
|
|
3053
|
-
- @akinon/pz-credit-payment@1.43.0-rc.5
|
|
3054
|
-
- @akinon/pz-gpay@1.43.0-rc.5
|
|
3055
|
-
- @akinon/pz-masterpass@1.43.0-rc.5
|
|
3056
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.5
|
|
3057
|
-
- @akinon/pz-otp@1.43.0-rc.5
|
|
3058
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.5
|
|
3059
|
-
|
|
3060
|
-
## 1.43.0-rc.4
|
|
889
|
+
## 1.45.0
|
|
3061
890
|
|
|
3062
891
|
### Patch Changes
|
|
3063
892
|
|
|
3064
|
-
- Updated dependencies [
|
|
3065
|
-
- @akinon/next@1.
|
|
3066
|
-
- @akinon/pz-akifast@1.
|
|
3067
|
-
- @akinon/pz-b2b@1.
|
|
3068
|
-
- @akinon/pz-basket-gift-pack@1.
|
|
3069
|
-
- @akinon/pz-bkm@1.
|
|
3070
|
-
- @akinon/pz-checkout-gift-pack@1.
|
|
3071
|
-
- @akinon/pz-click-collect@1.
|
|
3072
|
-
- @akinon/pz-credit-payment@1.
|
|
3073
|
-
- @akinon/pz-gpay@1.
|
|
3074
|
-
- @akinon/pz-masterpass@1.
|
|
3075
|
-
- @akinon/pz-one-click-checkout@1.
|
|
3076
|
-
- @akinon/pz-otp@1.
|
|
3077
|
-
- @akinon/pz-pay-on-delivery@1.
|
|
3078
|
-
|
|
3079
|
-
## 1.43.0-rc.3
|
|
3080
|
-
|
|
3081
|
-
### Minor Changes
|
|
3082
|
-
|
|
3083
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
3084
|
-
|
|
3085
|
-
### Patch Changes
|
|
893
|
+
- Updated dependencies [2ab6e08]
|
|
894
|
+
- @akinon/next@1.45.0
|
|
895
|
+
- @akinon/pz-akifast@1.45.0
|
|
896
|
+
- @akinon/pz-b2b@1.45.0
|
|
897
|
+
- @akinon/pz-basket-gift-pack@1.45.0
|
|
898
|
+
- @akinon/pz-bkm@1.45.0
|
|
899
|
+
- @akinon/pz-checkout-gift-pack@1.45.0
|
|
900
|
+
- @akinon/pz-click-collect@1.45.0
|
|
901
|
+
- @akinon/pz-credit-payment@1.45.0
|
|
902
|
+
- @akinon/pz-gpay@1.45.0
|
|
903
|
+
- @akinon/pz-masterpass@1.45.0
|
|
904
|
+
- @akinon/pz-one-click-checkout@1.45.0
|
|
905
|
+
- @akinon/pz-otp@1.45.0
|
|
906
|
+
- @akinon/pz-pay-on-delivery@1.45.0
|
|
3086
907
|
|
|
3087
|
-
|
|
3088
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.3
|
|
3089
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.3
|
|
3090
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.3
|
|
3091
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.3
|
|
3092
|
-
- @akinon/pz-credit-payment@1.43.0-rc.3
|
|
3093
|
-
- @akinon/pz-click-collect@1.43.0-rc.3
|
|
3094
|
-
- @akinon/pz-masterpass@1.43.0-rc.3
|
|
3095
|
-
- @akinon/next@1.43.0-rc.3
|
|
3096
|
-
- @akinon/pz-akifast@1.43.0-rc.3
|
|
3097
|
-
- @akinon/pz-gpay@1.43.0-rc.3
|
|
3098
|
-
- @akinon/pz-b2b@1.43.0-rc.3
|
|
3099
|
-
- @akinon/pz-bkm@1.43.0-rc.3
|
|
3100
|
-
- @akinon/pz-otp@1.43.0-rc.3
|
|
3101
|
-
|
|
3102
|
-
## 1.43.0-rc.2
|
|
908
|
+
## 1.44.0
|
|
3103
909
|
|
|
3104
910
|
### Patch Changes
|
|
3105
911
|
|
|
3106
|
-
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.2
|
|
3120
|
-
|
|
3121
|
-
## 1.43.0-rc.1
|
|
3122
|
-
|
|
3123
|
-
### Minor Changes
|
|
3124
|
-
|
|
3125
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
3126
|
-
|
|
3127
|
-
### Patch Changes
|
|
912
|
+
- @akinon/next@1.44.0
|
|
913
|
+
- @akinon/pz-akifast@1.44.0
|
|
914
|
+
- @akinon/pz-b2b@1.44.0
|
|
915
|
+
- @akinon/pz-basket-gift-pack@1.44.0
|
|
916
|
+
- @akinon/pz-bkm@1.44.0
|
|
917
|
+
- @akinon/pz-checkout-gift-pack@1.44.0
|
|
918
|
+
- @akinon/pz-click-collect@1.44.0
|
|
919
|
+
- @akinon/pz-credit-payment@1.44.0
|
|
920
|
+
- @akinon/pz-gpay@1.44.0
|
|
921
|
+
- @akinon/pz-masterpass@1.44.0
|
|
922
|
+
- @akinon/pz-one-click-checkout@1.44.0
|
|
923
|
+
- @akinon/pz-otp@1.44.0
|
|
924
|
+
- @akinon/pz-pay-on-delivery@1.44.0
|
|
3128
925
|
|
|
3129
|
-
|
|
3130
|
-
- @akinon/next@1.43.0-rc.1
|
|
3131
|
-
- @akinon/pz-akifast@1.43.0-rc.1
|
|
3132
|
-
- @akinon/pz-b2b@1.43.0-rc.1
|
|
3133
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.1
|
|
3134
|
-
- @akinon/pz-bkm@1.43.0-rc.1
|
|
3135
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.1
|
|
3136
|
-
- @akinon/pz-click-collect@1.43.0-rc.1
|
|
3137
|
-
- @akinon/pz-credit-payment@1.43.0-rc.1
|
|
3138
|
-
- @akinon/pz-gpay@1.43.0-rc.1
|
|
3139
|
-
- @akinon/pz-masterpass@1.43.0-rc.1
|
|
3140
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.1
|
|
3141
|
-
- @akinon/pz-otp@1.43.0-rc.1
|
|
3142
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.1
|
|
3143
|
-
|
|
3144
|
-
## 1.43.0-rc.0
|
|
926
|
+
## 1.43.0
|
|
3145
927
|
|
|
3146
928
|
### Minor Changes
|
|
3147
929
|
|
|
3148
|
-
-
|
|
3149
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
3150
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
3151
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
3152
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
3153
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
3154
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3155
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
3156
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
3157
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
3158
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
3159
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
3160
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
3161
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
3162
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3163
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
3164
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3165
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
3166
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
3167
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
3168
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
3169
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3170
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
3171
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3172
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
3173
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
3174
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3175
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
3176
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3177
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
3178
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3179
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
930
|
+
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
3180
931
|
|
|
3181
932
|
### Patch Changes
|
|
3182
933
|
|
|
3183
|
-
- Updated dependencies [
|
|
3184
|
-
-
|
|
3185
|
-
-
|
|
3186
|
-
-
|
|
3187
|
-
-
|
|
3188
|
-
-
|
|
3189
|
-
-
|
|
3190
|
-
-
|
|
3191
|
-
-
|
|
3192
|
-
-
|
|
3193
|
-
-
|
|
3194
|
-
-
|
|
3195
|
-
-
|
|
3196
|
-
-
|
|
3197
|
-
- Updated dependencies [d3474c6]
|
|
3198
|
-
- Updated dependencies [75080fd]
|
|
3199
|
-
- Updated dependencies [91265bb]
|
|
3200
|
-
- Updated dependencies [bbe18b9]
|
|
3201
|
-
- Updated dependencies [d409996]
|
|
3202
|
-
- Updated dependencies [69ca080]
|
|
3203
|
-
- Updated dependencies [94b6928]
|
|
3204
|
-
- Updated dependencies [98bb8dc]
|
|
3205
|
-
- Updated dependencies [46b7aad]
|
|
3206
|
-
- Updated dependencies [dcc8a15]
|
|
3207
|
-
- Updated dependencies [fad2768]
|
|
3208
|
-
- Updated dependencies [dff0d59]
|
|
3209
|
-
- Updated dependencies [beb499e]
|
|
3210
|
-
- Updated dependencies [146ea39]
|
|
3211
|
-
- Updated dependencies [c47be30]
|
|
3212
|
-
- Updated dependencies [e9a46ac]
|
|
3213
|
-
- Updated dependencies [f046f8e]
|
|
3214
|
-
- Updated dependencies [86d2531]
|
|
3215
|
-
- @akinon/next@1.43.0-rc.0
|
|
3216
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.0
|
|
3217
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.0
|
|
3218
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.0
|
|
3219
|
-
- @akinon/pz-click-collect@1.43.0-rc.0
|
|
3220
|
-
- @akinon/pz-masterpass@1.43.0-rc.0
|
|
3221
|
-
- @akinon/pz-akifast@1.43.0-rc.0
|
|
3222
|
-
- @akinon/pz-gpay@1.43.0-rc.0
|
|
3223
|
-
- @akinon/pz-b2b@1.43.0-rc.0
|
|
3224
|
-
- @akinon/pz-bkm@1.43.0-rc.0
|
|
3225
|
-
- @akinon/pz-otp@1.43.0-rc.0
|
|
3226
|
-
- @akinon/pz-credit-payment@1.43.0-rc.0
|
|
3227
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.0
|
|
934
|
+
- Updated dependencies [4a163f2]
|
|
935
|
+
- @akinon/next@1.43.0
|
|
936
|
+
- @akinon/pz-akifast@1.43.0
|
|
937
|
+
- @akinon/pz-b2b@1.43.0
|
|
938
|
+
- @akinon/pz-basket-gift-pack@1.43.0
|
|
939
|
+
- @akinon/pz-bkm@1.43.0
|
|
940
|
+
- @akinon/pz-checkout-gift-pack@1.43.0
|
|
941
|
+
- @akinon/pz-click-collect@1.43.0
|
|
942
|
+
- @akinon/pz-credit-payment@1.43.0
|
|
943
|
+
- @akinon/pz-gpay@1.43.0
|
|
944
|
+
- @akinon/pz-masterpass@1.43.0
|
|
945
|
+
- @akinon/pz-one-click-checkout@1.43.0
|
|
946
|
+
- @akinon/pz-otp@1.43.0
|
|
947
|
+
- @akinon/pz-pay-on-delivery@1.43.0
|
|
3228
948
|
|
|
3229
949
|
## 1.42.0
|
|
3230
950
|
|
|
@@ -3393,301 +1113,13 @@
|
|
|
3393
1113
|
|
|
3394
1114
|
### Patch Changes
|
|
3395
1115
|
|
|
3396
|
-
-
|
|
3397
|
-
-
|
|
3398
|
-
-
|
|
3399
|
-
-
|
|
3400
|
-
-
|
|
3401
|
-
-
|
|
3402
|
-
-
|
|
3403
|
-
- Updated dependencies [616690d]
|
|
3404
|
-
- Updated dependencies [f3b595e]
|
|
3405
|
-
- Updated dependencies [91265bb]
|
|
3406
|
-
- Updated dependencies [59fb7c3]
|
|
3407
|
-
- Updated dependencies [bbe18b9]
|
|
3408
|
-
- Updated dependencies [f0c23bc]
|
|
3409
|
-
- Updated dependencies [3420416]
|
|
3410
|
-
- Updated dependencies [495d155]
|
|
3411
|
-
- Updated dependencies [beb499e]
|
|
3412
|
-
- Updated dependencies [6c18543]
|
|
3413
|
-
- Updated dependencies [40ad73e]
|
|
3414
|
-
- Updated dependencies [495d155]
|
|
3415
|
-
- Updated dependencies [f046f8e]
|
|
3416
|
-
- Updated dependencies [6b2972b]
|
|
3417
|
-
- Updated dependencies [3e68768]
|
|
3418
|
-
- @akinon/next@1.34.0-rc.20
|
|
3419
|
-
- @akinon/pz-masterpass@1.34.0-rc.20
|
|
3420
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.20
|
|
3421
|
-
- @akinon/pz-b2b@1.34.0-rc.20
|
|
3422
|
-
- @akinon/pz-gpay@1.34.0-rc.20
|
|
3423
|
-
- @akinon/pz-otp@1.34.0-rc.20
|
|
3424
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.20
|
|
3425
|
-
|
|
3426
|
-
## 1.34.0-rc.19
|
|
3427
|
-
|
|
3428
|
-
### Patch Changes
|
|
3429
|
-
|
|
3430
|
-
- Updated dependencies [c53ef7b]
|
|
3431
|
-
- @akinon/next@1.34.0-rc.19
|
|
3432
|
-
- @akinon/pz-b2b@1.34.0-rc.19
|
|
3433
|
-
- @akinon/pz-gpay@1.34.0-rc.19
|
|
3434
|
-
- @akinon/pz-masterpass@1.34.0-rc.19
|
|
3435
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.19
|
|
3436
|
-
- @akinon/pz-otp@1.34.0-rc.19
|
|
3437
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.19
|
|
3438
|
-
|
|
3439
|
-
## 1.34.0-rc.18
|
|
3440
|
-
|
|
3441
|
-
### Minor Changes
|
|
3442
|
-
|
|
3443
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
3444
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
3445
|
-
|
|
3446
|
-
### Patch Changes
|
|
3447
|
-
|
|
3448
|
-
- Updated dependencies [a4c8d6a]
|
|
3449
|
-
- @akinon/next@1.34.0-rc.18
|
|
3450
|
-
- @akinon/pz-b2b@1.34.0-rc.18
|
|
3451
|
-
- @akinon/pz-gpay@1.34.0-rc.18
|
|
3452
|
-
- @akinon/pz-masterpass@1.34.0-rc.18
|
|
3453
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.18
|
|
3454
|
-
- @akinon/pz-otp@1.34.0-rc.18
|
|
3455
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.18
|
|
3456
|
-
|
|
3457
|
-
## 1.34.0-rc.17
|
|
3458
|
-
|
|
3459
|
-
### Minor Changes
|
|
3460
|
-
|
|
3461
|
-
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
3462
|
-
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
3463
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3464
|
-
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
3465
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3466
|
-
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
3467
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3468
|
-
- f0c23bc: ZERO-2135: add custom not found page
|
|
3469
|
-
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
3470
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3471
|
-
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
3472
|
-
- 202f84e: ZERO-2569: Fix static keys
|
|
3473
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3474
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3475
|
-
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
3476
|
-
|
|
3477
|
-
### Patch Changes
|
|
3478
|
-
|
|
3479
|
-
- Updated dependencies [d09b677]
|
|
3480
|
-
- Updated dependencies [6d4aadb]
|
|
3481
|
-
- Updated dependencies [8e6e8cf]
|
|
3482
|
-
- Updated dependencies [ebb63ce]
|
|
3483
|
-
- Updated dependencies [7cebe87]
|
|
3484
|
-
- Updated dependencies [616690d]
|
|
3485
|
-
- Updated dependencies [f3b595e]
|
|
3486
|
-
- Updated dependencies [91265bb]
|
|
3487
|
-
- Updated dependencies [59fb7c3]
|
|
3488
|
-
- Updated dependencies [bbe18b9]
|
|
3489
|
-
- Updated dependencies [f0c23bc]
|
|
3490
|
-
- Updated dependencies [3420416]
|
|
3491
|
-
- Updated dependencies [495d155]
|
|
3492
|
-
- Updated dependencies [beb499e]
|
|
3493
|
-
- Updated dependencies [6c18543]
|
|
3494
|
-
- Updated dependencies [40ad73e]
|
|
3495
|
-
- Updated dependencies [495d155]
|
|
3496
|
-
- Updated dependencies [f046f8e]
|
|
3497
|
-
- Updated dependencies [6b2972b]
|
|
3498
|
-
- Updated dependencies [3e68768]
|
|
3499
|
-
- @akinon/next@1.34.0-rc.17
|
|
3500
|
-
- @akinon/pz-masterpass@1.34.0-rc.17
|
|
3501
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.17
|
|
3502
|
-
- @akinon/pz-b2b@1.34.0-rc.17
|
|
3503
|
-
- @akinon/pz-gpay@1.34.0-rc.17
|
|
3504
|
-
- @akinon/pz-otp@1.34.0-rc.17
|
|
3505
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.17
|
|
3506
|
-
|
|
3507
|
-
## 1.34.0-rc.16
|
|
3508
|
-
|
|
3509
|
-
### Patch Changes
|
|
3510
|
-
|
|
3511
|
-
- @akinon/next@1.34.0-rc.16
|
|
3512
|
-
- @akinon/pz-b2b@1.34.0-rc.16
|
|
3513
|
-
- @akinon/pz-gpay@1.34.0-rc.16
|
|
3514
|
-
- @akinon/pz-masterpass@1.34.0-rc.16
|
|
3515
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.16
|
|
3516
|
-
- @akinon/pz-otp@1.34.0-rc.16
|
|
3517
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.16
|
|
3518
|
-
|
|
3519
|
-
## 1.34.0-rc.15
|
|
3520
|
-
|
|
3521
|
-
### Patch Changes
|
|
3522
|
-
|
|
3523
|
-
- @akinon/next@1.34.0-rc.15
|
|
3524
|
-
- @akinon/pz-b2b@1.34.0-rc.15
|
|
3525
|
-
- @akinon/pz-gpay@1.34.0-rc.15
|
|
3526
|
-
- @akinon/pz-masterpass@1.34.0-rc.15
|
|
3527
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.15
|
|
3528
|
-
- @akinon/pz-otp@1.34.0-rc.15
|
|
3529
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.15
|
|
3530
|
-
|
|
3531
|
-
## 1.34.0-rc.14
|
|
3532
|
-
|
|
3533
|
-
### Minor Changes
|
|
3534
|
-
|
|
3535
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
3536
|
-
|
|
3537
|
-
### Patch Changes
|
|
3538
|
-
|
|
3539
|
-
- @akinon/next@1.34.0-rc.14
|
|
3540
|
-
- @akinon/pz-b2b@1.34.0-rc.14
|
|
3541
|
-
- @akinon/pz-gpay@1.34.0-rc.14
|
|
3542
|
-
- @akinon/pz-masterpass@1.34.0-rc.14
|
|
3543
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.14
|
|
3544
|
-
- @akinon/pz-otp@1.34.0-rc.14
|
|
3545
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.14
|
|
3546
|
-
|
|
3547
|
-
## 1.34.0-rc.13
|
|
3548
|
-
|
|
3549
|
-
### Minor Changes
|
|
3550
|
-
|
|
3551
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
3552
|
-
|
|
3553
|
-
### Patch Changes
|
|
3554
|
-
|
|
3555
|
-
- @akinon/next@1.34.0-rc.13
|
|
3556
|
-
- @akinon/pz-b2b@1.34.0-rc.13
|
|
3557
|
-
- @akinon/pz-gpay@1.34.0-rc.13
|
|
3558
|
-
- @akinon/pz-masterpass@1.34.0-rc.13
|
|
3559
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.13
|
|
3560
|
-
- @akinon/pz-otp@1.34.0-rc.13
|
|
3561
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.13
|
|
3562
|
-
|
|
3563
|
-
## 1.34.0-rc.12
|
|
3564
|
-
|
|
3565
|
-
### Patch Changes
|
|
3566
|
-
|
|
3567
|
-
- Updated dependencies [616690d]
|
|
3568
|
-
- @akinon/next@1.34.0-rc.12
|
|
3569
|
-
- @akinon/pz-b2b@1.34.0-rc.12
|
|
3570
|
-
- @akinon/pz-gpay@1.34.0-rc.12
|
|
3571
|
-
- @akinon/pz-masterpass@1.34.0-rc.12
|
|
3572
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.12
|
|
3573
|
-
- @akinon/pz-otp@1.34.0-rc.12
|
|
3574
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.12
|
|
3575
|
-
|
|
3576
|
-
## 1.34.0-rc.11
|
|
3577
|
-
|
|
3578
|
-
### Patch Changes
|
|
3579
|
-
|
|
3580
|
-
- Updated dependencies [8e6e8cf]
|
|
3581
|
-
- @akinon/next@1.34.0-rc.11
|
|
3582
|
-
- @akinon/pz-b2b@1.34.0-rc.11
|
|
3583
|
-
- @akinon/pz-gpay@1.34.0-rc.11
|
|
3584
|
-
- @akinon/pz-masterpass@1.34.0-rc.11
|
|
3585
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.11
|
|
3586
|
-
- @akinon/pz-otp@1.34.0-rc.11
|
|
3587
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.11
|
|
3588
|
-
|
|
3589
|
-
## 1.34.0-rc.10
|
|
3590
|
-
|
|
3591
|
-
### Patch Changes
|
|
3592
|
-
|
|
3593
|
-
- Updated dependencies [bbe18b9]
|
|
3594
|
-
- @akinon/next@1.34.0-rc.10
|
|
3595
|
-
- @akinon/pz-b2b@1.34.0-rc.10
|
|
3596
|
-
- @akinon/pz-gpay@1.34.0-rc.10
|
|
3597
|
-
- @akinon/pz-masterpass@1.34.0-rc.10
|
|
3598
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.10
|
|
3599
|
-
- @akinon/pz-otp@1.34.0-rc.10
|
|
3600
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.10
|
|
3601
|
-
|
|
3602
|
-
## 1.34.0-rc.9
|
|
3603
|
-
|
|
3604
|
-
### Minor Changes
|
|
3605
|
-
|
|
3606
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
3607
|
-
|
|
3608
|
-
### Patch Changes
|
|
3609
|
-
|
|
3610
|
-
- Updated dependencies [beb499e]
|
|
3611
|
-
- @akinon/next@1.34.0-rc.9
|
|
3612
|
-
- @akinon/pz-b2b@1.34.0-rc.9
|
|
3613
|
-
- @akinon/pz-gpay@1.34.0-rc.9
|
|
3614
|
-
- @akinon/pz-masterpass@1.34.0-rc.9
|
|
3615
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.9
|
|
3616
|
-
- @akinon/pz-otp@1.34.0-rc.9
|
|
3617
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.9
|
|
3618
|
-
|
|
3619
|
-
## 1.34.0-rc.8
|
|
3620
|
-
|
|
3621
|
-
### Minor Changes
|
|
3622
|
-
|
|
3623
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
3624
|
-
|
|
3625
|
-
### Patch Changes
|
|
3626
|
-
|
|
3627
|
-
- Updated dependencies [91265bb]
|
|
3628
|
-
- @akinon/next@1.34.0-rc.8
|
|
3629
|
-
- @akinon/pz-b2b@1.34.0-rc.8
|
|
3630
|
-
- @akinon/pz-gpay@1.34.0-rc.8
|
|
3631
|
-
- @akinon/pz-masterpass@1.34.0-rc.8
|
|
3632
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.8
|
|
3633
|
-
- @akinon/pz-otp@1.34.0-rc.8
|
|
3634
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.8
|
|
3635
|
-
|
|
3636
|
-
## 1.34.0-rc.7
|
|
3637
|
-
|
|
3638
|
-
### Minor Changes
|
|
3639
|
-
|
|
3640
|
-
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
3641
|
-
|
|
3642
|
-
### Patch Changes
|
|
3643
|
-
|
|
3644
|
-
- @akinon/next@1.34.0-rc.7
|
|
3645
|
-
- @akinon/pz-b2b@1.34.0-rc.7
|
|
3646
|
-
- @akinon/pz-gpay@1.34.0-rc.7
|
|
3647
|
-
- @akinon/pz-masterpass@1.34.0-rc.7
|
|
3648
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.7
|
|
3649
|
-
- @akinon/pz-otp@1.34.0-rc.7
|
|
3650
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.7
|
|
3651
|
-
|
|
3652
|
-
## 1.34.0-rc.6
|
|
3653
|
-
|
|
3654
|
-
### Minor Changes
|
|
3655
|
-
|
|
3656
|
-
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
3657
|
-
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
3658
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
3659
|
-
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
3660
|
-
- f0c23bc: ZERO-2135: add custom not found page
|
|
3661
|
-
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
3662
|
-
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
3663
|
-
- 202f84e: ZERO-2569: Fix static keys
|
|
3664
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
3665
|
-
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
3666
|
-
|
|
3667
|
-
### Patch Changes
|
|
3668
|
-
|
|
3669
|
-
- Updated dependencies [d09b677]
|
|
3670
|
-
- Updated dependencies [6d4aadb]
|
|
3671
|
-
- Updated dependencies [ebb63ce]
|
|
3672
|
-
- Updated dependencies [7cebe87]
|
|
3673
|
-
- Updated dependencies [f3b595e]
|
|
3674
|
-
- Updated dependencies [59fb7c3]
|
|
3675
|
-
- Updated dependencies [f0c23bc]
|
|
3676
|
-
- Updated dependencies [3420416]
|
|
3677
|
-
- Updated dependencies [495d155]
|
|
3678
|
-
- Updated dependencies [6c18543]
|
|
3679
|
-
- Updated dependencies [40ad73e]
|
|
3680
|
-
- Updated dependencies [495d155]
|
|
3681
|
-
- Updated dependencies [f046f8e]
|
|
3682
|
-
- Updated dependencies [6b2972b]
|
|
3683
|
-
- Updated dependencies [3e68768]
|
|
3684
|
-
- @akinon/next@1.34.0-rc.6
|
|
3685
|
-
- @akinon/pz-masterpass@1.34.0-rc.6
|
|
3686
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.6
|
|
3687
|
-
- @akinon/pz-b2b@1.34.0-rc.6
|
|
3688
|
-
- @akinon/pz-gpay@1.34.0-rc.6
|
|
3689
|
-
- @akinon/pz-otp@1.34.0-rc.6
|
|
3690
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.6
|
|
1116
|
+
- @akinon/next@1.34.0
|
|
1117
|
+
- @akinon/pz-b2b@1.34.0
|
|
1118
|
+
- @akinon/pz-gpay@1.34.0
|
|
1119
|
+
- @akinon/pz-masterpass@1.34.0
|
|
1120
|
+
- @akinon/pz-one-click-checkout@1.34.0
|
|
1121
|
+
- @akinon/pz-otp@1.34.0
|
|
1122
|
+
- @akinon/pz-pay-on-delivery@1.34.0
|
|
3691
1123
|
|
|
3692
1124
|
## 1.33.2
|
|
3693
1125
|
|