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