@akinon/projectzero 1.55.0-rc.0 → 1.55.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 +2 -34
- package/app-template/.gitignore +0 -2
- package/app-template/CHANGELOG.md +80 -1871
- package/app-template/package.json +18 -17
- package/app-template/public/locales/en/account.json +4 -4
- package/app-template/public/locales/tr/account.json +1 -1
- package/app-template/src/app/[commerce]/[locale]/[currency]/account/coupons/page.tsx +4 -4
- package/app-template/src/app/[commerce]/[locale]/[currency]/account/profile/page.tsx +0 -1
- package/app-template/src/app/[commerce]/[locale]/[currency]/category/[pk]/page.tsx +2 -5
- package/app-template/src/app/[commerce]/[locale]/[currency]/orders/completed/[token]/page.tsx +8 -12
- package/app-template/src/components/checkbox.tsx +2 -2
- package/app-template/src/components/input.tsx +7 -19
- package/app-template/src/components/pagination.tsx +18 -13
- package/app-template/src/components/price.tsx +4 -9
- package/app-template/src/redux/reducers/category.ts +1 -7
- package/app-template/src/settings.js +1 -6
- package/app-template/src/views/account/address-form.tsx +2 -12
- package/app-template/src/views/account/contact-form.tsx +6 -23
- package/app-template/src/views/account/favourite-products/favourite-products-list.tsx +1 -5
- package/app-template/src/views/breadcrumb.tsx +1 -4
- package/app-template/src/views/category/category-active-filters.tsx +6 -16
- package/app-template/src/views/category/category-info.tsx +17 -31
- package/app-template/src/views/category/filters/index.tsx +108 -16
- package/app-template/src/views/category/layout.tsx +3 -5
- package/app-template/src/views/checkout/steps/payment/options/redirection.tsx +37 -43
- package/app-template/src/views/checkout/steps/payment/payment-option-buttons.tsx +3 -19
- package/app-template/src/views/checkout/steps/shipping/shipping-options.tsx +34 -230
- package/app-template/src/views/header/mobile-menu.tsx +8 -25
- package/app-template/tsconfig.json +4 -14
- package/package.json +2 -2
- package/app-template/src/app/[commerce]/[locale]/[currency]/[...prettyurl]/page.tsx +0 -8
- package/app-template/src/views/category/filters/filter-item.tsx +0 -163
|
@@ -1,101 +1,31 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
-
## 1.55.0
|
|
3
|
+
## 1.55.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
10
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
11
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
12
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
13
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
14
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
15
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
16
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
17
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
18
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
19
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
20
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
21
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
22
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
23
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
24
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
25
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
26
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
27
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
7
|
+
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
8
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
28
9
|
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
35
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
36
|
-
|
|
37
|
-
### Patch Changes
|
|
38
|
-
|
|
39
|
-
- Updated dependencies [572d2e84]
|
|
40
|
-
- Updated dependencies [5dfeea0]
|
|
41
|
-
- Updated dependencies [a4c8d6a9]
|
|
42
|
-
- Updated dependencies [fda5b927]
|
|
43
|
-
- Updated dependencies [2d9b2b2c]
|
|
44
|
-
- Updated dependencies [c53ea3e6]
|
|
45
|
-
- Updated dependencies [d93a507]
|
|
46
|
-
- Updated dependencies [714e0b46]
|
|
47
|
-
- Updated dependencies [6c25f66]
|
|
48
|
-
- Updated dependencies [bc2b411]
|
|
49
|
-
- Updated dependencies [3bf2dd9]
|
|
50
|
-
- Updated dependencies [e9541a13]
|
|
51
|
-
- Updated dependencies [c53ef7b9]
|
|
52
|
-
- Updated dependencies [2e6104d]
|
|
53
|
-
- Updated dependencies [64699d3]
|
|
54
|
-
- Updated dependencies [0d3a913e]
|
|
55
|
-
- Updated dependencies [1448a96e]
|
|
56
|
-
- Updated dependencies [d6edb1d]
|
|
57
|
-
- Updated dependencies [d3474c64]
|
|
58
|
-
- Updated dependencies [75080fd6]
|
|
59
|
-
- Updated dependencies [17f8752]
|
|
60
|
-
- Updated dependencies [c45b62c]
|
|
61
|
-
- Updated dependencies [91265bba]
|
|
62
|
-
- Updated dependencies [bbe18b9f]
|
|
63
|
-
- Updated dependencies [d4099960]
|
|
64
|
-
- Updated dependencies [4920742]
|
|
65
|
-
- Updated dependencies [12a873e]
|
|
66
|
-
- Updated dependencies [7e56d6b]
|
|
67
|
-
- Updated dependencies [94b6928]
|
|
68
|
-
- Updated dependencies [98bb8dcd]
|
|
69
|
-
- Updated dependencies [dcc8a150]
|
|
70
|
-
- Updated dependencies [8f47cca]
|
|
71
|
-
- Updated dependencies [fad27689]
|
|
72
|
-
- Updated dependencies [dff0d595]
|
|
73
|
-
- Updated dependencies [fdd0b41]
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [1448a96]
|
|
14
|
+
- Updated dependencies [75080fd]
|
|
74
15
|
- Updated dependencies [eecb282]
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
- @akinon/
|
|
87
|
-
- @akinon/pz-
|
|
88
|
-
- @akinon/pz-checkout-gift-pack@1.55.0-rc.0
|
|
89
|
-
- @akinon/pz-one-click-checkout@1.55.0-rc.0
|
|
90
|
-
- @akinon/pz-basket-gift-pack@1.55.0-rc.0
|
|
91
|
-
- @akinon/pz-pay-on-delivery@1.55.0-rc.0
|
|
92
|
-
- @akinon/pz-credit-payment@1.55.0-rc.0
|
|
93
|
-
- @akinon/pz-masterpass@1.55.0-rc.0
|
|
94
|
-
- @akinon/pz-akifast@1.55.0-rc.0
|
|
95
|
-
- @akinon/pz-gpay@1.55.0-rc.0
|
|
96
|
-
- @akinon/pz-b2b@1.55.0-rc.0
|
|
97
|
-
- @akinon/pz-bkm@1.55.0-rc.0
|
|
98
|
-
- @akinon/pz-otp@1.55.0-rc.0
|
|
16
|
+
- @akinon/next@1.55.0
|
|
17
|
+
- @akinon/pz-akifast@1.55.0
|
|
18
|
+
- @akinon/pz-b2b@1.55.0
|
|
19
|
+
- @akinon/pz-basket-gift-pack@1.55.0
|
|
20
|
+
- @akinon/pz-bkm@1.55.0
|
|
21
|
+
- @akinon/pz-checkout-gift-pack@1.55.0
|
|
22
|
+
- @akinon/pz-click-collect@1.55.0
|
|
23
|
+
- @akinon/pz-credit-payment@1.55.0
|
|
24
|
+
- @akinon/pz-gpay@1.55.0
|
|
25
|
+
- @akinon/pz-masterpass@1.55.0
|
|
26
|
+
- @akinon/pz-one-click-checkout@1.55.0
|
|
27
|
+
- @akinon/pz-otp@1.55.0
|
|
28
|
+
- @akinon/pz-pay-on-delivery@1.55.0
|
|
99
29
|
|
|
100
30
|
## 1.54.0
|
|
101
31
|
|
|
@@ -211,220 +141,20 @@
|
|
|
211
141
|
|
|
212
142
|
### Patch Changes
|
|
213
143
|
|
|
214
|
-
- Updated dependencies [90282b53]
|
|
215
|
-
- Updated dependencies [50b90692]
|
|
216
|
-
- Updated dependencies [572d2e84]
|
|
217
|
-
- Updated dependencies [5dfeea0]
|
|
218
|
-
- Updated dependencies [a4c8d6a9]
|
|
219
|
-
- Updated dependencies [fda5b927]
|
|
220
|
-
- Updated dependencies [2d9b2b2]
|
|
221
|
-
- Updated dependencies [c53ea3e6]
|
|
222
|
-
- Updated dependencies [d93a507]
|
|
223
|
-
- Updated dependencies [8d9ac9a]
|
|
224
|
-
- Updated dependencies [18e8197]
|
|
225
|
-
- Updated dependencies [714e0b46]
|
|
226
|
-
- Updated dependencies [70279e7]
|
|
227
|
-
- Updated dependencies [6c25f66]
|
|
228
|
-
- Updated dependencies [bc2b411]
|
|
229
|
-
- Updated dependencies [3bf2dd9]
|
|
230
|
-
- Updated dependencies [e9541a1]
|
|
231
|
-
- Updated dependencies [c53ef7b9]
|
|
232
|
-
- Updated dependencies [9d94f7e]
|
|
233
|
-
- Updated dependencies [2e6104d]
|
|
234
|
-
- Updated dependencies [64699d3]
|
|
235
|
-
- Updated dependencies [0d3a913e]
|
|
236
|
-
- Updated dependencies [1448a96e]
|
|
237
|
-
- Updated dependencies [1ec2e9d]
|
|
238
|
-
- Updated dependencies [d6edb1d]
|
|
239
|
-
- Updated dependencies [d3474c64]
|
|
240
|
-
- Updated dependencies [75080fd6]
|
|
241
|
-
- Updated dependencies [17f8752]
|
|
242
|
-
- Updated dependencies [c45b62c]
|
|
243
|
-
- Updated dependencies [91265bba]
|
|
244
|
-
- Updated dependencies [bbe18b9f]
|
|
245
|
-
- Updated dependencies [d4099960]
|
|
246
|
-
- Updated dependencies [4920742]
|
|
247
|
-
- Updated dependencies [12a873e]
|
|
248
|
-
- Updated dependencies [69ca0801]
|
|
249
|
-
- Updated dependencies [7e56d6b]
|
|
250
|
-
- Updated dependencies [94b6928]
|
|
251
|
-
- Updated dependencies [98bb8dcd]
|
|
252
|
-
- Updated dependencies [46b7aad7]
|
|
253
|
-
- Updated dependencies [dcc8a150]
|
|
254
|
-
- Updated dependencies [8f47cca]
|
|
255
|
-
- Updated dependencies [fad27689]
|
|
256
|
-
- Updated dependencies [dff0d595]
|
|
257
|
-
- Updated dependencies [fdd0b41]
|
|
258
|
-
- Updated dependencies [eecb282]
|
|
259
|
-
- Updated dependencies [f2c325c]
|
|
260
|
-
- Updated dependencies [9e25a64]
|
|
261
|
-
- Updated dependencies [beb499e6]
|
|
262
|
-
- Updated dependencies [146ea391]
|
|
263
|
-
- Updated dependencies [f2c92d5]
|
|
264
|
-
- Updated dependencies [7bd3d99]
|
|
265
|
-
- Updated dependencies [c47be30d]
|
|
266
|
-
- Updated dependencies [e9a46acb]
|
|
267
|
-
- Updated dependencies [f046f8e0]
|
|
268
|
-
- Updated dependencies [b9273fd]
|
|
269
|
-
- Updated dependencies [49eeebf]
|
|
270
|
-
- Updated dependencies [86d25315]
|
|
271
|
-
- Updated dependencies [c670bd4]
|
|
272
|
-
- Updated dependencies [3f9b8d7]
|
|
273
|
-
- Updated dependencies [3d35f70]
|
|
274
|
-
- @akinon/next@1.50.0-rc.2
|
|
275
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.2
|
|
276
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.2
|
|
277
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.2
|
|
278
|
-
- @akinon/pz-click-collect@1.50.0-rc.2
|
|
279
|
-
- @akinon/pz-masterpass@1.50.0-rc.2
|
|
280
|
-
- @akinon/pz-akifast@1.50.0-rc.2
|
|
281
|
-
- @akinon/pz-gpay@1.50.0-rc.2
|
|
282
|
-
- @akinon/pz-b2b@1.50.0-rc.2
|
|
283
|
-
- @akinon/pz-bkm@1.50.0-rc.2
|
|
284
|
-
- @akinon/pz-otp@1.50.0-rc.2
|
|
285
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.2
|
|
286
|
-
- @akinon/pz-credit-payment@1.50.0-rc.2
|
|
287
|
-
|
|
288
|
-
## 1.50.0-rc.1
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
|
-
|
|
292
|
-
- Updated dependencies [49eeebf]
|
|
293
|
-
- @akinon/next@1.50.0-rc.1
|
|
294
|
-
- @akinon/pz-akifast@1.50.0-rc.1
|
|
295
|
-
- @akinon/pz-b2b@1.50.0-rc.1
|
|
296
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.1
|
|
297
|
-
- @akinon/pz-bkm@1.50.0-rc.1
|
|
298
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.1
|
|
299
|
-
- @akinon/pz-click-collect@1.50.0-rc.1
|
|
300
|
-
- @akinon/pz-credit-payment@1.50.0-rc.1
|
|
301
|
-
- @akinon/pz-gpay@1.50.0-rc.1
|
|
302
|
-
- @akinon/pz-masterpass@1.50.0-rc.1
|
|
303
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.1
|
|
304
|
-
- @akinon/pz-otp@1.50.0-rc.1
|
|
305
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.1
|
|
306
|
-
|
|
307
|
-
## 1.50.0-rc.0
|
|
308
|
-
|
|
309
|
-
### Minor Changes
|
|
310
|
-
|
|
311
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
312
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
313
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
314
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
315
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
316
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
317
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
318
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
319
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
320
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
321
|
-
- e665a0ac: ZERO-2625: Add click outside functionality to close mobile menu
|
|
322
|
-
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
323
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
324
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
325
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
326
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
327
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
328
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
329
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
330
|
-
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
331
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
332
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
333
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
334
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
335
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
336
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
337
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
338
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
339
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
340
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
341
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
342
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
343
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
344
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
345
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
346
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
347
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
348
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
349
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
350
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
351
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
352
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
353
|
-
|
|
354
|
-
### Patch Changes
|
|
355
|
-
|
|
356
|
-
- Updated dependencies [90282b53]
|
|
357
|
-
- Updated dependencies [50b90692]
|
|
358
|
-
- Updated dependencies [572d2e84]
|
|
359
|
-
- Updated dependencies [5dfeea0]
|
|
360
|
-
- Updated dependencies [a4c8d6a9]
|
|
361
|
-
- Updated dependencies [fda5b927]
|
|
362
|
-
- Updated dependencies [2d9b2b2]
|
|
363
|
-
- Updated dependencies [c53ea3e6]
|
|
364
|
-
- Updated dependencies [d93a507]
|
|
365
|
-
- Updated dependencies [8d9ac9a]
|
|
366
|
-
- Updated dependencies [18e8197]
|
|
367
144
|
- Updated dependencies [eaf97d6]
|
|
368
|
-
-
|
|
369
|
-
-
|
|
370
|
-
-
|
|
371
|
-
-
|
|
372
|
-
-
|
|
373
|
-
-
|
|
374
|
-
-
|
|
375
|
-
-
|
|
376
|
-
-
|
|
377
|
-
-
|
|
378
|
-
-
|
|
379
|
-
-
|
|
380
|
-
-
|
|
381
|
-
- Updated dependencies [d6edb1d]
|
|
382
|
-
- Updated dependencies [d3474c64]
|
|
383
|
-
- Updated dependencies [75080fd6]
|
|
384
|
-
- Updated dependencies [17f8752]
|
|
385
|
-
- Updated dependencies [c45b62c]
|
|
386
|
-
- Updated dependencies [91265bba]
|
|
387
|
-
- Updated dependencies [bbe18b9f]
|
|
388
|
-
- Updated dependencies [d4099960]
|
|
389
|
-
- Updated dependencies [4920742]
|
|
390
|
-
- Updated dependencies [12a873e]
|
|
391
|
-
- Updated dependencies [69ca080]
|
|
392
|
-
- Updated dependencies [7e56d6b]
|
|
393
|
-
- Updated dependencies [94b6928]
|
|
394
|
-
- Updated dependencies [98bb8dcd]
|
|
395
|
-
- Updated dependencies [46b7aad7]
|
|
396
|
-
- Updated dependencies [dcc8a150]
|
|
397
|
-
- Updated dependencies [8f47cca]
|
|
398
|
-
- Updated dependencies [fad27689]
|
|
399
|
-
- Updated dependencies [dff0d595]
|
|
400
|
-
- Updated dependencies [fdd0b41]
|
|
401
|
-
- Updated dependencies [eecb282]
|
|
402
|
-
- Updated dependencies [f2c325c]
|
|
403
|
-
- Updated dependencies [9e25a64]
|
|
404
|
-
- Updated dependencies [beb499e6]
|
|
405
|
-
- Updated dependencies [146ea391]
|
|
406
|
-
- Updated dependencies [f2c92d5]
|
|
407
|
-
- Updated dependencies [7bd3d99]
|
|
408
|
-
- Updated dependencies [c47be30d]
|
|
409
|
-
- Updated dependencies [e9a46acb]
|
|
410
|
-
- Updated dependencies [f046f8e0]
|
|
411
|
-
- Updated dependencies [b9273fd]
|
|
412
|
-
- Updated dependencies [86d25315]
|
|
413
|
-
- Updated dependencies [c670bd4]
|
|
414
|
-
- Updated dependencies [3f9b8d7]
|
|
415
|
-
- @akinon/next@1.50.0-rc.0
|
|
416
|
-
- @akinon/pz-checkout-gift-pack@1.50.0-rc.0
|
|
417
|
-
- @akinon/pz-one-click-checkout@1.50.0-rc.0
|
|
418
|
-
- @akinon/pz-basket-gift-pack@1.50.0-rc.0
|
|
419
|
-
- @akinon/pz-click-collect@1.50.0-rc.0
|
|
420
|
-
- @akinon/pz-masterpass@1.50.0-rc.0
|
|
421
|
-
- @akinon/pz-akifast@1.50.0-rc.0
|
|
422
|
-
- @akinon/pz-gpay@1.50.0-rc.0
|
|
423
|
-
- @akinon/pz-b2b@1.50.0-rc.0
|
|
424
|
-
- @akinon/pz-bkm@1.50.0-rc.0
|
|
425
|
-
- @akinon/pz-otp@1.50.0-rc.0
|
|
426
|
-
- @akinon/pz-pay-on-delivery@1.50.0-rc.0
|
|
427
|
-
- @akinon/pz-credit-payment@1.50.0-rc.0
|
|
145
|
+
- @akinon/next@1.50.0
|
|
146
|
+
- @akinon/pz-akifast@1.50.0
|
|
147
|
+
- @akinon/pz-b2b@1.50.0
|
|
148
|
+
- @akinon/pz-basket-gift-pack@1.50.0
|
|
149
|
+
- @akinon/pz-bkm@1.50.0
|
|
150
|
+
- @akinon/pz-checkout-gift-pack@1.50.0
|
|
151
|
+
- @akinon/pz-click-collect@1.50.0
|
|
152
|
+
- @akinon/pz-credit-payment@1.50.0
|
|
153
|
+
- @akinon/pz-gpay@1.50.0
|
|
154
|
+
- @akinon/pz-masterpass@1.50.0
|
|
155
|
+
- @akinon/pz-one-click-checkout@1.50.0
|
|
156
|
+
- @akinon/pz-otp@1.50.0
|
|
157
|
+
- @akinon/pz-pay-on-delivery@1.50.0
|
|
428
158
|
|
|
429
159
|
## 1.49.0
|
|
430
160
|
|
|
@@ -452,480 +182,23 @@
|
|
|
452
182
|
|
|
453
183
|
### Minor Changes
|
|
454
184
|
|
|
455
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
456
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
457
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
458
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
459
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
460
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
461
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
462
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
463
|
-
- 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
464
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
465
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
466
|
-
- 52c13732: ZERO-2619: Added fix flag for the staged linter
|
|
467
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
468
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
469
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
470
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
471
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
472
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
473
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
474
|
-
- 06650cab: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
475
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
476
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
477
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
478
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
479
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
480
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
481
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
482
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
483
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
484
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
485
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
486
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
487
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
488
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
489
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
490
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
491
|
-
- fac2e5b8: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
492
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
493
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
494
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
495
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
496
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
497
|
-
|
|
498
|
-
### Patch Changes
|
|
499
|
-
|
|
500
|
-
- Updated dependencies [90282b53]
|
|
501
|
-
- Updated dependencies [50b9069]
|
|
502
|
-
- Updated dependencies [572d2e84]
|
|
503
|
-
- Updated dependencies [5dfeea0]
|
|
504
|
-
- Updated dependencies [a4c8d6a9]
|
|
505
|
-
- Updated dependencies [fda5b927]
|
|
506
|
-
- Updated dependencies [2d9b2b2]
|
|
507
|
-
- Updated dependencies [c53ea3e6]
|
|
508
|
-
- Updated dependencies [d93a507]
|
|
509
|
-
- Updated dependencies [8d9ac9a]
|
|
510
|
-
- Updated dependencies [18e8197]
|
|
511
|
-
- Updated dependencies [714e0b46]
|
|
512
|
-
- Updated dependencies [70279e7]
|
|
513
|
-
- Updated dependencies [6c25f66]
|
|
514
|
-
- Updated dependencies [bc2b411]
|
|
515
|
-
- Updated dependencies [3bf2dd9]
|
|
516
|
-
- Updated dependencies [e9541a1]
|
|
517
|
-
- Updated dependencies [c53ef7b9]
|
|
518
|
-
- Updated dependencies [9d94f7e]
|
|
519
|
-
- Updated dependencies [2e6104d]
|
|
520
|
-
- Updated dependencies [64699d3]
|
|
521
|
-
- Updated dependencies [0d3a913e]
|
|
522
|
-
- Updated dependencies [1448a96e]
|
|
523
|
-
- Updated dependencies [26b809f]
|
|
524
|
-
- Updated dependencies [1ec2e9d]
|
|
525
|
-
- Updated dependencies [d6edb1d]
|
|
526
|
-
- Updated dependencies [d3474c64]
|
|
527
|
-
- Updated dependencies [75080fd6]
|
|
528
|
-
- Updated dependencies [17f8752]
|
|
529
|
-
- Updated dependencies [c45b62c]
|
|
530
|
-
- Updated dependencies [91265bba]
|
|
531
|
-
- Updated dependencies [20da358]
|
|
532
|
-
- Updated dependencies [bbe18b9f]
|
|
533
|
-
- Updated dependencies [d409996]
|
|
534
|
-
- Updated dependencies [4920742]
|
|
535
|
-
- Updated dependencies [12a873e]
|
|
536
|
-
- Updated dependencies [69ca080]
|
|
537
|
-
- Updated dependencies [7e56d6b]
|
|
538
|
-
- Updated dependencies [94b6928]
|
|
539
|
-
- Updated dependencies [98bb8dcd]
|
|
540
|
-
- Updated dependencies [46b7aad7]
|
|
541
|
-
- Updated dependencies [dcc8a150]
|
|
542
|
-
- Updated dependencies [8f47cca]
|
|
543
|
-
- Updated dependencies [fad27689]
|
|
544
|
-
- Updated dependencies [dff0d595]
|
|
545
|
-
- Updated dependencies [fdd0b41]
|
|
546
|
-
- Updated dependencies [eecb282]
|
|
547
|
-
- Updated dependencies [f2c325c]
|
|
548
|
-
- Updated dependencies [9e25a64]
|
|
549
|
-
- Updated dependencies [beb499e6]
|
|
550
|
-
- Updated dependencies [146ea391]
|
|
551
|
-
- Updated dependencies [f2c92d5]
|
|
552
|
-
- Updated dependencies [7bd3d99]
|
|
553
|
-
- Updated dependencies [c47be30d]
|
|
554
|
-
- Updated dependencies [e9a46acb]
|
|
555
|
-
- Updated dependencies [f046f8e0]
|
|
556
|
-
- Updated dependencies [04115e5]
|
|
557
|
-
- Updated dependencies [b9273fd]
|
|
558
|
-
- Updated dependencies [fa88889]
|
|
559
|
-
- Updated dependencies [86d25315]
|
|
560
|
-
- Updated dependencies [c670bd4]
|
|
561
|
-
- Updated dependencies [3f9b8d7]
|
|
562
|
-
- @akinon/next@1.48.0-rc.8
|
|
563
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.8
|
|
564
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.8
|
|
565
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.8
|
|
566
|
-
- @akinon/pz-click-collect@1.48.0-rc.8
|
|
567
|
-
- @akinon/pz-masterpass@1.48.0-rc.8
|
|
568
|
-
- @akinon/pz-akifast@1.48.0-rc.8
|
|
569
|
-
- @akinon/pz-gpay@1.48.0-rc.8
|
|
570
|
-
- @akinon/pz-b2b@1.48.0-rc.8
|
|
571
|
-
- @akinon/pz-bkm@1.48.0-rc.8
|
|
572
|
-
- @akinon/pz-otp@1.48.0-rc.8
|
|
573
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.8
|
|
574
|
-
- @akinon/pz-credit-payment@1.48.0-rc.8
|
|
575
|
-
|
|
576
|
-
## 1.48.0-rc.7
|
|
577
|
-
|
|
578
|
-
### Patch Changes
|
|
579
|
-
|
|
580
|
-
- Updated dependencies [26b809f]
|
|
581
|
-
- @akinon/next@1.48.0-rc.7
|
|
582
|
-
- @akinon/pz-akifast@1.48.0-rc.7
|
|
583
|
-
- @akinon/pz-b2b@1.48.0-rc.7
|
|
584
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.7
|
|
585
|
-
- @akinon/pz-bkm@1.48.0-rc.7
|
|
586
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.7
|
|
587
|
-
- @akinon/pz-click-collect@1.48.0-rc.7
|
|
588
|
-
- @akinon/pz-credit-payment@1.48.0-rc.7
|
|
589
|
-
- @akinon/pz-gpay@1.48.0-rc.7
|
|
590
|
-
- @akinon/pz-masterpass@1.48.0-rc.7
|
|
591
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.7
|
|
592
|
-
- @akinon/pz-otp@1.48.0-rc.7
|
|
593
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.7
|
|
594
|
-
|
|
595
|
-
## 1.48.0-rc.6
|
|
596
|
-
|
|
597
|
-
### Patch Changes
|
|
598
|
-
|
|
599
|
-
- Updated dependencies [04115e5]
|
|
600
|
-
- @akinon/next@1.48.0-rc.6
|
|
601
|
-
- @akinon/pz-akifast@1.48.0-rc.6
|
|
602
|
-
- @akinon/pz-b2b@1.48.0-rc.6
|
|
603
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.6
|
|
604
|
-
- @akinon/pz-bkm@1.48.0-rc.6
|
|
605
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.6
|
|
606
|
-
- @akinon/pz-click-collect@1.48.0-rc.6
|
|
607
|
-
- @akinon/pz-credit-payment@1.48.0-rc.6
|
|
608
|
-
- @akinon/pz-gpay@1.48.0-rc.6
|
|
609
|
-
- @akinon/pz-masterpass@1.48.0-rc.6
|
|
610
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.6
|
|
611
|
-
- @akinon/pz-otp@1.48.0-rc.6
|
|
612
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.6
|
|
613
|
-
|
|
614
|
-
## 1.48.0-rc.5
|
|
615
|
-
|
|
616
|
-
### Patch Changes
|
|
617
|
-
|
|
618
|
-
- Updated dependencies [20da358]
|
|
619
|
-
- @akinon/next@1.48.0-rc.5
|
|
620
|
-
- @akinon/pz-akifast@1.48.0-rc.5
|
|
621
|
-
- @akinon/pz-b2b@1.48.0-rc.5
|
|
622
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.5
|
|
623
|
-
- @akinon/pz-bkm@1.48.0-rc.5
|
|
624
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.5
|
|
625
|
-
- @akinon/pz-click-collect@1.48.0-rc.5
|
|
626
|
-
- @akinon/pz-credit-payment@1.48.0-rc.5
|
|
627
|
-
- @akinon/pz-gpay@1.48.0-rc.5
|
|
628
|
-
- @akinon/pz-masterpass@1.48.0-rc.5
|
|
629
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.5
|
|
630
|
-
- @akinon/pz-otp@1.48.0-rc.5
|
|
631
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.5
|
|
632
|
-
|
|
633
|
-
## 1.48.0-rc.4
|
|
634
|
-
|
|
635
|
-
### Patch Changes
|
|
636
|
-
|
|
637
|
-
- Updated dependencies [5dfeea0]
|
|
638
|
-
- @akinon/next@1.48.0-rc.4
|
|
639
|
-
- @akinon/pz-akifast@1.48.0-rc.4
|
|
640
|
-
- @akinon/pz-b2b@1.48.0-rc.4
|
|
641
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.4
|
|
642
|
-
- @akinon/pz-bkm@1.48.0-rc.4
|
|
643
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.4
|
|
644
|
-
- @akinon/pz-click-collect@1.48.0-rc.4
|
|
645
|
-
- @akinon/pz-credit-payment@1.48.0-rc.4
|
|
646
|
-
- @akinon/pz-gpay@1.48.0-rc.4
|
|
647
|
-
- @akinon/pz-masterpass@1.48.0-rc.4
|
|
648
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.4
|
|
649
|
-
- @akinon/pz-otp@1.48.0-rc.4
|
|
650
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.4
|
|
651
|
-
|
|
652
|
-
## 1.48.0-rc.3
|
|
653
|
-
|
|
654
|
-
### Minor Changes
|
|
655
|
-
|
|
656
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
657
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
658
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
659
|
-
- 97b8bdc9: ZERO-2724: Remove onClick event in shipping options component
|
|
660
|
-
- 714e0b46: ZERO-2759: update pz-click-collect peer dependencies
|
|
661
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
662
|
-
- 8217463: ZERO-2887: Add LoaderSpinner to Filters component
|
|
663
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
664
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
665
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
666
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
667
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
668
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
669
|
-
- 03c4c3eb: ZERO-2731: Update Project Zero CLI command
|
|
670
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
671
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
672
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
673
|
-
- 778a9a0b: ZERO-2740: Upgrade next to 14.2.4
|
|
674
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
675
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
676
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
677
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
678
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
679
|
-
- d2f0f15c: ZERO-2723: Update sentry version and dependencies
|
|
680
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
681
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
682
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
683
|
-
- 38a634e: ZERO-2893: Refactor category filter handling and URL parameters
|
|
684
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
685
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
686
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
687
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
688
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
689
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
690
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
691
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
692
185
|
- f45aa87: ZERO-2904: Upgrade version for tailwindcss
|
|
693
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
694
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
695
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
696
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
697
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
698
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
699
|
-
|
|
700
|
-
### Patch Changes
|
|
701
|
-
|
|
702
|
-
- Updated dependencies [90282b53]
|
|
703
|
-
- Updated dependencies [50b9069]
|
|
704
|
-
- Updated dependencies [572d2e84]
|
|
705
|
-
- Updated dependencies [a4c8d6a9]
|
|
706
|
-
- Updated dependencies [fda5b92]
|
|
707
|
-
- Updated dependencies [2d9b2b2]
|
|
708
|
-
- Updated dependencies [c53ea3e6]
|
|
709
|
-
- Updated dependencies [d93a507]
|
|
710
|
-
- Updated dependencies [8d9ac9a]
|
|
711
|
-
- Updated dependencies [18e8197]
|
|
712
|
-
- Updated dependencies [714e0b46]
|
|
713
|
-
- Updated dependencies [70279e7]
|
|
714
|
-
- Updated dependencies [6c25f66]
|
|
715
|
-
- Updated dependencies [bc2b411]
|
|
716
|
-
- Updated dependencies [3bf2dd9]
|
|
717
|
-
- Updated dependencies [e9541a1]
|
|
718
|
-
- Updated dependencies [c53ef7b9]
|
|
719
|
-
- Updated dependencies [9d94f7e]
|
|
720
|
-
- Updated dependencies [2e6104d]
|
|
721
|
-
- Updated dependencies [64699d3]
|
|
722
|
-
- Updated dependencies [0d3a913e]
|
|
723
|
-
- Updated dependencies [1448a96e]
|
|
724
|
-
- Updated dependencies [1ec2e9d]
|
|
725
|
-
- Updated dependencies [d6edb1d]
|
|
726
|
-
- Updated dependencies [d3474c64]
|
|
727
|
-
- Updated dependencies [75080fd6]
|
|
728
|
-
- Updated dependencies [17f8752]
|
|
729
|
-
- Updated dependencies [c45b62c]
|
|
730
|
-
- Updated dependencies [91265bba]
|
|
731
|
-
- Updated dependencies [bbe18b9f]
|
|
732
|
-
- Updated dependencies [d409996]
|
|
733
|
-
- Updated dependencies [4920742]
|
|
734
|
-
- Updated dependencies [12a873e]
|
|
735
|
-
- Updated dependencies [69ca080]
|
|
736
|
-
- Updated dependencies [7e56d6b]
|
|
737
|
-
- Updated dependencies [94b6928]
|
|
738
|
-
- Updated dependencies [98bb8dcd]
|
|
739
|
-
- Updated dependencies [46b7aad]
|
|
740
|
-
- Updated dependencies [dcc8a150]
|
|
741
|
-
- Updated dependencies [8f47cca]
|
|
742
|
-
- Updated dependencies [fad27689]
|
|
743
|
-
- Updated dependencies [dff0d595]
|
|
744
|
-
- Updated dependencies [fdd0b41]
|
|
745
|
-
- Updated dependencies [eecb282]
|
|
746
|
-
- Updated dependencies [f2c325c]
|
|
747
|
-
- Updated dependencies [9e25a64]
|
|
748
|
-
- Updated dependencies [beb499e6]
|
|
749
|
-
- Updated dependencies [146ea39]
|
|
750
|
-
- Updated dependencies [f2c92d5]
|
|
751
|
-
- Updated dependencies [7bd3d99]
|
|
752
|
-
- Updated dependencies [c47be30d]
|
|
753
|
-
- Updated dependencies [e9a46acb]
|
|
754
|
-
- Updated dependencies [f046f8e0]
|
|
755
|
-
- Updated dependencies [b9273fd]
|
|
756
|
-
- Updated dependencies [86d25315]
|
|
757
|
-
- Updated dependencies [c670bd4]
|
|
758
|
-
- Updated dependencies [3f9b8d7]
|
|
759
|
-
- @akinon/next@1.48.0-rc.3
|
|
760
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.3
|
|
761
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.3
|
|
762
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.3
|
|
763
|
-
- @akinon/pz-click-collect@1.48.0-rc.3
|
|
764
|
-
- @akinon/pz-masterpass@1.48.0-rc.3
|
|
765
|
-
- @akinon/pz-akifast@1.48.0-rc.3
|
|
766
|
-
- @akinon/pz-gpay@1.48.0-rc.3
|
|
767
|
-
- @akinon/pz-b2b@1.48.0-rc.3
|
|
768
|
-
- @akinon/pz-bkm@1.48.0-rc.3
|
|
769
|
-
- @akinon/pz-otp@1.48.0-rc.3
|
|
770
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.3
|
|
771
|
-
- @akinon/pz-credit-payment@1.48.0-rc.3
|
|
772
|
-
|
|
773
|
-
## 1.48.0-rc.2
|
|
774
|
-
|
|
775
|
-
### Minor Changes
|
|
776
|
-
|
|
777
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
778
|
-
|
|
779
|
-
### Patch Changes
|
|
780
|
-
|
|
781
|
-
- Updated dependencies [2e6104d]
|
|
782
|
-
- @akinon/next@1.48.0-rc.2
|
|
783
|
-
- @akinon/pz-akifast@1.48.0-rc.2
|
|
784
|
-
- @akinon/pz-b2b@1.48.0-rc.2
|
|
785
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.2
|
|
786
|
-
- @akinon/pz-bkm@1.48.0-rc.2
|
|
787
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.2
|
|
788
|
-
- @akinon/pz-click-collect@1.48.0-rc.2
|
|
789
|
-
- @akinon/pz-credit-payment@1.48.0-rc.2
|
|
790
|
-
- @akinon/pz-gpay@1.48.0-rc.2
|
|
791
|
-
- @akinon/pz-masterpass@1.48.0-rc.2
|
|
792
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.2
|
|
793
|
-
- @akinon/pz-otp@1.48.0-rc.2
|
|
794
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.2
|
|
795
|
-
|
|
796
|
-
## 1.48.0-rc.1
|
|
797
186
|
|
|
798
187
|
### Patch Changes
|
|
799
188
|
|
|
800
|
-
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.1
|
|
814
|
-
|
|
815
|
-
## 1.48.0-rc.0
|
|
816
|
-
|
|
817
|
-
### Minor Changes
|
|
818
|
-
|
|
819
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
820
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
821
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
822
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
823
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
824
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
825
|
-
- 27a5296d: ZERO-2631:Fix Checkbox Click
|
|
826
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
827
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
828
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
829
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
830
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
831
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
832
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
833
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
834
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
835
|
-
- 9b6bf91e: ZERO-2660: Change campaings to campaigns
|
|
836
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
837
|
-
- 74a12699: ZERO-2658:Edit product name clickability on completed order page
|
|
838
|
-
- 4e1c15c: ZERO-2617: Remove TODO comment in ProductInfo component
|
|
839
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
840
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
841
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
842
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
843
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
844
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
845
|
-
- 902d828a: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
846
|
-
- 7a4bb764: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
847
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
848
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
849
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
850
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
851
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
852
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
853
|
-
- 4614eeeb: ZERO-2602: The script that checks the build for standalone projects
|
|
854
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
855
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
856
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
857
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
858
|
-
|
|
859
|
-
### Patch Changes
|
|
860
|
-
|
|
861
|
-
- Updated dependencies [90282b5]
|
|
862
|
-
- Updated dependencies [50b9069]
|
|
863
|
-
- Updated dependencies [572d2e8]
|
|
864
|
-
- Updated dependencies [a4c8d6a9]
|
|
865
|
-
- Updated dependencies [fda5b92]
|
|
866
|
-
- Updated dependencies [2d9b2b2]
|
|
867
|
-
- Updated dependencies [c53ea3e6]
|
|
868
|
-
- Updated dependencies [d93a507]
|
|
869
|
-
- Updated dependencies [8d9ac9a]
|
|
870
|
-
- Updated dependencies [18e8197]
|
|
871
|
-
- Updated dependencies [714e0b4]
|
|
872
|
-
- Updated dependencies [70279e7]
|
|
873
|
-
- Updated dependencies [6c25f66]
|
|
874
|
-
- Updated dependencies [bc2b411]
|
|
875
|
-
- Updated dependencies [3bf2dd9]
|
|
876
|
-
- Updated dependencies [e9541a1]
|
|
877
|
-
- Updated dependencies [c53ef7b9]
|
|
878
|
-
- Updated dependencies [9d94f7e]
|
|
879
|
-
- Updated dependencies [64699d3]
|
|
880
|
-
- Updated dependencies [0d3a913]
|
|
881
|
-
- Updated dependencies [1448a96e]
|
|
882
|
-
- Updated dependencies [1ec2e9d]
|
|
883
|
-
- Updated dependencies [d6edb1d]
|
|
884
|
-
- Updated dependencies [d3474c6]
|
|
885
|
-
- Updated dependencies [75080fd6]
|
|
886
|
-
- Updated dependencies [17f8752]
|
|
887
|
-
- Updated dependencies [c45b62c]
|
|
888
|
-
- Updated dependencies [91265bba]
|
|
889
|
-
- Updated dependencies [bbe18b9f]
|
|
890
|
-
- Updated dependencies [d409996]
|
|
891
|
-
- Updated dependencies [4920742]
|
|
892
|
-
- Updated dependencies [12a873e]
|
|
893
|
-
- Updated dependencies [69ca080]
|
|
894
|
-
- Updated dependencies [7e56d6b]
|
|
895
|
-
- Updated dependencies [94b6928]
|
|
896
|
-
- Updated dependencies [98bb8dc]
|
|
897
|
-
- Updated dependencies [46b7aad]
|
|
898
|
-
- Updated dependencies [dcc8a15]
|
|
899
|
-
- Updated dependencies [8f47cca]
|
|
900
|
-
- Updated dependencies [fad2768]
|
|
901
|
-
- Updated dependencies [dff0d595]
|
|
902
|
-
- Updated dependencies [eecb282]
|
|
903
|
-
- Updated dependencies [f2c325c]
|
|
904
|
-
- Updated dependencies [9e25a64]
|
|
905
|
-
- Updated dependencies [beb499e6]
|
|
906
|
-
- Updated dependencies [146ea39]
|
|
907
|
-
- Updated dependencies [f2c92d5]
|
|
908
|
-
- Updated dependencies [7bd3d99]
|
|
909
|
-
- Updated dependencies [c47be30]
|
|
910
|
-
- Updated dependencies [e9a46ac]
|
|
911
|
-
- Updated dependencies [f046f8e0]
|
|
912
|
-
- Updated dependencies [b9273fd]
|
|
913
|
-
- Updated dependencies [86d2531]
|
|
914
|
-
- Updated dependencies [c670bd4]
|
|
915
|
-
- Updated dependencies [3f9b8d7]
|
|
916
|
-
- @akinon/next@1.48.0-rc.0
|
|
917
|
-
- @akinon/pz-checkout-gift-pack@1.48.0-rc.0
|
|
918
|
-
- @akinon/pz-one-click-checkout@1.48.0-rc.0
|
|
919
|
-
- @akinon/pz-basket-gift-pack@1.48.0-rc.0
|
|
920
|
-
- @akinon/pz-click-collect@1.48.0-rc.0
|
|
921
|
-
- @akinon/pz-masterpass@1.48.0-rc.0
|
|
922
|
-
- @akinon/pz-akifast@1.48.0-rc.0
|
|
923
|
-
- @akinon/pz-gpay@1.48.0-rc.0
|
|
924
|
-
- @akinon/pz-b2b@1.48.0-rc.0
|
|
925
|
-
- @akinon/pz-bkm@1.48.0-rc.0
|
|
926
|
-
- @akinon/pz-otp@1.48.0-rc.0
|
|
927
|
-
- @akinon/pz-pay-on-delivery@1.48.0-rc.0
|
|
928
|
-
- @akinon/pz-credit-payment@1.48.0-rc.0
|
|
189
|
+
- @akinon/next@1.48.0
|
|
190
|
+
- @akinon/pz-akifast@1.48.0
|
|
191
|
+
- @akinon/pz-b2b@1.48.0
|
|
192
|
+
- @akinon/pz-basket-gift-pack@1.48.0
|
|
193
|
+
- @akinon/pz-bkm@1.48.0
|
|
194
|
+
- @akinon/pz-checkout-gift-pack@1.48.0
|
|
195
|
+
- @akinon/pz-click-collect@1.48.0
|
|
196
|
+
- @akinon/pz-credit-payment@1.48.0
|
|
197
|
+
- @akinon/pz-gpay@1.48.0
|
|
198
|
+
- @akinon/pz-masterpass@1.48.0
|
|
199
|
+
- @akinon/pz-one-click-checkout@1.48.0
|
|
200
|
+
- @akinon/pz-otp@1.48.0
|
|
201
|
+
- @akinon/pz-pay-on-delivery@1.48.0
|
|
929
202
|
|
|
930
203
|
## 1.47.0
|
|
931
204
|
|
|
@@ -973,255 +246,20 @@
|
|
|
973
246
|
|
|
974
247
|
### Patch Changes
|
|
975
248
|
|
|
976
|
-
- Updated dependencies [90282b5]
|
|
977
|
-
- Updated dependencies [50b9069]
|
|
978
|
-
- Updated dependencies [572d2e8]
|
|
979
|
-
- Updated dependencies [a4c8d6a9]
|
|
980
|
-
- Updated dependencies [fda5b92]
|
|
981
|
-
- Updated dependencies [2d9b2b2]
|
|
982
|
-
- Updated dependencies [c53ea3e]
|
|
983
|
-
- Updated dependencies [8d9ac9a]
|
|
984
|
-
- Updated dependencies [18e8197]
|
|
985
|
-
- Updated dependencies [714e0b4]
|
|
986
|
-
- Updated dependencies [70279e7]
|
|
987
|
-
- Updated dependencies [6c25f66]
|
|
988
|
-
- Updated dependencies [bc2b411]
|
|
989
|
-
- Updated dependencies [3bf2dd9]
|
|
990
|
-
- Updated dependencies [e9541a1]
|
|
991
|
-
- Updated dependencies [c53ef7b9]
|
|
992
|
-
- Updated dependencies [9d94f7e]
|
|
993
|
-
- Updated dependencies [64699d3]
|
|
994
|
-
- Updated dependencies [0d3a913]
|
|
995
|
-
- Updated dependencies [1448a96e]
|
|
996
|
-
- Updated dependencies [d6edb1d]
|
|
997
|
-
- Updated dependencies [d3474c6]
|
|
998
|
-
- Updated dependencies [75080fd6]
|
|
999
|
-
- Updated dependencies [17f8752]
|
|
1000
|
-
- Updated dependencies [c45b62c]
|
|
1001
|
-
- Updated dependencies [91265bba]
|
|
1002
|
-
- Updated dependencies [bbe18b9f]
|
|
1003
|
-
- Updated dependencies [d409996]
|
|
1004
|
-
- Updated dependencies [4920742]
|
|
1005
|
-
- Updated dependencies [69ca080]
|
|
1006
|
-
- Updated dependencies [7e56d6b]
|
|
1007
|
-
- Updated dependencies [94b6928]
|
|
1008
|
-
- Updated dependencies [98bb8dc]
|
|
1009
|
-
- Updated dependencies [46b7aad]
|
|
1010
|
-
- Updated dependencies [dcc8a15]
|
|
1011
|
-
- Updated dependencies [8f47cca]
|
|
1012
|
-
- Updated dependencies [fad2768]
|
|
1013
|
-
- Updated dependencies [dff0d595]
|
|
1014
|
-
- Updated dependencies [eecb282]
|
|
1015
|
-
- Updated dependencies [f2c325c]
|
|
1016
|
-
- Updated dependencies [9e25a64]
|
|
1017
|
-
- Updated dependencies [beb499e6]
|
|
1018
|
-
- Updated dependencies [948eb42]
|
|
1019
|
-
- Updated dependencies [146ea39]
|
|
1020
|
-
- Updated dependencies [f2c92d5]
|
|
1021
|
-
- Updated dependencies [7bd3d99]
|
|
1022
|
-
- Updated dependencies [c47be30]
|
|
1023
|
-
- Updated dependencies [e9a46ac]
|
|
1024
|
-
- Updated dependencies [f046f8e0]
|
|
1025
|
-
- Updated dependencies [86d2531]
|
|
1026
|
-
- Updated dependencies [3f9b8d7]
|
|
1027
|
-
- @akinon/next@1.45.0-rc.5
|
|
1028
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.5
|
|
1029
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.5
|
|
1030
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.5
|
|
1031
|
-
- @akinon/pz-click-collect@1.45.0-rc.5
|
|
1032
|
-
- @akinon/pz-masterpass@1.45.0-rc.5
|
|
1033
|
-
- @akinon/pz-akifast@1.45.0-rc.5
|
|
1034
|
-
- @akinon/pz-gpay@1.45.0-rc.5
|
|
1035
|
-
- @akinon/pz-b2b@1.45.0-rc.5
|
|
1036
|
-
- @akinon/pz-bkm@1.45.0-rc.5
|
|
1037
|
-
- @akinon/pz-otp@1.45.0-rc.5
|
|
1038
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.5
|
|
1039
|
-
- @akinon/pz-credit-payment@1.45.0-rc.5
|
|
1040
|
-
|
|
1041
|
-
## 1.45.0-rc.4
|
|
1042
|
-
|
|
1043
|
-
### Patch Changes
|
|
1044
|
-
|
|
1045
|
-
- Updated dependencies [8f47cca]
|
|
1046
|
-
- @akinon/next@1.45.0-rc.4
|
|
1047
|
-
- @akinon/pz-akifast@1.45.0-rc.4
|
|
1048
|
-
- @akinon/pz-b2b@1.45.0-rc.4
|
|
1049
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.4
|
|
1050
|
-
- @akinon/pz-bkm@1.45.0-rc.4
|
|
1051
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.4
|
|
1052
|
-
- @akinon/pz-click-collect@1.45.0-rc.4
|
|
1053
|
-
- @akinon/pz-credit-payment@1.45.0-rc.4
|
|
1054
|
-
- @akinon/pz-gpay@1.45.0-rc.4
|
|
1055
|
-
- @akinon/pz-masterpass@1.45.0-rc.4
|
|
1056
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.4
|
|
1057
|
-
- @akinon/pz-otp@1.45.0-rc.4
|
|
1058
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.4
|
|
1059
|
-
|
|
1060
|
-
## 1.45.0-rc.3
|
|
1061
|
-
|
|
1062
|
-
### Patch Changes
|
|
1063
|
-
|
|
1064
|
-
- Updated dependencies [948eb42]
|
|
1065
|
-
- @akinon/next@1.45.0-rc.3
|
|
1066
|
-
- @akinon/pz-akifast@1.45.0-rc.3
|
|
1067
|
-
- @akinon/pz-b2b@1.45.0-rc.3
|
|
1068
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.3
|
|
1069
|
-
- @akinon/pz-bkm@1.45.0-rc.3
|
|
1070
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.3
|
|
1071
|
-
- @akinon/pz-click-collect@1.45.0-rc.3
|
|
1072
|
-
- @akinon/pz-credit-payment@1.45.0-rc.3
|
|
1073
|
-
- @akinon/pz-gpay@1.45.0-rc.3
|
|
1074
|
-
- @akinon/pz-masterpass@1.45.0-rc.3
|
|
1075
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.3
|
|
1076
|
-
- @akinon/pz-otp@1.45.0-rc.3
|
|
1077
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.3
|
|
1078
|
-
|
|
1079
|
-
## 1.45.0-rc.2
|
|
1080
|
-
|
|
1081
|
-
### Minor Changes
|
|
1082
|
-
|
|
1083
|
-
- dfabc06: ZERO-2836: Upgrade version for tailwind
|
|
1084
|
-
|
|
1085
|
-
### Patch Changes
|
|
1086
|
-
|
|
1087
|
-
- Updated dependencies [c45b62c]
|
|
1088
|
-
- Updated dependencies [f2c325c]
|
|
1089
|
-
- @akinon/next@1.45.0-rc.2
|
|
1090
|
-
- @akinon/pz-b2b@1.45.0-rc.2
|
|
1091
|
-
- @akinon/pz-akifast@1.45.0-rc.2
|
|
1092
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.2
|
|
1093
|
-
- @akinon/pz-bkm@1.45.0-rc.2
|
|
1094
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.2
|
|
1095
|
-
- @akinon/pz-click-collect@1.45.0-rc.2
|
|
1096
|
-
- @akinon/pz-credit-payment@1.45.0-rc.2
|
|
1097
|
-
- @akinon/pz-gpay@1.45.0-rc.2
|
|
1098
|
-
- @akinon/pz-masterpass@1.45.0-rc.2
|
|
1099
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.2
|
|
1100
|
-
- @akinon/pz-otp@1.45.0-rc.2
|
|
1101
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.2
|
|
1102
|
-
|
|
1103
|
-
## 1.45.0-rc.1
|
|
1104
|
-
|
|
1105
|
-
### Patch Changes
|
|
1106
|
-
|
|
1107
|
-
- Updated dependencies [7e56d6b]
|
|
1108
|
-
- @akinon/next@1.45.0-rc.1
|
|
1109
|
-
- @akinon/pz-akifast@1.45.0-rc.1
|
|
1110
|
-
- @akinon/pz-b2b@1.45.0-rc.1
|
|
1111
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.1
|
|
1112
|
-
- @akinon/pz-bkm@1.45.0-rc.1
|
|
1113
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.1
|
|
1114
|
-
- @akinon/pz-click-collect@1.45.0-rc.1
|
|
1115
|
-
- @akinon/pz-credit-payment@1.45.0-rc.1
|
|
1116
|
-
- @akinon/pz-gpay@1.45.0-rc.1
|
|
1117
|
-
- @akinon/pz-masterpass@1.45.0-rc.1
|
|
1118
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.1
|
|
1119
|
-
- @akinon/pz-otp@1.45.0-rc.1
|
|
1120
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.1
|
|
1121
|
-
|
|
1122
|
-
## 1.45.0-rc.0
|
|
1123
|
-
|
|
1124
|
-
### Minor Changes
|
|
1125
|
-
|
|
1126
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1127
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1128
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1129
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
1130
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
1131
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1132
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
1133
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1134
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1135
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1136
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1137
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1138
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
1139
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1140
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1141
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
1142
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
1143
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1144
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
1145
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1146
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
1147
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1148
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1149
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1150
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1151
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1152
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1153
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1154
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1155
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1156
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1157
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1158
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
1159
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1160
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1161
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1162
|
-
|
|
1163
|
-
### Patch Changes
|
|
1164
|
-
|
|
1165
|
-
- Updated dependencies [90282b5]
|
|
1166
|
-
- Updated dependencies [50b9069]
|
|
1167
|
-
- Updated dependencies [572d2e8]
|
|
1168
|
-
- Updated dependencies [a4c8d6a9]
|
|
1169
|
-
- Updated dependencies [fda5b92]
|
|
1170
|
-
- Updated dependencies [2d9b2b2]
|
|
1171
|
-
- Updated dependencies [c53ea3e]
|
|
1172
|
-
- Updated dependencies [8d9ac9a]
|
|
1173
|
-
- Updated dependencies [18e8197]
|
|
1174
|
-
- Updated dependencies [714e0b4]
|
|
1175
|
-
- Updated dependencies [70279e7]
|
|
1176
|
-
- Updated dependencies [6c25f66]
|
|
1177
|
-
- Updated dependencies [bc2b411]
|
|
1178
|
-
- Updated dependencies [3bf2dd9]
|
|
1179
|
-
- Updated dependencies [e9541a1]
|
|
1180
|
-
- Updated dependencies [c53ef7b9]
|
|
1181
|
-
- Updated dependencies [9d94f7e]
|
|
1182
|
-
- Updated dependencies [64699d3]
|
|
1183
|
-
- Updated dependencies [0d3a913]
|
|
1184
|
-
- Updated dependencies [1448a96]
|
|
1185
249
|
- Updated dependencies [2ab6e08]
|
|
1186
|
-
-
|
|
1187
|
-
-
|
|
1188
|
-
-
|
|
1189
|
-
-
|
|
1190
|
-
-
|
|
1191
|
-
-
|
|
1192
|
-
-
|
|
1193
|
-
-
|
|
1194
|
-
-
|
|
1195
|
-
-
|
|
1196
|
-
-
|
|
1197
|
-
-
|
|
1198
|
-
-
|
|
1199
|
-
- Updated dependencies [fad2768]
|
|
1200
|
-
- Updated dependencies [dff0d59]
|
|
1201
|
-
- Updated dependencies [eecb282]
|
|
1202
|
-
- Updated dependencies [9e25a64]
|
|
1203
|
-
- Updated dependencies [beb499e]
|
|
1204
|
-
- Updated dependencies [146ea39]
|
|
1205
|
-
- Updated dependencies [f2c92d5]
|
|
1206
|
-
- Updated dependencies [7bd3d99]
|
|
1207
|
-
- Updated dependencies [c47be30]
|
|
1208
|
-
- Updated dependencies [e9a46ac]
|
|
1209
|
-
- Updated dependencies [f046f8e0]
|
|
1210
|
-
- Updated dependencies [86d2531]
|
|
1211
|
-
- Updated dependencies [3f9b8d7]
|
|
1212
|
-
- @akinon/next@1.45.0-rc.0
|
|
1213
|
-
- @akinon/pz-checkout-gift-pack@1.45.0-rc.0
|
|
1214
|
-
- @akinon/pz-one-click-checkout@1.45.0-rc.0
|
|
1215
|
-
- @akinon/pz-basket-gift-pack@1.45.0-rc.0
|
|
1216
|
-
- @akinon/pz-click-collect@1.45.0-rc.0
|
|
1217
|
-
- @akinon/pz-masterpass@1.45.0-rc.0
|
|
1218
|
-
- @akinon/pz-akifast@1.45.0-rc.0
|
|
1219
|
-
- @akinon/pz-gpay@1.45.0-rc.0
|
|
1220
|
-
- @akinon/pz-b2b@1.45.0-rc.0
|
|
1221
|
-
- @akinon/pz-bkm@1.45.0-rc.0
|
|
1222
|
-
- @akinon/pz-otp@1.45.0-rc.0
|
|
1223
|
-
- @akinon/pz-pay-on-delivery@1.45.0-rc.0
|
|
1224
|
-
- @akinon/pz-credit-payment@1.45.0-rc.0
|
|
250
|
+
- @akinon/next@1.45.0
|
|
251
|
+
- @akinon/pz-akifast@1.45.0
|
|
252
|
+
- @akinon/pz-b2b@1.45.0
|
|
253
|
+
- @akinon/pz-basket-gift-pack@1.45.0
|
|
254
|
+
- @akinon/pz-bkm@1.45.0
|
|
255
|
+
- @akinon/pz-checkout-gift-pack@1.45.0
|
|
256
|
+
- @akinon/pz-click-collect@1.45.0
|
|
257
|
+
- @akinon/pz-credit-payment@1.45.0
|
|
258
|
+
- @akinon/pz-gpay@1.45.0
|
|
259
|
+
- @akinon/pz-masterpass@1.45.0
|
|
260
|
+
- @akinon/pz-one-click-checkout@1.45.0
|
|
261
|
+
- @akinon/pz-otp@1.45.0
|
|
262
|
+
- @akinon/pz-pay-on-delivery@1.45.0
|
|
1225
263
|
|
|
1226
264
|
## 1.44.0
|
|
1227
265
|
|
|
@@ -1245,565 +283,24 @@
|
|
|
1245
283
|
|
|
1246
284
|
### Minor Changes
|
|
1247
285
|
|
|
1248
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1249
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1250
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1251
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
1252
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
1253
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1254
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
1255
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1256
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1257
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1258
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1259
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1260
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
1261
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1262
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1263
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
1264
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
1265
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1266
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
1267
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1268
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
1269
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1270
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1271
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1272
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1273
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1274
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1275
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1276
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1277
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1278
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1279
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1280
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
1281
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1282
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1283
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1284
|
-
|
|
1285
|
-
### Patch Changes
|
|
1286
|
-
|
|
1287
|
-
- Updated dependencies [90282b5]
|
|
1288
|
-
- Updated dependencies [50b9069]
|
|
1289
|
-
- Updated dependencies [572d2e8]
|
|
1290
|
-
- Updated dependencies [a4c8d6a9]
|
|
1291
|
-
- Updated dependencies [fda5b92]
|
|
1292
|
-
- Updated dependencies [2d9b2b2]
|
|
1293
|
-
- Updated dependencies [c53ea3e]
|
|
1294
|
-
- Updated dependencies [8d9ac9a]
|
|
1295
|
-
- Updated dependencies [18e8197]
|
|
1296
|
-
- Updated dependencies [714e0b4]
|
|
1297
|
-
- Updated dependencies [70279e7]
|
|
1298
|
-
- Updated dependencies [6c25f66]
|
|
1299
|
-
- Updated dependencies [bc2b411]
|
|
1300
|
-
- Updated dependencies [3bf2dd9]
|
|
1301
|
-
- Updated dependencies [e9541a1]
|
|
1302
|
-
- Updated dependencies [c53ef7b9]
|
|
1303
|
-
- Updated dependencies [9d94f7e]
|
|
1304
|
-
- Updated dependencies [64699d3]
|
|
1305
|
-
- Updated dependencies [0d3a913]
|
|
1306
|
-
- Updated dependencies [1448a96]
|
|
1307
|
-
- Updated dependencies [d6edb1d]
|
|
1308
|
-
- Updated dependencies [d3474c6]
|
|
1309
|
-
- Updated dependencies [75080fd]
|
|
1310
|
-
- Updated dependencies [17f8752]
|
|
1311
|
-
- Updated dependencies [91265bb]
|
|
1312
|
-
- Updated dependencies [bbe18b9]
|
|
1313
|
-
- Updated dependencies [d409996]
|
|
1314
|
-
- Updated dependencies [4920742]
|
|
1315
|
-
- Updated dependencies [69ca080]
|
|
1316
|
-
- Updated dependencies [94b6928]
|
|
1317
|
-
- Updated dependencies [98bb8dc]
|
|
1318
|
-
- Updated dependencies [46b7aad]
|
|
1319
|
-
- Updated dependencies [dcc8a15]
|
|
1320
|
-
- Updated dependencies [fad2768]
|
|
1321
|
-
- Updated dependencies [dff0d59]
|
|
1322
|
-
- Updated dependencies [eecb282]
|
|
1323
|
-
- Updated dependencies [9e25a64]
|
|
1324
|
-
- Updated dependencies [beb499e]
|
|
1325
|
-
- Updated dependencies [146ea39]
|
|
1326
|
-
- Updated dependencies [f2c92d5]
|
|
1327
|
-
- Updated dependencies [7bd3d99]
|
|
1328
|
-
- Updated dependencies [c47be30]
|
|
1329
|
-
- Updated dependencies [e9a46ac]
|
|
1330
|
-
- Updated dependencies [f046f8e0]
|
|
1331
|
-
- Updated dependencies [86d2531]
|
|
1332
|
-
- Updated dependencies [3f9b8d7]
|
|
1333
|
-
- @akinon/next@1.43.0-rc.16
|
|
1334
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.16
|
|
1335
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.16
|
|
1336
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.16
|
|
1337
|
-
- @akinon/pz-click-collect@1.43.0-rc.16
|
|
1338
|
-
- @akinon/pz-masterpass@1.43.0-rc.16
|
|
1339
|
-
- @akinon/pz-akifast@1.43.0-rc.16
|
|
1340
|
-
- @akinon/pz-gpay@1.43.0-rc.16
|
|
1341
|
-
- @akinon/pz-b2b@1.43.0-rc.16
|
|
1342
|
-
- @akinon/pz-bkm@1.43.0-rc.16
|
|
1343
|
-
- @akinon/pz-otp@1.43.0-rc.16
|
|
1344
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.16
|
|
1345
|
-
- @akinon/pz-credit-payment@1.43.0-rc.16
|
|
1346
|
-
|
|
1347
|
-
## 1.43.0-rc.15
|
|
1348
|
-
|
|
1349
|
-
### Patch Changes
|
|
1350
|
-
|
|
1351
|
-
- @akinon/next@1.43.0-rc.15
|
|
1352
|
-
- @akinon/pz-akifast@1.43.0-rc.15
|
|
1353
|
-
- @akinon/pz-b2b@1.43.0-rc.15
|
|
1354
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.15
|
|
1355
|
-
- @akinon/pz-bkm@1.43.0-rc.15
|
|
1356
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.15
|
|
1357
|
-
- @akinon/pz-click-collect@1.43.0-rc.15
|
|
1358
|
-
- @akinon/pz-credit-payment@1.43.0-rc.15
|
|
1359
|
-
- @akinon/pz-gpay@1.43.0-rc.15
|
|
1360
|
-
- @akinon/pz-masterpass@1.43.0-rc.15
|
|
1361
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.15
|
|
1362
|
-
- @akinon/pz-otp@1.43.0-rc.15
|
|
1363
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.15
|
|
1364
|
-
|
|
1365
|
-
## 1.43.0-rc.14
|
|
1366
|
-
|
|
1367
|
-
### Patch Changes
|
|
1368
|
-
|
|
1369
|
-
- Updated dependencies [3bf2dd9]
|
|
1370
|
-
- @akinon/next@1.43.0-rc.14
|
|
1371
|
-
- @akinon/pz-akifast@1.43.0-rc.14
|
|
1372
|
-
- @akinon/pz-b2b@1.43.0-rc.14
|
|
1373
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.14
|
|
1374
|
-
- @akinon/pz-bkm@1.43.0-rc.14
|
|
1375
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.14
|
|
1376
|
-
- @akinon/pz-click-collect@1.43.0-rc.14
|
|
1377
|
-
- @akinon/pz-credit-payment@1.43.0-rc.14
|
|
1378
|
-
- @akinon/pz-gpay@1.43.0-rc.14
|
|
1379
|
-
- @akinon/pz-masterpass@1.43.0-rc.14
|
|
1380
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.14
|
|
1381
|
-
- @akinon/pz-otp@1.43.0-rc.14
|
|
1382
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.14
|
|
1383
|
-
|
|
1384
|
-
## 1.43.0-rc.13
|
|
1385
|
-
|
|
1386
|
-
### Minor Changes
|
|
1387
|
-
|
|
1388
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1389
|
-
|
|
1390
|
-
### Patch Changes
|
|
1391
|
-
|
|
1392
|
-
- Updated dependencies [9e25a64]
|
|
1393
|
-
- @akinon/next@1.43.0-rc.13
|
|
1394
|
-
- @akinon/pz-akifast@1.43.0-rc.13
|
|
1395
|
-
- @akinon/pz-b2b@1.43.0-rc.13
|
|
1396
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.13
|
|
1397
|
-
- @akinon/pz-bkm@1.43.0-rc.13
|
|
1398
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.13
|
|
1399
|
-
- @akinon/pz-click-collect@1.43.0-rc.13
|
|
1400
|
-
- @akinon/pz-credit-payment@1.43.0-rc.13
|
|
1401
|
-
- @akinon/pz-gpay@1.43.0-rc.13
|
|
1402
|
-
- @akinon/pz-masterpass@1.43.0-rc.13
|
|
1403
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.13
|
|
1404
|
-
- @akinon/pz-otp@1.43.0-rc.13
|
|
1405
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.13
|
|
1406
|
-
|
|
1407
|
-
## 1.43.0-rc.12
|
|
1408
|
-
|
|
1409
|
-
### Patch Changes
|
|
1410
|
-
|
|
1411
|
-
- Updated dependencies [4920742]
|
|
1412
|
-
- @akinon/next@1.43.0-rc.12
|
|
1413
|
-
- @akinon/pz-akifast@1.43.0-rc.12
|
|
1414
|
-
- @akinon/pz-b2b@1.43.0-rc.12
|
|
1415
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.12
|
|
1416
|
-
- @akinon/pz-bkm@1.43.0-rc.12
|
|
1417
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.12
|
|
1418
|
-
- @akinon/pz-click-collect@1.43.0-rc.12
|
|
1419
|
-
- @akinon/pz-credit-payment@1.43.0-rc.12
|
|
1420
|
-
- @akinon/pz-gpay@1.43.0-rc.12
|
|
1421
|
-
- @akinon/pz-masterpass@1.43.0-rc.12
|
|
1422
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.12
|
|
1423
|
-
- @akinon/pz-otp@1.43.0-rc.12
|
|
1424
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.12
|
|
1425
|
-
|
|
1426
|
-
## 1.43.0-rc.11
|
|
1427
|
-
|
|
1428
|
-
### Patch Changes
|
|
1429
|
-
|
|
1430
|
-
- Updated dependencies [6c25f66]
|
|
1431
|
-
- @akinon/next@1.43.0-rc.11
|
|
1432
|
-
- @akinon/pz-akifast@1.43.0-rc.11
|
|
1433
|
-
- @akinon/pz-b2b@1.43.0-rc.11
|
|
1434
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.11
|
|
1435
|
-
- @akinon/pz-bkm@1.43.0-rc.11
|
|
1436
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.11
|
|
1437
|
-
- @akinon/pz-click-collect@1.43.0-rc.11
|
|
1438
|
-
- @akinon/pz-credit-payment@1.43.0-rc.11
|
|
1439
|
-
- @akinon/pz-gpay@1.43.0-rc.11
|
|
1440
|
-
- @akinon/pz-masterpass@1.43.0-rc.11
|
|
1441
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.11
|
|
1442
|
-
- @akinon/pz-otp@1.43.0-rc.11
|
|
1443
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.11
|
|
1444
|
-
|
|
1445
|
-
## 1.43.0-rc.10
|
|
1446
|
-
|
|
1447
|
-
### Patch Changes
|
|
1448
|
-
|
|
1449
|
-
- Updated dependencies [d6edb1d]
|
|
1450
|
-
- @akinon/next@1.43.0-rc.10
|
|
1451
|
-
- @akinon/pz-akifast@1.43.0-rc.10
|
|
1452
|
-
- @akinon/pz-b2b@1.43.0-rc.10
|
|
1453
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.10
|
|
1454
|
-
- @akinon/pz-bkm@1.43.0-rc.10
|
|
1455
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.10
|
|
1456
|
-
- @akinon/pz-click-collect@1.43.0-rc.10
|
|
1457
|
-
- @akinon/pz-credit-payment@1.43.0-rc.10
|
|
1458
|
-
- @akinon/pz-gpay@1.43.0-rc.10
|
|
1459
|
-
- @akinon/pz-masterpass@1.43.0-rc.10
|
|
1460
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.10
|
|
1461
|
-
- @akinon/pz-otp@1.43.0-rc.10
|
|
1462
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.10
|
|
1463
|
-
|
|
1464
|
-
## 1.43.0-rc.9
|
|
1465
|
-
|
|
1466
|
-
### Minor Changes
|
|
1467
|
-
|
|
1468
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1469
|
-
|
|
1470
|
-
### Patch Changes
|
|
1471
|
-
|
|
1472
|
-
- Updated dependencies [bc2b411]
|
|
1473
|
-
- @akinon/next@1.43.0-rc.9
|
|
1474
|
-
- @akinon/pz-akifast@1.43.0-rc.9
|
|
1475
|
-
- @akinon/pz-b2b@1.43.0-rc.9
|
|
1476
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.9
|
|
1477
|
-
- @akinon/pz-bkm@1.43.0-rc.9
|
|
1478
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.9
|
|
1479
|
-
- @akinon/pz-click-collect@1.43.0-rc.9
|
|
1480
|
-
- @akinon/pz-credit-payment@1.43.0-rc.9
|
|
1481
|
-
- @akinon/pz-gpay@1.43.0-rc.9
|
|
1482
|
-
- @akinon/pz-masterpass@1.43.0-rc.9
|
|
1483
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.9
|
|
1484
|
-
- @akinon/pz-otp@1.43.0-rc.9
|
|
1485
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.9
|
|
1486
|
-
|
|
1487
|
-
## 1.43.0-rc.8
|
|
1488
|
-
|
|
1489
|
-
### Patch Changes
|
|
1490
|
-
|
|
1491
|
-
- Updated dependencies [70279e7]
|
|
1492
|
-
- Updated dependencies [9d94f7e]
|
|
1493
|
-
- @akinon/next@1.43.0-rc.8
|
|
1494
|
-
- @akinon/pz-akifast@1.43.0-rc.8
|
|
1495
|
-
- @akinon/pz-b2b@1.43.0-rc.8
|
|
1496
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.8
|
|
1497
|
-
- @akinon/pz-bkm@1.43.0-rc.8
|
|
1498
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.8
|
|
1499
|
-
- @akinon/pz-click-collect@1.43.0-rc.8
|
|
1500
|
-
- @akinon/pz-credit-payment@1.43.0-rc.8
|
|
1501
|
-
- @akinon/pz-gpay@1.43.0-rc.8
|
|
1502
|
-
- @akinon/pz-masterpass@1.43.0-rc.8
|
|
1503
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.8
|
|
1504
|
-
- @akinon/pz-otp@1.43.0-rc.8
|
|
1505
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.8
|
|
1506
|
-
|
|
1507
|
-
## 1.43.0-rc.7
|
|
1508
|
-
|
|
1509
|
-
### Patch Changes
|
|
1510
|
-
|
|
1511
|
-
- Updated dependencies [7bd3d99]
|
|
1512
|
-
- @akinon/next@1.43.0-rc.7
|
|
1513
|
-
- @akinon/pz-akifast@1.43.0-rc.7
|
|
1514
|
-
- @akinon/pz-b2b@1.43.0-rc.7
|
|
1515
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.7
|
|
1516
|
-
- @akinon/pz-bkm@1.43.0-rc.7
|
|
1517
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.7
|
|
1518
|
-
- @akinon/pz-click-collect@1.43.0-rc.7
|
|
1519
|
-
- @akinon/pz-credit-payment@1.43.0-rc.7
|
|
1520
|
-
- @akinon/pz-gpay@1.43.0-rc.7
|
|
1521
|
-
- @akinon/pz-masterpass@1.43.0-rc.7
|
|
1522
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.7
|
|
1523
|
-
- @akinon/pz-otp@1.43.0-rc.7
|
|
1524
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.7
|
|
1525
|
-
|
|
1526
|
-
## 1.43.0-rc.6
|
|
1527
|
-
|
|
1528
|
-
### Minor Changes
|
|
1529
|
-
|
|
1530
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1531
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1532
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1533
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
1534
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
1535
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1536
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
1537
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1538
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1539
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1540
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1541
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
1542
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1543
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1544
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
1545
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
1546
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1547
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
1548
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1549
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
1550
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1551
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1552
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1553
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1554
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1555
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1556
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1557
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1558
286
|
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
1559
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1560
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1561
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
1562
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1563
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
1564
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1565
287
|
|
|
1566
288
|
### Patch Changes
|
|
1567
289
|
|
|
1568
|
-
- Updated dependencies [90282b5]
|
|
1569
|
-
- Updated dependencies [50b9069]
|
|
1570
|
-
- Updated dependencies [572d2e8]
|
|
1571
|
-
- Updated dependencies [a4c8d6a]
|
|
1572
|
-
- Updated dependencies [fda5b92]
|
|
1573
|
-
- Updated dependencies [2d9b2b2]
|
|
1574
|
-
- Updated dependencies [c53ea3e]
|
|
1575
|
-
- Updated dependencies [8d9ac9a]
|
|
1576
|
-
- Updated dependencies [18e8197]
|
|
1577
|
-
- Updated dependencies [714e0b4]
|
|
1578
|
-
- Updated dependencies [e9541a1]
|
|
1579
|
-
- Updated dependencies [c53ef7b]
|
|
1580
|
-
- Updated dependencies [64699d3]
|
|
1581
|
-
- Updated dependencies [0d3a913]
|
|
1582
|
-
- Updated dependencies [1448a96]
|
|
1583
|
-
- Updated dependencies [d3474c6]
|
|
1584
|
-
- Updated dependencies [75080fd]
|
|
1585
|
-
- Updated dependencies [17f8752]
|
|
1586
|
-
- Updated dependencies [91265bb]
|
|
1587
|
-
- Updated dependencies [bbe18b9]
|
|
1588
|
-
- Updated dependencies [d409996]
|
|
1589
|
-
- Updated dependencies [69ca080]
|
|
1590
|
-
- Updated dependencies [94b6928]
|
|
1591
|
-
- Updated dependencies [98bb8dc]
|
|
1592
|
-
- Updated dependencies [46b7aad]
|
|
1593
|
-
- Updated dependencies [dcc8a15]
|
|
1594
|
-
- Updated dependencies [fad2768]
|
|
1595
|
-
- Updated dependencies [dff0d59]
|
|
1596
|
-
- Updated dependencies [eecb282]
|
|
1597
290
|
- Updated dependencies [4a163f2]
|
|
1598
|
-
-
|
|
1599
|
-
-
|
|
1600
|
-
-
|
|
1601
|
-
-
|
|
1602
|
-
-
|
|
1603
|
-
-
|
|
1604
|
-
-
|
|
1605
|
-
-
|
|
1606
|
-
- @akinon/
|
|
1607
|
-
- @akinon/pz-
|
|
1608
|
-
- @akinon/pz-one-click-checkout@1.43.0
|
|
1609
|
-
- @akinon/pz-
|
|
1610
|
-
- @akinon/pz-
|
|
1611
|
-
- @akinon/pz-masterpass@1.43.0-rc.6
|
|
1612
|
-
- @akinon/pz-akifast@1.43.0-rc.6
|
|
1613
|
-
- @akinon/pz-gpay@1.43.0-rc.6
|
|
1614
|
-
- @akinon/pz-b2b@1.43.0-rc.6
|
|
1615
|
-
- @akinon/pz-bkm@1.43.0-rc.6
|
|
1616
|
-
- @akinon/pz-otp@1.43.0-rc.6
|
|
1617
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.6
|
|
1618
|
-
- @akinon/pz-credit-payment@1.43.0-rc.6
|
|
1619
|
-
|
|
1620
|
-
## 1.43.0-rc.5
|
|
1621
|
-
|
|
1622
|
-
### Patch Changes
|
|
1623
|
-
|
|
1624
|
-
- Updated dependencies [17f8752]
|
|
1625
|
-
- @akinon/next@1.43.0-rc.5
|
|
1626
|
-
- @akinon/pz-akifast@1.43.0-rc.5
|
|
1627
|
-
- @akinon/pz-b2b@1.43.0-rc.5
|
|
1628
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.5
|
|
1629
|
-
- @akinon/pz-bkm@1.43.0-rc.5
|
|
1630
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.5
|
|
1631
|
-
- @akinon/pz-click-collect@1.43.0-rc.5
|
|
1632
|
-
- @akinon/pz-credit-payment@1.43.0-rc.5
|
|
1633
|
-
- @akinon/pz-gpay@1.43.0-rc.5
|
|
1634
|
-
- @akinon/pz-masterpass@1.43.0-rc.5
|
|
1635
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.5
|
|
1636
|
-
- @akinon/pz-otp@1.43.0-rc.5
|
|
1637
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.5
|
|
1638
|
-
|
|
1639
|
-
## 1.43.0-rc.4
|
|
1640
|
-
|
|
1641
|
-
### Patch Changes
|
|
1642
|
-
|
|
1643
|
-
- Updated dependencies [3f9b8d7]
|
|
1644
|
-
- @akinon/next@1.43.0-rc.4
|
|
1645
|
-
- @akinon/pz-akifast@1.43.0-rc.4
|
|
1646
|
-
- @akinon/pz-b2b@1.43.0-rc.4
|
|
1647
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.4
|
|
1648
|
-
- @akinon/pz-bkm@1.43.0-rc.4
|
|
1649
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.4
|
|
1650
|
-
- @akinon/pz-click-collect@1.43.0-rc.4
|
|
1651
|
-
- @akinon/pz-credit-payment@1.43.0-rc.4
|
|
1652
|
-
- @akinon/pz-gpay@1.43.0-rc.4
|
|
1653
|
-
- @akinon/pz-masterpass@1.43.0-rc.4
|
|
1654
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.4
|
|
1655
|
-
- @akinon/pz-otp@1.43.0-rc.4
|
|
1656
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.4
|
|
1657
|
-
|
|
1658
|
-
## 1.43.0-rc.3
|
|
1659
|
-
|
|
1660
|
-
### Minor Changes
|
|
1661
|
-
|
|
1662
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1663
|
-
|
|
1664
|
-
### Patch Changes
|
|
1665
|
-
|
|
1666
|
-
- Updated dependencies [64699d3]
|
|
1667
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.3
|
|
1668
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.3
|
|
1669
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.3
|
|
1670
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.3
|
|
1671
|
-
- @akinon/pz-credit-payment@1.43.0-rc.3
|
|
1672
|
-
- @akinon/pz-click-collect@1.43.0-rc.3
|
|
1673
|
-
- @akinon/pz-masterpass@1.43.0-rc.3
|
|
1674
|
-
- @akinon/next@1.43.0-rc.3
|
|
1675
|
-
- @akinon/pz-akifast@1.43.0-rc.3
|
|
1676
|
-
- @akinon/pz-gpay@1.43.0-rc.3
|
|
1677
|
-
- @akinon/pz-b2b@1.43.0-rc.3
|
|
1678
|
-
- @akinon/pz-bkm@1.43.0-rc.3
|
|
1679
|
-
- @akinon/pz-otp@1.43.0-rc.3
|
|
1680
|
-
|
|
1681
|
-
## 1.43.0-rc.2
|
|
1682
|
-
|
|
1683
|
-
### Patch Changes
|
|
1684
|
-
|
|
1685
|
-
- Updated dependencies [f2c92d5]
|
|
1686
|
-
- @akinon/next@1.43.0-rc.2
|
|
1687
|
-
- @akinon/pz-akifast@1.43.0-rc.2
|
|
1688
|
-
- @akinon/pz-b2b@1.43.0-rc.2
|
|
1689
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.2
|
|
1690
|
-
- @akinon/pz-bkm@1.43.0-rc.2
|
|
1691
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.2
|
|
1692
|
-
- @akinon/pz-click-collect@1.43.0-rc.2
|
|
1693
|
-
- @akinon/pz-credit-payment@1.43.0-rc.2
|
|
1694
|
-
- @akinon/pz-gpay@1.43.0-rc.2
|
|
1695
|
-
- @akinon/pz-masterpass@1.43.0-rc.2
|
|
1696
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.2
|
|
1697
|
-
- @akinon/pz-otp@1.43.0-rc.2
|
|
1698
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.2
|
|
1699
|
-
|
|
1700
|
-
## 1.43.0-rc.1
|
|
1701
|
-
|
|
1702
|
-
### Minor Changes
|
|
1703
|
-
|
|
1704
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1705
|
-
|
|
1706
|
-
### Patch Changes
|
|
1707
|
-
|
|
1708
|
-
- Updated dependencies [eecb282]
|
|
1709
|
-
- @akinon/next@1.43.0-rc.1
|
|
1710
|
-
- @akinon/pz-akifast@1.43.0-rc.1
|
|
1711
|
-
- @akinon/pz-b2b@1.43.0-rc.1
|
|
1712
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.1
|
|
1713
|
-
- @akinon/pz-bkm@1.43.0-rc.1
|
|
1714
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.1
|
|
1715
|
-
- @akinon/pz-click-collect@1.43.0-rc.1
|
|
1716
|
-
- @akinon/pz-credit-payment@1.43.0-rc.1
|
|
1717
|
-
- @akinon/pz-gpay@1.43.0-rc.1
|
|
1718
|
-
- @akinon/pz-masterpass@1.43.0-rc.1
|
|
1719
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.1
|
|
1720
|
-
- @akinon/pz-otp@1.43.0-rc.1
|
|
1721
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.1
|
|
1722
|
-
|
|
1723
|
-
## 1.43.0-rc.0
|
|
1724
|
-
|
|
1725
|
-
### Minor Changes
|
|
1726
|
-
|
|
1727
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1728
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1729
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1730
|
-
- 97b8bdc: ZERO-2724: Remove onClick event in shipping options component
|
|
1731
|
-
- 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
|
|
1732
|
-
- 7521265: ZERO-2787: Fix hover classname for favorite item
|
|
1733
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
1734
|
-
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
1735
|
-
- e665a0a: ZERO-2625: Add click outside functionality to close mobile menu
|
|
1736
|
-
- 52c1373: ZERO-2619: Added fix flag for the staged linter
|
|
1737
|
-
- 552ee8a: ZERO-2777: fix link component usage
|
|
1738
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
1739
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1740
|
-
- 778a9a0: ZERO-2740: Upgrade next to 14.2.4
|
|
1741
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
1742
|
-
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
1743
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
1744
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1745
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
1746
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1747
|
-
- 9609eb2: ZERO-2779: Upgrade for tailwind
|
|
1748
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1749
|
-
- 959e1fa: ZERO-2778: Upgrade for nextjs
|
|
1750
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
1751
|
-
- 7a4bb76: ZERO-2610:Refactor FilterItem component for better readability and efficiency
|
|
1752
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1753
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1754
|
-
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
1755
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
1756
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1757
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
1758
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1759
|
-
|
|
1760
|
-
### Patch Changes
|
|
1761
|
-
|
|
1762
|
-
- Updated dependencies [90282b5]
|
|
1763
|
-
- Updated dependencies [50b9069]
|
|
1764
|
-
- Updated dependencies [572d2e8]
|
|
1765
|
-
- Updated dependencies [a4c8d6a]
|
|
1766
|
-
- Updated dependencies [fda5b92]
|
|
1767
|
-
- Updated dependencies [2d9b2b2]
|
|
1768
|
-
- Updated dependencies [c53ea3e]
|
|
1769
|
-
- Updated dependencies [8d9ac9a]
|
|
1770
|
-
- Updated dependencies [18e8197]
|
|
1771
|
-
- Updated dependencies [714e0b4]
|
|
1772
|
-
- Updated dependencies [e9541a1]
|
|
1773
|
-
- Updated dependencies [c53ef7b]
|
|
1774
|
-
- Updated dependencies [0d3a913]
|
|
1775
|
-
- Updated dependencies [1448a96]
|
|
1776
|
-
- Updated dependencies [d3474c6]
|
|
1777
|
-
- Updated dependencies [75080fd]
|
|
1778
|
-
- Updated dependencies [91265bb]
|
|
1779
|
-
- Updated dependencies [bbe18b9]
|
|
1780
|
-
- Updated dependencies [d409996]
|
|
1781
|
-
- Updated dependencies [69ca080]
|
|
1782
|
-
- Updated dependencies [94b6928]
|
|
1783
|
-
- Updated dependencies [98bb8dc]
|
|
1784
|
-
- Updated dependencies [46b7aad]
|
|
1785
|
-
- Updated dependencies [dcc8a15]
|
|
1786
|
-
- Updated dependencies [fad2768]
|
|
1787
|
-
- Updated dependencies [dff0d59]
|
|
1788
|
-
- Updated dependencies [beb499e]
|
|
1789
|
-
- Updated dependencies [146ea39]
|
|
1790
|
-
- Updated dependencies [c47be30]
|
|
1791
|
-
- Updated dependencies [e9a46ac]
|
|
1792
|
-
- Updated dependencies [f046f8e]
|
|
1793
|
-
- Updated dependencies [86d2531]
|
|
1794
|
-
- @akinon/next@1.43.0-rc.0
|
|
1795
|
-
- @akinon/pz-checkout-gift-pack@1.43.0-rc.0
|
|
1796
|
-
- @akinon/pz-one-click-checkout@1.43.0-rc.0
|
|
1797
|
-
- @akinon/pz-basket-gift-pack@1.43.0-rc.0
|
|
1798
|
-
- @akinon/pz-click-collect@1.43.0-rc.0
|
|
1799
|
-
- @akinon/pz-masterpass@1.43.0-rc.0
|
|
1800
|
-
- @akinon/pz-akifast@1.43.0-rc.0
|
|
1801
|
-
- @akinon/pz-gpay@1.43.0-rc.0
|
|
1802
|
-
- @akinon/pz-b2b@1.43.0-rc.0
|
|
1803
|
-
- @akinon/pz-bkm@1.43.0-rc.0
|
|
1804
|
-
- @akinon/pz-otp@1.43.0-rc.0
|
|
1805
|
-
- @akinon/pz-credit-payment@1.43.0-rc.0
|
|
1806
|
-
- @akinon/pz-pay-on-delivery@1.43.0-rc.0
|
|
291
|
+
- @akinon/next@1.43.0
|
|
292
|
+
- @akinon/pz-akifast@1.43.0
|
|
293
|
+
- @akinon/pz-b2b@1.43.0
|
|
294
|
+
- @akinon/pz-basket-gift-pack@1.43.0
|
|
295
|
+
- @akinon/pz-bkm@1.43.0
|
|
296
|
+
- @akinon/pz-checkout-gift-pack@1.43.0
|
|
297
|
+
- @akinon/pz-click-collect@1.43.0
|
|
298
|
+
- @akinon/pz-credit-payment@1.43.0
|
|
299
|
+
- @akinon/pz-gpay@1.43.0
|
|
300
|
+
- @akinon/pz-masterpass@1.43.0
|
|
301
|
+
- @akinon/pz-one-click-checkout@1.43.0
|
|
302
|
+
- @akinon/pz-otp@1.43.0
|
|
303
|
+
- @akinon/pz-pay-on-delivery@1.43.0
|
|
1807
304
|
|
|
1808
305
|
## 1.42.0
|
|
1809
306
|
|
|
@@ -1972,301 +469,13 @@
|
|
|
1972
469
|
|
|
1973
470
|
### Patch Changes
|
|
1974
471
|
|
|
1975
|
-
-
|
|
1976
|
-
-
|
|
1977
|
-
-
|
|
1978
|
-
-
|
|
1979
|
-
-
|
|
1980
|
-
-
|
|
1981
|
-
-
|
|
1982
|
-
- Updated dependencies [616690d]
|
|
1983
|
-
- Updated dependencies [f3b595e]
|
|
1984
|
-
- Updated dependencies [91265bb]
|
|
1985
|
-
- Updated dependencies [59fb7c3]
|
|
1986
|
-
- Updated dependencies [bbe18b9]
|
|
1987
|
-
- Updated dependencies [f0c23bc]
|
|
1988
|
-
- Updated dependencies [3420416]
|
|
1989
|
-
- Updated dependencies [495d155]
|
|
1990
|
-
- Updated dependencies [beb499e]
|
|
1991
|
-
- Updated dependencies [6c18543]
|
|
1992
|
-
- Updated dependencies [40ad73e]
|
|
1993
|
-
- Updated dependencies [495d155]
|
|
1994
|
-
- Updated dependencies [f046f8e]
|
|
1995
|
-
- Updated dependencies [6b2972b]
|
|
1996
|
-
- Updated dependencies [3e68768]
|
|
1997
|
-
- @akinon/next@1.34.0-rc.20
|
|
1998
|
-
- @akinon/pz-masterpass@1.34.0-rc.20
|
|
1999
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.20
|
|
2000
|
-
- @akinon/pz-b2b@1.34.0-rc.20
|
|
2001
|
-
- @akinon/pz-gpay@1.34.0-rc.20
|
|
2002
|
-
- @akinon/pz-otp@1.34.0-rc.20
|
|
2003
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.20
|
|
2004
|
-
|
|
2005
|
-
## 1.34.0-rc.19
|
|
2006
|
-
|
|
2007
|
-
### Patch Changes
|
|
2008
|
-
|
|
2009
|
-
- Updated dependencies [c53ef7b]
|
|
2010
|
-
- @akinon/next@1.34.0-rc.19
|
|
2011
|
-
- @akinon/pz-b2b@1.34.0-rc.19
|
|
2012
|
-
- @akinon/pz-gpay@1.34.0-rc.19
|
|
2013
|
-
- @akinon/pz-masterpass@1.34.0-rc.19
|
|
2014
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.19
|
|
2015
|
-
- @akinon/pz-otp@1.34.0-rc.19
|
|
2016
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.19
|
|
2017
|
-
|
|
2018
|
-
## 1.34.0-rc.18
|
|
2019
|
-
|
|
2020
|
-
### Minor Changes
|
|
2021
|
-
|
|
2022
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
2023
|
-
- 902d828: ZERO-2621:edit position of loaderSpinner in favorites page
|
|
2024
|
-
|
|
2025
|
-
### Patch Changes
|
|
2026
|
-
|
|
2027
|
-
- Updated dependencies [a4c8d6a]
|
|
2028
|
-
- @akinon/next@1.34.0-rc.18
|
|
2029
|
-
- @akinon/pz-b2b@1.34.0-rc.18
|
|
2030
|
-
- @akinon/pz-gpay@1.34.0-rc.18
|
|
2031
|
-
- @akinon/pz-masterpass@1.34.0-rc.18
|
|
2032
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.18
|
|
2033
|
-
- @akinon/pz-otp@1.34.0-rc.18
|
|
2034
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.18
|
|
2035
|
-
|
|
2036
|
-
## 1.34.0-rc.17
|
|
2037
|
-
|
|
2038
|
-
### Minor Changes
|
|
2039
|
-
|
|
2040
|
-
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
2041
|
-
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
2042
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2043
|
-
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
2044
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2045
|
-
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
2046
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2047
|
-
- f0c23bc: ZERO-2135: add custom not found page
|
|
2048
|
-
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
2049
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2050
|
-
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
2051
|
-
- 202f84e: ZERO-2569: Fix static keys
|
|
2052
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2053
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
2054
|
-
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
2055
|
-
|
|
2056
|
-
### Patch Changes
|
|
2057
|
-
|
|
2058
|
-
- Updated dependencies [d09b677]
|
|
2059
|
-
- Updated dependencies [6d4aadb]
|
|
2060
|
-
- Updated dependencies [8e6e8cf]
|
|
2061
|
-
- Updated dependencies [ebb63ce]
|
|
2062
|
-
- Updated dependencies [7cebe87]
|
|
2063
|
-
- Updated dependencies [616690d]
|
|
2064
|
-
- Updated dependencies [f3b595e]
|
|
2065
|
-
- Updated dependencies [91265bb]
|
|
2066
|
-
- Updated dependencies [59fb7c3]
|
|
2067
|
-
- Updated dependencies [bbe18b9]
|
|
2068
|
-
- Updated dependencies [f0c23bc]
|
|
2069
|
-
- Updated dependencies [3420416]
|
|
2070
|
-
- Updated dependencies [495d155]
|
|
2071
|
-
- Updated dependencies [beb499e]
|
|
2072
|
-
- Updated dependencies [6c18543]
|
|
2073
|
-
- Updated dependencies [40ad73e]
|
|
2074
|
-
- Updated dependencies [495d155]
|
|
2075
|
-
- Updated dependencies [f046f8e]
|
|
2076
|
-
- Updated dependencies [6b2972b]
|
|
2077
|
-
- Updated dependencies [3e68768]
|
|
2078
|
-
- @akinon/next@1.34.0-rc.17
|
|
2079
|
-
- @akinon/pz-masterpass@1.34.0-rc.17
|
|
2080
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.17
|
|
2081
|
-
- @akinon/pz-b2b@1.34.0-rc.17
|
|
2082
|
-
- @akinon/pz-gpay@1.34.0-rc.17
|
|
2083
|
-
- @akinon/pz-otp@1.34.0-rc.17
|
|
2084
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.17
|
|
2085
|
-
|
|
2086
|
-
## 1.34.0-rc.16
|
|
2087
|
-
|
|
2088
|
-
### Patch Changes
|
|
2089
|
-
|
|
2090
|
-
- @akinon/next@1.34.0-rc.16
|
|
2091
|
-
- @akinon/pz-b2b@1.34.0-rc.16
|
|
2092
|
-
- @akinon/pz-gpay@1.34.0-rc.16
|
|
2093
|
-
- @akinon/pz-masterpass@1.34.0-rc.16
|
|
2094
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.16
|
|
2095
|
-
- @akinon/pz-otp@1.34.0-rc.16
|
|
2096
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.16
|
|
2097
|
-
|
|
2098
|
-
## 1.34.0-rc.15
|
|
2099
|
-
|
|
2100
|
-
### Patch Changes
|
|
2101
|
-
|
|
2102
|
-
- @akinon/next@1.34.0-rc.15
|
|
2103
|
-
- @akinon/pz-b2b@1.34.0-rc.15
|
|
2104
|
-
- @akinon/pz-gpay@1.34.0-rc.15
|
|
2105
|
-
- @akinon/pz-masterpass@1.34.0-rc.15
|
|
2106
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.15
|
|
2107
|
-
- @akinon/pz-otp@1.34.0-rc.15
|
|
2108
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.15
|
|
2109
|
-
|
|
2110
|
-
## 1.34.0-rc.14
|
|
2111
|
-
|
|
2112
|
-
### Minor Changes
|
|
2113
|
-
|
|
2114
|
-
- 4614eee: ZERO-2602: The script that checks the build for standalone projects
|
|
2115
|
-
|
|
2116
|
-
### Patch Changes
|
|
2117
|
-
|
|
2118
|
-
- @akinon/next@1.34.0-rc.14
|
|
2119
|
-
- @akinon/pz-b2b@1.34.0-rc.14
|
|
2120
|
-
- @akinon/pz-gpay@1.34.0-rc.14
|
|
2121
|
-
- @akinon/pz-masterpass@1.34.0-rc.14
|
|
2122
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.14
|
|
2123
|
-
- @akinon/pz-otp@1.34.0-rc.14
|
|
2124
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.14
|
|
2125
|
-
|
|
2126
|
-
## 1.34.0-rc.13
|
|
2127
|
-
|
|
2128
|
-
### Minor Changes
|
|
2129
|
-
|
|
2130
|
-
- 74a1269: ZERO-2658:Edit product name clickability on completed order page
|
|
2131
|
-
|
|
2132
|
-
### Patch Changes
|
|
2133
|
-
|
|
2134
|
-
- @akinon/next@1.34.0-rc.13
|
|
2135
|
-
- @akinon/pz-b2b@1.34.0-rc.13
|
|
2136
|
-
- @akinon/pz-gpay@1.34.0-rc.13
|
|
2137
|
-
- @akinon/pz-masterpass@1.34.0-rc.13
|
|
2138
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.13
|
|
2139
|
-
- @akinon/pz-otp@1.34.0-rc.13
|
|
2140
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.13
|
|
2141
|
-
|
|
2142
|
-
## 1.34.0-rc.12
|
|
2143
|
-
|
|
2144
|
-
### Patch Changes
|
|
2145
|
-
|
|
2146
|
-
- Updated dependencies [616690d]
|
|
2147
|
-
- @akinon/next@1.34.0-rc.12
|
|
2148
|
-
- @akinon/pz-b2b@1.34.0-rc.12
|
|
2149
|
-
- @akinon/pz-gpay@1.34.0-rc.12
|
|
2150
|
-
- @akinon/pz-masterpass@1.34.0-rc.12
|
|
2151
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.12
|
|
2152
|
-
- @akinon/pz-otp@1.34.0-rc.12
|
|
2153
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.12
|
|
2154
|
-
|
|
2155
|
-
## 1.34.0-rc.11
|
|
2156
|
-
|
|
2157
|
-
### Patch Changes
|
|
2158
|
-
|
|
2159
|
-
- Updated dependencies [8e6e8cf]
|
|
2160
|
-
- @akinon/next@1.34.0-rc.11
|
|
2161
|
-
- @akinon/pz-b2b@1.34.0-rc.11
|
|
2162
|
-
- @akinon/pz-gpay@1.34.0-rc.11
|
|
2163
|
-
- @akinon/pz-masterpass@1.34.0-rc.11
|
|
2164
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.11
|
|
2165
|
-
- @akinon/pz-otp@1.34.0-rc.11
|
|
2166
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.11
|
|
2167
|
-
|
|
2168
|
-
## 1.34.0-rc.10
|
|
2169
|
-
|
|
2170
|
-
### Patch Changes
|
|
2171
|
-
|
|
2172
|
-
- Updated dependencies [bbe18b9]
|
|
2173
|
-
- @akinon/next@1.34.0-rc.10
|
|
2174
|
-
- @akinon/pz-b2b@1.34.0-rc.10
|
|
2175
|
-
- @akinon/pz-gpay@1.34.0-rc.10
|
|
2176
|
-
- @akinon/pz-masterpass@1.34.0-rc.10
|
|
2177
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.10
|
|
2178
|
-
- @akinon/pz-otp@1.34.0-rc.10
|
|
2179
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.10
|
|
2180
|
-
|
|
2181
|
-
## 1.34.0-rc.9
|
|
2182
|
-
|
|
2183
|
-
### Minor Changes
|
|
2184
|
-
|
|
2185
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
2186
|
-
|
|
2187
|
-
### Patch Changes
|
|
2188
|
-
|
|
2189
|
-
- Updated dependencies [beb499e]
|
|
2190
|
-
- @akinon/next@1.34.0-rc.9
|
|
2191
|
-
- @akinon/pz-b2b@1.34.0-rc.9
|
|
2192
|
-
- @akinon/pz-gpay@1.34.0-rc.9
|
|
2193
|
-
- @akinon/pz-masterpass@1.34.0-rc.9
|
|
2194
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.9
|
|
2195
|
-
- @akinon/pz-otp@1.34.0-rc.9
|
|
2196
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.9
|
|
2197
|
-
|
|
2198
|
-
## 1.34.0-rc.8
|
|
2199
|
-
|
|
2200
|
-
### Minor Changes
|
|
2201
|
-
|
|
2202
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
2203
|
-
|
|
2204
|
-
### Patch Changes
|
|
2205
|
-
|
|
2206
|
-
- Updated dependencies [91265bb]
|
|
2207
|
-
- @akinon/next@1.34.0-rc.8
|
|
2208
|
-
- @akinon/pz-b2b@1.34.0-rc.8
|
|
2209
|
-
- @akinon/pz-gpay@1.34.0-rc.8
|
|
2210
|
-
- @akinon/pz-masterpass@1.34.0-rc.8
|
|
2211
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.8
|
|
2212
|
-
- @akinon/pz-otp@1.34.0-rc.8
|
|
2213
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.8
|
|
2214
|
-
|
|
2215
|
-
## 1.34.0-rc.7
|
|
2216
|
-
|
|
2217
|
-
### Minor Changes
|
|
2218
|
-
|
|
2219
|
-
- 0d0f36c: ZERO-2598: Fix eslint warnings and update dependencies
|
|
2220
|
-
|
|
2221
|
-
### Patch Changes
|
|
2222
|
-
|
|
2223
|
-
- @akinon/next@1.34.0-rc.7
|
|
2224
|
-
- @akinon/pz-b2b@1.34.0-rc.7
|
|
2225
|
-
- @akinon/pz-gpay@1.34.0-rc.7
|
|
2226
|
-
- @akinon/pz-masterpass@1.34.0-rc.7
|
|
2227
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.7
|
|
2228
|
-
- @akinon/pz-otp@1.34.0-rc.7
|
|
2229
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.7
|
|
2230
|
-
|
|
2231
|
-
## 1.34.0-rc.6
|
|
2232
|
-
|
|
2233
|
-
### Minor Changes
|
|
2234
|
-
|
|
2235
|
-
- 567e4c1: ZERO-2580:Add checked attribute from props to checkbox
|
|
2236
|
-
- d09b677: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
2237
|
-
- 27a5296: ZERO-2631:Fix Checkbox Click
|
|
2238
|
-
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
2239
|
-
- f0c23bc: ZERO-2135: add custom not found page
|
|
2240
|
-
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
2241
|
-
- 6c18543: ZERO-2542:Refactor and show error in OneClickCheckoutButtons
|
|
2242
|
-
- 202f84e: ZERO-2569: Fix static keys
|
|
2243
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
2244
|
-
- 12c10a4: ZERO-2570: Category filters routes to absolute url
|
|
2245
|
-
|
|
2246
|
-
### Patch Changes
|
|
2247
|
-
|
|
2248
|
-
- Updated dependencies [d09b677]
|
|
2249
|
-
- Updated dependencies [6d4aadb]
|
|
2250
|
-
- Updated dependencies [ebb63ce]
|
|
2251
|
-
- Updated dependencies [7cebe87]
|
|
2252
|
-
- Updated dependencies [f3b595e]
|
|
2253
|
-
- Updated dependencies [59fb7c3]
|
|
2254
|
-
- Updated dependencies [f0c23bc]
|
|
2255
|
-
- Updated dependencies [3420416]
|
|
2256
|
-
- Updated dependencies [495d155]
|
|
2257
|
-
- Updated dependencies [6c18543]
|
|
2258
|
-
- Updated dependencies [40ad73e]
|
|
2259
|
-
- Updated dependencies [495d155]
|
|
2260
|
-
- Updated dependencies [f046f8e]
|
|
2261
|
-
- Updated dependencies [6b2972b]
|
|
2262
|
-
- Updated dependencies [3e68768]
|
|
2263
|
-
- @akinon/next@1.34.0-rc.6
|
|
2264
|
-
- @akinon/pz-masterpass@1.34.0-rc.6
|
|
2265
|
-
- @akinon/pz-one-click-checkout@1.34.0-rc.6
|
|
2266
|
-
- @akinon/pz-b2b@1.34.0-rc.6
|
|
2267
|
-
- @akinon/pz-gpay@1.34.0-rc.6
|
|
2268
|
-
- @akinon/pz-otp@1.34.0-rc.6
|
|
2269
|
-
- @akinon/pz-pay-on-delivery@1.34.0-rc.6
|
|
472
|
+
- @akinon/next@1.34.0
|
|
473
|
+
- @akinon/pz-b2b@1.34.0
|
|
474
|
+
- @akinon/pz-gpay@1.34.0
|
|
475
|
+
- @akinon/pz-masterpass@1.34.0
|
|
476
|
+
- @akinon/pz-one-click-checkout@1.34.0
|
|
477
|
+
- @akinon/pz-otp@1.34.0
|
|
478
|
+
- @akinon/pz-pay-on-delivery@1.34.0
|
|
2270
479
|
|
|
2271
480
|
## 1.33.2
|
|
2272
481
|
|