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