@akinon/next 1.89.0-rc.1 → 1.89.0-snapshot-ZERO-3343-20250425070312

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