@akinon/next 1.89.0-rc.9 → 1.89.0-snapshot-ZERO-3363-20250507092133

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,120 +1,10 @@
1
1
  # @akinon/next
2
2
 
3
- ## 1.89.0-rc.9
3
+ ## 1.89.0-snapshot-ZERO-3363-20250507092133
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
8
- - 63774a6: ZERO-3351: Add commerce redirection ignore list functionality and related utility
9
- - 2d9b2b2c: ZERO-2816: Add segment to headers
10
- - 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
11
- - d8fad39: ZERO-3370: include plugins test to build stage
12
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
13
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
14
- - e9541a13: ZERO-2816: Add headers to url
15
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
16
- - 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.
17
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
18
- - bf354de: ZERO-3321: add babel compiler for akinon/next test
19
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
20
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
21
- - 448adef: ZERO-3321: move csp test to akinon-next
22
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
23
- - 65d3b862: ZERO-3054: Update headers in appFetch
24
- - bbe18b9f: ZERO-2575: Fix build error
25
- - 17bfadc4: ZERO-3275: Disable OpenTelemetry monitoring in production environment
26
- - 4920742c: Disable getCachedTranslations
27
- - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
28
- - 6c3629c: ZERO-3321: fix jest tests in akinon-next for standalone projects
29
- - 7e56d6b6: ZERO-2841: Update api tagTypes
30
- - dfaceff: ZERO-3356: Add useLoyaltyAvailability hook and update checkout state management
31
- - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
32
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
33
- - 943a239: ZERO-3370: add allowJs in akinon-next test tsconfig
34
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
35
- - 3bf63c8a: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
36
- - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
37
- - f2c92d5c: ZERO-2816: Update cookie name
38
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
39
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
40
- - acf0320: ZERO-3321: remove babel config
41
- - 387356b: ZERO-3323: Refactor locale filtering logic in URL matcher regex
42
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
43
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
44
- - b2ee69b: ZERO-3321: delete unnecessary files
45
- - 0cabbda: ZERO-3370: replace inline monorepo check with reusable utility
46
-
47
- ## 1.89.0-rc.8
48
-
49
- ### Minor Changes
50
-
51
- - d8fad39: ZERO-3370: include plugins test to build stage
52
- - 943a239: ZERO-3370: add allowJs in akinon-next test tsconfig
53
- - 0cabbda: ZERO-3370: replace inline monorepo check with reusable utility
54
-
55
- ## 1.89.0-rc.7
56
-
57
- ### Minor Changes
58
-
59
- - dfaceff: ZERO-3356: Add useLoyaltyAvailability hook and update checkout state management
60
-
61
- ## 1.89.0-rc.6
62
-
63
- ## 1.89.0-rc.5
64
-
65
- ## 1.89.0-rc.4
66
-
67
- ### Minor Changes
68
-
69
- - bf354de: ZERO-3321: add babel compiler for akinon/next test
70
- - 448adef: ZERO-3321: move csp test to akinon-next
71
- - 6c3629c: ZERO-3321: fix jest tests in akinon-next for standalone projects
72
- - acf0320: ZERO-3321: remove babel config
73
- - b2ee69b: ZERO-3321: delete unnecessary files
74
-
75
- ## 1.89.0-rc.3
76
-
77
- ### Minor Changes
78
-
79
- - 63774a6: ZERO-3351: Add commerce redirection ignore list functionality and related utility
80
-
81
- ## 1.89.0-rc.2
82
-
83
- ## 1.89.0-rc.1
84
-
85
- ## 1.89.0-rc.0
86
-
87
- ### Minor Changes
88
-
89
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
90
- - 2d9b2b2c: ZERO-2816: Add segment to headers
91
- - 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
92
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
93
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
94
- - e9541a13: ZERO-2816: Add headers to url
95
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
96
- - 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.
97
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
98
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
99
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
100
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
101
- - 65d3b862: ZERO-3054: Update headers in appFetch
102
- - bbe18b9f: ZERO-2575: Fix build error
103
- - 17bfadc4: ZERO-3275: Disable OpenTelemetry monitoring in production environment
104
- - 4920742c: Disable getCachedTranslations
105
- - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
106
- - 7e56d6b6: ZERO-2841: Update api tagTypes
107
- - 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
108
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
109
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
110
- - 3bf63c8a: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
111
- - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
112
- - f2c92d5c: ZERO-2816: Update cookie name
113
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
114
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
115
- - 387356b: ZERO-3323: Refactor locale filtering logic in URL matcher regex
116
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
117
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
7
+ - 35dfb8f: ZERO-3363: Refactor URL handling in checkout and redirection middlewares to use url.origin instead of process.env.NEXT_PUBLIC_URL
118
8
 
119
9
  ## 1.88.0
120
10
 
@@ -166,217 +56,13 @@
166
56
 
167
57
  ### Minor Changes
168
58
 
169
- - ef75c03: ZERO-3267: Update error-page component to use ROUTES for link navigation
170
-
171
- ## 1.82.0-rc.20
172
-
173
- ### Minor Changes
174
-
175
- - e5529cd: ZERO-3267: Update error-page component to use root path for links instead of ROUTES
176
-
177
- ## 1.82.0-rc.19
178
-
179
- ### Minor Changes
180
-
181
- - 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
182
-
183
- ## 1.82.0-rc.18
184
-
185
- ### Minor Changes
186
-
187
- - e4761d2: Refactor import statement for ROUTES in error-page component
188
-
189
- ## 1.82.0-rc.17
190
-
191
- ### Minor Changes
192
-
193
- - e2c6d426: ZERO-2935: Add @sentry/nextjs dependency to akinon-next and remove from projectzeronext
194
- - 70bc0aed: ZERO-3284: Set tracesSampleRate in Sentry configuration
195
-
196
- ## 1.82.0-rc.16
197
-
198
- ### Minor Changes
199
-
200
- - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
201
- - 6f506af: ZERO-3229: Implement mini basket query for basket total quantity
202
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
203
- - 2d9b2b2c: ZERO-2816: Add segment to headers
204
- - 5e1feca: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
205
- - c0c1962: ZERO-3258: Add new API endpoints for fetching Bukalemun image URL and bundle product data
206
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
207
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
208
- - 0e05135: ZERO-3244: Encode URL search parameters
209
- - e9541a13: ZERO-2816: Add headers to url
210
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
211
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
212
- - 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.
213
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
214
- - 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
215
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
216
- - d552629: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
217
- - c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
218
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
219
- - 65d3b862: ZERO-3054: Update headers in appFetch
220
- - bbe18b9f: ZERO-2575: Fix build error
221
- - 17bfadc: ZERO-3275: Disable OpenTelemetry monitoring in production environment
222
- - 4920742c: Disable getCachedTranslations
223
- - b6e5b62: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
224
- - ac65ca9: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
225
- - 7e56d6b6: ZERO-2841: Update api tagTypes
226
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
227
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
228
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
229
- - 3bf63c8: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
230
- - 9be2c08: ZERO-3243: Improve basket update query handling with optimistic updates
231
- - f2c92d5c: ZERO-2816: Update cookie name
232
- - 2f3588f: ZERO-3287: Add user session handling in authentication flow
233
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
234
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
235
- - 0b1bd07: ZERO-3240: Remove unused preOrderMiddleware
236
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
237
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
238
-
239
- ## 1.82.0-rc.15
240
-
241
- ### Minor Changes
242
-
243
- - 2f3588fb: ZERO-3287: Add user session handling in authentication flow
244
-
245
- ## 1.82.0-rc.14
246
-
247
- ### Minor Changes
248
-
249
- - 5e1feca: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
250
-
251
- ## 1.82.0-rc.13
252
-
253
- ### Minor Changes
254
-
255
- - 3bf63c8: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
256
-
257
- ## 1.82.0-rc.12
258
-
259
- ### Minor Changes
260
-
261
- - ac65ca9: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
262
-
263
- ## 1.82.0-rc.11
264
-
265
- ## 1.82.0-rc.10
266
-
267
- ## 1.82.0-rc.9
268
-
269
- ### Minor Changes
270
-
271
- - 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
272
-
273
- ## 1.82.0-rc.8
274
-
275
- ### Minor Changes
276
-
277
- - 17bfadc: ZERO-3275: Disable OpenTelemetry monitoring in production environment
278
-
279
- ## 1.82.0-rc.7
280
-
281
- ### Minor Changes
282
-
283
- - c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
284
-
285
- ## 1.82.0-rc.6
286
-
287
- ### Minor Changes
288
-
289
- - 0b1bd07f: ZERO-3240: Remove unused preOrderMiddleware
290
-
291
- ## 1.82.0-rc.5
292
-
293
- ### Minor Changes
294
-
295
- - 6f506afc: ZERO-3229: Implement mini basket query for basket total quantity
296
- - c0c19629: ZERO-3258: Add new API endpoints for fetching Bukalemun image URL and bundle product data
297
- - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
298
-
299
- ## 1.82.0-rc.4
300
-
301
- ### Minor Changes
302
-
303
- - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
304
-
305
- ## 1.82.0-rc.3
306
-
307
- ## 1.82.0-rc.2
308
-
309
- ### Minor Changes
310
-
311
- - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
312
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
313
- - 2d9b2b2c: ZERO-2816: Add segment to headers
314
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
315
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
316
- - 0e051352: ZERO-3244: Encode URL search parameters
317
- - e9541a13: ZERO-2816: Add headers to url
318
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
319
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
320
- - 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.
321
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
322
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
323
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
324
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
325
- - 65d3b862: ZERO-3054: Update headers in appFetch
326
- - bbe18b9f: ZERO-2575: Fix build error
327
- - 4920742c: Disable getCachedTranslations
328
- - 7e56d6b6: ZERO-2841: Update api tagTypes
329
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
330
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
331
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
332
- - f2c92d5c: ZERO-2816: Update cookie name
333
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
334
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
335
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
336
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
337
-
338
- ## 1.82.0-rc.1
339
-
340
- ### Minor Changes
341
-
342
- - 0e051352: ZERO-3244: Encode URL search parameters
343
-
344
- ## 1.82.0-rc.0
345
-
346
- ### Minor Changes
347
-
348
- - 2e0b7ffd: ZERO-3226: Refactor checkoutApi to simplify request body structure by removing device_info parameter
349
- - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
350
- - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
351
- - c0fef075: ZERO-3197: Refetch payment options after loyalty usage
352
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
353
- - 2d9b2b2c: ZERO-2816: Add segment to headers
354
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
355
- - 2d2ab446: ZERO-3226: Add device_info param to WalletPaymentPage request
356
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
357
- - e9541a13: ZERO-2816: Add headers to url
358
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
359
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
360
- - 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.
361
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
362
- - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
363
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
364
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
365
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
366
- - 65d3b862: ZERO-3054: Update headers in appFetch
367
- - bbe18b9f: ZERO-2575: Fix build error
368
- - 4920742c: Disable getCachedTranslations
369
- - 7e56d6b6: ZERO-2841: Update api tagTypes
370
- - 7d1b5af1: ZERO-3206: Encode search parameters in product data URL
371
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
372
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
373
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
374
- - f2c92d5c: ZERO-2816: Update cookie name
375
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
376
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
377
- - aa05ed79: ZERO-3170: Add commerceRedirectionIgnoreList to settings and update URL redirection middleware
378
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
379
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
59
+ - 2e0b7ff: ZERO-3226: Refactor checkoutApi to simplify request body structure by removing device_info parameter
60
+ - 778aabf: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
61
+ - c0fef07: ZERO-3197: Refetch payment options after loyalty usage
62
+ - 2d2ab44: ZERO-3226: Add device_info param to WalletPaymentPage request
63
+ - 0200d56: ZERO-3163: Add frontendIds property to Settings interface
64
+ - 7d1b5af: ZERO-3206: Encode search parameters in product data URL
65
+ - aa05ed7: ZERO-3170: Add commerceRedirectionIgnoreList to settings and update URL redirection middleware
380
66
 
381
67
  ## 1.81.0
382
68
 
@@ -396,116 +82,7 @@
396
82
 
397
83
  ### Minor Changes
398
84
 
399
- - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
400
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
401
- - 2d9b2b2c: ZERO-2816: Add segment to headers
402
- - fd4b74e9: ZERO-3126: add reset checkout state query
403
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
404
- - e9541a13: ZERO-2816: Add headers to url
405
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
406
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
407
- - 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.
408
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
409
- - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
410
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
411
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
412
- - 65d3b862: ZERO-3054: Update headers in appFetch
413
- - bbe18b9f: ZERO-2575: Fix build error
414
- - 4920742c: Disable getCachedTranslations
415
- - 7e56d6b6: ZERO-2841: Update api tagTypes
416
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
417
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
418
- - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
419
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
420
- - 6a0a0807: ZERO-3112: Update button
421
- - f2c92d5c: ZERO-2816: Update cookie name
422
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
423
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
424
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
425
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
426
- - 7ab9e2fd: ZERO-3166: add tamara payment package
427
-
428
- ## 1.79.0-rc.6
429
-
430
- ### Minor Changes
431
-
432
- - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
433
-
434
- ## 1.79.0-rc.5
435
-
436
- ### Minor Changes
437
-
438
- - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
439
-
440
- ## 1.79.0-rc.4
441
-
442
- ## 1.79.0-rc.3
443
-
444
- ### Minor Changes
445
-
446
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
447
- - 2d9b2b2c: ZERO-2816: Add segment to headers
448
- - fd4b74e9: ZERO-3126: add reset checkout state query
449
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
450
- - e9541a13: ZERO-2816: Add headers to url
451
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
452
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
453
- - 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.
454
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
455
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
456
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
457
- - 65d3b862: ZERO-3054: Update headers in appFetch
458
- - bbe18b9f: ZERO-2575: Fix build error
459
- - 4920742c: Disable getCachedTranslations
460
- - 7e56d6b6: ZERO-2841: Update api tagTypes
461
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
462
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
463
- - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
464
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
465
- - 6a0a0807: ZERO-3112: Update button
466
- - f2c92d5c: ZERO-2816: Update cookie name
467
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
468
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
469
- - 59fa21ce: ZERO-3149: Add name-based mechanism for Redux middleware override
470
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
471
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
472
-
473
- ## 1.79.0-rc.2
474
-
475
- ## 1.79.0-rc.1
476
-
477
- ### Minor Changes
478
-
479
- - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
480
-
481
- ## 1.79.0-rc.0
482
-
483
- ### Minor Changes
484
-
485
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
486
- - 2d9b2b2c: ZERO-2816: Add segment to headers
487
- - fd4b74e9: ZERO-3126: add reset checkout state query
488
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
489
- - e9541a13: ZERO-2816: Add headers to url
490
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
491
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
492
- - 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.
493
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
494
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
495
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
496
- - 65d3b862: ZERO-3054: Update headers in appFetch
497
- - bbe18b9f: ZERO-2575: Fix build error
498
- - 4920742c: Disable getCachedTranslations
499
- - 7e56d6b6: ZERO-2841: Update api tagTypes
500
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
501
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
502
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
503
- - 6a0a0807: ZERO-3112: Update button
504
- - f2c92d5c: ZERO-2816: Update cookie name
505
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
506
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
507
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
508
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
85
+ - 59fa21c: ZERO-3149: Add name-based mechanism for Redux middleware override
509
86
 
510
87
  ## 1.78.0
511
88
 
@@ -577,52 +154,6 @@
577
154
  ### Minor Changes
578
155
 
579
156
  - f34454a: ZERO-2953: Add hepsipay payment method
580
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
581
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
582
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
583
- - 9a50730: ZERO-3015: Add currency parameter to getOrders query
584
- - ca774b3: ZERO-3002:add register with loyalty url
585
- - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
586
- - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
587
-
588
- ## 1.71.0-rc.7
589
-
590
- ## 1.71.0-rc.6
591
-
592
- ### Minor Changes
593
-
594
- - f34454a: ZERO-2953: Add hepsipay payment method
595
-
596
- ## 1.71.0-rc.5
597
-
598
- ## 1.71.0-rc.4
599
-
600
- ## 1.71.0-rc.3
601
-
602
- ### Minor Changes
603
-
604
- - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
605
-
606
- ## 1.71.0-rc.2
607
-
608
- ### Minor Changes
609
-
610
- - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
611
-
612
- ## 1.71.0-rc.1
613
-
614
- ### Minor Changes
615
-
616
- - 9a50730: ZERO-3015: Add currency parameter to getOrders query
617
-
618
- ## 1.71.0-rc.0
619
-
620
- ### Minor Changes
621
-
622
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
623
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
624
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
625
- - ca774b3: ZERO-3002:add register with loyalty url
626
157
 
627
158
  ## 1.70.0
628
159
 
@@ -634,72 +165,12 @@
634
165
 
635
166
  ### Minor Changes
636
167
 
637
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
638
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
639
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
640
- - ca774b3: ZERO-3002:add register with loyalty url
641
- - f046f8e: ZERO-2575: update version for react-number-format
642
-
643
- ## 1.69.0-rc.8
644
-
645
- ### Minor Changes
646
-
647
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
648
- - ca774b3: ZERO-3002:add register with loyalty url
649
-
650
- ## 1.69.0-rc.7
651
-
652
- ### Minor Changes
653
-
654
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
655
-
656
- ## 1.69.0-rc.6
657
-
658
- ### Minor Changes
659
-
660
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
661
168
  - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
662
169
  - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
663
170
  - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
664
171
  - cbdb0c8: ZERO-3010: Move pretty url page into project
665
172
  - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
666
173
 
667
- ## 1.69.0-rc.5
668
-
669
- ### Minor Changes
670
-
671
- - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
672
-
673
- ## 1.69.0-rc.4
674
-
675
- ### Minor Changes
676
-
677
- - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
678
-
679
- ## 1.69.0-rc.3
680
-
681
- ### Minor Changes
682
-
683
- - cbdb0c8: ZERO-3010: Move pretty url page into project
684
-
685
- ## 1.69.0-rc.2
686
-
687
- ### Minor Changes
688
-
689
- - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
690
-
691
- ## 1.69.0-rc.1
692
-
693
- ### Minor Changes
694
-
695
- - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
696
-
697
- ## 1.69.0-rc.0
698
-
699
- ### Minor Changes
700
-
701
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
702
-
703
174
  ## 1.68.0
704
175
 
705
176
  ### Minor Changes
@@ -809,183 +280,11 @@
809
280
 
810
281
  ### Minor Changes
811
282
 
812
- - c416d18: ZERO-2915: Add delivery option null check for setAddress
813
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
814
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
815
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
816
- - fda5b927: ZERO-2725: fix invalid import
817
- - 2d9b2b2c: ZERO-2816: Add segment to headers
818
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
819
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
820
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
821
- - 3bf2dd9: ZERO-2551: Fix search page
822
- - e9541a13: ZERO-2816: Add headers to url
823
- - 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.
824
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
825
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
826
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
827
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
828
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
829
- - d3474c64: ZERO-2655: Add data source shipping option
830
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
831
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
832
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
833
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
834
- - bbe18b9f: ZERO-2575: Fix build error
835
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
836
- - 4920742: Disable getCachedTranslations
837
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
838
- - 7e56d6b: ZERO-2841: Update api tagTypes
839
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
840
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
841
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
842
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
843
- - fad27689: ZERO-2739: add gpay to payment plugin map
844
- - dff0d595: ZERO-2659: add formData support to proxy api requests
845
- - fdd0b41: ZERO-2706: Add optimized translation support
846
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
847
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
848
- - beb499e6: ZERO-2551: Add new tsconfig paths
849
- - f2c92d5c: ZERO-2816: Update cookie name
850
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
851
- - f3d076b: ZERO-2864: create tabby extension plugin
852
- - f046f8e0: ZERO-2575: update version for react-number-format
853
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
854
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
855
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
856
-
857
- ## 1.56.0-rc.7
858
-
859
- ## 1.56.0-rc.6
860
-
861
- ### Minor Changes
862
-
863
- - f3d076b: ZERO-2864: create tabby extension plugin
864
-
865
- ## 1.56.0-rc.5
866
-
867
- ### Minor Changes
868
-
869
- - c416d18: ZERO-2915: Add delivery option null check for setAddress
870
-
871
- ## 1.56.0-rc.4
872
-
873
- ### Minor Changes
874
-
875
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
876
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
877
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
878
- - fda5b927: ZERO-2725: fix invalid import
879
- - 2d9b2b2c: ZERO-2816: Add segment to headers
880
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
881
283
  - d93a507: ZERO-2900: Fix pretty url rewrite
882
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
883
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
884
- - 3bf2dd9: ZERO-2551: Fix search page
885
- - e9541a13: ZERO-2816: Add headers to url
886
- - 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.
887
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
888
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
889
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
890
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
891
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
892
- - d3474c64: ZERO-2655: Add data source shipping option
893
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
894
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
895
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
896
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
897
- - bbe18b9f: ZERO-2575: Fix build error
898
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
899
- - 4920742: Disable getCachedTranslations
900
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
901
284
  - 674badc: ZERO-2912: Fix selected payment option view to handle null values
902
- - 7e56d6b: ZERO-2841: Update api tagTypes
903
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
904
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
905
285
  - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
906
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
907
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
908
- - fad27689: ZERO-2739: add gpay to payment plugin map
909
- - dff0d595: ZERO-2659: add formData support to proxy api requests
910
- - fdd0b41: ZERO-2706: Add optimized translation support
911
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
912
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
913
- - beb499e6: ZERO-2551: Add new tsconfig paths
914
- - f2c92d5c: ZERO-2816: Update cookie name
915
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
916
- - f046f8e0: ZERO-2575: update version for react-number-format
917
286
  - b9273fd: ZERO-2889: add host headers to requests
918
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
919
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
920
287
  - c670bd4: ZERO-2900: Add middleware rewrite functionality
921
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
922
-
923
- ## 1.56.0-rc.3
924
-
925
- ### Minor Changes
926
-
927
- - 674badc: ZERO-2912: Fix selected payment option view to handle null values
928
-
929
- ## 1.56.0-rc.2
930
-
931
- ### Minor Changes
932
-
933
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
934
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
935
-
936
- ## 1.56.0-rc.1
937
-
938
- ### Minor Changes
939
-
940
- - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
941
-
942
- ## 1.56.0-rc.0
943
-
944
- ### Minor Changes
945
-
946
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
947
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
948
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
949
- - fda5b927: ZERO-2725: fix invalid import
950
- - 2d9b2b2c: ZERO-2816: Add segment to headers
951
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
952
- - d93a507: ZERO-2900: Fix pretty url rewrite
953
- - 6c25f666: ZERO-2551: Check CACHE_HOST variable
954
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
955
- - 3bf2dd94: ZERO-2551: Fix search page
956
- - e9541a13: ZERO-2816: Add headers to url
957
- - 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.
958
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
959
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
960
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
961
- - d6edb1d0: ZERO-2551: Fix searchparams handling for list and other routes
962
- - d3474c64: ZERO-2655: Add data source shipping option
963
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
964
- - c45b62c9: ZERO-2818: Add upload and download support for b2b package
965
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
966
- - bbe18b9f: ZERO-2575: Fix build error
967
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
968
- - 4920742c: Disable getCachedTranslations
969
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
970
- - 7e56d6b6: ZERO-2841: Update api tagTypes
971
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
972
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
973
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
974
- - 8f47ccae: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
975
- - fad27689: ZERO-2739: add gpay to payment plugin map
976
- - dff0d595: ZERO-2659: add formData support to proxy api requests
977
- - fdd0b41: ZERO-2706: Add optimized translation support
978
- - f2c325c1: ZERO-2838: Move file input component into @akinon/next
979
- - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
980
- - beb499e6: ZERO-2551: Add new tsconfig paths
981
- - f2c92d5c: ZERO-2816: Update cookie name
982
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
983
- - f046f8e0: ZERO-2575: update version for react-number-format
984
- - b9273fd3: ZERO-2889: add host headers to requests
985
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
986
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
987
- - c670bd48: ZERO-2900: Add middleware rewrite functionality
988
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
989
288
 
990
289
  ## 1.55.0
991
290
 
@@ -1031,128 +330,7 @@
1031
330
 
1032
331
  ### Minor Changes
1033
332
 
1034
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1035
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1036
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
1037
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1038
- - fda5b927: ZERO-2725: fix invalid import
1039
- - 2d9b2b2: ZERO-2816: Add segment to headers
1040
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1041
- - d93a507: ZERO-2900: Fix pretty url rewrite
1042
- - 8d9ac9a: ZERO-2794: Add field to order type
1043
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1044
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1045
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1046
- - 3bf2dd9: ZERO-2551: Fix search page
1047
- - e9541a1: ZERO-2816: Add headers to url
1048
- - 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.
1049
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1050
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1051
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1052
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1053
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
1054
- - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
1055
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1056
- - d3474c64: ZERO-2655: Add data source shipping option
1057
- - 75080fd6: ZERO-2630: Add max limit to postcode area
1058
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1059
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1060
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1061
- - bbe18b9f: ZERO-2575: Fix build error
1062
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1063
- - 4920742: Disable getCachedTranslations
1064
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1065
- - 7e56d6b: ZERO-2841: Update api tagTypes
1066
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1067
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
1068
- - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
1069
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1070
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1071
- - fad27689: ZERO-2739: add gpay to payment plugin map
1072
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1073
- - fdd0b41: ZERO-2706: Add optimized translation support
1074
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1075
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1076
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1077
- - beb499e6: ZERO-2551: Add new tsconfig paths
1078
- - 146ea391: ZERO-2774: Update imports
1079
- - f2c92d5: ZERO-2816: Update cookie name
1080
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1081
- - c47be30d: ZERO-2744: Update Order and OrderItem types
1082
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1083
- - f046f8e0: ZERO-2575: update version for react-number-format
1084
- - b9273fd: ZERO-2889: add host headers to requests
1085
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1086
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1087
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
1088
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1089
- - 3d35f70: ZERO-2908: Add cookie to redirect url
1090
-
1091
- ## 1.50.0-rc.1
1092
-
1093
- ### Minor Changes
1094
-
1095
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1096
-
1097
- ## 1.50.0-rc.0
1098
-
1099
- ### Minor Changes
1100
-
1101
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1102
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1103
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
1104
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1105
- - fda5b927: ZERO-2725: fix invalid import
1106
- - 2d9b2b2: ZERO-2816: Add segment to headers
1107
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1108
- - d93a507: ZERO-2900: Fix pretty url rewrite
1109
- - 8d9ac9a: ZERO-2794: Add field to order type
1110
333
  - eaf97d6: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1111
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1112
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1113
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1114
- - 3bf2dd9: ZERO-2551: Fix search page
1115
- - e9541a1: ZERO-2816: Add headers to url
1116
- - 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.
1117
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1118
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1119
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1120
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1121
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
1122
- - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
1123
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1124
- - d3474c64: ZERO-2655: Add data source shipping option
1125
- - 75080fd6: ZERO-2630: Add max limit to postcode area
1126
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1127
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1128
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1129
- - bbe18b9f: ZERO-2575: Fix build error
1130
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1131
- - 4920742: Disable getCachedTranslations
1132
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1133
- - 7e56d6b: ZERO-2841: Update api tagTypes
1134
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1135
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
1136
- - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
1137
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1138
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1139
- - fad27689: ZERO-2739: add gpay to payment plugin map
1140
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1141
- - fdd0b41: ZERO-2706: Add optimized translation support
1142
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1143
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1144
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1145
- - beb499e6: ZERO-2551: Add new tsconfig paths
1146
- - 146ea391: ZERO-2774: Update imports
1147
- - f2c92d5: ZERO-2816: Update cookie name
1148
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1149
- - c47be30d: ZERO-2744: Update Order and OrderItem types
1150
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1151
- - f046f8e0: ZERO-2575: update version for react-number-format
1152
- - b9273fd: ZERO-2889: add host headers to requests
1153
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1154
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
1155
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1156
334
 
1157
335
  ## 1.49.0
1158
336
 
@@ -1178,126 +356,7 @@
1178
356
 
1179
357
  ### Minor Changes
1180
358
 
1181
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1182
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1183
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1184
- - fda5b92: ZERO-2725: fix invalid import
1185
- - 2d9b2b2: ZERO-2816: Add segment to headers
1186
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1187
- - 8d9ac9a: ZERO-2794: Add field to order type
1188
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1189
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1190
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1191
- - 3bf2dd9: ZERO-2551: Fix search page
1192
- - e9541a1: ZERO-2816: Add headers to url
1193
- - 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.
1194
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1195
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1196
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1197
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
1198
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1199
- - d3474c6: ZERO-2655: Add data source shipping option
1200
- - 75080fd6: ZERO-2630: Add max limit to postcode area
1201
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1202
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1203
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1204
- - bbe18b9f: ZERO-2575: Fix build error
1205
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1206
- - 4920742: Disable getCachedTranslations
1207
- - 7e56d6b: ZERO-2841: Update api tagTypes
1208
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1209
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1210
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1211
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1212
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1213
- - fad2768: ZERO-2739: add gpay to payment plugin map
1214
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1215
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1216
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1217
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1218
- - beb499e6: ZERO-2551: Add new tsconfig paths
1219
- - 948eb42: ZERO-2852: Add out of stock endpoints
1220
- - 146ea39: ZERO-2774: Update imports
1221
- - f2c92d5: ZERO-2816: Update cookie name
1222
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1223
- - c47be30: ZERO-2744: Update Order and OrderItem types
1224
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1225
- - f046f8e0: ZERO-2575: update version for react-number-format
1226
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1227
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1228
-
1229
- ## 1.45.0-rc.4
1230
-
1231
- ### Minor Changes
1232
-
1233
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1234
-
1235
- ## 1.45.0-rc.3
1236
-
1237
- ### Minor Changes
1238
-
1239
- - 948eb42: ZERO-2852: Add out of stock endpoints
1240
-
1241
- ## 1.45.0-rc.2
1242
-
1243
- ### Minor Changes
1244
-
1245
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1246
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1247
-
1248
- ## 1.45.0-rc.1
1249
-
1250
- ### Minor Changes
1251
-
1252
- - 7e56d6b: ZERO-2841: Update api tagTypes
1253
-
1254
- ## 1.45.0-rc.0
1255
-
1256
- ### Minor Changes
1257
-
1258
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1259
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1260
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1261
- - fda5b92: ZERO-2725: fix invalid import
1262
- - 2d9b2b2: ZERO-2816: Add segment to headers
1263
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1264
- - 8d9ac9a: ZERO-2794: Add field to order type
1265
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1266
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1267
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1268
- - 3bf2dd9: ZERO-2551: Fix search page
1269
- - e9541a1: ZERO-2816: Add headers to url
1270
- - 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.
1271
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1272
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1273
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1274
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1275
359
  - 2ab6e08: ZERO-2841: Update getBasketDetail query
1276
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1277
- - d3474c6: ZERO-2655: Add data source shipping option
1278
- - 75080fd: ZERO-2630: Add max limit to postcode area
1279
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1280
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1281
- - bbe18b9: ZERO-2575: Fix build error
1282
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1283
- - 4920742: Disable getCachedTranslations
1284
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1285
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1286
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1287
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1288
- - fad2768: ZERO-2739: add gpay to payment plugin map
1289
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1290
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1291
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1292
- - beb499e: ZERO-2551: Add new tsconfig paths
1293
- - 146ea39: ZERO-2774: Update imports
1294
- - f2c92d5: ZERO-2816: Update cookie name
1295
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1296
- - c47be30: ZERO-2744: Update Order and OrderItem types
1297
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1298
- - f046f8e0: ZERO-2575: update version for react-number-format
1299
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1300
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1301
360
 
1302
361
  ## 1.44.0
1303
362
 
@@ -1305,201 +364,7 @@
1305
364
 
1306
365
  ### Minor Changes
1307
366
 
1308
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1309
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1310
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1311
- - fda5b92: ZERO-2725: fix invalid import
1312
- - 2d9b2b2: ZERO-2816: Add segment to headers
1313
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1314
- - 8d9ac9a: ZERO-2794: Add field to order type
1315
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1316
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1317
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1318
- - 3bf2dd9: ZERO-2551: Fix search page
1319
- - e9541a1: ZERO-2816: Add headers to url
1320
- - 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.
1321
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1322
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1323
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1324
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1325
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1326
- - d3474c6: ZERO-2655: Add data source shipping option
1327
- - 75080fd: ZERO-2630: Add max limit to postcode area
1328
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1329
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1330
- - bbe18b9: ZERO-2575: Fix build error
1331
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1332
- - 4920742: Disable getCachedTranslations
1333
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1334
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1335
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1336
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1337
- - fad2768: ZERO-2739: add gpay to payment plugin map
1338
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1339
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1340
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1341
- - beb499e: ZERO-2551: Add new tsconfig paths
1342
- - 146ea39: ZERO-2774: Update imports
1343
- - f2c92d5: ZERO-2816: Update cookie name
1344
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1345
- - c47be30: ZERO-2744: Update Order and OrderItem types
1346
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1347
- - f046f8e0: ZERO-2575: update version for react-number-format
1348
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1349
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1350
-
1351
- ## 1.43.0-rc.15
1352
-
1353
- ## 1.43.0-rc.14
1354
-
1355
- ### Minor Changes
1356
-
1357
- - 3bf2dd9: ZERO-2551: Fix search page
1358
-
1359
- ## 1.43.0-rc.13
1360
-
1361
- ### Minor Changes
1362
-
1363
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1364
-
1365
- ## 1.43.0-rc.12
1366
-
1367
- ### Minor Changes
1368
-
1369
- - 4920742: Disable getCachedTranslations
1370
-
1371
- ## 1.43.0-rc.11
1372
-
1373
- ### Minor Changes
1374
-
1375
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1376
-
1377
- ## 1.43.0-rc.10
1378
-
1379
- ### Minor Changes
1380
-
1381
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1382
-
1383
- ## 1.43.0-rc.9
1384
-
1385
- ### Minor Changes
1386
-
1387
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1388
-
1389
- ## 1.43.0-rc.8
1390
-
1391
- ### Minor Changes
1392
-
1393
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1394
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1395
-
1396
- ## 1.43.0-rc.7
1397
-
1398
- ### Minor Changes
1399
-
1400
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1401
-
1402
- ## 1.43.0-rc.6
1403
-
1404
- ### Minor Changes
1405
-
1406
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1407
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1408
- - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1409
- - fda5b92: ZERO-2725: fix invalid import
1410
- - 2d9b2b2: ZERO-2816: Add segment to headers
1411
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1412
- - 8d9ac9a: ZERO-2794: Add field to order type
1413
- - e9541a1: ZERO-2816: Add headers to url
1414
- - 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.
1415
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1416
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1417
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1418
- - d3474c6: ZERO-2655: Add data source shipping option
1419
- - 75080fd: ZERO-2630: Add max limit to postcode area
1420
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1421
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1422
- - bbe18b9: ZERO-2575: Fix build error
1423
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1424
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1425
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1426
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1427
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1428
- - fad2768: ZERO-2739: add gpay to payment plugin map
1429
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1430
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1431
367
  - 4a163f2: ZERO-2761: Add condition for basket summary
1432
- - beb499e: ZERO-2551: Add new tsconfig paths
1433
- - 146ea39: ZERO-2774: Update imports
1434
- - f2c92d5: ZERO-2816: Update cookie name
1435
- - c47be30: ZERO-2744: Update Order and OrderItem types
1436
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1437
- - f046f8e: ZERO-2575: update version for react-number-format
1438
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1439
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1440
-
1441
- ## 1.43.0-rc.5
1442
-
1443
- ### Minor Changes
1444
-
1445
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1446
-
1447
- ## 1.43.0-rc.4
1448
-
1449
- ### Minor Changes
1450
-
1451
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1452
-
1453
- ## 1.43.0-rc.3
1454
-
1455
- ### Minor Changes
1456
-
1457
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1458
-
1459
- ## 1.43.0-rc.2
1460
-
1461
- ### Minor Changes
1462
-
1463
- - f2c92d5: ZERO-2816: Update cookie name
1464
-
1465
- ## 1.43.0-rc.1
1466
-
1467
- ### Minor Changes
1468
-
1469
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1470
-
1471
- ## 1.43.0-rc.0
1472
-
1473
- ### Minor Changes
1474
-
1475
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1476
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1477
- - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1478
- - fda5b92: ZERO-2725: fix invalid import
1479
- - 2d9b2b2: ZERO-2816: Add segment to headers
1480
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1481
- - 8d9ac9a: ZERO-2794: Add field to order type
1482
- - e9541a1: ZERO-2816: Add headers to url
1483
- - 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.
1484
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1485
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1486
- - d3474c6: ZERO-2655: Add data source shipping option
1487
- - 75080fd: ZERO-2630: Add max limit to postcode area
1488
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1489
- - bbe18b9: ZERO-2575: Fix build error
1490
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1491
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1492
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1493
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1494
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1495
- - fad2768: ZERO-2739: add gpay to payment plugin map
1496
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1497
- - beb499e: ZERO-2551: Add new tsconfig paths
1498
- - 146ea39: ZERO-2774: Update imports
1499
- - c47be30: ZERO-2744: Update Order and OrderItem types
1500
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1501
- - f046f8e: ZERO-2575: update version for react-number-format
1502
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1503
368
 
1504
369
  ## 1.42.0
1505
370