@akinon/next 1.90.0 → 1.91.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # @akinon/next
2
2
 
3
+ ## 1.91.0-rc.1
4
+
5
+ ## 1.91.0-rc.0
6
+
7
+ ### Minor Changes
8
+
9
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
10
+ - 823d82f: ZERO-3393: Enhance error handling in checkout middleware to ensure errors are checked for existence before processing
11
+ - 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
12
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
13
+ - 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
14
+ - d8fad39: ZERO-3370: include plugins test to build stage
15
+ - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
16
+ - 68bbcb2: ZERO-3393: Fix error handling in checkout middleware to check for errors array length
17
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
18
+ - e9541a13: ZERO-2816: Add headers to url
19
+ - 9b7d0de: ZERO-3393: Improve error handling in checkout middleware to support both object and array error formats
20
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
21
+ - 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.
22
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
23
+ - e974d8e: ZERO-3406: Fix rc build
24
+ - bf354de4: ZERO-3321: add babel compiler for akinon/next test
25
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
26
+ - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
27
+ - 448adefb: ZERO-3321: move csp test to akinon-next
28
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
29
+ - 65d3b862: ZERO-3054: Update headers in appFetch
30
+ - bbe18b9f: ZERO-2575: Fix build error
31
+ - 17bfadc4: ZERO-3275: Disable OpenTelemetry monitoring in production environment
32
+ - 4920742c: Disable getCachedTranslations
33
+ - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
34
+ - 6c3629c2: ZERO-3321: fix jest tests in akinon-next for standalone projects
35
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
36
+ - dfaceff: ZERO-3356: Add useLoyaltyAvailability hook and update checkout state management
37
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
38
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
39
+ - 943a239: ZERO-3370: add allowJs in akinon-next test tsconfig
40
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
41
+ - 3bf63c8a: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
42
+ - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
43
+ - f2c92d5c: ZERO-2816: Update cookie name
44
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
45
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
46
+ - acf03209: ZERO-3321: remove babel config
47
+ - 387356b6: ZERO-3323: Refactor locale filtering logic in URL matcher regex
48
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
49
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
50
+ - b2ee69b9: ZERO-3321: delete unnecessary files
51
+ - 0cabbda: ZERO-3370: replace inline monorepo check with reusable utility
52
+
3
53
  ## 1.90.0
4
54
 
5
55
  ### Minor Changes
@@ -58,13 +108,217 @@
58
108
 
59
109
  ### Minor Changes
60
110
 
61
- - 2e0b7ff: ZERO-3226: Refactor checkoutApi to simplify request body structure by removing device_info parameter
62
- - 778aabf: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
63
- - c0fef07: ZERO-3197: Refetch payment options after loyalty usage
64
- - 2d2ab44: ZERO-3226: Add device_info param to WalletPaymentPage request
65
- - 0200d56: ZERO-3163: Add frontendIds property to Settings interface
66
- - 7d1b5af: ZERO-3206: Encode search parameters in product data URL
67
- - aa05ed7: ZERO-3170: Add commerceRedirectionIgnoreList to settings and update URL redirection middleware
111
+ - ef75c03: ZERO-3267: Update error-page component to use ROUTES for link navigation
112
+
113
+ ## 1.82.0-rc.20
114
+
115
+ ### Minor Changes
116
+
117
+ - e5529cd: ZERO-3267: Update error-page component to use root path for links instead of ROUTES
118
+
119
+ ## 1.82.0-rc.19
120
+
121
+ ### Minor Changes
122
+
123
+ - 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
124
+
125
+ ## 1.82.0-rc.18
126
+
127
+ ### Minor Changes
128
+
129
+ - e4761d2: Refactor import statement for ROUTES in error-page component
130
+
131
+ ## 1.82.0-rc.17
132
+
133
+ ### Minor Changes
134
+
135
+ - e2c6d426: ZERO-2935: Add @sentry/nextjs dependency to akinon-next and remove from projectzeronext
136
+ - 70bc0aed: ZERO-3284: Set tracesSampleRate in Sentry configuration
137
+
138
+ ## 1.82.0-rc.16
139
+
140
+ ### Minor Changes
141
+
142
+ - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
143
+ - 6f506af: ZERO-3229: Implement mini basket query for basket total quantity
144
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
145
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
146
+ - 5e1feca: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
147
+ - c0c1962: ZERO-3258: Add new API endpoints for fetching Bukalemun image URL and bundle product data
148
+ - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
149
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
150
+ - 0e05135: ZERO-3244: Encode URL search parameters
151
+ - e9541a13: ZERO-2816: Add headers to url
152
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
153
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
154
+ - 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.
155
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
156
+ - 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
157
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
158
+ - d552629: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
159
+ - c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
160
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
161
+ - 65d3b862: ZERO-3054: Update headers in appFetch
162
+ - bbe18b9f: ZERO-2575: Fix build error
163
+ - 17bfadc: ZERO-3275: Disable OpenTelemetry monitoring in production environment
164
+ - 4920742c: Disable getCachedTranslations
165
+ - b6e5b62: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
166
+ - ac65ca9: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
167
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
168
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
169
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
170
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
171
+ - 3bf63c8: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
172
+ - 9be2c08: ZERO-3243: Improve basket update query handling with optimistic updates
173
+ - f2c92d5c: ZERO-2816: Update cookie name
174
+ - 2f3588f: ZERO-3287: Add user session handling in authentication flow
175
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
176
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
177
+ - 0b1bd07: ZERO-3240: Remove unused preOrderMiddleware
178
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
179
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
180
+
181
+ ## 1.82.0-rc.15
182
+
183
+ ### Minor Changes
184
+
185
+ - 2f3588fb: ZERO-3287: Add user session handling in authentication flow
186
+
187
+ ## 1.82.0-rc.14
188
+
189
+ ### Minor Changes
190
+
191
+ - 5e1feca: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
192
+
193
+ ## 1.82.0-rc.13
194
+
195
+ ### Minor Changes
196
+
197
+ - 3bf63c8: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
198
+
199
+ ## 1.82.0-rc.12
200
+
201
+ ### Minor Changes
202
+
203
+ - ac65ca9: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
204
+
205
+ ## 1.82.0-rc.11
206
+
207
+ ## 1.82.0-rc.10
208
+
209
+ ## 1.82.0-rc.9
210
+
211
+ ### Minor Changes
212
+
213
+ - 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
214
+
215
+ ## 1.82.0-rc.8
216
+
217
+ ### Minor Changes
218
+
219
+ - 17bfadc: ZERO-3275: Disable OpenTelemetry monitoring in production environment
220
+
221
+ ## 1.82.0-rc.7
222
+
223
+ ### Minor Changes
224
+
225
+ - c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
226
+
227
+ ## 1.82.0-rc.6
228
+
229
+ ### Minor Changes
230
+
231
+ - 0b1bd07f: ZERO-3240: Remove unused preOrderMiddleware
232
+
233
+ ## 1.82.0-rc.5
234
+
235
+ ### Minor Changes
236
+
237
+ - 6f506afc: ZERO-3229: Implement mini basket query for basket total quantity
238
+ - c0c19629: ZERO-3258: Add new API endpoints for fetching Bukalemun image URL and bundle product data
239
+ - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
240
+
241
+ ## 1.82.0-rc.4
242
+
243
+ ### Minor Changes
244
+
245
+ - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
246
+
247
+ ## 1.82.0-rc.3
248
+
249
+ ## 1.82.0-rc.2
250
+
251
+ ### Minor Changes
252
+
253
+ - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
254
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
255
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
256
+ - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
257
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
258
+ - 0e051352: ZERO-3244: Encode URL search parameters
259
+ - e9541a13: ZERO-2816: Add headers to url
260
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
261
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
262
+ - 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.
263
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
264
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
265
+ - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
266
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
267
+ - 65d3b862: ZERO-3054: Update headers in appFetch
268
+ - bbe18b9f: ZERO-2575: Fix build error
269
+ - 4920742c: Disable getCachedTranslations
270
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
271
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
272
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
273
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
274
+ - f2c92d5c: ZERO-2816: Update cookie name
275
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
276
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
277
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
278
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
279
+
280
+ ## 1.82.0-rc.1
281
+
282
+ ### Minor Changes
283
+
284
+ - 0e051352: ZERO-3244: Encode URL search parameters
285
+
286
+ ## 1.82.0-rc.0
287
+
288
+ ### Minor Changes
289
+
290
+ - 2e0b7ffd: ZERO-3226: Refactor checkoutApi to simplify request body structure by removing device_info parameter
291
+ - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
292
+ - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
293
+ - c0fef075: ZERO-3197: Refetch payment options after loyalty usage
294
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
295
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
296
+ - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
297
+ - 2d2ab446: ZERO-3226: Add device_info param to WalletPaymentPage request
298
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
299
+ - e9541a13: ZERO-2816: Add headers to url
300
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
301
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
302
+ - 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.
303
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
304
+ - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
305
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
306
+ - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
307
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
308
+ - 65d3b862: ZERO-3054: Update headers in appFetch
309
+ - bbe18b9f: ZERO-2575: Fix build error
310
+ - 4920742c: Disable getCachedTranslations
311
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
312
+ - 7d1b5af1: ZERO-3206: Encode search parameters in product data URL
313
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
314
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
315
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
316
+ - f2c92d5c: ZERO-2816: Update cookie name
317
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
318
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
319
+ - aa05ed79: ZERO-3170: Add commerceRedirectionIgnoreList to settings and update URL redirection middleware
320
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
321
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
68
322
 
69
323
  ## 1.81.0
70
324
 
@@ -84,7 +338,116 @@
84
338
 
85
339
  ### Minor Changes
86
340
 
87
- - 59fa21c: ZERO-3149: Add name-based mechanism for Redux middleware override
341
+ - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
342
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
343
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
344
+ - fd4b74e9: ZERO-3126: add reset checkout state query
345
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
346
+ - e9541a13: ZERO-2816: Add headers to url
347
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
348
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
349
+ - 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.
350
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
351
+ - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
352
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
353
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
354
+ - 65d3b862: ZERO-3054: Update headers in appFetch
355
+ - bbe18b9f: ZERO-2575: Fix build error
356
+ - 4920742c: Disable getCachedTranslations
357
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
358
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
359
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
360
+ - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
361
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
362
+ - 6a0a0807: ZERO-3112: Update button
363
+ - f2c92d5c: ZERO-2816: Update cookie name
364
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
365
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
366
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
367
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
368
+ - 7ab9e2fd: ZERO-3166: add tamara payment package
369
+
370
+ ## 1.79.0-rc.6
371
+
372
+ ### Minor Changes
373
+
374
+ - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
375
+
376
+ ## 1.79.0-rc.5
377
+
378
+ ### Minor Changes
379
+
380
+ - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
381
+
382
+ ## 1.79.0-rc.4
383
+
384
+ ## 1.79.0-rc.3
385
+
386
+ ### Minor Changes
387
+
388
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
389
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
390
+ - fd4b74e9: ZERO-3126: add reset checkout state query
391
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
392
+ - e9541a13: ZERO-2816: Add headers to url
393
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
394
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
395
+ - c53ef7b9: ZERO-2668: The Link component has been updated to improve the logic for handling href values. Previously, if the href was not a string or started with 'http', it would return the href as is. Now, if the href is not provided, it will default to '#' to prevent any potential errors. Additionally, if the href is a string and does not start with 'http', it will be formatted with the locale and pathname, based on the localeUrlStrategy and defaultLocaleValue. This ensures that the correct href is generated based on the localization settings.
396
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
397
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
398
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
399
+ - 65d3b862: ZERO-3054: Update headers in appFetch
400
+ - bbe18b9f: ZERO-2575: Fix build error
401
+ - 4920742c: Disable getCachedTranslations
402
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
403
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
404
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
405
+ - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
406
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
407
+ - 6a0a0807: ZERO-3112: Update button
408
+ - f2c92d5c: ZERO-2816: Update cookie name
409
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
410
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
411
+ - 59fa21ce: ZERO-3149: Add name-based mechanism for Redux middleware override
412
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
413
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
414
+
415
+ ## 1.79.0-rc.2
416
+
417
+ ## 1.79.0-rc.1
418
+
419
+ ### Minor Changes
420
+
421
+ - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
422
+
423
+ ## 1.79.0-rc.0
424
+
425
+ ### Minor Changes
426
+
427
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
428
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
429
+ - fd4b74e9: ZERO-3126: add reset checkout state query
430
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
431
+ - e9541a13: ZERO-2816: Add headers to url
432
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
433
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
434
+ - 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.
435
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
436
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
437
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
438
+ - 65d3b862: ZERO-3054: Update headers in appFetch
439
+ - bbe18b9f: ZERO-2575: Fix build error
440
+ - 4920742c: Disable getCachedTranslations
441
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
442
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
443
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
444
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
445
+ - 6a0a0807: ZERO-3112: Update button
446
+ - f2c92d5c: ZERO-2816: Update cookie name
447
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
448
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
449
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
450
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
88
451
 
89
452
  ## 1.78.0
90
453
 
@@ -156,6 +519,52 @@
156
519
  ### Minor Changes
157
520
 
158
521
  - f34454a: ZERO-2953: Add hepsipay payment method
522
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
523
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
524
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
525
+ - 9a50730: ZERO-3015: Add currency parameter to getOrders query
526
+ - ca774b3: ZERO-3002:add register with loyalty url
527
+ - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
528
+ - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
529
+
530
+ ## 1.71.0-rc.7
531
+
532
+ ## 1.71.0-rc.6
533
+
534
+ ### Minor Changes
535
+
536
+ - f34454a: ZERO-2953: Add hepsipay payment method
537
+
538
+ ## 1.71.0-rc.5
539
+
540
+ ## 1.71.0-rc.4
541
+
542
+ ## 1.71.0-rc.3
543
+
544
+ ### Minor Changes
545
+
546
+ - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
547
+
548
+ ## 1.71.0-rc.2
549
+
550
+ ### Minor Changes
551
+
552
+ - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
553
+
554
+ ## 1.71.0-rc.1
555
+
556
+ ### Minor Changes
557
+
558
+ - 9a50730: ZERO-3015: Add currency parameter to getOrders query
559
+
560
+ ## 1.71.0-rc.0
561
+
562
+ ### Minor Changes
563
+
564
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
565
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
566
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
567
+ - ca774b3: ZERO-3002:add register with loyalty url
159
568
 
160
569
  ## 1.70.0
161
570
 
@@ -167,12 +576,72 @@
167
576
 
168
577
  ### Minor Changes
169
578
 
579
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
580
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
581
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
582
+ - ca774b3: ZERO-3002:add register with loyalty url
583
+ - f046f8e: ZERO-2575: update version for react-number-format
584
+
585
+ ## 1.69.0-rc.8
586
+
587
+ ### Minor Changes
588
+
589
+ - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
590
+ - ca774b3: ZERO-3002:add register with loyalty url
591
+
592
+ ## 1.69.0-rc.7
593
+
594
+ ### Minor Changes
595
+
596
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
597
+
598
+ ## 1.69.0-rc.6
599
+
600
+ ### Minor Changes
601
+
602
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
170
603
  - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
171
604
  - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
172
605
  - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
173
606
  - cbdb0c8: ZERO-3010: Move pretty url page into project
174
607
  - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
175
608
 
609
+ ## 1.69.0-rc.5
610
+
611
+ ### Minor Changes
612
+
613
+ - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
614
+
615
+ ## 1.69.0-rc.4
616
+
617
+ ### Minor Changes
618
+
619
+ - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
620
+
621
+ ## 1.69.0-rc.3
622
+
623
+ ### Minor Changes
624
+
625
+ - cbdb0c8: ZERO-3010: Move pretty url page into project
626
+
627
+ ## 1.69.0-rc.2
628
+
629
+ ### Minor Changes
630
+
631
+ - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
632
+
633
+ ## 1.69.0-rc.1
634
+
635
+ ### Minor Changes
636
+
637
+ - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
638
+
639
+ ## 1.69.0-rc.0
640
+
641
+ ### Minor Changes
642
+
643
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
644
+
176
645
  ## 1.68.0
177
646
 
178
647
  ### Minor Changes
@@ -282,11 +751,183 @@
282
751
 
283
752
  ### Minor Changes
284
753
 
754
+ - c416d18: ZERO-2915: Add delivery option null check for setAddress
755
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
756
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
757
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
758
+ - fda5b927: ZERO-2725: fix invalid import
759
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
760
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
761
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
762
+ - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
763
+ - 3bf2dd9: ZERO-2551: Fix search page
764
+ - e9541a13: ZERO-2816: Add headers to url
765
+ - 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.
766
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
767
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
768
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
769
+ - 7b05522: ZERO-2905: Fix resend and close button in otp package
770
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
771
+ - d3474c64: ZERO-2655: Add data source shipping option
772
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
773
+ - 29ead87: ZERO-2905: Fix resend and close button in otp package
774
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
775
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
776
+ - bbe18b9f: ZERO-2575: Fix build error
777
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
778
+ - 4920742: Disable getCachedTranslations
779
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
780
+ - 7e56d6b: ZERO-2841: Update api tagTypes
781
+ - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
782
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
783
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
784
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
785
+ - fad27689: ZERO-2739: add gpay to payment plugin map
786
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
787
+ - fdd0b41: ZERO-2706: Add optimized translation support
788
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
789
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
790
+ - beb499e6: ZERO-2551: Add new tsconfig paths
791
+ - f2c92d5c: ZERO-2816: Update cookie name
792
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
793
+ - f3d076b: ZERO-2864: create tabby extension plugin
794
+ - f046f8e0: ZERO-2575: update version for react-number-format
795
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
796
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
797
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
798
+
799
+ ## 1.56.0-rc.7
800
+
801
+ ## 1.56.0-rc.6
802
+
803
+ ### Minor Changes
804
+
805
+ - f3d076b: ZERO-2864: create tabby extension plugin
806
+
807
+ ## 1.56.0-rc.5
808
+
809
+ ### Minor Changes
810
+
811
+ - c416d18: ZERO-2915: Add delivery option null check for setAddress
812
+
813
+ ## 1.56.0-rc.4
814
+
815
+ ### Minor Changes
816
+
817
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
818
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
819
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
820
+ - fda5b927: ZERO-2725: fix invalid import
821
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
822
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
285
823
  - d93a507: ZERO-2900: Fix pretty url rewrite
824
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
825
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
826
+ - 3bf2dd9: ZERO-2551: Fix search page
827
+ - e9541a13: ZERO-2816: Add headers to url
828
+ - 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.
829
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
830
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
831
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
832
+ - 7b05522: ZERO-2905: Fix resend and close button in otp package
833
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
834
+ - d3474c64: ZERO-2655: Add data source shipping option
835
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
836
+ - 29ead87: ZERO-2905: Fix resend and close button in otp package
837
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
838
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
839
+ - bbe18b9f: ZERO-2575: Fix build error
840
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
841
+ - 4920742: Disable getCachedTranslations
842
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
286
843
  - 674badc: ZERO-2912: Fix selected payment option view to handle null values
844
+ - 7e56d6b: ZERO-2841: Update api tagTypes
845
+ - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
846
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
287
847
  - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
848
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
849
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
850
+ - fad27689: ZERO-2739: add gpay to payment plugin map
851
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
852
+ - fdd0b41: ZERO-2706: Add optimized translation support
853
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
854
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
855
+ - beb499e6: ZERO-2551: Add new tsconfig paths
856
+ - f2c92d5c: ZERO-2816: Update cookie name
857
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
858
+ - f046f8e0: ZERO-2575: update version for react-number-format
288
859
  - b9273fd: ZERO-2889: add host headers to requests
860
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
861
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
289
862
  - c670bd4: ZERO-2900: Add middleware rewrite functionality
863
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
864
+
865
+ ## 1.56.0-rc.3
866
+
867
+ ### Minor Changes
868
+
869
+ - 674badc: ZERO-2912: Fix selected payment option view to handle null values
870
+
871
+ ## 1.56.0-rc.2
872
+
873
+ ### Minor Changes
874
+
875
+ - 7b05522: ZERO-2905: Fix resend and close button in otp package
876
+ - 29ead87: ZERO-2905: Fix resend and close button in otp package
877
+
878
+ ## 1.56.0-rc.1
879
+
880
+ ### Minor Changes
881
+
882
+ - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
883
+
884
+ ## 1.56.0-rc.0
885
+
886
+ ### Minor Changes
887
+
888
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
889
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
890
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
891
+ - fda5b927: ZERO-2725: fix invalid import
892
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
893
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
894
+ - d93a507: ZERO-2900: Fix pretty url rewrite
895
+ - 6c25f666: ZERO-2551: Check CACHE_HOST variable
896
+ - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
897
+ - 3bf2dd94: ZERO-2551: Fix search page
898
+ - e9541a13: ZERO-2816: Add headers to url
899
+ - 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.
900
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
901
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
902
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
903
+ - d6edb1d0: ZERO-2551: Fix searchparams handling for list and other routes
904
+ - d3474c64: ZERO-2655: Add data source shipping option
905
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
906
+ - c45b62c9: ZERO-2818: Add upload and download support for b2b package
907
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
908
+ - bbe18b9f: ZERO-2575: Fix build error
909
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
910
+ - 4920742c: Disable getCachedTranslations
911
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
912
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
913
+ - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
914
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
915
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
916
+ - 8f47ccae: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
917
+ - fad27689: ZERO-2739: add gpay to payment plugin map
918
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
919
+ - fdd0b41: ZERO-2706: Add optimized translation support
920
+ - f2c325c1: ZERO-2838: Move file input component into @akinon/next
921
+ - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
922
+ - beb499e6: ZERO-2551: Add new tsconfig paths
923
+ - f2c92d5c: ZERO-2816: Update cookie name
924
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
925
+ - f046f8e0: ZERO-2575: update version for react-number-format
926
+ - b9273fd3: ZERO-2889: add host headers to requests
927
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
928
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
929
+ - c670bd48: ZERO-2900: Add middleware rewrite functionality
930
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
290
931
 
291
932
  ## 1.55.0
292
933
 
@@ -332,18 +973,139 @@
332
973
 
333
974
  ### Minor Changes
334
975
 
335
- - eaf97d6: ZERO-2909: Add deleteCollectionItem query to wishlistApi
336
-
337
- ## 1.49.0
338
-
339
- ### Minor Changes
340
-
341
- - 26b809f: ZERO-2898: Add bags_fee property to PreOrder interface
342
- - 20da358: ZERO-2898: Add setDeliveryBags mutation to checkout api
343
- - 04115e5: ZERO-2898: Update PreOrder type
344
- - fa88889: ZERO-2898: Make bags_fee property optional in PreOrder interface
345
-
346
- ## 1.48.0
976
+ - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
977
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
978
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
979
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
980
+ - fda5b927: ZERO-2725: fix invalid import
981
+ - 2d9b2b2: ZERO-2816: Add segment to headers
982
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
983
+ - d93a507: ZERO-2900: Fix pretty url rewrite
984
+ - 8d9ac9a: ZERO-2794: Add field to order type
985
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
986
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
987
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
988
+ - 3bf2dd9: ZERO-2551: Fix search page
989
+ - e9541a1: ZERO-2816: Add headers to url
990
+ - 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.
991
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
992
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
993
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
994
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
995
+ - 1448a96e: ZERO-2612: add errors type in CheckoutState
996
+ - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
997
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
998
+ - d3474c64: ZERO-2655: Add data source shipping option
999
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
1000
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
1001
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
1002
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
1003
+ - bbe18b9f: ZERO-2575: Fix build error
1004
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1005
+ - 4920742: Disable getCachedTranslations
1006
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1007
+ - 7e56d6b: ZERO-2841: Update api tagTypes
1008
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1009
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
1010
+ - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
1011
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1012
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1013
+ - fad27689: ZERO-2739: add gpay to payment plugin map
1014
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
1015
+ - fdd0b41: ZERO-2706: Add optimized translation support
1016
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1017
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
1018
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1019
+ - beb499e6: ZERO-2551: Add new tsconfig paths
1020
+ - 146ea391: ZERO-2774: Update imports
1021
+ - f2c92d5: ZERO-2816: Update cookie name
1022
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1023
+ - c47be30d: ZERO-2744: Update Order and OrderItem types
1024
+ - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1025
+ - f046f8e0: ZERO-2575: update version for react-number-format
1026
+ - b9273fd: ZERO-2889: add host headers to requests
1027
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1028
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1029
+ - c670bd4: ZERO-2900: Add middleware rewrite functionality
1030
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1031
+ - 3d35f70: ZERO-2908: Add cookie to redirect url
1032
+
1033
+ ## 1.50.0-rc.1
1034
+
1035
+ ### Minor Changes
1036
+
1037
+ - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1038
+
1039
+ ## 1.50.0-rc.0
1040
+
1041
+ ### Minor Changes
1042
+
1043
+ - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1044
+ - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1045
+ - 5dfeea0: ZERO-2801: Revert ZERO-2801
1046
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1047
+ - fda5b927: ZERO-2725: fix invalid import
1048
+ - 2d9b2b2: ZERO-2816: Add segment to headers
1049
+ - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1050
+ - d93a507: ZERO-2900: Fix pretty url rewrite
1051
+ - 8d9ac9a: ZERO-2794: Add field to order type
1052
+ - eaf97d6: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1053
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1054
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1055
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1056
+ - 3bf2dd9: ZERO-2551: Fix search page
1057
+ - e9541a1: ZERO-2816: Add headers to url
1058
+ - 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.
1059
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1060
+ - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1061
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1062
+ - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1063
+ - 1448a96e: ZERO-2612: add errors type in CheckoutState
1064
+ - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
1065
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1066
+ - d3474c64: ZERO-2655: Add data source shipping option
1067
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
1068
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
1069
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
1070
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
1071
+ - bbe18b9f: ZERO-2575: Fix build error
1072
+ - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1073
+ - 4920742: Disable getCachedTranslations
1074
+ - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1075
+ - 7e56d6b: ZERO-2841: Update api tagTypes
1076
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1077
+ - 98bb8dcd: ZERO-2706: Cache getTranlations method
1078
+ - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
1079
+ - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1080
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1081
+ - fad27689: ZERO-2739: add gpay to payment plugin map
1082
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
1083
+ - fdd0b41: ZERO-2706: Add optimized translation support
1084
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1085
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
1086
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1087
+ - beb499e6: ZERO-2551: Add new tsconfig paths
1088
+ - 146ea391: ZERO-2774: Update imports
1089
+ - f2c92d5: ZERO-2816: Update cookie name
1090
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1091
+ - c47be30d: ZERO-2744: Update Order and OrderItem types
1092
+ - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1093
+ - f046f8e0: ZERO-2575: update version for react-number-format
1094
+ - b9273fd: ZERO-2889: add host headers to requests
1095
+ - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1096
+ - c670bd4: ZERO-2900: Add middleware rewrite functionality
1097
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1098
+
1099
+ ## 1.49.0
1100
+
1101
+ ### Minor Changes
1102
+
1103
+ - 26b809f: ZERO-2898: Add bags_fee property to PreOrder interface
1104
+ - 20da358: ZERO-2898: Add setDeliveryBags mutation to checkout api
1105
+ - 04115e5: ZERO-2898: Update PreOrder type
1106
+ - fa88889: ZERO-2898: Make bags_fee property optional in PreOrder interface
1107
+
1108
+ ## 1.48.0
347
1109
 
348
1110
  ## 1.47.0
349
1111
 
@@ -358,7 +1120,126 @@
358
1120
 
359
1121
  ### Minor Changes
360
1122
 
1123
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1124
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1125
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1126
+ - fda5b92: ZERO-2725: fix invalid import
1127
+ - 2d9b2b2: ZERO-2816: Add segment to headers
1128
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1129
+ - 8d9ac9a: ZERO-2794: Add field to order type
1130
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1131
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1132
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1133
+ - 3bf2dd9: ZERO-2551: Fix search page
1134
+ - e9541a1: ZERO-2816: Add headers to url
1135
+ - 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.
1136
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1137
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1138
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
1139
+ - 1448a96e: ZERO-2612: add errors type in CheckoutState
1140
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1141
+ - d3474c6: ZERO-2655: Add data source shipping option
1142
+ - 75080fd6: ZERO-2630: Add max limit to postcode area
1143
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
1144
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
1145
+ - 91265bba: ZERO-2551: Improve pretty url and caching performance
1146
+ - bbe18b9f: ZERO-2575: Fix build error
1147
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1148
+ - 4920742: Disable getCachedTranslations
1149
+ - 7e56d6b: ZERO-2841: Update api tagTypes
1150
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1151
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
1152
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1153
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1154
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1155
+ - fad2768: ZERO-2739: add gpay to payment plugin map
1156
+ - dff0d595: ZERO-2659: add formData support to proxy api requests
1157
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1158
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
1159
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1160
+ - beb499e6: ZERO-2551: Add new tsconfig paths
1161
+ - 948eb42: ZERO-2852: Add out of stock endpoints
1162
+ - 146ea39: ZERO-2774: Update imports
1163
+ - f2c92d5: ZERO-2816: Update cookie name
1164
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1165
+ - c47be30: ZERO-2744: Update Order and OrderItem types
1166
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1167
+ - f046f8e0: ZERO-2575: update version for react-number-format
1168
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1169
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1170
+
1171
+ ## 1.45.0-rc.4
1172
+
1173
+ ### Minor Changes
1174
+
1175
+ - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1176
+
1177
+ ## 1.45.0-rc.3
1178
+
1179
+ ### Minor Changes
1180
+
1181
+ - 948eb42: ZERO-2852: Add out of stock endpoints
1182
+
1183
+ ## 1.45.0-rc.2
1184
+
1185
+ ### Minor Changes
1186
+
1187
+ - c45b62c: ZERO-2818: Add upload and download support for b2b package
1188
+ - f2c325c: ZERO-2838: Move file input component into @akinon/next
1189
+
1190
+ ## 1.45.0-rc.1
1191
+
1192
+ ### Minor Changes
1193
+
1194
+ - 7e56d6b: ZERO-2841: Update api tagTypes
1195
+
1196
+ ## 1.45.0-rc.0
1197
+
1198
+ ### Minor Changes
1199
+
1200
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1201
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1202
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1203
+ - fda5b92: ZERO-2725: fix invalid import
1204
+ - 2d9b2b2: ZERO-2816: Add segment to headers
1205
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1206
+ - 8d9ac9a: ZERO-2794: Add field to order type
1207
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1208
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1209
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1210
+ - 3bf2dd9: ZERO-2551: Fix search page
1211
+ - e9541a1: ZERO-2816: Add headers to url
1212
+ - 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.
1213
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1214
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1215
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
1216
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
361
1217
  - 2ab6e08: ZERO-2841: Update getBasketDetail query
1218
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1219
+ - d3474c6: ZERO-2655: Add data source shipping option
1220
+ - 75080fd: ZERO-2630: Add max limit to postcode area
1221
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
1222
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
1223
+ - bbe18b9: ZERO-2575: Fix build error
1224
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1225
+ - 4920742: Disable getCachedTranslations
1226
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1227
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
1228
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1229
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1230
+ - fad2768: ZERO-2739: add gpay to payment plugin map
1231
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
1232
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1233
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1234
+ - beb499e: ZERO-2551: Add new tsconfig paths
1235
+ - 146ea39: ZERO-2774: Update imports
1236
+ - f2c92d5: ZERO-2816: Update cookie name
1237
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1238
+ - c47be30: ZERO-2744: Update Order and OrderItem types
1239
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1240
+ - f046f8e0: ZERO-2575: update version for react-number-format
1241
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1242
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
362
1243
 
363
1244
  ## 1.44.0
364
1245
 
@@ -366,7 +1247,201 @@
366
1247
 
367
1248
  ### Minor Changes
368
1249
 
1250
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1251
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1252
+ - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1253
+ - fda5b92: ZERO-2725: fix invalid import
1254
+ - 2d9b2b2: ZERO-2816: Add segment to headers
1255
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1256
+ - 8d9ac9a: ZERO-2794: Add field to order type
1257
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1258
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1259
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1260
+ - 3bf2dd9: ZERO-2551: Fix search page
1261
+ - e9541a1: ZERO-2816: Add headers to url
1262
+ - 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.
1263
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1264
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1265
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
1266
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
1267
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1268
+ - d3474c6: ZERO-2655: Add data source shipping option
1269
+ - 75080fd: ZERO-2630: Add max limit to postcode area
1270
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
1271
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
1272
+ - bbe18b9: ZERO-2575: Fix build error
1273
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1274
+ - 4920742: Disable getCachedTranslations
1275
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1276
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
1277
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1278
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1279
+ - fad2768: ZERO-2739: add gpay to payment plugin map
1280
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
1281
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1282
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1283
+ - beb499e: ZERO-2551: Add new tsconfig paths
1284
+ - 146ea39: ZERO-2774: Update imports
1285
+ - f2c92d5: ZERO-2816: Update cookie name
1286
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1287
+ - c47be30: ZERO-2744: Update Order and OrderItem types
1288
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1289
+ - f046f8e0: ZERO-2575: update version for react-number-format
1290
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1291
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1292
+
1293
+ ## 1.43.0-rc.15
1294
+
1295
+ ## 1.43.0-rc.14
1296
+
1297
+ ### Minor Changes
1298
+
1299
+ - 3bf2dd9: ZERO-2551: Fix search page
1300
+
1301
+ ## 1.43.0-rc.13
1302
+
1303
+ ### Minor Changes
1304
+
1305
+ - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1306
+
1307
+ ## 1.43.0-rc.12
1308
+
1309
+ ### Minor Changes
1310
+
1311
+ - 4920742: Disable getCachedTranslations
1312
+
1313
+ ## 1.43.0-rc.11
1314
+
1315
+ ### Minor Changes
1316
+
1317
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1318
+
1319
+ ## 1.43.0-rc.10
1320
+
1321
+ ### Minor Changes
1322
+
1323
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1324
+
1325
+ ## 1.43.0-rc.9
1326
+
1327
+ ### Minor Changes
1328
+
1329
+ - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1330
+
1331
+ ## 1.43.0-rc.8
1332
+
1333
+ ### Minor Changes
1334
+
1335
+ - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1336
+ - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1337
+
1338
+ ## 1.43.0-rc.7
1339
+
1340
+ ### Minor Changes
1341
+
1342
+ - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1343
+
1344
+ ## 1.43.0-rc.6
1345
+
1346
+ ### Minor Changes
1347
+
1348
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1349
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1350
+ - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1351
+ - fda5b92: ZERO-2725: fix invalid import
1352
+ - 2d9b2b2: ZERO-2816: Add segment to headers
1353
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1354
+ - 8d9ac9a: ZERO-2794: Add field to order type
1355
+ - e9541a1: ZERO-2816: Add headers to url
1356
+ - 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.
1357
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1358
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
1359
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
1360
+ - d3474c6: ZERO-2655: Add data source shipping option
1361
+ - 75080fd: ZERO-2630: Add max limit to postcode area
1362
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
1363
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
1364
+ - bbe18b9: ZERO-2575: Fix build error
1365
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1366
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1367
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
1368
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1369
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1370
+ - fad2768: ZERO-2739: add gpay to payment plugin map
1371
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
1372
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
369
1373
  - 4a163f2: ZERO-2761: Add condition for basket summary
1374
+ - beb499e: ZERO-2551: Add new tsconfig paths
1375
+ - 146ea39: ZERO-2774: Update imports
1376
+ - f2c92d5: ZERO-2816: Update cookie name
1377
+ - c47be30: ZERO-2744: Update Order and OrderItem types
1378
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1379
+ - f046f8e: ZERO-2575: update version for react-number-format
1380
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1381
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1382
+
1383
+ ## 1.43.0-rc.5
1384
+
1385
+ ### Minor Changes
1386
+
1387
+ - 17f8752: ZERO-2816: Make the incoming currency lowercase
1388
+
1389
+ ## 1.43.0-rc.4
1390
+
1391
+ ### Minor Changes
1392
+
1393
+ - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1394
+
1395
+ ## 1.43.0-rc.3
1396
+
1397
+ ### Minor Changes
1398
+
1399
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
1400
+
1401
+ ## 1.43.0-rc.2
1402
+
1403
+ ### Minor Changes
1404
+
1405
+ - f2c92d5: ZERO-2816: Update cookie name
1406
+
1407
+ ## 1.43.0-rc.1
1408
+
1409
+ ### Minor Changes
1410
+
1411
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1412
+
1413
+ ## 1.43.0-rc.0
1414
+
1415
+ ### Minor Changes
1416
+
1417
+ - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1418
+ - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1419
+ - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1420
+ - fda5b92: ZERO-2725: fix invalid import
1421
+ - 2d9b2b2: ZERO-2816: Add segment to headers
1422
+ - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1423
+ - 8d9ac9a: ZERO-2794: Add field to order type
1424
+ - e9541a1: ZERO-2816: Add headers to url
1425
+ - 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.
1426
+ - 0d3a913: ZERO-2725: Update decimal scale in Price component
1427
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
1428
+ - d3474c6: ZERO-2655: Add data source shipping option
1429
+ - 75080fd: ZERO-2630: Add max limit to postcode area
1430
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
1431
+ - bbe18b9: ZERO-2575: Fix build error
1432
+ - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1433
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1434
+ - 98bb8dc: ZERO-2706: Cache getTranlations method
1435
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1436
+ - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1437
+ - fad2768: ZERO-2739: add gpay to payment plugin map
1438
+ - dff0d59: ZERO-2659: add formData support to proxy api requests
1439
+ - beb499e: ZERO-2551: Add new tsconfig paths
1440
+ - 146ea39: ZERO-2774: Update imports
1441
+ - c47be30: ZERO-2744: Update Order and OrderItem types
1442
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1443
+ - f046f8e: ZERO-2575: update version for react-number-format
1444
+ - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
370
1445
 
371
1446
  ## 1.42.0
372
1447