@akinon/next 1.91.0 → 1.92.0-rc.10

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