@akinon/next 1.80.0 → 1.81.0-rc.1

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,39 @@
1
1
  # @akinon/next
2
2
 
3
+ ## 1.81.0-rc.1
4
+
5
+ ## 1.81.0-rc.0
6
+
7
+ ### Minor Changes
8
+
9
+ - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
10
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
11
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
12
+ - fd4b74e9: ZERO-3126: add reset checkout state query
13
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
14
+ - e9541a13: ZERO-2816: Add headers to url
15
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
16
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
17
+ - 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.
18
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
19
+ - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
20
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
21
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
22
+ - 65d3b862: ZERO-3054: Update headers in appFetch
23
+ - bbe18b9f: ZERO-2575: Fix build error
24
+ - 4920742c: Disable getCachedTranslations
25
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
26
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
27
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
28
+ - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
29
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
30
+ - 6a0a0807: ZERO-3112: Update button
31
+ - f2c92d5c: ZERO-2816: Update cookie name
32
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
33
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
34
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
35
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
36
+
3
37
  ## 1.80.0
4
38
 
5
39
  ### Minor Changes
@@ -10,7 +44,116 @@
10
44
 
11
45
  ### Minor Changes
12
46
 
13
- - 59fa21c: ZERO-3149: Add name-based mechanism for Redux middleware override
47
+ - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
48
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
49
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
50
+ - fd4b74e9: ZERO-3126: add reset checkout state query
51
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
52
+ - e9541a13: ZERO-2816: Add headers to url
53
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
54
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
55
+ - 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.
56
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
57
+ - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
58
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
59
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
60
+ - 65d3b862: ZERO-3054: Update headers in appFetch
61
+ - bbe18b9f: ZERO-2575: Fix build error
62
+ - 4920742c: Disable getCachedTranslations
63
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
64
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
65
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
66
+ - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
67
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
68
+ - 6a0a0807: ZERO-3112: Update button
69
+ - f2c92d5c: ZERO-2816: Update cookie name
70
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
71
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
72
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
73
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
74
+ - 7ab9e2fd: ZERO-3166: add tamara payment package
75
+
76
+ ## 1.79.0-rc.6
77
+
78
+ ### Minor Changes
79
+
80
+ - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
81
+
82
+ ## 1.79.0-rc.5
83
+
84
+ ### Minor Changes
85
+
86
+ - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
87
+
88
+ ## 1.79.0-rc.4
89
+
90
+ ## 1.79.0-rc.3
91
+
92
+ ### Minor Changes
93
+
94
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
95
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
96
+ - fd4b74e9: ZERO-3126: add reset checkout state query
97
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
98
+ - e9541a13: ZERO-2816: Add headers to url
99
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
100
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
101
+ - 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.
102
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
103
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
104
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
105
+ - 65d3b862: ZERO-3054: Update headers in appFetch
106
+ - bbe18b9f: ZERO-2575: Fix build error
107
+ - 4920742c: Disable getCachedTranslations
108
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
109
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
110
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
111
+ - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
112
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
113
+ - 6a0a0807: ZERO-3112: Update button
114
+ - f2c92d5c: ZERO-2816: Update cookie name
115
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
116
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
117
+ - 59fa21ce: ZERO-3149: Add name-based mechanism for Redux middleware override
118
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
119
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
120
+
121
+ ## 1.79.0-rc.2
122
+
123
+ ## 1.79.0-rc.1
124
+
125
+ ### Minor Changes
126
+
127
+ - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
128
+
129
+ ## 1.79.0-rc.0
130
+
131
+ ### Minor Changes
132
+
133
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
134
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
135
+ - fd4b74e9: ZERO-3126: add reset checkout state query
136
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
137
+ - e9541a13: ZERO-2816: Add headers to url
138
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
139
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
140
+ - 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.
141
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
142
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
143
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
144
+ - 65d3b862: ZERO-3054: Update headers in appFetch
145
+ - bbe18b9f: ZERO-2575: Fix build error
146
+ - 4920742c: Disable getCachedTranslations
147
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
148
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
149
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
150
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
151
+ - 6a0a0807: ZERO-3112: Update button
152
+ - f2c92d5c: ZERO-2816: Update cookie name
153
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
154
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
155
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
156
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
14
157
 
15
158
  ## 1.78.0
16
159
 
@@ -82,6 +225,52 @@
82
225
  ### Minor Changes
83
226
 
84
227
  - f34454a: ZERO-2953: Add hepsipay payment method
228
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
229
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
230
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
231
+ - 9a50730: ZERO-3015: Add currency parameter to getOrders query
232
+ - ca774b3: ZERO-3002:add register with loyalty url
233
+ - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
234
+ - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
235
+
236
+ ## 1.71.0-rc.7
237
+
238
+ ## 1.71.0-rc.6
239
+
240
+ ### Minor Changes
241
+
242
+ - f34454a: ZERO-2953: Add hepsipay payment method
243
+
244
+ ## 1.71.0-rc.5
245
+
246
+ ## 1.71.0-rc.4
247
+
248
+ ## 1.71.0-rc.3
249
+
250
+ ### Minor Changes
251
+
252
+ - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
253
+
254
+ ## 1.71.0-rc.2
255
+
256
+ ### Minor Changes
257
+
258
+ - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
259
+
260
+ ## 1.71.0-rc.1
261
+
262
+ ### Minor Changes
263
+
264
+ - 9a50730: ZERO-3015: Add currency parameter to getOrders query
265
+
266
+ ## 1.71.0-rc.0
267
+
268
+ ### Minor Changes
269
+
270
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
271
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
272
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
273
+ - ca774b3: ZERO-3002:add register with loyalty url
85
274
 
86
275
  ## 1.70.0
87
276
 
@@ -93,12 +282,72 @@
93
282
 
94
283
  ### Minor Changes
95
284
 
285
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
286
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
287
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
288
+ - ca774b3: ZERO-3002:add register with loyalty url
289
+ - f046f8e: ZERO-2575: update version for react-number-format
290
+
291
+ ## 1.69.0-rc.8
292
+
293
+ ### Minor Changes
294
+
295
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
296
+ - ca774b3: ZERO-3002:add register with loyalty url
297
+
298
+ ## 1.69.0-rc.7
299
+
300
+ ### Minor Changes
301
+
302
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
303
+
304
+ ## 1.69.0-rc.6
305
+
306
+ ### Minor Changes
307
+
308
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
96
309
  - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
97
310
  - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
98
311
  - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
99
312
  - cbdb0c8: ZERO-3010: Move pretty url page into project
100
313
  - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
101
314
 
315
+ ## 1.69.0-rc.5
316
+
317
+ ### Minor Changes
318
+
319
+ - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
320
+
321
+ ## 1.69.0-rc.4
322
+
323
+ ### Minor Changes
324
+
325
+ - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
326
+
327
+ ## 1.69.0-rc.3
328
+
329
+ ### Minor Changes
330
+
331
+ - cbdb0c8: ZERO-3010: Move pretty url page into project
332
+
333
+ ## 1.69.0-rc.2
334
+
335
+ ### Minor Changes
336
+
337
+ - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
338
+
339
+ ## 1.69.0-rc.1
340
+
341
+ ### Minor Changes
342
+
343
+ - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
344
+
345
+ ## 1.69.0-rc.0
346
+
347
+ ### Minor Changes
348
+
349
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
350
+
102
351
  ## 1.68.0
103
352
 
104
353
  ### Minor Changes
@@ -208,11 +457,183 @@
208
457
 
209
458
  ### Minor Changes
210
459
 
460
+ - c416d18: ZERO-2915: Add delivery option null check for setAddress
461
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
462
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
463
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
464
+ - fda5b927: ZERO-2725: fix invalid import
465
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
466
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
467
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
468
+ - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
469
+ - 3bf2dd9: ZERO-2551: Fix search page
470
+ - e9541a13: ZERO-2816: Add headers to url
471
+ - 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.
472
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
473
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
474
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
475
+ - 7b05522: ZERO-2905: Fix resend and close button in otp package
476
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
477
+ - d3474c64: ZERO-2655: Add data source shipping option
478
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
479
+ - 29ead87: ZERO-2905: Fix resend and close button in otp package
480
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
481
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
482
+ - bbe18b9f: ZERO-2575: Fix build error
483
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
484
+ - 4920742: Disable getCachedTranslations
485
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
486
+ - 7e56d6b: ZERO-2841: Update api tagTypes
487
+ - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
488
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
489
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
490
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
491
+ - fad27689: ZERO-2739: add gpay to payment plugin map
492
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
493
+ - fdd0b41: ZERO-2706: Add optimized translation support
494
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
495
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
496
+ - beb499e6: ZERO-2551: Add new tsconfig paths
497
+ - f2c92d5c: ZERO-2816: Update cookie name
498
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
499
+ - f3d076b: ZERO-2864: create tabby extension plugin
500
+ - f046f8e0: ZERO-2575: update version for react-number-format
501
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
502
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
503
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
504
+
505
+ ## 1.56.0-rc.7
506
+
507
+ ## 1.56.0-rc.6
508
+
509
+ ### Minor Changes
510
+
511
+ - f3d076b: ZERO-2864: create tabby extension plugin
512
+
513
+ ## 1.56.0-rc.5
514
+
515
+ ### Minor Changes
516
+
517
+ - c416d18: ZERO-2915: Add delivery option null check for setAddress
518
+
519
+ ## 1.56.0-rc.4
520
+
521
+ ### Minor Changes
522
+
523
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
524
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
525
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
526
+ - fda5b927: ZERO-2725: fix invalid import
527
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
528
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
211
529
  - d93a507: ZERO-2900: Fix pretty url rewrite
530
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
531
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
532
+ - 3bf2dd9: ZERO-2551: Fix search page
533
+ - e9541a13: ZERO-2816: Add headers to url
534
+ - 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.
535
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
536
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
537
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
538
+ - 7b05522: ZERO-2905: Fix resend and close button in otp package
539
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
540
+ - d3474c64: ZERO-2655: Add data source shipping option
541
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
542
+ - 29ead87: ZERO-2905: Fix resend and close button in otp package
543
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
544
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
545
+ - bbe18b9f: ZERO-2575: Fix build error
546
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
547
+ - 4920742: Disable getCachedTranslations
548
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
212
549
  - 674badc: ZERO-2912: Fix selected payment option view to handle null values
550
+ - 7e56d6b: ZERO-2841: Update api tagTypes
551
+ - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
552
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
213
553
  - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
554
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
555
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
556
+ - fad27689: ZERO-2739: add gpay to payment plugin map
557
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
558
+ - fdd0b41: ZERO-2706: Add optimized translation support
559
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
560
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
561
+ - beb499e6: ZERO-2551: Add new tsconfig paths
562
+ - f2c92d5c: ZERO-2816: Update cookie name
563
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
564
+ - f046f8e0: ZERO-2575: update version for react-number-format
214
565
  - b9273fd: ZERO-2889: add host headers to requests
566
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
567
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
215
568
  - c670bd4: ZERO-2900: Add middleware rewrite functionality
569
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
570
+
571
+ ## 1.56.0-rc.3
572
+
573
+ ### Minor Changes
574
+
575
+ - 674badc: ZERO-2912: Fix selected payment option view to handle null values
576
+
577
+ ## 1.56.0-rc.2
578
+
579
+ ### Minor Changes
580
+
581
+ - 7b05522: ZERO-2905: Fix resend and close button in otp package
582
+ - 29ead87: ZERO-2905: Fix resend and close button in otp package
583
+
584
+ ## 1.56.0-rc.1
585
+
586
+ ### Minor Changes
587
+
588
+ - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
589
+
590
+ ## 1.56.0-rc.0
591
+
592
+ ### Minor Changes
593
+
594
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
595
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
596
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
597
+ - fda5b927: ZERO-2725: fix invalid import
598
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
599
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
600
+ - d93a507: ZERO-2900: Fix pretty url rewrite
601
+ - 6c25f666: ZERO-2551: Check CACHE_HOST variable
602
+ - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
603
+ - 3bf2dd94: ZERO-2551: Fix search page
604
+ - e9541a13: ZERO-2816: Add headers to url
605
+ - 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.
606
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
607
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
608
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
609
+ - d6edb1d0: ZERO-2551: Fix searchparams handling for list and other routes
610
+ - d3474c64: ZERO-2655: Add data source shipping option
611
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
612
+ - c45b62c9: ZERO-2818: Add upload and download support for b2b package
613
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
614
+ - bbe18b9f: ZERO-2575: Fix build error
615
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
616
+ - 4920742c: Disable getCachedTranslations
617
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
618
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
619
+ - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
620
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
621
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
622
+ - 8f47ccae: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
623
+ - fad27689: ZERO-2739: add gpay to payment plugin map
624
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
625
+ - fdd0b41: ZERO-2706: Add optimized translation support
626
+ - f2c325c1: ZERO-2838: Move file input component into @akinon/next
627
+ - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
628
+ - beb499e6: ZERO-2551: Add new tsconfig paths
629
+ - f2c92d5c: ZERO-2816: Update cookie name
630
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
631
+ - f046f8e0: ZERO-2575: update version for react-number-format
632
+ - b9273fd3: ZERO-2889: add host headers to requests
633
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
634
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
635
+ - c670bd48: ZERO-2900: Add middleware rewrite functionality
636
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
216
637
 
217
638
  ## 1.55.0
218
639
 
@@ -258,7 +679,128 @@
258
679
 
259
680
  ### Minor Changes
260
681
 
682
+ - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
683
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
684
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
685
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
686
+ - fda5b927: ZERO-2725: fix invalid import
687
+ - 2d9b2b2: ZERO-2816: Add segment to headers
688
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
689
+ - d93a507: ZERO-2900: Fix pretty url rewrite
690
+ - 8d9ac9a: ZERO-2794: Add field to order type
691
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
692
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
693
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
694
+ - 3bf2dd9: ZERO-2551: Fix search page
695
+ - e9541a1: ZERO-2816: Add headers to url
696
+ - 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.
697
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
698
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
699
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
700
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
701
+ - 1448a96e: ZERO-2612: add errors type in CheckoutState
702
+ - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
703
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
704
+ - d3474c64: ZERO-2655: Add data source shipping option
705
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
706
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
707
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
708
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
709
+ - bbe18b9f: ZERO-2575: Fix build error
710
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
711
+ - 4920742: Disable getCachedTranslations
712
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
713
+ - 7e56d6b: ZERO-2841: Update api tagTypes
714
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
715
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
716
+ - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
717
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
718
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
719
+ - fad27689: ZERO-2739: add gpay to payment plugin map
720
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
721
+ - fdd0b41: ZERO-2706: Add optimized translation support
722
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
723
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
724
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
725
+ - beb499e6: ZERO-2551: Add new tsconfig paths
726
+ - 146ea391: ZERO-2774: Update imports
727
+ - f2c92d5: ZERO-2816: Update cookie name
728
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
729
+ - c47be30d: ZERO-2744: Update Order and OrderItem types
730
+ - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
731
+ - f046f8e0: ZERO-2575: update version for react-number-format
732
+ - b9273fd: ZERO-2889: add host headers to requests
733
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
734
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
735
+ - c670bd4: ZERO-2900: Add middleware rewrite functionality
736
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
737
+ - 3d35f70: ZERO-2908: Add cookie to redirect url
738
+
739
+ ## 1.50.0-rc.1
740
+
741
+ ### Minor Changes
742
+
743
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
744
+
745
+ ## 1.50.0-rc.0
746
+
747
+ ### Minor Changes
748
+
749
+ - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
750
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
751
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
752
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
753
+ - fda5b927: ZERO-2725: fix invalid import
754
+ - 2d9b2b2: ZERO-2816: Add segment to headers
755
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
756
+ - d93a507: ZERO-2900: Fix pretty url rewrite
757
+ - 8d9ac9a: ZERO-2794: Add field to order type
261
758
  - eaf97d6: ZERO-2909: Add deleteCollectionItem query to wishlistApi
759
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
760
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
761
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
762
+ - 3bf2dd9: ZERO-2551: Fix search page
763
+ - e9541a1: ZERO-2816: Add headers to url
764
+ - 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.
765
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
766
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
767
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
768
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
769
+ - 1448a96e: ZERO-2612: add errors type in CheckoutState
770
+ - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
771
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
772
+ - d3474c64: ZERO-2655: Add data source shipping option
773
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
774
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
775
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
776
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
777
+ - bbe18b9f: ZERO-2575: Fix build error
778
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
779
+ - 4920742: Disable getCachedTranslations
780
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
781
+ - 7e56d6b: ZERO-2841: Update api tagTypes
782
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
783
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
784
+ - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
785
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
786
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
787
+ - fad27689: ZERO-2739: add gpay to payment plugin map
788
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
789
+ - fdd0b41: ZERO-2706: Add optimized translation support
790
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
791
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
792
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
793
+ - beb499e6: ZERO-2551: Add new tsconfig paths
794
+ - 146ea391: ZERO-2774: Update imports
795
+ - f2c92d5: ZERO-2816: Update cookie name
796
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
797
+ - c47be30d: ZERO-2744: Update Order and OrderItem types
798
+ - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
799
+ - f046f8e0: ZERO-2575: update version for react-number-format
800
+ - b9273fd: ZERO-2889: add host headers to requests
801
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
802
+ - c670bd4: ZERO-2900: Add middleware rewrite functionality
803
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
262
804
 
263
805
  ## 1.49.0
264
806
 
@@ -284,7 +826,126 @@
284
826
 
285
827
  ### Minor Changes
286
828
 
829
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
830
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
831
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
832
+ - fda5b92: ZERO-2725: fix invalid import
833
+ - 2d9b2b2: ZERO-2816: Add segment to headers
834
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
835
+ - 8d9ac9a: ZERO-2794: Add field to order type
836
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
837
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
838
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
839
+ - 3bf2dd9: ZERO-2551: Fix search page
840
+ - e9541a1: ZERO-2816: Add headers to url
841
+ - 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.
842
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
843
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
844
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
845
+ - 1448a96e: ZERO-2612: add errors type in CheckoutState
846
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
847
+ - d3474c6: ZERO-2655: Add data source shipping option
848
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
849
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
850
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
851
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
852
+ - bbe18b9f: ZERO-2575: Fix build error
853
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
854
+ - 4920742: Disable getCachedTranslations
855
+ - 7e56d6b: ZERO-2841: Update api tagTypes
856
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
857
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
858
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
859
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
860
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
861
+ - fad2768: ZERO-2739: add gpay to payment plugin map
862
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
863
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
864
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
865
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
866
+ - beb499e6: ZERO-2551: Add new tsconfig paths
867
+ - 948eb42: ZERO-2852: Add out of stock endpoints
868
+ - 146ea39: ZERO-2774: Update imports
869
+ - f2c92d5: ZERO-2816: Update cookie name
870
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
871
+ - c47be30: ZERO-2744: Update Order and OrderItem types
872
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
873
+ - f046f8e0: ZERO-2575: update version for react-number-format
874
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
875
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
876
+
877
+ ## 1.45.0-rc.4
878
+
879
+ ### Minor Changes
880
+
881
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
882
+
883
+ ## 1.45.0-rc.3
884
+
885
+ ### Minor Changes
886
+
887
+ - 948eb42: ZERO-2852: Add out of stock endpoints
888
+
889
+ ## 1.45.0-rc.2
890
+
891
+ ### Minor Changes
892
+
893
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
894
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
895
+
896
+ ## 1.45.0-rc.1
897
+
898
+ ### Minor Changes
899
+
900
+ - 7e56d6b: ZERO-2841: Update api tagTypes
901
+
902
+ ## 1.45.0-rc.0
903
+
904
+ ### Minor Changes
905
+
906
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
907
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
908
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
909
+ - fda5b92: ZERO-2725: fix invalid import
910
+ - 2d9b2b2: ZERO-2816: Add segment to headers
911
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
912
+ - 8d9ac9a: ZERO-2794: Add field to order type
913
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
914
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
915
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
916
+ - 3bf2dd9: ZERO-2551: Fix search page
917
+ - e9541a1: ZERO-2816: Add headers to url
918
+ - 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.
919
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
920
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
921
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
922
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
287
923
  - 2ab6e08: ZERO-2841: Update getBasketDetail query
924
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
925
+ - d3474c6: ZERO-2655: Add data source shipping option
926
+ - 75080fd: ZERO-2630: Add max limit to postcode area
927
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
928
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
929
+ - bbe18b9: ZERO-2575: Fix build error
930
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
931
+ - 4920742: Disable getCachedTranslations
932
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
933
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
934
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
935
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
936
+ - fad2768: ZERO-2739: add gpay to payment plugin map
937
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
938
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
939
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
940
+ - beb499e: ZERO-2551: Add new tsconfig paths
941
+ - 146ea39: ZERO-2774: Update imports
942
+ - f2c92d5: ZERO-2816: Update cookie name
943
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
944
+ - c47be30: ZERO-2744: Update Order and OrderItem types
945
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
946
+ - f046f8e0: 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
288
949
 
289
950
  ## 1.44.0
290
951
 
@@ -292,7 +953,201 @@
292
953
 
293
954
  ### Minor Changes
294
955
 
956
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
957
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
958
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
959
+ - fda5b92: ZERO-2725: fix invalid import
960
+ - 2d9b2b2: ZERO-2816: Add segment to headers
961
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
962
+ - 8d9ac9a: ZERO-2794: Add field to order type
963
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
964
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
965
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
966
+ - 3bf2dd9: ZERO-2551: Fix search page
967
+ - e9541a1: ZERO-2816: Add headers to url
968
+ - 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.
969
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
970
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
971
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
972
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
973
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
974
+ - d3474c6: ZERO-2655: Add data source shipping option
975
+ - 75080fd: ZERO-2630: Add max limit to postcode area
976
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
977
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
978
+ - bbe18b9: ZERO-2575: Fix build error
979
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
980
+ - 4920742: Disable getCachedTranslations
981
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
982
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
983
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
984
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
985
+ - fad2768: ZERO-2739: add gpay to payment plugin map
986
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
987
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
988
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
989
+ - beb499e: ZERO-2551: Add new tsconfig paths
990
+ - 146ea39: ZERO-2774: Update imports
991
+ - f2c92d5: ZERO-2816: Update cookie name
992
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
993
+ - c47be30: ZERO-2744: Update Order and OrderItem types
994
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
995
+ - f046f8e0: ZERO-2575: update version for react-number-format
996
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
997
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
998
+
999
+ ## 1.43.0-rc.15
1000
+
1001
+ ## 1.43.0-rc.14
1002
+
1003
+ ### Minor Changes
1004
+
1005
+ - 3bf2dd9: ZERO-2551: Fix search page
1006
+
1007
+ ## 1.43.0-rc.13
1008
+
1009
+ ### Minor Changes
1010
+
1011
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1012
+
1013
+ ## 1.43.0-rc.12
1014
+
1015
+ ### Minor Changes
1016
+
1017
+ - 4920742: Disable getCachedTranslations
1018
+
1019
+ ## 1.43.0-rc.11
1020
+
1021
+ ### Minor Changes
1022
+
1023
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1024
+
1025
+ ## 1.43.0-rc.10
1026
+
1027
+ ### Minor Changes
1028
+
1029
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1030
+
1031
+ ## 1.43.0-rc.9
1032
+
1033
+ ### Minor Changes
1034
+
1035
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1036
+
1037
+ ## 1.43.0-rc.8
1038
+
1039
+ ### Minor Changes
1040
+
1041
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1042
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1043
+
1044
+ ## 1.43.0-rc.7
1045
+
1046
+ ### Minor Changes
1047
+
1048
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1049
+
1050
+ ## 1.43.0-rc.6
1051
+
1052
+ ### Minor Changes
1053
+
1054
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1055
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1056
+ - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1057
+ - fda5b92: ZERO-2725: fix invalid import
1058
+ - 2d9b2b2: ZERO-2816: Add segment to headers
1059
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1060
+ - 8d9ac9a: ZERO-2794: Add field to order type
1061
+ - e9541a1: ZERO-2816: Add headers to url
1062
+ - 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.
1063
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1064
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
1065
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
1066
+ - d3474c6: ZERO-2655: Add data source shipping option
1067
+ - 75080fd: ZERO-2630: Add max limit to postcode area
1068
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
1069
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
1070
+ - bbe18b9: ZERO-2575: Fix build error
1071
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1072
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1073
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
1074
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1075
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1076
+ - fad2768: ZERO-2739: add gpay to payment plugin map
1077
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
1078
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
295
1079
  - 4a163f2: ZERO-2761: Add condition for basket summary
1080
+ - beb499e: ZERO-2551: Add new tsconfig paths
1081
+ - 146ea39: ZERO-2774: Update imports
1082
+ - f2c92d5: ZERO-2816: Update cookie name
1083
+ - c47be30: ZERO-2744: Update Order and OrderItem types
1084
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1085
+ - f046f8e: ZERO-2575: update version for react-number-format
1086
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1087
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1088
+
1089
+ ## 1.43.0-rc.5
1090
+
1091
+ ### Minor Changes
1092
+
1093
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
1094
+
1095
+ ## 1.43.0-rc.4
1096
+
1097
+ ### Minor Changes
1098
+
1099
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1100
+
1101
+ ## 1.43.0-rc.3
1102
+
1103
+ ### Minor Changes
1104
+
1105
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1106
+
1107
+ ## 1.43.0-rc.2
1108
+
1109
+ ### Minor Changes
1110
+
1111
+ - f2c92d5: ZERO-2816: Update cookie name
1112
+
1113
+ ## 1.43.0-rc.1
1114
+
1115
+ ### Minor Changes
1116
+
1117
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1118
+
1119
+ ## 1.43.0-rc.0
1120
+
1121
+ ### Minor Changes
1122
+
1123
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1124
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1125
+ - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1126
+ - fda5b92: ZERO-2725: fix invalid import
1127
+ - 2d9b2b2: ZERO-2816: Add segment to headers
1128
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1129
+ - 8d9ac9a: ZERO-2794: Add field to order type
1130
+ - e9541a1: ZERO-2816: Add headers to url
1131
+ - 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.
1132
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
1133
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
1134
+ - d3474c6: ZERO-2655: Add data source shipping option
1135
+ - 75080fd: ZERO-2630: Add max limit to postcode area
1136
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
1137
+ - bbe18b9: ZERO-2575: Fix build error
1138
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1139
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1140
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
1141
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1142
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1143
+ - fad2768: ZERO-2739: add gpay to payment plugin map
1144
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
1145
+ - beb499e: ZERO-2551: Add new tsconfig paths
1146
+ - 146ea39: ZERO-2774: Update imports
1147
+ - c47be30: ZERO-2744: Update Order and OrderItem types
1148
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1149
+ - f046f8e: ZERO-2575: update version for react-number-format
1150
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
296
1151
 
297
1152
  ## 1.42.0
298
1153