@akinon/next 1.76.0 → 1.77.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.77.0-rc.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
8
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
9
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
10
+ - e9541a13: ZERO-2816: Add headers to url
11
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
12
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
13
+ - 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.
14
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
15
+ - 999168d6: ZERO-3104: Remove local cache handler from CacheHandler initialization
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
+ - f2c92d5c: ZERO-2816: Update cookie name
26
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
27
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
28
+ - 86a5a620: ZERO-3104: Add optional headers parameter to data fetching functions
29
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
30
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
31
+
3
32
  ## 1.76.0
4
33
 
5
34
  ### Minor Changes
@@ -57,6 +86,52 @@
57
86
  ### Minor Changes
58
87
 
59
88
  - f34454a: ZERO-2953: Add hepsipay payment method
89
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
90
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
91
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
92
+ - 9a50730: ZERO-3015: Add currency parameter to getOrders query
93
+ - ca774b3: ZERO-3002:add register with loyalty url
94
+ - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
95
+ - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
96
+
97
+ ## 1.71.0-rc.7
98
+
99
+ ## 1.71.0-rc.6
100
+
101
+ ### Minor Changes
102
+
103
+ - f34454a: ZERO-2953: Add hepsipay payment method
104
+
105
+ ## 1.71.0-rc.5
106
+
107
+ ## 1.71.0-rc.4
108
+
109
+ ## 1.71.0-rc.3
110
+
111
+ ### Minor Changes
112
+
113
+ - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
114
+
115
+ ## 1.71.0-rc.2
116
+
117
+ ### Minor Changes
118
+
119
+ - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
120
+
121
+ ## 1.71.0-rc.1
122
+
123
+ ### Minor Changes
124
+
125
+ - 9a50730: ZERO-3015: Add currency parameter to getOrders query
126
+
127
+ ## 1.71.0-rc.0
128
+
129
+ ### Minor Changes
130
+
131
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
132
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
133
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
134
+ - ca774b3: ZERO-3002:add register with loyalty url
60
135
 
61
136
  ## 1.70.0
62
137
 
@@ -68,12 +143,72 @@
68
143
 
69
144
  ### Minor Changes
70
145
 
146
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
147
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
148
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
149
+ - ca774b3: ZERO-3002:add register with loyalty url
150
+ - f046f8e: ZERO-2575: update version for react-number-format
151
+
152
+ ## 1.69.0-rc.8
153
+
154
+ ### Minor Changes
155
+
156
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
157
+ - ca774b3: ZERO-3002:add register with loyalty url
158
+
159
+ ## 1.69.0-rc.7
160
+
161
+ ### Minor Changes
162
+
163
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
164
+
165
+ ## 1.69.0-rc.6
166
+
167
+ ### Minor Changes
168
+
169
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
71
170
  - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
72
171
  - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
73
172
  - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
74
173
  - cbdb0c8: ZERO-3010: Move pretty url page into project
75
174
  - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
76
175
 
176
+ ## 1.69.0-rc.5
177
+
178
+ ### Minor Changes
179
+
180
+ - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
181
+
182
+ ## 1.69.0-rc.4
183
+
184
+ ### Minor Changes
185
+
186
+ - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
187
+
188
+ ## 1.69.0-rc.3
189
+
190
+ ### Minor Changes
191
+
192
+ - cbdb0c8: ZERO-3010: Move pretty url page into project
193
+
194
+ ## 1.69.0-rc.2
195
+
196
+ ### Minor Changes
197
+
198
+ - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
199
+
200
+ ## 1.69.0-rc.1
201
+
202
+ ### Minor Changes
203
+
204
+ - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
205
+
206
+ ## 1.69.0-rc.0
207
+
208
+ ### Minor Changes
209
+
210
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
211
+
77
212
  ## 1.68.0
78
213
 
79
214
  ### Minor Changes
@@ -183,11 +318,183 @@
183
318
 
184
319
  ### Minor Changes
185
320
 
321
+ - c416d18: ZERO-2915: Add delivery option null check for setAddress
322
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
323
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
324
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
325
+ - fda5b927: ZERO-2725: fix invalid import
326
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
327
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
328
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
329
+ - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
330
+ - 3bf2dd9: ZERO-2551: Fix search page
331
+ - e9541a13: ZERO-2816: Add headers to url
332
+ - 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.
333
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
334
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
335
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
336
+ - 7b05522: ZERO-2905: Fix resend and close button in otp package
337
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
338
+ - d3474c64: ZERO-2655: Add data source shipping option
339
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
340
+ - 29ead87: ZERO-2905: Fix resend and close button in otp package
341
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
342
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
343
+ - bbe18b9f: ZERO-2575: Fix build error
344
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
345
+ - 4920742: Disable getCachedTranslations
346
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
347
+ - 7e56d6b: ZERO-2841: Update api tagTypes
348
+ - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
349
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
350
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
351
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
352
+ - fad27689: ZERO-2739: add gpay to payment plugin map
353
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
354
+ - fdd0b41: ZERO-2706: Add optimized translation support
355
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
356
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
357
+ - beb499e6: ZERO-2551: Add new tsconfig paths
358
+ - f2c92d5c: ZERO-2816: Update cookie name
359
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
360
+ - f3d076b: ZERO-2864: create tabby extension plugin
361
+ - f046f8e0: ZERO-2575: update version for react-number-format
362
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
363
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
364
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
365
+
366
+ ## 1.56.0-rc.7
367
+
368
+ ## 1.56.0-rc.6
369
+
370
+ ### Minor Changes
371
+
372
+ - f3d076b: ZERO-2864: create tabby extension plugin
373
+
374
+ ## 1.56.0-rc.5
375
+
376
+ ### Minor Changes
377
+
378
+ - c416d18: ZERO-2915: Add delivery option null check for setAddress
379
+
380
+ ## 1.56.0-rc.4
381
+
382
+ ### Minor Changes
383
+
384
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
385
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
386
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
387
+ - fda5b927: ZERO-2725: fix invalid import
388
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
389
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
186
390
  - d93a507: ZERO-2900: Fix pretty url rewrite
391
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
392
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
393
+ - 3bf2dd9: ZERO-2551: Fix search page
394
+ - e9541a13: ZERO-2816: Add headers to url
395
+ - 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.
396
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
397
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
398
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
399
+ - 7b05522: ZERO-2905: Fix resend and close button in otp package
400
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
401
+ - d3474c64: ZERO-2655: Add data source shipping option
402
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
403
+ - 29ead87: ZERO-2905: Fix resend and close button in otp package
404
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
405
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
406
+ - bbe18b9f: ZERO-2575: Fix build error
407
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
408
+ - 4920742: Disable getCachedTranslations
409
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
187
410
  - 674badc: ZERO-2912: Fix selected payment option view to handle null values
411
+ - 7e56d6b: ZERO-2841: Update api tagTypes
412
+ - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
413
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
188
414
  - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
415
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
416
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
417
+ - fad27689: ZERO-2739: add gpay to payment plugin map
418
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
419
+ - fdd0b41: ZERO-2706: Add optimized translation support
420
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
421
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
422
+ - beb499e6: ZERO-2551: Add new tsconfig paths
423
+ - f2c92d5c: ZERO-2816: Update cookie name
424
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
425
+ - f046f8e0: ZERO-2575: update version for react-number-format
189
426
  - b9273fd: ZERO-2889: add host headers to requests
427
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
428
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
190
429
  - c670bd4: ZERO-2900: Add middleware rewrite functionality
430
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
431
+
432
+ ## 1.56.0-rc.3
433
+
434
+ ### Minor Changes
435
+
436
+ - 674badc: ZERO-2912: Fix selected payment option view to handle null values
437
+
438
+ ## 1.56.0-rc.2
439
+
440
+ ### Minor Changes
441
+
442
+ - 7b05522: ZERO-2905: Fix resend and close button in otp package
443
+ - 29ead87: ZERO-2905: Fix resend and close button in otp package
444
+
445
+ ## 1.56.0-rc.1
446
+
447
+ ### Minor Changes
448
+
449
+ - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
450
+
451
+ ## 1.56.0-rc.0
452
+
453
+ ### Minor Changes
454
+
455
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
456
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
457
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
458
+ - fda5b927: ZERO-2725: fix invalid import
459
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
460
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
461
+ - d93a507: ZERO-2900: Fix pretty url rewrite
462
+ - 6c25f666: ZERO-2551: Check CACHE_HOST variable
463
+ - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
464
+ - 3bf2dd94: ZERO-2551: Fix search page
465
+ - e9541a13: ZERO-2816: Add headers to url
466
+ - 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.
467
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
468
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
469
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
470
+ - d6edb1d0: ZERO-2551: Fix searchparams handling for list and other routes
471
+ - d3474c64: ZERO-2655: Add data source shipping option
472
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
473
+ - c45b62c9: ZERO-2818: Add upload and download support for b2b package
474
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
475
+ - bbe18b9f: ZERO-2575: Fix build error
476
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
477
+ - 4920742c: Disable getCachedTranslations
478
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
479
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
480
+ - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
481
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
482
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
483
+ - 8f47ccae: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
484
+ - fad27689: ZERO-2739: add gpay to payment plugin map
485
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
486
+ - fdd0b41: ZERO-2706: Add optimized translation support
487
+ - f2c325c1: ZERO-2838: Move file input component into @akinon/next
488
+ - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
489
+ - beb499e6: ZERO-2551: Add new tsconfig paths
490
+ - f2c92d5c: ZERO-2816: Update cookie name
491
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
492
+ - f046f8e0: ZERO-2575: update version for react-number-format
493
+ - b9273fd3: ZERO-2889: add host headers to requests
494
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
495
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
496
+ - c670bd48: ZERO-2900: Add middleware rewrite functionality
497
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
191
498
 
192
499
  ## 1.55.0
193
500
 
@@ -233,7 +540,128 @@
233
540
 
234
541
  ### Minor Changes
235
542
 
543
+ - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
544
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
545
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
546
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
547
+ - fda5b927: ZERO-2725: fix invalid import
548
+ - 2d9b2b2: ZERO-2816: Add segment to headers
549
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
550
+ - d93a507: ZERO-2900: Fix pretty url rewrite
551
+ - 8d9ac9a: ZERO-2794: Add field to order type
552
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
553
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
554
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
555
+ - 3bf2dd9: ZERO-2551: Fix search page
556
+ - e9541a1: ZERO-2816: Add headers to url
557
+ - 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.
558
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
559
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
560
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
561
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
562
+ - 1448a96e: ZERO-2612: add errors type in CheckoutState
563
+ - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
564
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
565
+ - d3474c64: ZERO-2655: Add data source shipping option
566
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
567
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
568
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
569
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
570
+ - bbe18b9f: ZERO-2575: Fix build error
571
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
572
+ - 4920742: Disable getCachedTranslations
573
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
574
+ - 7e56d6b: ZERO-2841: Update api tagTypes
575
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
576
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
577
+ - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
578
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
579
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
580
+ - fad27689: ZERO-2739: add gpay to payment plugin map
581
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
582
+ - fdd0b41: ZERO-2706: Add optimized translation support
583
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
584
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
585
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
586
+ - beb499e6: ZERO-2551: Add new tsconfig paths
587
+ - 146ea391: ZERO-2774: Update imports
588
+ - f2c92d5: ZERO-2816: Update cookie name
589
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
590
+ - c47be30d: ZERO-2744: Update Order and OrderItem types
591
+ - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
592
+ - f046f8e0: ZERO-2575: update version for react-number-format
593
+ - b9273fd: ZERO-2889: add host headers to requests
594
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
595
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
596
+ - c670bd4: ZERO-2900: Add middleware rewrite functionality
597
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
598
+ - 3d35f70: ZERO-2908: Add cookie to redirect url
599
+
600
+ ## 1.50.0-rc.1
601
+
602
+ ### Minor Changes
603
+
604
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
605
+
606
+ ## 1.50.0-rc.0
607
+
608
+ ### Minor Changes
609
+
610
+ - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
611
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
612
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
613
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
614
+ - fda5b927: ZERO-2725: fix invalid import
615
+ - 2d9b2b2: ZERO-2816: Add segment to headers
616
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
617
+ - d93a507: ZERO-2900: Fix pretty url rewrite
618
+ - 8d9ac9a: ZERO-2794: Add field to order type
236
619
  - eaf97d6: ZERO-2909: Add deleteCollectionItem query to wishlistApi
620
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
621
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
622
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
623
+ - 3bf2dd9: ZERO-2551: Fix search page
624
+ - e9541a1: ZERO-2816: Add headers to url
625
+ - 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.
626
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
627
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
628
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
629
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
630
+ - 1448a96e: ZERO-2612: add errors type in CheckoutState
631
+ - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
632
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
633
+ - d3474c64: ZERO-2655: Add data source shipping option
634
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
635
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
636
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
637
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
638
+ - bbe18b9f: ZERO-2575: Fix build error
639
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
640
+ - 4920742: Disable getCachedTranslations
641
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
642
+ - 7e56d6b: ZERO-2841: Update api tagTypes
643
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
644
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
645
+ - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
646
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
647
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
648
+ - fad27689: ZERO-2739: add gpay to payment plugin map
649
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
650
+ - fdd0b41: ZERO-2706: Add optimized translation support
651
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
652
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
653
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
654
+ - beb499e6: ZERO-2551: Add new tsconfig paths
655
+ - 146ea391: ZERO-2774: Update imports
656
+ - f2c92d5: ZERO-2816: Update cookie name
657
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
658
+ - c47be30d: ZERO-2744: Update Order and OrderItem types
659
+ - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
660
+ - f046f8e0: ZERO-2575: update version for react-number-format
661
+ - b9273fd: ZERO-2889: add host headers to requests
662
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
663
+ - c670bd4: ZERO-2900: Add middleware rewrite functionality
664
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
237
665
 
238
666
  ## 1.49.0
239
667
 
@@ -259,7 +687,126 @@
259
687
 
260
688
  ### Minor Changes
261
689
 
690
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
691
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
692
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
693
+ - fda5b92: ZERO-2725: fix invalid import
694
+ - 2d9b2b2: ZERO-2816: Add segment to headers
695
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
696
+ - 8d9ac9a: ZERO-2794: Add field to order type
697
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
698
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
699
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
700
+ - 3bf2dd9: ZERO-2551: Fix search page
701
+ - e9541a1: ZERO-2816: Add headers to url
702
+ - 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.
703
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
704
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
705
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
706
+ - 1448a96e: ZERO-2612: add errors type in CheckoutState
707
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
708
+ - d3474c6: ZERO-2655: Add data source shipping option
709
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
710
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
711
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
712
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
713
+ - bbe18b9f: ZERO-2575: Fix build error
714
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
715
+ - 4920742: Disable getCachedTranslations
716
+ - 7e56d6b: ZERO-2841: Update api tagTypes
717
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
718
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
719
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
720
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
721
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
722
+ - fad2768: ZERO-2739: add gpay to payment plugin map
723
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
724
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
725
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
726
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
727
+ - beb499e6: ZERO-2551: Add new tsconfig paths
728
+ - 948eb42: ZERO-2852: Add out of stock endpoints
729
+ - 146ea39: ZERO-2774: Update imports
730
+ - f2c92d5: ZERO-2816: Update cookie name
731
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
732
+ - c47be30: ZERO-2744: Update Order and OrderItem types
733
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
734
+ - f046f8e0: ZERO-2575: update version for react-number-format
735
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
736
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
737
+
738
+ ## 1.45.0-rc.4
739
+
740
+ ### Minor Changes
741
+
742
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
743
+
744
+ ## 1.45.0-rc.3
745
+
746
+ ### Minor Changes
747
+
748
+ - 948eb42: ZERO-2852: Add out of stock endpoints
749
+
750
+ ## 1.45.0-rc.2
751
+
752
+ ### Minor Changes
753
+
754
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
755
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
756
+
757
+ ## 1.45.0-rc.1
758
+
759
+ ### Minor Changes
760
+
761
+ - 7e56d6b: ZERO-2841: Update api tagTypes
762
+
763
+ ## 1.45.0-rc.0
764
+
765
+ ### Minor Changes
766
+
767
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
768
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
769
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
770
+ - fda5b92: ZERO-2725: fix invalid import
771
+ - 2d9b2b2: ZERO-2816: Add segment to headers
772
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
773
+ - 8d9ac9a: ZERO-2794: Add field to order type
774
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
775
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
776
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
777
+ - 3bf2dd9: ZERO-2551: Fix search page
778
+ - e9541a1: ZERO-2816: Add headers to url
779
+ - 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.
780
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
781
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
782
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
783
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
262
784
  - 2ab6e08: ZERO-2841: Update getBasketDetail query
785
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
786
+ - d3474c6: ZERO-2655: Add data source shipping option
787
+ - 75080fd: ZERO-2630: Add max limit to postcode area
788
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
789
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
790
+ - bbe18b9: ZERO-2575: Fix build error
791
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
792
+ - 4920742: Disable getCachedTranslations
793
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
794
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
795
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
796
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
797
+ - fad2768: ZERO-2739: add gpay to payment plugin map
798
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
799
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
800
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
801
+ - beb499e: ZERO-2551: Add new tsconfig paths
802
+ - 146ea39: ZERO-2774: Update imports
803
+ - f2c92d5: ZERO-2816: Update cookie name
804
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
805
+ - c47be30: ZERO-2744: Update Order and OrderItem types
806
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
807
+ - f046f8e0: ZERO-2575: update version for react-number-format
808
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
809
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
263
810
 
264
811
  ## 1.44.0
265
812
 
@@ -267,7 +814,201 @@
267
814
 
268
815
  ### Minor Changes
269
816
 
817
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
818
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
819
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
820
+ - fda5b92: ZERO-2725: fix invalid import
821
+ - 2d9b2b2: ZERO-2816: Add segment to headers
822
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
823
+ - 8d9ac9a: ZERO-2794: Add field to order type
824
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
825
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
826
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
827
+ - 3bf2dd9: ZERO-2551: Fix search page
828
+ - e9541a1: ZERO-2816: Add headers to url
829
+ - 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.
830
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
831
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
832
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
833
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
834
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
835
+ - d3474c6: ZERO-2655: Add data source shipping option
836
+ - 75080fd: ZERO-2630: Add max limit to postcode area
837
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
838
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
839
+ - bbe18b9: ZERO-2575: Fix build error
840
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
841
+ - 4920742: Disable getCachedTranslations
842
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
843
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
844
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
845
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
846
+ - fad2768: ZERO-2739: add gpay to payment plugin map
847
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
848
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
849
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
850
+ - beb499e: ZERO-2551: Add new tsconfig paths
851
+ - 146ea39: ZERO-2774: Update imports
852
+ - f2c92d5: ZERO-2816: Update cookie name
853
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
854
+ - c47be30: ZERO-2744: Update Order and OrderItem types
855
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
856
+ - f046f8e0: ZERO-2575: update version for react-number-format
857
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
858
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
859
+
860
+ ## 1.43.0-rc.15
861
+
862
+ ## 1.43.0-rc.14
863
+
864
+ ### Minor Changes
865
+
866
+ - 3bf2dd9: ZERO-2551: Fix search page
867
+
868
+ ## 1.43.0-rc.13
869
+
870
+ ### Minor Changes
871
+
872
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
873
+
874
+ ## 1.43.0-rc.12
875
+
876
+ ### Minor Changes
877
+
878
+ - 4920742: Disable getCachedTranslations
879
+
880
+ ## 1.43.0-rc.11
881
+
882
+ ### Minor Changes
883
+
884
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
885
+
886
+ ## 1.43.0-rc.10
887
+
888
+ ### Minor Changes
889
+
890
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
891
+
892
+ ## 1.43.0-rc.9
893
+
894
+ ### Minor Changes
895
+
896
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
897
+
898
+ ## 1.43.0-rc.8
899
+
900
+ ### Minor Changes
901
+
902
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
903
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
904
+
905
+ ## 1.43.0-rc.7
906
+
907
+ ### Minor Changes
908
+
909
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
910
+
911
+ ## 1.43.0-rc.6
912
+
913
+ ### Minor Changes
914
+
915
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
916
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
917
+ - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
918
+ - fda5b92: ZERO-2725: fix invalid import
919
+ - 2d9b2b2: ZERO-2816: Add segment to headers
920
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
921
+ - 8d9ac9a: ZERO-2794: Add field to order type
922
+ - e9541a1: ZERO-2816: Add headers to url
923
+ - 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.
924
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
925
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
926
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
927
+ - d3474c6: ZERO-2655: Add data source shipping option
928
+ - 75080fd: ZERO-2630: Add max limit to postcode area
929
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
930
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
931
+ - bbe18b9: ZERO-2575: Fix build error
932
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
933
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
934
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
935
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
936
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
937
+ - fad2768: ZERO-2739: add gpay to payment plugin map
938
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
939
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
270
940
  - 4a163f2: ZERO-2761: Add condition for basket summary
941
+ - beb499e: ZERO-2551: Add new tsconfig paths
942
+ - 146ea39: ZERO-2774: Update imports
943
+ - f2c92d5: ZERO-2816: Update cookie name
944
+ - c47be30: ZERO-2744: Update Order and OrderItem types
945
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
946
+ - f046f8e: ZERO-2575: update version for react-number-format
947
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
948
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
949
+
950
+ ## 1.43.0-rc.5
951
+
952
+ ### Minor Changes
953
+
954
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
955
+
956
+ ## 1.43.0-rc.4
957
+
958
+ ### Minor Changes
959
+
960
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
961
+
962
+ ## 1.43.0-rc.3
963
+
964
+ ### Minor Changes
965
+
966
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
967
+
968
+ ## 1.43.0-rc.2
969
+
970
+ ### Minor Changes
971
+
972
+ - f2c92d5: ZERO-2816: Update cookie name
973
+
974
+ ## 1.43.0-rc.1
975
+
976
+ ### Minor Changes
977
+
978
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
979
+
980
+ ## 1.43.0-rc.0
981
+
982
+ ### Minor Changes
983
+
984
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
985
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
986
+ - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
987
+ - fda5b92: ZERO-2725: fix invalid import
988
+ - 2d9b2b2: ZERO-2816: Add segment to headers
989
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
990
+ - 8d9ac9a: ZERO-2794: Add field to order type
991
+ - e9541a1: ZERO-2816: Add headers to url
992
+ - 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.
993
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
994
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
995
+ - d3474c6: ZERO-2655: Add data source shipping option
996
+ - 75080fd: ZERO-2630: Add max limit to postcode area
997
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
998
+ - bbe18b9: ZERO-2575: Fix build error
999
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1000
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1001
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
1002
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1003
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1004
+ - fad2768: ZERO-2739: add gpay to payment plugin map
1005
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
1006
+ - beb499e: ZERO-2551: Add new tsconfig paths
1007
+ - 146ea39: ZERO-2774: Update imports
1008
+ - c47be30: ZERO-2744: Update Order and OrderItem types
1009
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1010
+ - f046f8e: ZERO-2575: update version for react-number-format
1011
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
271
1012
 
272
1013
  ## 1.42.0
273
1014