@akinon/next 1.90.0 → 1.91.0-rc.0

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