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