@akinon/next 1.91.0 → 1.92.0-rc.11

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,26 +1,168 @@
1
1
  # @akinon/next
2
2
 
3
- ## 1.91.0
3
+ ## 1.92.0-rc.11
4
+
5
+ ### Minor Changes
6
+
7
+ - a8539c8: ZERO-3439: Enhance locale handling in middleware and redirect utility
8
+
9
+ ## 1.92.0-rc.10
10
+
11
+ ### Minor Changes
12
+
13
+ - 35dfb8f8: ZERO-3363: Refactor URL handling in checkout and redirection middlewares to use url.origin instead of process.env.NEXT_PUBLIC_URL
14
+
15
+ ## 1.92.0-rc.9
16
+
17
+ ### Minor Changes
18
+
19
+ - 72ad7bb: ZERO-3422: Add Flow Payment to the list of available plugins
20
+
21
+ ## 1.92.0-rc.8
22
+
23
+ ### Minor Changes
24
+
25
+ - c806fad: ZERO-3422: Add Flow Payment plugin to the defined plugins list
26
+
27
+ ## 1.92.0-rc.7
28
+
29
+ ### Minor Changes
30
+
31
+ - 6e6b0a9: ZERO-3422: Add pz-flow-payment package
32
+
33
+ ## 1.91.0-rc.6
34
+
35
+ ### Minor Changes
36
+
37
+ - 28c7ea7: ZERO-3427: Refactor redirect utility to handle undefined URL and improve locale handling
38
+
39
+ ## 1.91.0-rc.5
40
+
41
+ ### Minor Changes
42
+
43
+ - 99b6e7b: ZERO-3421: Enhance Sentry error handling by adding network error detection logic and refining initialization options
44
+
45
+ ## 1.91.0-rc.4
46
+
47
+ ### Minor Changes
48
+
49
+ - 7eb51ca: ZERO-3424 :Update package versions
50
+ - c39c700: ZERO-3420: Refactor Modal component
51
+ - 0de5573: ZERO-3418: Update remotePatterns hostname to allow all subdomains
52
+ - 9dc7298: ZERO-3416: Refactor Accordion component to enhance props and improve styling flexibility
53
+ - 2d3f178: ZERO-3417: Enhance FileInput component with additional props for customization
54
+
55
+ ## 1.91.0-rc.3
56
+
57
+ ### Minor Changes
58
+
59
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
60
+ - 823d82f9: ZERO-3393: Enhance error handling in checkout middleware to ensure errors are checked for existence before processing
61
+ - 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
62
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
63
+ - 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
64
+ - d8fad39f: ZERO-3370: include plugins test to build stage
65
+ - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
66
+ - 68bbcb27: ZERO-3393: Fix error handling in checkout middleware to check for errors array length
67
+ - 25524867: ZERO-3391: Add subdomain support to setLocale function
68
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
69
+ - e9541a13: ZERO-2816: Add headers to url
70
+ - 9b7d0de6: ZERO-3393: Improve error handling in checkout middleware to support both object and array error formats
71
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
72
+ - 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.
73
+ - f8e4cac6: ZERO-3343: restrict root hostname to only locale subdomains
74
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
75
+ - 832bee36: ZERO-3343: add domain to cookie for subdomain locale strategy
76
+ - e974d8e8: ZERO-3406: Fix rc build
77
+ - 28a59d49: ZERO-3400: refactor cookie domain logic using fallback host
78
+ - 8feabe9a: ZERO-3343: add custom NextAuth options support
79
+ - bf354de4: ZERO-3321: add babel compiler for akinon/next test
80
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
81
+ - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
82
+ - 448adefb: ZERO-3321: move csp test to akinon-next
83
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
84
+ - 65d3b862: ZERO-3054: Update headers in appFetch
85
+ - bbe18b9f: ZERO-2575: Fix build error
86
+ - 17bfadc4: ZERO-3275: Disable OpenTelemetry monitoring in production environment
87
+ - 4920742c: Disable getCachedTranslations
88
+ - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
89
+ - 6c3629c2: ZERO-3321: fix jest tests in akinon-next for standalone projects
90
+ - 6bc260be: ZERO-3295: update default tailwind content list
91
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
92
+ - dfaceffd: ZERO-3356: Add useLoyaltyAvailability hook and update checkout state management
93
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
94
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
95
+ - 943a239e: ZERO-3370: add allowJs in akinon-next test tsconfig
96
+ - 068dc394: ZERO-3343: update get-root-hostname logic
97
+ - 942490f2: ZERO-3295: move third party tailwind content list to akinon-next
98
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
99
+ - 3bf63c8a: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
100
+ - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
101
+ - f2c92d5c: ZERO-2816: Update cookie name
102
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
103
+ - b6d5bda2: ZERO-3343: update changeset config
104
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
105
+ - acf03209: ZERO-3321: remove babel config
106
+ - 387356b6: ZERO-3323: Refactor locale filtering logic in URL matcher regex
107
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
108
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
109
+ - b2ee69b9: ZERO-3321: delete unnecessary files
110
+ - 0cabbda3: ZERO-3370: replace inline monorepo check with reusable utility
111
+
112
+ ## 1.91.0-rc.2
4
113
 
5
114
  ### Minor Changes
6
115
 
7
- - d8fad39: ZERO-3370: include plugins test to build stage
8
116
  - 2552486: ZERO-3391: Add subdomain support to setLocale function
9
- - f8e4cac: ZERO-3343: restrict root hostname to only locale subdomains
10
- - 832bee3: ZERO-3343: add domain to cookie for subdomain locale strategy
11
- - 28a59d4: ZERO-3400: refactor cookie domain logic using fallback host
12
- - 8feabe9: ZERO-3343: add custom NextAuth options support
13
- - bf354de: ZERO-3321: add babel compiler for akinon/next test
14
- - 448adef: ZERO-3321: move csp test to akinon-next
15
- - 6c3629c: ZERO-3321: fix jest tests in akinon-next for standalone projects
16
- - 6bc260b: ZERO-3295: update default tailwind content list
117
+
118
+ ## 1.91.0-rc.1
119
+
120
+ ## 1.91.0-rc.0
121
+
122
+ ### Minor Changes
123
+
124
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
125
+ - 823d82f: ZERO-3393: Enhance error handling in checkout middleware to ensure errors are checked for existence before processing
126
+ - 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
127
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
128
+ - 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
129
+ - d8fad39: ZERO-3370: include plugins test to build stage
130
+ - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
131
+ - 68bbcb2: ZERO-3393: Fix error handling in checkout middleware to check for errors array length
132
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
133
+ - e9541a13: ZERO-2816: Add headers to url
134
+ - 9b7d0de: ZERO-3393: Improve error handling in checkout middleware to support both object and array error formats
135
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
136
+ - 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.
137
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
138
+ - e974d8e: ZERO-3406: Fix rc build
139
+ - bf354de4: ZERO-3321: add babel compiler for akinon/next test
140
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
141
+ - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
142
+ - 448adefb: ZERO-3321: move csp test to akinon-next
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
+ - 17bfadc4: ZERO-3275: Disable OpenTelemetry monitoring in production environment
147
+ - 4920742c: Disable getCachedTranslations
148
+ - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
149
+ - 6c3629c2: ZERO-3321: fix jest tests in akinon-next for standalone projects
150
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
151
+ - dfaceff: ZERO-3356: Add useLoyaltyAvailability hook and update checkout state management
152
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
153
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
17
154
  - 943a239: ZERO-3370: add allowJs in akinon-next test tsconfig
18
- - 068dc39: ZERO-3343: update get-root-hostname logic
19
- - 942490f: ZERO-3295: move third party tailwind content list to akinon-next
20
- - b6d5bda: ZERO-3343: update changeset config
21
- - acf0320: ZERO-3321: remove babel config
22
- - 387356b: ZERO-3323: Refactor locale filtering logic in URL matcher regex
23
- - b2ee69b: ZERO-3321: delete unnecessary files
155
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
156
+ - 3bf63c8a: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
157
+ - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
158
+ - f2c92d5c: ZERO-2816: Update cookie name
159
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
160
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
161
+ - acf03209: ZERO-3321: remove babel config
162
+ - 387356b6: ZERO-3323: Refactor locale filtering logic in URL matcher regex
163
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
164
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
165
+ - b2ee69b9: ZERO-3321: delete unnecessary files
24
166
  - 0cabbda: ZERO-3370: replace inline monorepo check with reusable utility
25
167
 
26
168
  ## 1.90.0
@@ -81,13 +223,217 @@
81
223
 
82
224
  ### Minor Changes
83
225
 
84
- - 2e0b7ff: ZERO-3226: Refactor checkoutApi to simplify request body structure by removing device_info parameter
85
- - 778aabf: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
86
- - c0fef07: ZERO-3197: Refetch payment options after loyalty usage
87
- - 2d2ab44: ZERO-3226: Add device_info param to WalletPaymentPage request
88
- - 0200d56: ZERO-3163: Add frontendIds property to Settings interface
89
- - 7d1b5af: ZERO-3206: Encode search parameters in product data URL
90
- - aa05ed7: ZERO-3170: Add commerceRedirectionIgnoreList to settings and update URL redirection middleware
226
+ - ef75c03: ZERO-3267: Update error-page component to use ROUTES for link navigation
227
+
228
+ ## 1.82.0-rc.20
229
+
230
+ ### Minor Changes
231
+
232
+ - e5529cd: ZERO-3267: Update error-page component to use root path for links instead of ROUTES
233
+
234
+ ## 1.82.0-rc.19
235
+
236
+ ### Minor Changes
237
+
238
+ - 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
239
+
240
+ ## 1.82.0-rc.18
241
+
242
+ ### Minor Changes
243
+
244
+ - e4761d2: Refactor import statement for ROUTES in error-page component
245
+
246
+ ## 1.82.0-rc.17
247
+
248
+ ### Minor Changes
249
+
250
+ - e2c6d426: ZERO-2935: Add @sentry/nextjs dependency to akinon-next and remove from projectzeronext
251
+ - 70bc0aed: ZERO-3284: Set tracesSampleRate in Sentry configuration
252
+
253
+ ## 1.82.0-rc.16
254
+
255
+ ### Minor Changes
256
+
257
+ - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
258
+ - 6f506af: ZERO-3229: Implement mini basket query for basket total quantity
259
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
260
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
261
+ - 5e1feca: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
262
+ - c0c1962: ZERO-3258: Add new API endpoints for fetching Bukalemun image URL and bundle product data
263
+ - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
264
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
265
+ - 0e05135: ZERO-3244: Encode URL search parameters
266
+ - e9541a13: ZERO-2816: Add headers to url
267
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
268
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
269
+ - 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.
270
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
271
+ - 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
272
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
273
+ - d552629: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
274
+ - c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
275
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
276
+ - 65d3b862: ZERO-3054: Update headers in appFetch
277
+ - bbe18b9f: ZERO-2575: Fix build error
278
+ - 17bfadc: ZERO-3275: Disable OpenTelemetry monitoring in production environment
279
+ - 4920742c: Disable getCachedTranslations
280
+ - b6e5b62: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
281
+ - ac65ca9: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
282
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
283
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
284
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
285
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
286
+ - 3bf63c8: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
287
+ - 9be2c08: ZERO-3243: Improve basket update query handling with optimistic updates
288
+ - f2c92d5c: ZERO-2816: Update cookie name
289
+ - 2f3588f: ZERO-3287: Add user session handling in authentication flow
290
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
291
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
292
+ - 0b1bd07: ZERO-3240: Remove unused preOrderMiddleware
293
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
294
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
295
+
296
+ ## 1.82.0-rc.15
297
+
298
+ ### Minor Changes
299
+
300
+ - 2f3588fb: ZERO-3287: Add user session handling in authentication flow
301
+
302
+ ## 1.82.0-rc.14
303
+
304
+ ### Minor Changes
305
+
306
+ - 5e1feca: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
307
+
308
+ ## 1.82.0-rc.13
309
+
310
+ ### Minor Changes
311
+
312
+ - 3bf63c8: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
313
+
314
+ ## 1.82.0-rc.12
315
+
316
+ ### Minor Changes
317
+
318
+ - ac65ca9: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
319
+
320
+ ## 1.82.0-rc.11
321
+
322
+ ## 1.82.0-rc.10
323
+
324
+ ## 1.82.0-rc.9
325
+
326
+ ### Minor Changes
327
+
328
+ - 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
329
+
330
+ ## 1.82.0-rc.8
331
+
332
+ ### Minor Changes
333
+
334
+ - 17bfadc: ZERO-3275: Disable OpenTelemetry monitoring in production environment
335
+
336
+ ## 1.82.0-rc.7
337
+
338
+ ### Minor Changes
339
+
340
+ - c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
341
+
342
+ ## 1.82.0-rc.6
343
+
344
+ ### Minor Changes
345
+
346
+ - 0b1bd07f: ZERO-3240: Remove unused preOrderMiddleware
347
+
348
+ ## 1.82.0-rc.5
349
+
350
+ ### Minor Changes
351
+
352
+ - 6f506afc: ZERO-3229: Implement mini basket query for basket total quantity
353
+ - c0c19629: ZERO-3258: Add new API endpoints for fetching Bukalemun image URL and bundle product data
354
+ - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
355
+
356
+ ## 1.82.0-rc.4
357
+
358
+ ### Minor Changes
359
+
360
+ - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
361
+
362
+ ## 1.82.0-rc.3
363
+
364
+ ## 1.82.0-rc.2
365
+
366
+ ### Minor Changes
367
+
368
+ - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
369
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
370
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
371
+ - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
372
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
373
+ - 0e051352: ZERO-3244: Encode URL search parameters
374
+ - e9541a13: ZERO-2816: Add headers to url
375
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
376
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
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
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
379
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
380
+ - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
381
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
382
+ - 65d3b862: ZERO-3054: Update headers in appFetch
383
+ - bbe18b9f: ZERO-2575: Fix build error
384
+ - 4920742c: Disable getCachedTranslations
385
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
386
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
387
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
388
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
389
+ - f2c92d5c: ZERO-2816: Update cookie name
390
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
391
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
392
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
393
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
394
+
395
+ ## 1.82.0-rc.1
396
+
397
+ ### Minor Changes
398
+
399
+ - 0e051352: ZERO-3244: Encode URL search parameters
400
+
401
+ ## 1.82.0-rc.0
402
+
403
+ ### Minor Changes
404
+
405
+ - 2e0b7ffd: ZERO-3226: Refactor checkoutApi to simplify request body structure by removing device_info parameter
406
+ - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
407
+ - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
408
+ - c0fef075: ZERO-3197: Refetch payment options after loyalty usage
409
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
410
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
411
+ - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
412
+ - 2d2ab446: ZERO-3226: Add device_info param to WalletPaymentPage request
413
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
414
+ - e9541a13: ZERO-2816: Add headers to url
415
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
416
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
417
+ - 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.
418
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
419
+ - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
420
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
421
+ - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
422
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
423
+ - 65d3b862: ZERO-3054: Update headers in appFetch
424
+ - bbe18b9f: ZERO-2575: Fix build error
425
+ - 4920742c: Disable getCachedTranslations
426
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
427
+ - 7d1b5af1: ZERO-3206: Encode search parameters in product data URL
428
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
429
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
430
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
431
+ - f2c92d5c: ZERO-2816: Update cookie name
432
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
433
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
434
+ - aa05ed79: ZERO-3170: Add commerceRedirectionIgnoreList to settings and update URL redirection middleware
435
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
436
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
91
437
 
92
438
  ## 1.81.0
93
439
 
@@ -107,7 +453,116 @@
107
453
 
108
454
  ### Minor Changes
109
455
 
110
- - 59fa21c: ZERO-3149: Add name-based mechanism for Redux middleware override
456
+ - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
457
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
458
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
459
+ - fd4b74e9: ZERO-3126: add reset checkout state query
460
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
461
+ - e9541a13: ZERO-2816: Add headers to url
462
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
463
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
464
+ - 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.
465
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
466
+ - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
467
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
468
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
469
+ - 65d3b862: ZERO-3054: Update headers in appFetch
470
+ - bbe18b9f: ZERO-2575: Fix build error
471
+ - 4920742c: Disable getCachedTranslations
472
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
473
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
474
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
475
+ - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
476
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
477
+ - 6a0a0807: ZERO-3112: Update button
478
+ - f2c92d5c: ZERO-2816: Update cookie name
479
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
480
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
481
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
482
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
483
+ - 7ab9e2fd: ZERO-3166: add tamara payment package
484
+
485
+ ## 1.79.0-rc.6
486
+
487
+ ### Minor Changes
488
+
489
+ - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
490
+
491
+ ## 1.79.0-rc.5
492
+
493
+ ### Minor Changes
494
+
495
+ - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
496
+
497
+ ## 1.79.0-rc.4
498
+
499
+ ## 1.79.0-rc.3
500
+
501
+ ### Minor Changes
502
+
503
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
504
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
505
+ - fd4b74e9: ZERO-3126: add reset checkout state query
506
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
507
+ - e9541a13: ZERO-2816: Add headers to url
508
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
509
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
510
+ - 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.
511
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
512
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
513
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
514
+ - 65d3b862: ZERO-3054: Update headers in appFetch
515
+ - bbe18b9f: ZERO-2575: Fix build error
516
+ - 4920742c: Disable getCachedTranslations
517
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
518
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
519
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
520
+ - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
521
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
522
+ - 6a0a0807: ZERO-3112: Update button
523
+ - f2c92d5c: ZERO-2816: Update cookie name
524
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
525
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
526
+ - 59fa21ce: ZERO-3149: Add name-based mechanism for Redux middleware override
527
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
528
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
529
+
530
+ ## 1.79.0-rc.2
531
+
532
+ ## 1.79.0-rc.1
533
+
534
+ ### Minor Changes
535
+
536
+ - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
537
+
538
+ ## 1.79.0-rc.0
539
+
540
+ ### Minor Changes
541
+
542
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
543
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
544
+ - fd4b74e9: ZERO-3126: add reset checkout state query
545
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
546
+ - e9541a13: ZERO-2816: Add headers to url
547
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
548
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
549
+ - 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.
550
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
551
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
552
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
553
+ - 65d3b862: ZERO-3054: Update headers in appFetch
554
+ - bbe18b9f: ZERO-2575: Fix build error
555
+ - 4920742c: Disable getCachedTranslations
556
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
557
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
558
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
559
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
560
+ - 6a0a0807: ZERO-3112: Update button
561
+ - f2c92d5c: ZERO-2816: Update cookie name
562
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
563
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
564
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
565
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
111
566
 
112
567
  ## 1.78.0
113
568
 
@@ -179,6 +634,52 @@
179
634
  ### Minor Changes
180
635
 
181
636
  - f34454a: ZERO-2953: Add hepsipay payment method
637
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
638
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
639
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
640
+ - 9a50730: ZERO-3015: Add currency parameter to getOrders query
641
+ - ca774b3: ZERO-3002:add register with loyalty url
642
+ - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
643
+ - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
644
+
645
+ ## 1.71.0-rc.7
646
+
647
+ ## 1.71.0-rc.6
648
+
649
+ ### Minor Changes
650
+
651
+ - f34454a: ZERO-2953: Add hepsipay payment method
652
+
653
+ ## 1.71.0-rc.5
654
+
655
+ ## 1.71.0-rc.4
656
+
657
+ ## 1.71.0-rc.3
658
+
659
+ ### Minor Changes
660
+
661
+ - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
662
+
663
+ ## 1.71.0-rc.2
664
+
665
+ ### Minor Changes
666
+
667
+ - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
668
+
669
+ ## 1.71.0-rc.1
670
+
671
+ ### Minor Changes
672
+
673
+ - 9a50730: ZERO-3015: Add currency parameter to getOrders query
674
+
675
+ ## 1.71.0-rc.0
676
+
677
+ ### Minor Changes
678
+
679
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
680
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
681
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
682
+ - ca774b3: ZERO-3002:add register with loyalty url
182
683
 
183
684
  ## 1.70.0
184
685
 
@@ -190,12 +691,72 @@
190
691
 
191
692
  ### Minor Changes
192
693
 
694
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
695
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
696
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
697
+ - ca774b3: ZERO-3002:add register with loyalty url
698
+ - f046f8e: ZERO-2575: update version for react-number-format
699
+
700
+ ## 1.69.0-rc.8
701
+
702
+ ### Minor Changes
703
+
704
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
705
+ - ca774b3: ZERO-3002:add register with loyalty url
706
+
707
+ ## 1.69.0-rc.7
708
+
709
+ ### Minor Changes
710
+
711
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
712
+
713
+ ## 1.69.0-rc.6
714
+
715
+ ### Minor Changes
716
+
717
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
193
718
  - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
194
719
  - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
195
720
  - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
196
721
  - cbdb0c8: ZERO-3010: Move pretty url page into project
197
722
  - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
198
723
 
724
+ ## 1.69.0-rc.5
725
+
726
+ ### Minor Changes
727
+
728
+ - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
729
+
730
+ ## 1.69.0-rc.4
731
+
732
+ ### Minor Changes
733
+
734
+ - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
735
+
736
+ ## 1.69.0-rc.3
737
+
738
+ ### Minor Changes
739
+
740
+ - cbdb0c8: ZERO-3010: Move pretty url page into project
741
+
742
+ ## 1.69.0-rc.2
743
+
744
+ ### Minor Changes
745
+
746
+ - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
747
+
748
+ ## 1.69.0-rc.1
749
+
750
+ ### Minor Changes
751
+
752
+ - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
753
+
754
+ ## 1.69.0-rc.0
755
+
756
+ ### Minor Changes
757
+
758
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
759
+
199
760
  ## 1.68.0
200
761
 
201
762
  ### Minor Changes
@@ -305,39 +866,211 @@
305
866
 
306
867
  ### Minor Changes
307
868
 
308
- - d93a507: ZERO-2900: Fix pretty url rewrite
309
- - 674badc: ZERO-2912: Fix selected payment option view to handle null values
310
- - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
311
- - b9273fd: ZERO-2889: add host headers to requests
312
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
313
-
314
- ## 1.55.0
315
-
316
- ### Minor Changes
869
+ - c416d18: ZERO-2915: Add delivery option null check for setAddress
870
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
871
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
872
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
873
+ - fda5b927: ZERO-2725: fix invalid import
874
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
875
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
876
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
877
+ - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
878
+ - 3bf2dd9: ZERO-2551: Fix search page
879
+ - e9541a13: ZERO-2816: Add headers to url
880
+ - 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.
881
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
882
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
883
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
884
+ - 7b05522: ZERO-2905: Fix resend and close button in otp package
885
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
886
+ - d3474c64: ZERO-2655: Add data source shipping option
887
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
888
+ - 29ead87: ZERO-2905: Fix resend and close button in otp package
889
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
890
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
891
+ - bbe18b9f: ZERO-2575: Fix build error
892
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
893
+ - 4920742: Disable getCachedTranslations
894
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
895
+ - 7e56d6b: ZERO-2841: Update api tagTypes
896
+ - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
897
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
898
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
899
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
900
+ - fad27689: ZERO-2739: add gpay to payment plugin map
901
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
902
+ - fdd0b41: ZERO-2706: Add optimized translation support
903
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
904
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
905
+ - beb499e6: ZERO-2551: Add new tsconfig paths
906
+ - f2c92d5c: ZERO-2816: Update cookie name
907
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
908
+ - f3d076b: ZERO-2864: create tabby extension plugin
909
+ - f046f8e0: ZERO-2575: update version for react-number-format
910
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
911
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
912
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
317
913
 
318
- - 1448a96: ZERO-2612: add errors type in CheckoutState
319
- - 75080fd: ZERO-2630: Add max limit to postcode area
320
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
914
+ ## 1.56.0-rc.7
321
915
 
322
- ## 1.54.0
916
+ ## 1.56.0-rc.6
323
917
 
324
918
  ### Minor Changes
325
919
 
326
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
327
- - c47be30: ZERO-2744: Update Order and OrderItem types
328
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
920
+ - f3d076b: ZERO-2864: create tabby extension plugin
329
921
 
330
- ## 1.53.0
922
+ ## 1.56.0-rc.5
331
923
 
332
924
  ### Minor Changes
333
925
 
334
- - a957942: ZERO-2909: Rename useDeleteCollectionItemQuery
926
+ - c416d18: ZERO-2915: Add delivery option null check for setAddress
335
927
 
336
- ## 1.52.0
928
+ ## 1.56.0-rc.4
337
929
 
338
930
  ### Minor Changes
339
931
 
340
- - d8dd8dc: ZERO-2729: Audit packages for yarn and npm and also update app-template
932
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
933
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
934
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
935
+ - fda5b927: ZERO-2725: fix invalid import
936
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
937
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
938
+ - d93a507: ZERO-2900: Fix pretty url rewrite
939
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
940
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
941
+ - 3bf2dd9: ZERO-2551: Fix search page
942
+ - e9541a13: ZERO-2816: Add headers to url
943
+ - 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.
944
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
945
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
946
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
947
+ - 7b05522: ZERO-2905: Fix resend and close button in otp package
948
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
949
+ - d3474c64: ZERO-2655: Add data source shipping option
950
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
951
+ - 29ead87: ZERO-2905: Fix resend and close button in otp package
952
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
953
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
954
+ - bbe18b9f: ZERO-2575: Fix build error
955
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
956
+ - 4920742: Disable getCachedTranslations
957
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
958
+ - 674badc: ZERO-2912: Fix selected payment option view to handle null values
959
+ - 7e56d6b: ZERO-2841: Update api tagTypes
960
+ - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
961
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
962
+ - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
963
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
964
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
965
+ - fad27689: ZERO-2739: add gpay to payment plugin map
966
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
967
+ - fdd0b41: ZERO-2706: Add optimized translation support
968
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
969
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
970
+ - beb499e6: ZERO-2551: Add new tsconfig paths
971
+ - f2c92d5c: ZERO-2816: Update cookie name
972
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
973
+ - f046f8e0: ZERO-2575: update version for react-number-format
974
+ - b9273fd: ZERO-2889: add host headers to requests
975
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
976
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
977
+ - c670bd4: ZERO-2900: Add middleware rewrite functionality
978
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
979
+
980
+ ## 1.56.0-rc.3
981
+
982
+ ### Minor Changes
983
+
984
+ - 674badc: ZERO-2912: Fix selected payment option view to handle null values
985
+
986
+ ## 1.56.0-rc.2
987
+
988
+ ### Minor Changes
989
+
990
+ - 7b05522: ZERO-2905: Fix resend and close button in otp package
991
+ - 29ead87: ZERO-2905: Fix resend and close button in otp package
992
+
993
+ ## 1.56.0-rc.1
994
+
995
+ ### Minor Changes
996
+
997
+ - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
998
+
999
+ ## 1.56.0-rc.0
1000
+
1001
+ ### Minor Changes
1002
+
1003
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1004
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
1005
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1006
+ - fda5b927: ZERO-2725: fix invalid import
1007
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
1008
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1009
+ - d93a507: ZERO-2900: Fix pretty url rewrite
1010
+ - 6c25f666: ZERO-2551: Check CACHE_HOST variable
1011
+ - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
1012
+ - 3bf2dd94: ZERO-2551: Fix search page
1013
+ - e9541a13: ZERO-2816: Add headers to url
1014
+ - 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.
1015
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1016
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
1017
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1018
+ - d6edb1d0: ZERO-2551: Fix searchparams handling for list and other routes
1019
+ - d3474c64: ZERO-2655: Add data source shipping option
1020
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
1021
+ - c45b62c9: ZERO-2818: Add upload and download support for b2b package
1022
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
1023
+ - bbe18b9f: ZERO-2575: Fix build error
1024
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1025
+ - 4920742c: Disable getCachedTranslations
1026
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1027
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
1028
+ - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
1029
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
1030
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1031
+ - 8f47ccae: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1032
+ - fad27689: ZERO-2739: add gpay to payment plugin map
1033
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
1034
+ - fdd0b41: ZERO-2706: Add optimized translation support
1035
+ - f2c325c1: ZERO-2838: Move file input component into @akinon/next
1036
+ - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
1037
+ - beb499e6: ZERO-2551: Add new tsconfig paths
1038
+ - f2c92d5c: ZERO-2816: Update cookie name
1039
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
1040
+ - f046f8e0: ZERO-2575: update version for react-number-format
1041
+ - b9273fd3: ZERO-2889: add host headers to requests
1042
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1043
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1044
+ - c670bd48: ZERO-2900: Add middleware rewrite functionality
1045
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
1046
+
1047
+ ## 1.55.0
1048
+
1049
+ ### Minor Changes
1050
+
1051
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
1052
+ - 75080fd: ZERO-2630: Add max limit to postcode area
1053
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1054
+
1055
+ ## 1.54.0
1056
+
1057
+ ### Minor Changes
1058
+
1059
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1060
+ - c47be30: ZERO-2744: Update Order and OrderItem types
1061
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1062
+
1063
+ ## 1.53.0
1064
+
1065
+ ### Minor Changes
1066
+
1067
+ - a957942: ZERO-2909: Rename useDeleteCollectionItemQuery
1068
+
1069
+ ## 1.52.0
1070
+
1071
+ ### Minor Changes
1072
+
1073
+ - d8dd8dc: ZERO-2729: Audit packages for yarn and npm and also update app-template
341
1074
  - 8d9ac9a: ZERO-2794: Add field to order type
342
1075
  - 016d379: ZERO-2729: Update packages and force update dependencies using resolutions
343
1076
  - 146ea39: ZERO-2774: Update imports
@@ -355,7 +1088,128 @@
355
1088
 
356
1089
  ### Minor Changes
357
1090
 
1091
+ - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1092
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1093
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
1094
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1095
+ - fda5b927: ZERO-2725: fix invalid import
1096
+ - 2d9b2b2: ZERO-2816: Add segment to headers
1097
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1098
+ - d93a507: ZERO-2900: Fix pretty url rewrite
1099
+ - 8d9ac9a: ZERO-2794: Add field to order type
1100
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1101
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1102
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1103
+ - 3bf2dd9: ZERO-2551: Fix search page
1104
+ - e9541a1: ZERO-2816: Add headers to url
1105
+ - 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.
1106
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1107
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1108
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1109
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1110
+ - 1448a96e: ZERO-2612: add errors type in CheckoutState
1111
+ - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
1112
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1113
+ - d3474c64: ZERO-2655: Add data source shipping option
1114
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
1115
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
1116
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
1117
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
1118
+ - bbe18b9f: ZERO-2575: Fix build error
1119
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1120
+ - 4920742: Disable getCachedTranslations
1121
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1122
+ - 7e56d6b: ZERO-2841: Update api tagTypes
1123
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1124
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
1125
+ - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
1126
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1127
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1128
+ - fad27689: ZERO-2739: add gpay to payment plugin map
1129
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
1130
+ - fdd0b41: ZERO-2706: Add optimized translation support
1131
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1132
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
1133
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1134
+ - beb499e6: ZERO-2551: Add new tsconfig paths
1135
+ - 146ea391: ZERO-2774: Update imports
1136
+ - f2c92d5: ZERO-2816: Update cookie name
1137
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1138
+ - c47be30d: ZERO-2744: Update Order and OrderItem types
1139
+ - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1140
+ - f046f8e0: ZERO-2575: update version for react-number-format
1141
+ - b9273fd: ZERO-2889: add host headers to requests
1142
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1143
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1144
+ - c670bd4: ZERO-2900: Add middleware rewrite functionality
1145
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1146
+ - 3d35f70: ZERO-2908: Add cookie to redirect url
1147
+
1148
+ ## 1.50.0-rc.1
1149
+
1150
+ ### Minor Changes
1151
+
1152
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1153
+
1154
+ ## 1.50.0-rc.0
1155
+
1156
+ ### Minor Changes
1157
+
1158
+ - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1159
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1160
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
1161
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1162
+ - fda5b927: ZERO-2725: fix invalid import
1163
+ - 2d9b2b2: ZERO-2816: Add segment to headers
1164
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1165
+ - d93a507: ZERO-2900: Fix pretty url rewrite
1166
+ - 8d9ac9a: ZERO-2794: Add field to order type
358
1167
  - eaf97d6: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1168
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1169
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1170
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1171
+ - 3bf2dd9: ZERO-2551: Fix search page
1172
+ - e9541a1: ZERO-2816: Add headers to url
1173
+ - 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.
1174
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1175
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1176
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1177
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1178
+ - 1448a96e: ZERO-2612: add errors type in CheckoutState
1179
+ - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
1180
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1181
+ - d3474c64: ZERO-2655: Add data source shipping option
1182
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
1183
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
1184
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
1185
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
1186
+ - bbe18b9f: ZERO-2575: Fix build error
1187
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1188
+ - 4920742: Disable getCachedTranslations
1189
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1190
+ - 7e56d6b: ZERO-2841: Update api tagTypes
1191
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1192
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
1193
+ - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
1194
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1195
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1196
+ - fad27689: ZERO-2739: add gpay to payment plugin map
1197
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
1198
+ - fdd0b41: ZERO-2706: Add optimized translation support
1199
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1200
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
1201
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1202
+ - beb499e6: ZERO-2551: Add new tsconfig paths
1203
+ - 146ea391: ZERO-2774: Update imports
1204
+ - f2c92d5: ZERO-2816: Update cookie name
1205
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1206
+ - c47be30d: ZERO-2744: Update Order and OrderItem types
1207
+ - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1208
+ - f046f8e0: ZERO-2575: update version for react-number-format
1209
+ - b9273fd: ZERO-2889: add host headers to requests
1210
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1211
+ - c670bd4: ZERO-2900: Add middleware rewrite functionality
1212
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
359
1213
 
360
1214
  ## 1.49.0
361
1215
 
@@ -381,7 +1235,126 @@
381
1235
 
382
1236
  ### Minor Changes
383
1237
 
1238
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1239
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1240
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1241
+ - fda5b92: ZERO-2725: fix invalid import
1242
+ - 2d9b2b2: ZERO-2816: Add segment to headers
1243
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1244
+ - 8d9ac9a: ZERO-2794: Add field to order type
1245
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1246
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1247
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1248
+ - 3bf2dd9: ZERO-2551: Fix search page
1249
+ - e9541a1: ZERO-2816: Add headers to url
1250
+ - 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.
1251
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1252
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1253
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
1254
+ - 1448a96e: ZERO-2612: add errors type in CheckoutState
1255
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1256
+ - d3474c6: ZERO-2655: Add data source shipping option
1257
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
1258
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
1259
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
1260
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
1261
+ - bbe18b9f: ZERO-2575: Fix build error
1262
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1263
+ - 4920742: Disable getCachedTranslations
1264
+ - 7e56d6b: ZERO-2841: Update api tagTypes
1265
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1266
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
1267
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1268
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1269
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1270
+ - fad2768: ZERO-2739: add gpay to payment plugin map
1271
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
1272
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1273
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
1274
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1275
+ - beb499e6: ZERO-2551: Add new tsconfig paths
1276
+ - 948eb42: ZERO-2852: Add out of stock endpoints
1277
+ - 146ea39: ZERO-2774: Update imports
1278
+ - f2c92d5: ZERO-2816: Update cookie name
1279
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1280
+ - c47be30: ZERO-2744: Update Order and OrderItem types
1281
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1282
+ - f046f8e0: ZERO-2575: update version for react-number-format
1283
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1284
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1285
+
1286
+ ## 1.45.0-rc.4
1287
+
1288
+ ### Minor Changes
1289
+
1290
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1291
+
1292
+ ## 1.45.0-rc.3
1293
+
1294
+ ### Minor Changes
1295
+
1296
+ - 948eb42: ZERO-2852: Add out of stock endpoints
1297
+
1298
+ ## 1.45.0-rc.2
1299
+
1300
+ ### Minor Changes
1301
+
1302
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
1303
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
1304
+
1305
+ ## 1.45.0-rc.1
1306
+
1307
+ ### Minor Changes
1308
+
1309
+ - 7e56d6b: ZERO-2841: Update api tagTypes
1310
+
1311
+ ## 1.45.0-rc.0
1312
+
1313
+ ### Minor Changes
1314
+
1315
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1316
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1317
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1318
+ - fda5b92: ZERO-2725: fix invalid import
1319
+ - 2d9b2b2: ZERO-2816: Add segment to headers
1320
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1321
+ - 8d9ac9a: ZERO-2794: Add field to order type
1322
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1323
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1324
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1325
+ - 3bf2dd9: ZERO-2551: Fix search page
1326
+ - e9541a1: ZERO-2816: Add headers to url
1327
+ - 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.
1328
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1329
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1330
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
1331
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
384
1332
  - 2ab6e08: ZERO-2841: Update getBasketDetail query
1333
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1334
+ - d3474c6: ZERO-2655: Add data source shipping option
1335
+ - 75080fd: ZERO-2630: Add max limit to postcode area
1336
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
1337
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
1338
+ - bbe18b9: ZERO-2575: Fix build error
1339
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1340
+ - 4920742: Disable getCachedTranslations
1341
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1342
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
1343
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1344
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1345
+ - fad2768: ZERO-2739: add gpay to payment plugin map
1346
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
1347
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1348
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1349
+ - beb499e: ZERO-2551: Add new tsconfig paths
1350
+ - 146ea39: ZERO-2774: Update imports
1351
+ - f2c92d5: ZERO-2816: Update cookie name
1352
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1353
+ - c47be30: ZERO-2744: Update Order and OrderItem types
1354
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1355
+ - f046f8e0: ZERO-2575: update version for react-number-format
1356
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1357
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
385
1358
 
386
1359
  ## 1.44.0
387
1360
 
@@ -389,7 +1362,201 @@
389
1362
 
390
1363
  ### Minor Changes
391
1364
 
1365
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1366
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1367
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1368
+ - fda5b92: ZERO-2725: fix invalid import
1369
+ - 2d9b2b2: ZERO-2816: Add segment to headers
1370
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1371
+ - 8d9ac9a: ZERO-2794: Add field to order type
1372
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1373
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1374
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1375
+ - 3bf2dd9: ZERO-2551: Fix search page
1376
+ - e9541a1: ZERO-2816: Add headers to url
1377
+ - 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.
1378
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1379
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1380
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
1381
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
1382
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1383
+ - d3474c6: ZERO-2655: Add data source shipping option
1384
+ - 75080fd: ZERO-2630: Add max limit to postcode area
1385
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
1386
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
1387
+ - bbe18b9: ZERO-2575: Fix build error
1388
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1389
+ - 4920742: Disable getCachedTranslations
1390
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1391
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
1392
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1393
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1394
+ - fad2768: ZERO-2739: add gpay to payment plugin map
1395
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
1396
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1397
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1398
+ - beb499e: ZERO-2551: Add new tsconfig paths
1399
+ - 146ea39: ZERO-2774: Update imports
1400
+ - f2c92d5: ZERO-2816: Update cookie name
1401
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1402
+ - c47be30: ZERO-2744: Update Order and OrderItem types
1403
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1404
+ - f046f8e0: ZERO-2575: update version for react-number-format
1405
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1406
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1407
+
1408
+ ## 1.43.0-rc.15
1409
+
1410
+ ## 1.43.0-rc.14
1411
+
1412
+ ### Minor Changes
1413
+
1414
+ - 3bf2dd9: ZERO-2551: Fix search page
1415
+
1416
+ ## 1.43.0-rc.13
1417
+
1418
+ ### Minor Changes
1419
+
1420
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1421
+
1422
+ ## 1.43.0-rc.12
1423
+
1424
+ ### Minor Changes
1425
+
1426
+ - 4920742: Disable getCachedTranslations
1427
+
1428
+ ## 1.43.0-rc.11
1429
+
1430
+ ### Minor Changes
1431
+
1432
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1433
+
1434
+ ## 1.43.0-rc.10
1435
+
1436
+ ### Minor Changes
1437
+
1438
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1439
+
1440
+ ## 1.43.0-rc.9
1441
+
1442
+ ### Minor Changes
1443
+
1444
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1445
+
1446
+ ## 1.43.0-rc.8
1447
+
1448
+ ### Minor Changes
1449
+
1450
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1451
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1452
+
1453
+ ## 1.43.0-rc.7
1454
+
1455
+ ### Minor Changes
1456
+
1457
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1458
+
1459
+ ## 1.43.0-rc.6
1460
+
1461
+ ### Minor Changes
1462
+
1463
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1464
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1465
+ - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1466
+ - fda5b92: ZERO-2725: fix invalid import
1467
+ - 2d9b2b2: ZERO-2816: Add segment to headers
1468
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1469
+ - 8d9ac9a: ZERO-2794: Add field to order type
1470
+ - e9541a1: ZERO-2816: Add headers to url
1471
+ - 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.
1472
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1473
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
1474
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
1475
+ - d3474c6: ZERO-2655: Add data source shipping option
1476
+ - 75080fd: ZERO-2630: Add max limit to postcode area
1477
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
1478
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
1479
+ - bbe18b9: ZERO-2575: Fix build error
1480
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1481
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1482
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
1483
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1484
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1485
+ - fad2768: ZERO-2739: add gpay to payment plugin map
1486
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
1487
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
392
1488
  - 4a163f2: ZERO-2761: Add condition for basket summary
1489
+ - beb499e: ZERO-2551: Add new tsconfig paths
1490
+ - 146ea39: ZERO-2774: Update imports
1491
+ - f2c92d5: ZERO-2816: Update cookie name
1492
+ - c47be30: ZERO-2744: Update Order and OrderItem types
1493
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1494
+ - f046f8e: ZERO-2575: update version for react-number-format
1495
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1496
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1497
+
1498
+ ## 1.43.0-rc.5
1499
+
1500
+ ### Minor Changes
1501
+
1502
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
1503
+
1504
+ ## 1.43.0-rc.4
1505
+
1506
+ ### Minor Changes
1507
+
1508
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1509
+
1510
+ ## 1.43.0-rc.3
1511
+
1512
+ ### Minor Changes
1513
+
1514
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1515
+
1516
+ ## 1.43.0-rc.2
1517
+
1518
+ ### Minor Changes
1519
+
1520
+ - f2c92d5: ZERO-2816: Update cookie name
1521
+
1522
+ ## 1.43.0-rc.1
1523
+
1524
+ ### Minor Changes
1525
+
1526
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1527
+
1528
+ ## 1.43.0-rc.0
1529
+
1530
+ ### Minor Changes
1531
+
1532
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1533
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1534
+ - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1535
+ - fda5b92: ZERO-2725: fix invalid import
1536
+ - 2d9b2b2: ZERO-2816: Add segment to headers
1537
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1538
+ - 8d9ac9a: ZERO-2794: Add field to order type
1539
+ - e9541a1: ZERO-2816: Add headers to url
1540
+ - 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.
1541
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
1542
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
1543
+ - d3474c6: ZERO-2655: Add data source shipping option
1544
+ - 75080fd: ZERO-2630: Add max limit to postcode area
1545
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
1546
+ - bbe18b9: ZERO-2575: Fix build error
1547
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1548
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1549
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
1550
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1551
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1552
+ - fad2768: ZERO-2739: add gpay to payment plugin map
1553
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
1554
+ - beb499e: ZERO-2551: Add new tsconfig paths
1555
+ - 146ea39: ZERO-2774: Update imports
1556
+ - c47be30: ZERO-2744: Update Order and OrderItem types
1557
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1558
+ - f046f8e: ZERO-2575: update version for react-number-format
1559
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
393
1560
 
394
1561
  ## 1.42.0
395
1562