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