@akinon/next 1.78.0 → 1.79.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @akinon/next
2
2
 
3
+ ## 1.79.0-rc.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
8
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
9
+ - fd4b74e9: ZERO-3126: add reset checkout state query
10
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
11
+ - e9541a13: ZERO-2816: Add headers to url
12
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
13
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
14
+ - c53ef7b9: ZERO-2668: The Link component has been updated to improve the logic for handling href values. Previously, if the href was not a string or started with 'http', it would return the href as is. Now, if the href is not provided, it will default to '#' to prevent any potential errors. Additionally, if the href is a string and does not start with 'http', it will be formatted with the locale and pathname, based on the localeUrlStrategy and defaultLocaleValue. This ensures that the correct href is generated based on the localization settings.
15
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
16
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
17
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
18
+ - 65d3b862: ZERO-3054: Update headers in appFetch
19
+ - bbe18b9f: ZERO-2575: Fix build error
20
+ - 4920742c: Disable getCachedTranslations
21
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
22
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
23
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
24
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
25
+ - 6a0a0807: ZERO-3112: Update button
26
+ - f2c92d5c: ZERO-2816: Update cookie name
27
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
28
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
29
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
30
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
31
+
3
32
  ## 1.78.0
4
33
 
5
34
  ### Minor Changes
@@ -70,6 +99,52 @@
70
99
  ### Minor Changes
71
100
 
72
101
  - f34454a: ZERO-2953: Add hepsipay payment method
102
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
103
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
104
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
105
+ - 9a50730: ZERO-3015: Add currency parameter to getOrders query
106
+ - ca774b3: ZERO-3002:add register with loyalty url
107
+ - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
108
+ - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
109
+
110
+ ## 1.71.0-rc.7
111
+
112
+ ## 1.71.0-rc.6
113
+
114
+ ### Minor Changes
115
+
116
+ - f34454a: ZERO-2953: Add hepsipay payment method
117
+
118
+ ## 1.71.0-rc.5
119
+
120
+ ## 1.71.0-rc.4
121
+
122
+ ## 1.71.0-rc.3
123
+
124
+ ### Minor Changes
125
+
126
+ - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
127
+
128
+ ## 1.71.0-rc.2
129
+
130
+ ### Minor Changes
131
+
132
+ - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
133
+
134
+ ## 1.71.0-rc.1
135
+
136
+ ### Minor Changes
137
+
138
+ - 9a50730: ZERO-3015: Add currency parameter to getOrders query
139
+
140
+ ## 1.71.0-rc.0
141
+
142
+ ### Minor Changes
143
+
144
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
145
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
146
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
147
+ - ca774b3: ZERO-3002:add register with loyalty url
73
148
 
74
149
  ## 1.70.0
75
150
 
@@ -81,12 +156,72 @@
81
156
 
82
157
  ### Minor Changes
83
158
 
159
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
160
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
161
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
162
+ - ca774b3: ZERO-3002:add register with loyalty url
163
+ - f046f8e: ZERO-2575: update version for react-number-format
164
+
165
+ ## 1.69.0-rc.8
166
+
167
+ ### Minor Changes
168
+
169
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
170
+ - ca774b3: ZERO-3002:add register with loyalty url
171
+
172
+ ## 1.69.0-rc.7
173
+
174
+ ### Minor Changes
175
+
176
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
177
+
178
+ ## 1.69.0-rc.6
179
+
180
+ ### Minor Changes
181
+
182
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
84
183
  - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
85
184
  - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
86
185
  - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
87
186
  - cbdb0c8: ZERO-3010: Move pretty url page into project
88
187
  - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
89
188
 
189
+ ## 1.69.0-rc.5
190
+
191
+ ### Minor Changes
192
+
193
+ - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
194
+
195
+ ## 1.69.0-rc.4
196
+
197
+ ### Minor Changes
198
+
199
+ - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
200
+
201
+ ## 1.69.0-rc.3
202
+
203
+ ### Minor Changes
204
+
205
+ - cbdb0c8: ZERO-3010: Move pretty url page into project
206
+
207
+ ## 1.69.0-rc.2
208
+
209
+ ### Minor Changes
210
+
211
+ - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
212
+
213
+ ## 1.69.0-rc.1
214
+
215
+ ### Minor Changes
216
+
217
+ - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
218
+
219
+ ## 1.69.0-rc.0
220
+
221
+ ### Minor Changes
222
+
223
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
224
+
90
225
  ## 1.68.0
91
226
 
92
227
  ### Minor Changes
@@ -196,11 +331,183 @@
196
331
 
197
332
  ### Minor Changes
198
333
 
334
+ - c416d18: ZERO-2915: Add delivery option null check for setAddress
335
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
336
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
337
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
338
+ - fda5b927: ZERO-2725: fix invalid import
339
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
340
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
341
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
342
+ - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
343
+ - 3bf2dd9: ZERO-2551: Fix search page
344
+ - e9541a13: ZERO-2816: Add headers to url
345
+ - c53ef7b9: ZERO-2668: The Link component has been updated to improve the logic for handling href values. Previously, if the href was not a string or started with 'http', it would return the href as is. Now, if the href is not provided, it will default to '#' to prevent any potential errors. Additionally, if the href is a string and does not start with 'http', it will be formatted with the locale and pathname, based on the localeUrlStrategy and defaultLocaleValue. This ensures that the correct href is generated based on the localization settings.
346
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
347
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
348
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
349
+ - 7b05522: ZERO-2905: Fix resend and close button in otp package
350
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
351
+ - d3474c64: ZERO-2655: Add data source shipping option
352
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
353
+ - 29ead87: ZERO-2905: Fix resend and close button in otp package
354
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
355
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
356
+ - bbe18b9f: ZERO-2575: Fix build error
357
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
358
+ - 4920742: Disable getCachedTranslations
359
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
360
+ - 7e56d6b: ZERO-2841: Update api tagTypes
361
+ - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
362
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
363
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
364
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
365
+ - fad27689: ZERO-2739: add gpay to payment plugin map
366
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
367
+ - fdd0b41: ZERO-2706: Add optimized translation support
368
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
369
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
370
+ - beb499e6: ZERO-2551: Add new tsconfig paths
371
+ - f2c92d5c: ZERO-2816: Update cookie name
372
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
373
+ - f3d076b: ZERO-2864: create tabby extension plugin
374
+ - f046f8e0: ZERO-2575: update version for react-number-format
375
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
376
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
377
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
378
+
379
+ ## 1.56.0-rc.7
380
+
381
+ ## 1.56.0-rc.6
382
+
383
+ ### Minor Changes
384
+
385
+ - f3d076b: ZERO-2864: create tabby extension plugin
386
+
387
+ ## 1.56.0-rc.5
388
+
389
+ ### Minor Changes
390
+
391
+ - c416d18: ZERO-2915: Add delivery option null check for setAddress
392
+
393
+ ## 1.56.0-rc.4
394
+
395
+ ### Minor Changes
396
+
397
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
398
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
399
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
400
+ - fda5b927: ZERO-2725: fix invalid import
401
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
402
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
199
403
  - d93a507: ZERO-2900: Fix pretty url rewrite
404
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
405
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
406
+ - 3bf2dd9: ZERO-2551: Fix search page
407
+ - e9541a13: ZERO-2816: Add headers to url
408
+ - c53ef7b9: ZERO-2668: The Link component has been updated to improve the logic for handling href values. Previously, if the href was not a string or started with 'http', it would return the href as is. Now, if the href is not provided, it will default to '#' to prevent any potential errors. Additionally, if the href is a string and does not start with 'http', it will be formatted with the locale and pathname, based on the localeUrlStrategy and defaultLocaleValue. This ensures that the correct href is generated based on the localization settings.
409
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
410
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
411
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
412
+ - 7b05522: ZERO-2905: Fix resend and close button in otp package
413
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
414
+ - d3474c64: ZERO-2655: Add data source shipping option
415
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
416
+ - 29ead87: ZERO-2905: Fix resend and close button in otp package
417
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
418
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
419
+ - bbe18b9f: ZERO-2575: Fix build error
420
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
421
+ - 4920742: Disable getCachedTranslations
422
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
200
423
  - 674badc: ZERO-2912: Fix selected payment option view to handle null values
424
+ - 7e56d6b: ZERO-2841: Update api tagTypes
425
+ - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
426
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
201
427
  - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
428
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
429
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
430
+ - fad27689: ZERO-2739: add gpay to payment plugin map
431
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
432
+ - fdd0b41: ZERO-2706: Add optimized translation support
433
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
434
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
435
+ - beb499e6: ZERO-2551: Add new tsconfig paths
436
+ - f2c92d5c: ZERO-2816: Update cookie name
437
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
438
+ - f046f8e0: ZERO-2575: update version for react-number-format
202
439
  - b9273fd: ZERO-2889: add host headers to requests
440
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
441
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
203
442
  - c670bd4: ZERO-2900: Add middleware rewrite functionality
443
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
444
+
445
+ ## 1.56.0-rc.3
446
+
447
+ ### Minor Changes
448
+
449
+ - 674badc: ZERO-2912: Fix selected payment option view to handle null values
450
+
451
+ ## 1.56.0-rc.2
452
+
453
+ ### Minor Changes
454
+
455
+ - 7b05522: ZERO-2905: Fix resend and close button in otp package
456
+ - 29ead87: ZERO-2905: Fix resend and close button in otp package
457
+
458
+ ## 1.56.0-rc.1
459
+
460
+ ### Minor Changes
461
+
462
+ - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
463
+
464
+ ## 1.56.0-rc.0
465
+
466
+ ### Minor Changes
467
+
468
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
469
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
470
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
471
+ - fda5b927: ZERO-2725: fix invalid import
472
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
473
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
474
+ - d93a507: ZERO-2900: Fix pretty url rewrite
475
+ - 6c25f666: ZERO-2551: Check CACHE_HOST variable
476
+ - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
477
+ - 3bf2dd94: ZERO-2551: Fix search page
478
+ - e9541a13: ZERO-2816: Add headers to url
479
+ - c53ef7b9: ZERO-2668: The Link component has been updated to improve the logic for handling href values. Previously, if the href was not a string or started with 'http', it would return the href as is. Now, if the href is not provided, it will default to '#' to prevent any potential errors. Additionally, if the href is a string and does not start with 'http', it will be formatted with the locale and pathname, based on the localeUrlStrategy and defaultLocaleValue. This ensures that the correct href is generated based on the localization settings.
480
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
481
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
482
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
483
+ - d6edb1d0: ZERO-2551: Fix searchparams handling for list and other routes
484
+ - d3474c64: ZERO-2655: Add data source shipping option
485
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
486
+ - c45b62c9: ZERO-2818: Add upload and download support for b2b package
487
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
488
+ - bbe18b9f: ZERO-2575: Fix build error
489
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
490
+ - 4920742c: Disable getCachedTranslations
491
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
492
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
493
+ - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
494
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
495
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
496
+ - 8f47ccae: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
497
+ - fad27689: ZERO-2739: add gpay to payment plugin map
498
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
499
+ - fdd0b41: ZERO-2706: Add optimized translation support
500
+ - f2c325c1: ZERO-2838: Move file input component into @akinon/next
501
+ - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
502
+ - beb499e6: ZERO-2551: Add new tsconfig paths
503
+ - f2c92d5c: ZERO-2816: Update cookie name
504
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
505
+ - f046f8e0: ZERO-2575: update version for react-number-format
506
+ - b9273fd3: ZERO-2889: add host headers to requests
507
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
508
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
509
+ - c670bd48: ZERO-2900: Add middleware rewrite functionality
510
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
204
511
 
205
512
  ## 1.55.0
206
513
 
@@ -246,7 +553,128 @@
246
553
 
247
554
  ### Minor Changes
248
555
 
556
+ - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
557
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
558
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
559
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
560
+ - fda5b927: ZERO-2725: fix invalid import
561
+ - 2d9b2b2: ZERO-2816: Add segment to headers
562
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
563
+ - d93a507: ZERO-2900: Fix pretty url rewrite
564
+ - 8d9ac9a: ZERO-2794: Add field to order type
565
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
566
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
567
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
568
+ - 3bf2dd9: ZERO-2551: Fix search page
569
+ - e9541a1: ZERO-2816: Add headers to url
570
+ - c53ef7b9: ZERO-2668: The Link component has been updated to improve the logic for handling href values. Previously, if the href was not a string or started with 'http', it would return the href as is. Now, if the href is not provided, it will default to '#' to prevent any potential errors. Additionally, if the href is a string and does not start with 'http', it will be formatted with the locale and pathname, based on the localeUrlStrategy and defaultLocaleValue. This ensures that the correct href is generated based on the localization settings.
571
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
572
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
573
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
574
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
575
+ - 1448a96e: ZERO-2612: add errors type in CheckoutState
576
+ - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
577
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
578
+ - d3474c64: ZERO-2655: Add data source shipping option
579
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
580
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
581
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
582
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
583
+ - bbe18b9f: ZERO-2575: Fix build error
584
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
585
+ - 4920742: Disable getCachedTranslations
586
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
587
+ - 7e56d6b: ZERO-2841: Update api tagTypes
588
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
589
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
590
+ - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
591
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
592
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
593
+ - fad27689: ZERO-2739: add gpay to payment plugin map
594
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
595
+ - fdd0b41: ZERO-2706: Add optimized translation support
596
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
597
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
598
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
599
+ - beb499e6: ZERO-2551: Add new tsconfig paths
600
+ - 146ea391: ZERO-2774: Update imports
601
+ - f2c92d5: ZERO-2816: Update cookie name
602
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
603
+ - c47be30d: ZERO-2744: Update Order and OrderItem types
604
+ - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
605
+ - f046f8e0: ZERO-2575: update version for react-number-format
606
+ - b9273fd: ZERO-2889: add host headers to requests
607
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
608
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
609
+ - c670bd4: ZERO-2900: Add middleware rewrite functionality
610
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
611
+ - 3d35f70: ZERO-2908: Add cookie to redirect url
612
+
613
+ ## 1.50.0-rc.1
614
+
615
+ ### Minor Changes
616
+
617
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
618
+
619
+ ## 1.50.0-rc.0
620
+
621
+ ### Minor Changes
622
+
623
+ - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
624
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
625
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
626
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
627
+ - fda5b927: ZERO-2725: fix invalid import
628
+ - 2d9b2b2: ZERO-2816: Add segment to headers
629
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
630
+ - d93a507: ZERO-2900: Fix pretty url rewrite
631
+ - 8d9ac9a: ZERO-2794: Add field to order type
249
632
  - eaf97d6: ZERO-2909: Add deleteCollectionItem query to wishlistApi
633
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
634
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
635
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
636
+ - 3bf2dd9: ZERO-2551: Fix search page
637
+ - e9541a1: ZERO-2816: Add headers to url
638
+ - c53ef7b9: ZERO-2668: The Link component has been updated to improve the logic for handling href values. Previously, if the href was not a string or started with 'http', it would return the href as is. Now, if the href is not provided, it will default to '#' to prevent any potential errors. Additionally, if the href is a string and does not start with 'http', it will be formatted with the locale and pathname, based on the localeUrlStrategy and defaultLocaleValue. This ensures that the correct href is generated based on the localization settings.
639
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
640
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
641
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
642
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
643
+ - 1448a96e: ZERO-2612: add errors type in CheckoutState
644
+ - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
645
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
646
+ - d3474c64: ZERO-2655: Add data source shipping option
647
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
648
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
649
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
650
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
651
+ - bbe18b9f: ZERO-2575: Fix build error
652
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
653
+ - 4920742: Disable getCachedTranslations
654
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
655
+ - 7e56d6b: ZERO-2841: Update api tagTypes
656
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
657
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
658
+ - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
659
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
660
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
661
+ - fad27689: ZERO-2739: add gpay to payment plugin map
662
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
663
+ - fdd0b41: ZERO-2706: Add optimized translation support
664
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
665
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
666
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
667
+ - beb499e6: ZERO-2551: Add new tsconfig paths
668
+ - 146ea391: ZERO-2774: Update imports
669
+ - f2c92d5: ZERO-2816: Update cookie name
670
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
671
+ - c47be30d: ZERO-2744: Update Order and OrderItem types
672
+ - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
673
+ - f046f8e0: ZERO-2575: update version for react-number-format
674
+ - b9273fd: ZERO-2889: add host headers to requests
675
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
676
+ - c670bd4: ZERO-2900: Add middleware rewrite functionality
677
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
250
678
 
251
679
  ## 1.49.0
252
680
 
@@ -272,7 +700,126 @@
272
700
 
273
701
  ### Minor Changes
274
702
 
703
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
704
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
705
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
706
+ - fda5b92: ZERO-2725: fix invalid import
707
+ - 2d9b2b2: ZERO-2816: Add segment to headers
708
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
709
+ - 8d9ac9a: ZERO-2794: Add field to order type
710
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
711
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
712
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
713
+ - 3bf2dd9: ZERO-2551: Fix search page
714
+ - e9541a1: ZERO-2816: Add headers to url
715
+ - c53ef7b9: ZERO-2668: The Link component has been updated to improve the logic for handling href values. Previously, if the href was not a string or started with 'http', it would return the href as is. Now, if the href is not provided, it will default to '#' to prevent any potential errors. Additionally, if the href is a string and does not start with 'http', it will be formatted with the locale and pathname, based on the localeUrlStrategy and defaultLocaleValue. This ensures that the correct href is generated based on the localization settings.
716
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
717
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
718
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
719
+ - 1448a96e: ZERO-2612: add errors type in CheckoutState
720
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
721
+ - d3474c6: ZERO-2655: Add data source shipping option
722
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
723
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
724
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
725
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
726
+ - bbe18b9f: ZERO-2575: Fix build error
727
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
728
+ - 4920742: Disable getCachedTranslations
729
+ - 7e56d6b: ZERO-2841: Update api tagTypes
730
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
731
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
732
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
733
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
734
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
735
+ - fad2768: ZERO-2739: add gpay to payment plugin map
736
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
737
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
738
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
739
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
740
+ - beb499e6: ZERO-2551: Add new tsconfig paths
741
+ - 948eb42: ZERO-2852: Add out of stock endpoints
742
+ - 146ea39: ZERO-2774: Update imports
743
+ - f2c92d5: ZERO-2816: Update cookie name
744
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
745
+ - c47be30: ZERO-2744: Update Order and OrderItem types
746
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
747
+ - f046f8e0: ZERO-2575: update version for react-number-format
748
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
749
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
750
+
751
+ ## 1.45.0-rc.4
752
+
753
+ ### Minor Changes
754
+
755
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
756
+
757
+ ## 1.45.0-rc.3
758
+
759
+ ### Minor Changes
760
+
761
+ - 948eb42: ZERO-2852: Add out of stock endpoints
762
+
763
+ ## 1.45.0-rc.2
764
+
765
+ ### Minor Changes
766
+
767
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
768
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
769
+
770
+ ## 1.45.0-rc.1
771
+
772
+ ### Minor Changes
773
+
774
+ - 7e56d6b: ZERO-2841: Update api tagTypes
775
+
776
+ ## 1.45.0-rc.0
777
+
778
+ ### Minor Changes
779
+
780
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
781
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
782
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
783
+ - fda5b92: ZERO-2725: fix invalid import
784
+ - 2d9b2b2: ZERO-2816: Add segment to headers
785
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
786
+ - 8d9ac9a: ZERO-2794: Add field to order type
787
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
788
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
789
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
790
+ - 3bf2dd9: ZERO-2551: Fix search page
791
+ - e9541a1: ZERO-2816: Add headers to url
792
+ - c53ef7b9: ZERO-2668: The Link component has been updated to improve the logic for handling href values. Previously, if the href was not a string or started with 'http', it would return the href as is. Now, if the href is not provided, it will default to '#' to prevent any potential errors. Additionally, if the href is a string and does not start with 'http', it will be formatted with the locale and pathname, based on the localeUrlStrategy and defaultLocaleValue. This ensures that the correct href is generated based on the localization settings.
793
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
794
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
795
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
796
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
275
797
  - 2ab6e08: ZERO-2841: Update getBasketDetail query
798
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
799
+ - d3474c6: ZERO-2655: Add data source shipping option
800
+ - 75080fd: ZERO-2630: Add max limit to postcode area
801
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
802
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
803
+ - bbe18b9: ZERO-2575: Fix build error
804
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
805
+ - 4920742: Disable getCachedTranslations
806
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
807
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
808
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
809
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
810
+ - fad2768: ZERO-2739: add gpay to payment plugin map
811
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
812
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
813
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
814
+ - beb499e: ZERO-2551: Add new tsconfig paths
815
+ - 146ea39: ZERO-2774: Update imports
816
+ - f2c92d5: ZERO-2816: Update cookie name
817
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
818
+ - c47be30: ZERO-2744: Update Order and OrderItem types
819
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
820
+ - f046f8e0: ZERO-2575: update version for react-number-format
821
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
822
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
276
823
 
277
824
  ## 1.44.0
278
825
 
@@ -280,7 +827,201 @@
280
827
 
281
828
  ### Minor Changes
282
829
 
830
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
831
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
832
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
833
+ - fda5b92: ZERO-2725: fix invalid import
834
+ - 2d9b2b2: ZERO-2816: Add segment to headers
835
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
836
+ - 8d9ac9a: ZERO-2794: Add field to order type
837
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
838
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
839
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
840
+ - 3bf2dd9: ZERO-2551: Fix search page
841
+ - e9541a1: ZERO-2816: Add headers to url
842
+ - c53ef7b9: ZERO-2668: The Link component has been updated to improve the logic for handling href values. Previously, if the href was not a string or started with 'http', it would return the href as is. Now, if the href is not provided, it will default to '#' to prevent any potential errors. Additionally, if the href is a string and does not start with 'http', it will be formatted with the locale and pathname, based on the localeUrlStrategy and defaultLocaleValue. This ensures that the correct href is generated based on the localization settings.
843
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
844
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
845
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
846
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
847
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
848
+ - d3474c6: ZERO-2655: Add data source shipping option
849
+ - 75080fd: ZERO-2630: Add max limit to postcode area
850
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
851
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
852
+ - bbe18b9: ZERO-2575: Fix build error
853
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
854
+ - 4920742: Disable getCachedTranslations
855
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
856
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
857
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
858
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
859
+ - fad2768: ZERO-2739: add gpay to payment plugin map
860
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
861
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
862
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
863
+ - beb499e: ZERO-2551: Add new tsconfig paths
864
+ - 146ea39: ZERO-2774: Update imports
865
+ - f2c92d5: ZERO-2816: Update cookie name
866
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
867
+ - c47be30: ZERO-2744: Update Order and OrderItem types
868
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
869
+ - f046f8e0: ZERO-2575: update version for react-number-format
870
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
871
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
872
+
873
+ ## 1.43.0-rc.15
874
+
875
+ ## 1.43.0-rc.14
876
+
877
+ ### Minor Changes
878
+
879
+ - 3bf2dd9: ZERO-2551: Fix search page
880
+
881
+ ## 1.43.0-rc.13
882
+
883
+ ### Minor Changes
884
+
885
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
886
+
887
+ ## 1.43.0-rc.12
888
+
889
+ ### Minor Changes
890
+
891
+ - 4920742: Disable getCachedTranslations
892
+
893
+ ## 1.43.0-rc.11
894
+
895
+ ### Minor Changes
896
+
897
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
898
+
899
+ ## 1.43.0-rc.10
900
+
901
+ ### Minor Changes
902
+
903
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
904
+
905
+ ## 1.43.0-rc.9
906
+
907
+ ### Minor Changes
908
+
909
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
910
+
911
+ ## 1.43.0-rc.8
912
+
913
+ ### Minor Changes
914
+
915
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
916
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
917
+
918
+ ## 1.43.0-rc.7
919
+
920
+ ### Minor Changes
921
+
922
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
923
+
924
+ ## 1.43.0-rc.6
925
+
926
+ ### Minor Changes
927
+
928
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
929
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
930
+ - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
931
+ - fda5b92: ZERO-2725: fix invalid import
932
+ - 2d9b2b2: ZERO-2816: Add segment to headers
933
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
934
+ - 8d9ac9a: ZERO-2794: Add field to order type
935
+ - e9541a1: ZERO-2816: Add headers to url
936
+ - c53ef7b: ZERO-2668: The Link component has been updated to improve the logic for handling href values. Previously, if the href was not a string or started with 'http', it would return the href as is. Now, if the href is not provided, it will default to '#' to prevent any potential errors. Additionally, if the href is a string and does not start with 'http', it will be formatted with the locale and pathname, based on the localeUrlStrategy and defaultLocaleValue. This ensures that the correct href is generated based on the localization settings.
937
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
938
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
939
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
940
+ - d3474c6: ZERO-2655: Add data source shipping option
941
+ - 75080fd: ZERO-2630: Add max limit to postcode area
942
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
943
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
944
+ - bbe18b9: ZERO-2575: Fix build error
945
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
946
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
947
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
948
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
949
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
950
+ - fad2768: ZERO-2739: add gpay to payment plugin map
951
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
952
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
283
953
  - 4a163f2: ZERO-2761: Add condition for basket summary
954
+ - beb499e: ZERO-2551: Add new tsconfig paths
955
+ - 146ea39: ZERO-2774: Update imports
956
+ - f2c92d5: ZERO-2816: Update cookie name
957
+ - c47be30: ZERO-2744: Update Order and OrderItem types
958
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
959
+ - f046f8e: ZERO-2575: update version for react-number-format
960
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
961
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
962
+
963
+ ## 1.43.0-rc.5
964
+
965
+ ### Minor Changes
966
+
967
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
968
+
969
+ ## 1.43.0-rc.4
970
+
971
+ ### Minor Changes
972
+
973
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
974
+
975
+ ## 1.43.0-rc.3
976
+
977
+ ### Minor Changes
978
+
979
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
980
+
981
+ ## 1.43.0-rc.2
982
+
983
+ ### Minor Changes
984
+
985
+ - f2c92d5: ZERO-2816: Update cookie name
986
+
987
+ ## 1.43.0-rc.1
988
+
989
+ ### Minor Changes
990
+
991
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
992
+
993
+ ## 1.43.0-rc.0
994
+
995
+ ### Minor Changes
996
+
997
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
998
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
999
+ - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1000
+ - fda5b92: ZERO-2725: fix invalid import
1001
+ - 2d9b2b2: ZERO-2816: Add segment to headers
1002
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1003
+ - 8d9ac9a: ZERO-2794: Add field to order type
1004
+ - e9541a1: ZERO-2816: Add headers to url
1005
+ - c53ef7b: ZERO-2668: The Link component has been updated to improve the logic for handling href values. Previously, if the href was not a string or started with 'http', it would return the href as is. Now, if the href is not provided, it will default to '#' to prevent any potential errors. Additionally, if the href is a string and does not start with 'http', it will be formatted with the locale and pathname, based on the localeUrlStrategy and defaultLocaleValue. This ensures that the correct href is generated based on the localization settings.
1006
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
1007
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
1008
+ - d3474c6: ZERO-2655: Add data source shipping option
1009
+ - 75080fd: ZERO-2630: Add max limit to postcode area
1010
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
1011
+ - bbe18b9: ZERO-2575: Fix build error
1012
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1013
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1014
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
1015
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1016
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1017
+ - fad2768: ZERO-2739: add gpay to payment plugin map
1018
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
1019
+ - beb499e: ZERO-2551: Add new tsconfig paths
1020
+ - 146ea39: ZERO-2774: Update imports
1021
+ - c47be30: ZERO-2744: Update Order and OrderItem types
1022
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1023
+ - f046f8e: ZERO-2575: update version for react-number-format
1024
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
284
1025
 
285
1026
  ## 1.42.0
286
1027
 
@@ -1,46 +1,61 @@
1
1
  'use client';
2
2
 
3
- import { ButtonProps } from '../types/index';
3
+ import { ButtonProps } from '../types';
4
4
  import clsx from 'clsx';
5
5
  import { twMerge } from 'tailwind-merge';
6
+ import { Link } from './link';
6
7
 
7
8
  export const Button = (props: ButtonProps) => {
8
- return (
9
- <button
10
- {...props}
11
- className={twMerge(
12
- clsx(
13
- [
14
- 'px-4',
15
- 'h-10',
16
- 'text-xs',
17
- 'bg-primary',
18
- 'text-primary-foreground',
19
- 'border',
20
- 'border-primary',
21
- 'transition-all',
22
- 'hover:bg-white',
23
- 'hover:border-primary',
24
- 'hover:text-primary'
25
- ],
26
- props.appearance === 'outlined' && [
27
- 'bg-transparent ',
28
- 'text-primary ',
29
- 'hover:bg-primary ',
30
- 'hover:text-primary-foreground'
31
- ],
32
- props.appearance === 'ghost' && [
33
- 'bg-transparent',
34
- 'border-transparent',
35
- 'text-primary',
36
- 'hover:bg-primary',
37
- 'hover:text-primary-foreground'
38
- ]
39
- ),
40
- props.className
41
- )}
9
+ const {
10
+ appearance = 'filled',
11
+ size = 'md',
12
+ href,
13
+ target,
14
+ children,
15
+ className,
16
+ ...rest
17
+ } = props;
18
+
19
+ const variants = {
20
+ filled:
21
+ 'bg-primary text-primary-foreground border border-primary hover:bg-white hover:border-primary hover:text-primary',
22
+ outlined:
23
+ 'bg-transparent text-primary hover:bg-primary hover:text-primary-foreground',
24
+ ghost:
25
+ 'bg-transparent border-transparent text-primary hover:bg-primary hover:text-primary-foreground',
26
+ link: 'px-0 h-auto underline underline-offset-2'
27
+ };
28
+
29
+ const sizes = {
30
+ sm: 'h-8',
31
+ md: 'h-10',
32
+ lg: 'h-12',
33
+ xl: 'h-14'
34
+ };
35
+
36
+ const buttonClasses = twMerge(
37
+ clsx(
38
+ 'px-4 text-xs transition-all duration-200',
39
+ 'inline-flex gap-2 justify-center items-center',
40
+ variants[appearance],
41
+ sizes[size],
42
+ className
43
+ ),
44
+ className
45
+ );
46
+
47
+ return props.href ? (
48
+ <Link
49
+ prefetch={false}
50
+ target={target}
51
+ href={href}
52
+ className={buttonClasses}
42
53
  >
43
- {props.children}
54
+ {children}
55
+ </Link>
56
+ ) : (
57
+ <button {...rest} className={buttonClasses}>
58
+ {children}
44
59
  </button>
45
60
  );
46
61
  };
@@ -1,6 +1,8 @@
1
1
  import clsx from 'clsx';
2
2
  import { forwardRef, FocusEvent, useState, Ref } from 'react';
3
3
  import { Controller } from 'react-hook-form';
4
+
5
+ // @ts-ignore
4
6
  import { PatternFormat, PatternFormatProps } from 'react-number-format';
5
7
  import { InputProps } from '../types';
6
8
  import { twMerge } from 'tailwind-merge';
@@ -10,7 +10,9 @@ type LinkProps = Omit<
10
10
  React.AnchorHTMLAttributes<HTMLAnchorElement>,
11
11
  keyof NextLinkProps
12
12
  > &
13
- NextLinkProps;
13
+ NextLinkProps & {
14
+ href: string;
15
+ };
14
16
 
15
17
  export const Link = ({ children, href, ...rest }: LinkProps) => {
16
18
  const { locale, defaultLocaleValue, localeUrlStrategy } = useLocalization();
@@ -26,19 +28,21 @@ export const Link = ({ children, href, ...rest }: LinkProps) => {
26
28
  return href;
27
29
  }
28
30
 
29
- const pathnameWithoutLocale = href.replace(urlLocaleMatcherRegex, '');
30
- const hrefWithLocale = `/${locale}${pathnameWithoutLocale}`;
31
-
32
- if (localeUrlStrategy === LocaleUrlStrategy.ShowAllLocales) {
33
- return hrefWithLocale;
34
- } else if (
35
- localeUrlStrategy === LocaleUrlStrategy.HideDefaultLocale &&
36
- locale !== defaultLocaleValue
37
- ) {
38
- return hrefWithLocale;
31
+ if (typeof href === 'string' && !href.startsWith('http')) {
32
+ const pathnameWithoutLocale = href.replace(urlLocaleMatcherRegex, '');
33
+ const hrefWithLocale = `/${locale}${pathnameWithoutLocale}`;
34
+
35
+ if (localeUrlStrategy === LocaleUrlStrategy.ShowAllLocales) {
36
+ return hrefWithLocale;
37
+ } else if (
38
+ localeUrlStrategy === LocaleUrlStrategy.HideDefaultLocale &&
39
+ locale !== defaultLocaleValue
40
+ ) {
41
+ return hrefWithLocale;
42
+ }
39
43
  }
40
44
 
41
- return href || '#';
45
+ return href;
42
46
  }, [href, defaultLocaleValue, locale, localeUrlStrategy]);
43
47
 
44
48
  return (
@@ -182,6 +182,11 @@ export const checkoutApi = api.injectEndpoints({
182
182
  }),
183
183
  providesTags: ['Checkout']
184
184
  }),
185
+ resetCheckoutState: build.query<CheckoutResponse, void>({
186
+ query: () => ({
187
+ url: buildClientRequestUrl(checkout.guestLogin, {})
188
+ })
189
+ }),
185
190
  fetchCheckoutResult: build.query<{ order: Order }, string>({
186
191
  query: (token: string) =>
187
192
  buildClientRequestUrl(checkout.fetchCheckoutResult(token))
@@ -859,5 +864,6 @@ export const {
859
864
  useSetLoyaltyDataMutation,
860
865
  useSetWalletSelectionPageMutation,
861
866
  useSetWalletPaymentPageMutation,
862
- useSetWalletCompletePageMutation
867
+ useSetWalletCompletePageMutation,
868
+ useResetCheckoutStateQuery
863
869
  } = checkoutApi;
@@ -0,0 +1,72 @@
1
+ import { Cache, CacheKey } from '../../lib/cache';
2
+ import { basket } from '../../data/urls';
3
+ import { Basket } from '../../types';
4
+ import appFetch from '../../utils/app-fetch';
5
+ import { ServerVariables } from '../../utils/server-variables';
6
+ import logger from '../../utils/log';
7
+
8
+ type GetBasketParams = {
9
+ locale?: string;
10
+ currency?: string;
11
+ namespace?: string;
12
+ };
13
+
14
+ const getBasketDataHandler = ({
15
+ locale,
16
+ currency,
17
+ namespace
18
+ }: GetBasketParams) => {
19
+ return async function () {
20
+ try {
21
+ const url = namespace
22
+ ? basket.getBasketDetail(namespace)
23
+ : basket.getBasket;
24
+
25
+ const basketData = await appFetch<{ basket: Basket }>({
26
+ url,
27
+ locale,
28
+ currency,
29
+ init: {
30
+ headers: {
31
+ Accept: 'application/json',
32
+ 'Content-Type': 'application/json'
33
+ }
34
+ }
35
+ });
36
+
37
+ if (!basketData?.basket) {
38
+ logger.warn('Basket data is undefined', {
39
+ handler: 'getBasketDataHandler',
40
+ namespace
41
+ });
42
+ }
43
+
44
+ return basketData;
45
+ } catch (error) {
46
+ logger.error('Error fetching basket data', {
47
+ handler: 'getBasketDataHandler',
48
+ error,
49
+ namespace
50
+ });
51
+ throw error;
52
+ }
53
+ };
54
+ };
55
+
56
+ export const getBasketData = async ({
57
+ locale = ServerVariables.locale,
58
+ currency = ServerVariables.currency,
59
+ namespace
60
+ }: GetBasketParams = {}) => {
61
+ return Cache.wrap(
62
+ CacheKey.Basket(namespace),
63
+ locale,
64
+ getBasketDataHandler({ locale, currency, namespace }),
65
+ {
66
+ expire: 0,
67
+ cache: false
68
+ }
69
+ );
70
+ };
71
+
72
+
@@ -72,10 +72,13 @@ const addRootLayoutProps = async (componentProps: RootLayoutProps) => {
72
72
  const checkRedisVariables = () => {
73
73
  const requiredVariableValues = [
74
74
  process.env.CACHE_HOST,
75
- process.env.CACHE_PORT,
76
- process.env.CACHE_SECRET
75
+ process.env.CACHE_PORT
77
76
  ];
78
77
 
78
+ if (!settings.usePrettyUrlRoute) {
79
+ requiredVariableValues.push(process.env.CACHE_SECRET);
80
+ }
81
+
79
82
  if (
80
83
  !requiredVariableValues.every((v) => v) &&
81
84
  process.env.NODE_ENV === 'production'
@@ -1,5 +1,12 @@
1
+ import { initSentry } from '../sentry';
2
+
1
3
  export async function register() {
2
4
  if (process.env.NEXT_RUNTIME === 'nodejs') {
3
5
  await import('./node');
6
+ initSentry('Server');
7
+ }
8
+
9
+ if (process.env.NEXT_RUNTIME === 'edge') {
10
+ initSentry('Edge');
4
11
  }
5
12
  }
package/lib/cache.ts CHANGED
@@ -31,6 +31,8 @@ export const CacheKey = {
31
31
  `category_${pk}_${encodeURIComponent(
32
32
  JSON.stringify(searchParams)
33
33
  )}${hashCacheKey(headers)}`,
34
+ Basket: (namespace?: string) => `basket${namespace ? `_${namespace}` : ''}`,
35
+ AllBaskets: () => 'all_baskets',
34
36
  CategorySlug: (slug: string) => `category_${slug}`,
35
37
  SpecialPage: (
36
38
  pk: number,
@@ -145,7 +145,8 @@ const withCompleteGpay =
145
145
  logger.info('Redirecting to order success page', {
146
146
  middleware: 'complete-gpay',
147
147
  redirectUrlWithLocale,
148
- ip
148
+ ip,
149
+ setCookie: request.headers.get('set-cookie')
149
150
  });
150
151
 
151
152
  // Using POST method while redirecting causes an error,
@@ -145,7 +145,8 @@ const withCompleteMasterpass =
145
145
  logger.info('Redirecting to order success page', {
146
146
  middleware: 'complete-masterpass',
147
147
  redirectUrlWithLocale,
148
- ip
148
+ ip,
149
+ setCookie: request.headers.get('set-cookie')
149
150
  });
150
151
 
151
152
  // Using POST method while redirecting causes an error,
@@ -285,7 +285,9 @@ const withPzDefault =
285
285
  url.pathname =
286
286
  url.pathname +
287
287
  (/\/$/.test(url.pathname) ? '' : '/') +
288
- `searchparams|${url.searchParams.toString()}`;
288
+ `searchparams|${url.searchParams
289
+ .toString()
290
+ .replace(/%26/g, '--amp--')}`;
289
291
  }
290
292
 
291
293
  if (
@@ -146,7 +146,8 @@ const withRedirectionPayment =
146
146
  logger.info('Redirecting to order success page', {
147
147
  middleware: 'redirection-payment',
148
148
  redirectUrlWithLocale,
149
- ip
149
+ ip,
150
+ setCookie: request.headers.get('set-cookie')
150
151
  });
151
152
 
152
153
  // Using POST method while redirecting causes an error,
@@ -145,7 +145,8 @@ const withSavedCardRedirection =
145
145
  logger.info('Redirecting to order success page', {
146
146
  middleware: 'saved-card-redirection',
147
147
  redirectUrlWithLocale,
148
- ip
148
+ ip,
149
+ setCookie: request.headers.get('set-cookie')
149
150
  });
150
151
 
151
152
  // Using POST method while redirecting causes an error,
@@ -145,7 +145,8 @@ const withThreeDRedirection =
145
145
  logger.info('Redirecting to order success page', {
146
146
  middleware: 'three-d-redirection',
147
147
  redirectUrlWithLocale,
148
- ip
148
+ ip,
149
+ setCookie: request.headers.get('set-cookie')
149
150
  });
150
151
 
151
152
  // Using POST method while redirecting causes an error,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@akinon/next",
3
3
  "description": "Core package for Project Zero Next",
4
- "version": "1.78.0",
4
+ "version": "1.79.0-rc.0",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "bin": {
@@ -20,7 +20,7 @@
20
20
  "@opentelemetry/sdk-trace-node": "1.19.0",
21
21
  "@opentelemetry/semantic-conventions": "1.19.0",
22
22
  "@reduxjs/toolkit": "1.9.7",
23
- "@neshca/cache-handler": "1.5.1",
23
+ "@neshca/cache-handler": "1.9.0",
24
24
  "cross-spawn": "7.0.3",
25
25
  "generic-pool": "3.9.0",
26
26
  "react-redux": "8.1.3",
@@ -30,7 +30,7 @@
30
30
  "set-cookie-parser": "2.6.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@akinon/eslint-plugin-projectzero": "1.78.0",
33
+ "@akinon/eslint-plugin-projectzero": "1.79.0-rc.0",
34
34
  "@types/react-redux": "7.1.30",
35
35
  "@types/set-cookie-parser": "2.4.7",
36
36
  "@typescript-eslint/eslint-plugin": "6.7.4",
@@ -19,6 +19,10 @@ export type AccountOrderCancellation = {
19
19
  description: string;
20
20
  order_item: string;
21
21
  reason: string;
22
+ cancellation_request_image_set?: Array<{
23
+ image: string;
24
+ description: string;
25
+ }>;
22
26
  }>;
23
27
  };
24
28
 
@@ -61,5 +65,5 @@ export type ContactFormType = {
61
65
  order?: string;
62
66
  country_code?: string;
63
67
  order_needed?: boolean;
64
- file?: FileList
68
+ file?: FileList;
65
69
  };
@@ -114,6 +114,7 @@ export interface Order {
114
114
  pk: number;
115
115
  name: string;
116
116
  slug: string;
117
+ logo: string;
117
118
  [key: string]: any;
118
119
  };
119
120
  }
package/types/index.ts CHANGED
@@ -275,7 +275,10 @@ export interface IconProps extends React.ComponentPropsWithRef<'i'> {
275
275
 
276
276
  export interface ButtonProps
277
277
  extends React.ButtonHTMLAttributes<HTMLButtonElement> {
278
- appearance?: 'filled' | 'outlined' | 'ghost';
278
+ appearance?: 'filled' | 'outlined' | 'ghost' | 'link' | string;
279
+ size?: 'sm' | 'md' | 'lg' | 'xl';
280
+ href?: string;
281
+ target?: '_blank' | '_self' | '_parent' | '_top';
279
282
  }
280
283
 
281
284
  export type FileInputProps = React.HTMLProps<HTMLInputElement>;
@@ -43,12 +43,12 @@ const appFetch = async <T>({
43
43
  const requestURL = `${decodeURIComponent(commerceUrl)}${url}`;
44
44
 
45
45
  init.headers = {
46
+ cookie: nextCookies.toString(),
46
47
  ...(init.headers ?? {}),
47
48
  ...(ServerVariables.globalHeaders ?? {}),
48
49
  'Accept-Language': currentLocale.apiValue,
49
50
  'x-currency': currency,
50
- 'x-forwarded-for': ip,
51
- cookie: nextCookies.toString()
51
+ 'x-forwarded-for': ip
52
52
  };
53
53
 
54
54
  init.next = {
package/with-pz-config.js CHANGED
@@ -64,7 +64,7 @@ const defaultConfig = {
64
64
  },
65
65
  sentry: {
66
66
  hideSourceMaps: true
67
- }
67
+ } // TODO: This section will be reviewed again in the Sentry 8 update.
68
68
  };
69
69
 
70
70
  const withPzConfig = (