@akinon/next 1.92.0-rc.8 → 1.92.0-snapshot-ZERO-3448-20250616104958

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,150 +1,32 @@
1
1
  # @akinon/next
2
2
 
3
- ## 1.92.0-rc.8
3
+ ## 1.92.0-snapshot-ZERO-3448-20250616104958
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - c806fad: ZERO-3422: Add Flow Payment plugin to the defined plugins list
7
+ - cbdb5c1: ZERO-3448: fix set cookie domain handling for subdomain locale strategy
8
8
 
9
- ## 1.92.0-rc.7
9
+ ## 1.91.0
10
10
 
11
11
  ### Minor Changes
12
12
 
13
- - 6e6b0a9: ZERO-3422: Add pz-flow-payment package
14
-
15
- ## 1.91.0-rc.6
16
-
17
- ### Minor Changes
18
-
19
- - 28c7ea7: ZERO-3427: Refactor redirect utility to handle undefined URL and improve locale handling
20
-
21
- ## 1.91.0-rc.5
22
-
23
- ### Minor Changes
24
-
25
- - 99b6e7b: ZERO-3421: Enhance Sentry error handling by adding network error detection logic and refining initialization options
26
-
27
- ## 1.91.0-rc.4
28
-
29
- ### Minor Changes
30
-
31
- - 7eb51ca: ZERO-3424 :Update package versions
32
- - c39c700: ZERO-3420: Refactor Modal component
33
- - 0de5573: ZERO-3418: Update remotePatterns hostname to allow all subdomains
34
- - 9dc7298: ZERO-3416: Refactor Accordion component to enhance props and improve styling flexibility
35
- - 2d3f178: ZERO-3417: Enhance FileInput component with additional props for customization
36
-
37
- ## 1.91.0-rc.3
38
-
39
- ### Minor Changes
40
-
41
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
42
- - 823d82f9: ZERO-3393: Enhance error handling in checkout middleware to ensure errors are checked for existence before processing
43
- - 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
44
- - 2d9b2b2c: ZERO-2816: Add segment to headers
45
- - 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
46
- - d8fad39f: ZERO-3370: include plugins test to build stage
47
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
48
- - 68bbcb27: ZERO-3393: Fix error handling in checkout middleware to check for errors array length
49
- - 25524867: ZERO-3391: Add subdomain support to setLocale function
50
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
51
- - e9541a13: ZERO-2816: Add headers to url
52
- - 9b7d0de6: ZERO-3393: Improve error handling in checkout middleware to support both object and array error formats
53
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
54
- - 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.
55
- - f8e4cac6: ZERO-3343: restrict root hostname to only locale subdomains
56
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
57
- - 832bee36: ZERO-3343: add domain to cookie for subdomain locale strategy
58
- - e974d8e8: ZERO-3406: Fix rc build
59
- - 28a59d49: ZERO-3400: refactor cookie domain logic using fallback host
60
- - 8feabe9a: ZERO-3343: add custom NextAuth options support
61
- - bf354de4: ZERO-3321: add babel compiler for akinon/next test
62
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
63
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
64
- - 448adefb: ZERO-3321: move csp test to akinon-next
65
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
66
- - 65d3b862: ZERO-3054: Update headers in appFetch
67
- - bbe18b9f: ZERO-2575: Fix build error
68
- - 17bfadc4: ZERO-3275: Disable OpenTelemetry monitoring in production environment
69
- - 4920742c: Disable getCachedTranslations
70
- - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
71
- - 6c3629c2: ZERO-3321: fix jest tests in akinon-next for standalone projects
72
- - 6bc260be: ZERO-3295: update default tailwind content list
73
- - 7e56d6b6: ZERO-2841: Update api tagTypes
74
- - dfaceffd: ZERO-3356: Add useLoyaltyAvailability hook and update checkout state management
75
- - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
76
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
77
- - 943a239e: ZERO-3370: add allowJs in akinon-next test tsconfig
78
- - 068dc394: ZERO-3343: update get-root-hostname logic
79
- - 942490f2: ZERO-3295: move third party tailwind content list to akinon-next
80
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
81
- - 3bf63c8a: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
82
- - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
83
- - f2c92d5c: ZERO-2816: Update cookie name
84
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
85
- - b6d5bda2: ZERO-3343: update changeset config
86
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
87
- - acf03209: ZERO-3321: remove babel config
88
- - 387356b6: ZERO-3323: Refactor locale filtering logic in URL matcher regex
89
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
90
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
91
- - b2ee69b9: ZERO-3321: delete unnecessary files
92
- - 0cabbda3: ZERO-3370: replace inline monorepo check with reusable utility
93
-
94
- ## 1.91.0-rc.2
95
-
96
- ### Minor Changes
97
-
98
- - 2552486: ZERO-3391: Add subdomain support to setLocale function
99
-
100
- ## 1.91.0-rc.1
101
-
102
- ## 1.91.0-rc.0
103
-
104
- ### Minor Changes
105
-
106
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
107
- - 823d82f: ZERO-3393: Enhance error handling in checkout middleware to ensure errors are checked for existence before processing
108
- - 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
109
- - 2d9b2b2c: ZERO-2816: Add segment to headers
110
- - 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
111
13
  - d8fad39: ZERO-3370: include plugins test to build stage
112
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
113
- - 68bbcb2: ZERO-3393: Fix error handling in checkout middleware to check for errors array length
114
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
115
- - e9541a13: ZERO-2816: Add headers to url
116
- - 9b7d0de: ZERO-3393: Improve error handling in checkout middleware to support both object and array error formats
117
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
118
- - 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.
119
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
120
- - e974d8e: ZERO-3406: Fix rc build
121
- - bf354de4: ZERO-3321: add babel compiler for akinon/next test
122
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
123
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
124
- - 448adefb: ZERO-3321: move csp test to akinon-next
125
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
126
- - 65d3b862: ZERO-3054: Update headers in appFetch
127
- - bbe18b9f: ZERO-2575: Fix build error
128
- - 17bfadc4: ZERO-3275: Disable OpenTelemetry monitoring in production environment
129
- - 4920742c: Disable getCachedTranslations
130
- - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
131
- - 6c3629c2: ZERO-3321: fix jest tests in akinon-next for standalone projects
132
- - 7e56d6b6: ZERO-2841: Update api tagTypes
133
- - dfaceff: ZERO-3356: Add useLoyaltyAvailability hook and update checkout state management
134
- - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
135
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
14
+ - 2552486: ZERO-3391: Add subdomain support to setLocale function
15
+ - f8e4cac: ZERO-3343: restrict root hostname to only locale subdomains
16
+ - 832bee3: ZERO-3343: add domain to cookie for subdomain locale strategy
17
+ - 28a59d4: ZERO-3400: refactor cookie domain logic using fallback host
18
+ - 8feabe9: ZERO-3343: add custom NextAuth options support
19
+ - bf354de: ZERO-3321: add babel compiler for akinon/next test
20
+ - 448adef: ZERO-3321: move csp test to akinon-next
21
+ - 6c3629c: ZERO-3321: fix jest tests in akinon-next for standalone projects
22
+ - 6bc260b: ZERO-3295: update default tailwind content list
136
23
  - 943a239: ZERO-3370: add allowJs in akinon-next test tsconfig
137
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
138
- - 3bf63c8a: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
139
- - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
140
- - f2c92d5c: ZERO-2816: Update cookie name
141
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
142
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
143
- - acf03209: ZERO-3321: remove babel config
144
- - 387356b6: ZERO-3323: Refactor locale filtering logic in URL matcher regex
145
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
146
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
147
- - b2ee69b9: ZERO-3321: delete unnecessary files
24
+ - 068dc39: ZERO-3343: update get-root-hostname logic
25
+ - 942490f: ZERO-3295: move third party tailwind content list to akinon-next
26
+ - b6d5bda: ZERO-3343: update changeset config
27
+ - acf0320: ZERO-3321: remove babel config
28
+ - 387356b: ZERO-3323: Refactor locale filtering logic in URL matcher regex
29
+ - b2ee69b: ZERO-3321: delete unnecessary files
148
30
  - 0cabbda: ZERO-3370: replace inline monorepo check with reusable utility
149
31
 
150
32
  ## 1.90.0
@@ -205,217 +87,13 @@
205
87
 
206
88
  ### Minor Changes
207
89
 
208
- - ef75c03: ZERO-3267: Update error-page component to use ROUTES for link navigation
209
-
210
- ## 1.82.0-rc.20
211
-
212
- ### Minor Changes
213
-
214
- - e5529cd: ZERO-3267: Update error-page component to use root path for links instead of ROUTES
215
-
216
- ## 1.82.0-rc.19
217
-
218
- ### Minor Changes
219
-
220
- - 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
221
-
222
- ## 1.82.0-rc.18
223
-
224
- ### Minor Changes
225
-
226
- - e4761d2: Refactor import statement for ROUTES in error-page component
227
-
228
- ## 1.82.0-rc.17
229
-
230
- ### Minor Changes
231
-
232
- - e2c6d426: ZERO-2935: Add @sentry/nextjs dependency to akinon-next and remove from projectzeronext
233
- - 70bc0aed: ZERO-3284: Set tracesSampleRate in Sentry configuration
234
-
235
- ## 1.82.0-rc.16
236
-
237
- ### Minor Changes
238
-
239
- - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
240
- - 6f506af: ZERO-3229: Implement mini basket query for basket total quantity
241
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
242
- - 2d9b2b2c: ZERO-2816: Add segment to headers
243
- - 5e1feca: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
244
- - c0c1962: ZERO-3258: Add new API endpoints for fetching Bukalemun image URL and bundle product data
245
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
246
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
247
- - 0e05135: ZERO-3244: Encode URL search parameters
248
- - e9541a13: ZERO-2816: Add headers to url
249
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
250
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
251
- - 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.
252
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
253
- - 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
254
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
255
- - d552629: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
256
- - c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
257
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
258
- - 65d3b862: ZERO-3054: Update headers in appFetch
259
- - bbe18b9f: ZERO-2575: Fix build error
260
- - 17bfadc: ZERO-3275: Disable OpenTelemetry monitoring in production environment
261
- - 4920742c: Disable getCachedTranslations
262
- - b6e5b62: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
263
- - ac65ca9: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
264
- - 7e56d6b6: ZERO-2841: Update api tagTypes
265
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
266
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
267
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
268
- - 3bf63c8: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
269
- - 9be2c08: ZERO-3243: Improve basket update query handling with optimistic updates
270
- - f2c92d5c: ZERO-2816: Update cookie name
271
- - 2f3588f: ZERO-3287: Add user session handling in authentication flow
272
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
273
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
274
- - 0b1bd07: ZERO-3240: Remove unused preOrderMiddleware
275
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
276
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
277
-
278
- ## 1.82.0-rc.15
279
-
280
- ### Minor Changes
281
-
282
- - 2f3588fb: ZERO-3287: Add user session handling in authentication flow
283
-
284
- ## 1.82.0-rc.14
285
-
286
- ### Minor Changes
287
-
288
- - 5e1feca: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
289
-
290
- ## 1.82.0-rc.13
291
-
292
- ### Minor Changes
293
-
294
- - 3bf63c8: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
295
-
296
- ## 1.82.0-rc.12
297
-
298
- ### Minor Changes
299
-
300
- - ac65ca9: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
301
-
302
- ## 1.82.0-rc.11
303
-
304
- ## 1.82.0-rc.10
305
-
306
- ## 1.82.0-rc.9
307
-
308
- ### Minor Changes
309
-
310
- - 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
311
-
312
- ## 1.82.0-rc.8
313
-
314
- ### Minor Changes
315
-
316
- - 17bfadc: ZERO-3275: Disable OpenTelemetry monitoring in production environment
317
-
318
- ## 1.82.0-rc.7
319
-
320
- ### Minor Changes
321
-
322
- - c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
323
-
324
- ## 1.82.0-rc.6
325
-
326
- ### Minor Changes
327
-
328
- - 0b1bd07f: ZERO-3240: Remove unused preOrderMiddleware
329
-
330
- ## 1.82.0-rc.5
331
-
332
- ### Minor Changes
333
-
334
- - 6f506afc: ZERO-3229: Implement mini basket query for basket total quantity
335
- - c0c19629: ZERO-3258: Add new API endpoints for fetching Bukalemun image URL and bundle product data
336
- - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
337
-
338
- ## 1.82.0-rc.4
339
-
340
- ### Minor Changes
341
-
342
- - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
343
-
344
- ## 1.82.0-rc.3
345
-
346
- ## 1.82.0-rc.2
347
-
348
- ### Minor Changes
349
-
350
- - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
351
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
352
- - 2d9b2b2c: ZERO-2816: Add segment to headers
353
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
354
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
355
- - 0e051352: ZERO-3244: Encode URL search parameters
356
- - e9541a13: ZERO-2816: Add headers to url
357
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
358
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
359
- - 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.
360
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
361
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
362
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
363
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
364
- - 65d3b862: ZERO-3054: Update headers in appFetch
365
- - bbe18b9f: ZERO-2575: Fix build error
366
- - 4920742c: Disable getCachedTranslations
367
- - 7e56d6b6: ZERO-2841: Update api tagTypes
368
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
369
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
370
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
371
- - f2c92d5c: ZERO-2816: Update cookie name
372
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
373
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
374
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
375
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
376
-
377
- ## 1.82.0-rc.1
378
-
379
- ### Minor Changes
380
-
381
- - 0e051352: ZERO-3244: Encode URL search parameters
382
-
383
- ## 1.82.0-rc.0
384
-
385
- ### Minor Changes
386
-
387
- - 2e0b7ffd: ZERO-3226: Refactor checkoutApi to simplify request body structure by removing device_info parameter
388
- - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
389
- - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
390
- - c0fef075: ZERO-3197: Refetch payment options after loyalty usage
391
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
392
- - 2d9b2b2c: ZERO-2816: Add segment to headers
393
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
394
- - 2d2ab446: ZERO-3226: Add device_info param to WalletPaymentPage request
395
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
396
- - e9541a13: ZERO-2816: Add headers to url
397
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
398
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
399
- - 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.
400
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
401
- - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
402
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
403
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
404
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
405
- - 65d3b862: ZERO-3054: Update headers in appFetch
406
- - bbe18b9f: ZERO-2575: Fix build error
407
- - 4920742c: Disable getCachedTranslations
408
- - 7e56d6b6: ZERO-2841: Update api tagTypes
409
- - 7d1b5af1: ZERO-3206: Encode search parameters in product data URL
410
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
411
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
412
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
413
- - f2c92d5c: ZERO-2816: Update cookie name
414
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
415
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
416
- - aa05ed79: ZERO-3170: Add commerceRedirectionIgnoreList to settings and update URL redirection middleware
417
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
418
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
90
+ - 2e0b7ff: ZERO-3226: Refactor checkoutApi to simplify request body structure by removing device_info parameter
91
+ - 778aabf: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
92
+ - c0fef07: ZERO-3197: Refetch payment options after loyalty usage
93
+ - 2d2ab44: ZERO-3226: Add device_info param to WalletPaymentPage request
94
+ - 0200d56: ZERO-3163: Add frontendIds property to Settings interface
95
+ - 7d1b5af: ZERO-3206: Encode search parameters in product data URL
96
+ - aa05ed7: ZERO-3170: Add commerceRedirectionIgnoreList to settings and update URL redirection middleware
419
97
 
420
98
  ## 1.81.0
421
99
 
@@ -435,116 +113,7 @@
435
113
 
436
114
  ### Minor Changes
437
115
 
438
- - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
439
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
440
- - 2d9b2b2c: ZERO-2816: Add segment to headers
441
- - fd4b74e9: ZERO-3126: add reset checkout state query
442
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
443
- - e9541a13: ZERO-2816: Add headers to url
444
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
445
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
446
- - 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.
447
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
448
- - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
449
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
450
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
451
- - 65d3b862: ZERO-3054: Update headers in appFetch
452
- - bbe18b9f: ZERO-2575: Fix build error
453
- - 4920742c: Disable getCachedTranslations
454
- - 7e56d6b6: ZERO-2841: Update api tagTypes
455
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
456
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
457
- - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
458
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
459
- - 6a0a0807: ZERO-3112: Update button
460
- - f2c92d5c: ZERO-2816: Update cookie name
461
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
462
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
463
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
464
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
465
- - 7ab9e2fd: ZERO-3166: add tamara payment package
466
-
467
- ## 1.79.0-rc.6
468
-
469
- ### Minor Changes
470
-
471
- - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
472
-
473
- ## 1.79.0-rc.5
474
-
475
- ### Minor Changes
476
-
477
- - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
478
-
479
- ## 1.79.0-rc.4
480
-
481
- ## 1.79.0-rc.3
482
-
483
- ### Minor Changes
484
-
485
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
486
- - 2d9b2b2c: ZERO-2816: Add segment to headers
487
- - fd4b74e9: ZERO-3126: add reset checkout state query
488
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
489
- - e9541a13: ZERO-2816: Add headers to url
490
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
491
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
492
- - c53ef7b9: ZERO-2668: The Link component has been updated to improve the logic for handling href values. Previously, if the href was not a string or started with 'http', it would return the href as is. Now, if the href is not provided, it will default to '#' to prevent any potential errors. Additionally, if the href is a string and does not start with 'http', it will be formatted with the locale and pathname, based on the localeUrlStrategy and defaultLocaleValue. This ensures that the correct href is generated based on the localization settings.
493
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
494
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
495
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
496
- - 65d3b862: ZERO-3054: Update headers in appFetch
497
- - bbe18b9f: ZERO-2575: Fix build error
498
- - 4920742c: Disable getCachedTranslations
499
- - 7e56d6b6: ZERO-2841: Update api tagTypes
500
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
501
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
502
- - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
503
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
504
- - 6a0a0807: ZERO-3112: Update button
505
- - f2c92d5c: ZERO-2816: Update cookie name
506
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
507
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
508
- - 59fa21ce: ZERO-3149: Add name-based mechanism for Redux middleware override
509
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
510
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
511
-
512
- ## 1.79.0-rc.2
513
-
514
- ## 1.79.0-rc.1
515
-
516
- ### Minor Changes
517
-
518
- - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
519
-
520
- ## 1.79.0-rc.0
521
-
522
- ### Minor Changes
523
-
524
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
525
- - 2d9b2b2c: ZERO-2816: Add segment to headers
526
- - fd4b74e9: ZERO-3126: add reset checkout state query
527
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
528
- - e9541a13: ZERO-2816: Add headers to url
529
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
530
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
531
- - 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.
532
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
533
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
534
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
535
- - 65d3b862: ZERO-3054: Update headers in appFetch
536
- - bbe18b9f: ZERO-2575: Fix build error
537
- - 4920742c: Disable getCachedTranslations
538
- - 7e56d6b6: ZERO-2841: Update api tagTypes
539
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
540
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
541
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
542
- - 6a0a0807: ZERO-3112: Update button
543
- - f2c92d5c: ZERO-2816: Update cookie name
544
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
545
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
546
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
547
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
116
+ - 59fa21c: ZERO-3149: Add name-based mechanism for Redux middleware override
548
117
 
549
118
  ## 1.78.0
550
119
 
@@ -615,54 +184,8 @@
615
184
 
616
185
  ### Minor Changes
617
186
 
618
- - f34454a: ZERO-2953: Add hepsipay payment method
619
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
620
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
621
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
622
- - 9a50730: ZERO-3015: Add currency parameter to getOrders query
623
- - ca774b3: ZERO-3002:add register with loyalty url
624
- - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
625
- - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
626
-
627
- ## 1.71.0-rc.7
628
-
629
- ## 1.71.0-rc.6
630
-
631
- ### Minor Changes
632
-
633
187
  - f34454a: ZERO-2953: Add hepsipay payment method
634
188
 
635
- ## 1.71.0-rc.5
636
-
637
- ## 1.71.0-rc.4
638
-
639
- ## 1.71.0-rc.3
640
-
641
- ### Minor Changes
642
-
643
- - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
644
-
645
- ## 1.71.0-rc.2
646
-
647
- ### Minor Changes
648
-
649
- - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
650
-
651
- ## 1.71.0-rc.1
652
-
653
- ### Minor Changes
654
-
655
- - 9a50730: ZERO-3015: Add currency parameter to getOrders query
656
-
657
- ## 1.71.0-rc.0
658
-
659
- ### Minor Changes
660
-
661
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
662
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
663
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
664
- - ca774b3: ZERO-3002:add register with loyalty url
665
-
666
189
  ## 1.70.0
667
190
 
668
191
  ### Minor Changes
@@ -673,72 +196,12 @@
673
196
 
674
197
  ### Minor Changes
675
198
 
676
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
677
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
678
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
679
- - ca774b3: ZERO-3002:add register with loyalty url
680
- - f046f8e: ZERO-2575: update version for react-number-format
681
-
682
- ## 1.69.0-rc.8
683
-
684
- ### Minor Changes
685
-
686
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
687
- - ca774b3: ZERO-3002:add register with loyalty url
688
-
689
- ## 1.69.0-rc.7
690
-
691
- ### Minor Changes
692
-
693
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
694
-
695
- ## 1.69.0-rc.6
696
-
697
- ### Minor Changes
698
-
699
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
700
199
  - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
701
200
  - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
702
201
  - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
703
202
  - cbdb0c8: ZERO-3010: Move pretty url page into project
704
203
  - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
705
204
 
706
- ## 1.69.0-rc.5
707
-
708
- ### Minor Changes
709
-
710
- - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
711
-
712
- ## 1.69.0-rc.4
713
-
714
- ### Minor Changes
715
-
716
- - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
717
-
718
- ## 1.69.0-rc.3
719
-
720
- ### Minor Changes
721
-
722
- - cbdb0c8: ZERO-3010: Move pretty url page into project
723
-
724
- ## 1.69.0-rc.2
725
-
726
- ### Minor Changes
727
-
728
- - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
729
-
730
- ## 1.69.0-rc.1
731
-
732
- ### Minor Changes
733
-
734
- - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
735
-
736
- ## 1.69.0-rc.0
737
-
738
- ### Minor Changes
739
-
740
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
741
-
742
205
  ## 1.68.0
743
206
 
744
207
  ### Minor Changes
@@ -848,207 +311,35 @@
848
311
 
849
312
  ### Minor Changes
850
313
 
851
- - c416d18: ZERO-2915: Add delivery option null check for setAddress
852
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
853
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
854
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
855
- - fda5b927: ZERO-2725: fix invalid import
856
- - 2d9b2b2c: ZERO-2816: Add segment to headers
857
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
858
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
859
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
860
- - 3bf2dd9: ZERO-2551: Fix search page
861
- - e9541a13: ZERO-2816: Add headers to url
862
- - 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.
863
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
864
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
865
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
866
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
867
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
868
- - d3474c64: ZERO-2655: Add data source shipping option
869
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
870
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
871
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
872
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
873
- - bbe18b9f: ZERO-2575: Fix build error
874
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
875
- - 4920742: Disable getCachedTranslations
876
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
877
- - 7e56d6b: ZERO-2841: Update api tagTypes
878
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
879
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
880
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
881
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
882
- - fad27689: ZERO-2739: add gpay to payment plugin map
883
- - dff0d595: ZERO-2659: add formData support to proxy api requests
884
- - fdd0b41: ZERO-2706: Add optimized translation support
885
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
886
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
887
- - beb499e6: ZERO-2551: Add new tsconfig paths
888
- - f2c92d5c: ZERO-2816: Update cookie name
889
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
890
- - f3d076b: ZERO-2864: create tabby extension plugin
891
- - f046f8e0: ZERO-2575: update version for react-number-format
892
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
893
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
894
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
895
-
896
- ## 1.56.0-rc.7
314
+ - d93a507: ZERO-2900: Fix pretty url rewrite
315
+ - 674badc: ZERO-2912: Fix selected payment option view to handle null values
316
+ - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
317
+ - b9273fd: ZERO-2889: add host headers to requests
318
+ - c670bd4: ZERO-2900: Add middleware rewrite functionality
897
319
 
898
- ## 1.56.0-rc.6
320
+ ## 1.55.0
899
321
 
900
322
  ### Minor Changes
901
323
 
902
- - f3d076b: ZERO-2864: create tabby extension plugin
324
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
325
+ - 75080fd: ZERO-2630: Add max limit to postcode area
326
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
903
327
 
904
- ## 1.56.0-rc.5
328
+ ## 1.54.0
905
329
 
906
330
  ### Minor Changes
907
331
 
908
- - c416d18: ZERO-2915: Add delivery option null check for setAddress
332
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
333
+ - c47be30: ZERO-2744: Update Order and OrderItem types
334
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
909
335
 
910
- ## 1.56.0-rc.4
336
+ ## 1.53.0
911
337
 
912
338
  ### Minor Changes
913
339
 
914
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
915
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
916
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
917
- - fda5b927: ZERO-2725: fix invalid import
918
- - 2d9b2b2c: ZERO-2816: Add segment to headers
919
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
920
- - d93a507: ZERO-2900: Fix pretty url rewrite
921
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
922
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
923
- - 3bf2dd9: ZERO-2551: Fix search page
924
- - e9541a13: ZERO-2816: Add headers to url
925
- - 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.
926
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
927
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
928
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
929
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
930
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
931
- - d3474c64: ZERO-2655: Add data source shipping option
932
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
933
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
934
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
935
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
936
- - bbe18b9f: ZERO-2575: Fix build error
937
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
938
- - 4920742: Disable getCachedTranslations
939
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
940
- - 674badc: ZERO-2912: Fix selected payment option view to handle null values
941
- - 7e56d6b: ZERO-2841: Update api tagTypes
942
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
943
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
944
- - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
945
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
946
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
947
- - fad27689: ZERO-2739: add gpay to payment plugin map
948
- - dff0d595: ZERO-2659: add formData support to proxy api requests
949
- - fdd0b41: ZERO-2706: Add optimized translation support
950
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
951
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
952
- - beb499e6: ZERO-2551: Add new tsconfig paths
953
- - f2c92d5c: ZERO-2816: Update cookie name
954
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
955
- - f046f8e0: ZERO-2575: update version for react-number-format
956
- - b9273fd: ZERO-2889: add host headers to requests
957
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
958
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
959
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
960
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
340
+ - a957942: ZERO-2909: Rename useDeleteCollectionItemQuery
961
341
 
962
- ## 1.56.0-rc.3
963
-
964
- ### Minor Changes
965
-
966
- - 674badc: ZERO-2912: Fix selected payment option view to handle null values
967
-
968
- ## 1.56.0-rc.2
969
-
970
- ### Minor Changes
971
-
972
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
973
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
974
-
975
- ## 1.56.0-rc.1
976
-
977
- ### Minor Changes
978
-
979
- - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
980
-
981
- ## 1.56.0-rc.0
982
-
983
- ### Minor Changes
984
-
985
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
986
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
987
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
988
- - fda5b927: ZERO-2725: fix invalid import
989
- - 2d9b2b2c: ZERO-2816: Add segment to headers
990
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
991
- - d93a507: ZERO-2900: Fix pretty url rewrite
992
- - 6c25f666: ZERO-2551: Check CACHE_HOST variable
993
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
994
- - 3bf2dd94: ZERO-2551: Fix search page
995
- - e9541a13: ZERO-2816: Add headers to url
996
- - 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.
997
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
998
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
999
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1000
- - d6edb1d0: ZERO-2551: Fix searchparams handling for list and other routes
1001
- - d3474c64: ZERO-2655: Add data source shipping option
1002
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
1003
- - c45b62c9: ZERO-2818: Add upload and download support for b2b package
1004
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1005
- - bbe18b9f: ZERO-2575: Fix build error
1006
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1007
- - 4920742c: Disable getCachedTranslations
1008
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1009
- - 7e56d6b6: ZERO-2841: Update api tagTypes
1010
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
1011
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
1012
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1013
- - 8f47ccae: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1014
- - fad27689: ZERO-2739: add gpay to payment plugin map
1015
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1016
- - fdd0b41: ZERO-2706: Add optimized translation support
1017
- - f2c325c1: ZERO-2838: Move file input component into @akinon/next
1018
- - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
1019
- - beb499e6: ZERO-2551: Add new tsconfig paths
1020
- - f2c92d5c: ZERO-2816: Update cookie name
1021
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
1022
- - f046f8e0: ZERO-2575: update version for react-number-format
1023
- - b9273fd3: ZERO-2889: add host headers to requests
1024
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1025
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1026
- - c670bd48: ZERO-2900: Add middleware rewrite functionality
1027
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
1028
-
1029
- ## 1.55.0
1030
-
1031
- ### Minor Changes
1032
-
1033
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1034
- - 75080fd: ZERO-2630: Add max limit to postcode area
1035
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1036
-
1037
- ## 1.54.0
1038
-
1039
- ### Minor Changes
1040
-
1041
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1042
- - c47be30: ZERO-2744: Update Order and OrderItem types
1043
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1044
-
1045
- ## 1.53.0
1046
-
1047
- ### Minor Changes
1048
-
1049
- - a957942: ZERO-2909: Rename useDeleteCollectionItemQuery
1050
-
1051
- ## 1.52.0
342
+ ## 1.52.0
1052
343
 
1053
344
  ### Minor Changes
1054
345
 
@@ -1070,128 +361,7 @@
1070
361
 
1071
362
  ### Minor Changes
1072
363
 
1073
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1074
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1075
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
1076
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1077
- - fda5b927: ZERO-2725: fix invalid import
1078
- - 2d9b2b2: ZERO-2816: Add segment to headers
1079
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1080
- - d93a507: ZERO-2900: Fix pretty url rewrite
1081
- - 8d9ac9a: ZERO-2794: Add field to order type
1082
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1083
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1084
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1085
- - 3bf2dd9: ZERO-2551: Fix search page
1086
- - e9541a1: ZERO-2816: Add headers to url
1087
- - 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.
1088
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1089
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1090
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1091
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1092
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
1093
- - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
1094
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1095
- - d3474c64: ZERO-2655: Add data source shipping option
1096
- - 75080fd6: ZERO-2630: Add max limit to postcode area
1097
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1098
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1099
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1100
- - bbe18b9f: ZERO-2575: Fix build error
1101
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1102
- - 4920742: Disable getCachedTranslations
1103
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1104
- - 7e56d6b: ZERO-2841: Update api tagTypes
1105
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1106
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
1107
- - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
1108
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1109
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1110
- - fad27689: ZERO-2739: add gpay to payment plugin map
1111
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1112
- - fdd0b41: ZERO-2706: Add optimized translation support
1113
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1114
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1115
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1116
- - beb499e6: ZERO-2551: Add new tsconfig paths
1117
- - 146ea391: ZERO-2774: Update imports
1118
- - f2c92d5: ZERO-2816: Update cookie name
1119
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1120
- - c47be30d: ZERO-2744: Update Order and OrderItem types
1121
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1122
- - f046f8e0: ZERO-2575: update version for react-number-format
1123
- - b9273fd: ZERO-2889: add host headers to requests
1124
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1125
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1126
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
1127
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1128
- - 3d35f70: ZERO-2908: Add cookie to redirect url
1129
-
1130
- ## 1.50.0-rc.1
1131
-
1132
- ### Minor Changes
1133
-
1134
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1135
-
1136
- ## 1.50.0-rc.0
1137
-
1138
- ### Minor Changes
1139
-
1140
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1141
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1142
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
1143
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1144
- - fda5b927: ZERO-2725: fix invalid import
1145
- - 2d9b2b2: ZERO-2816: Add segment to headers
1146
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1147
- - d93a507: ZERO-2900: Fix pretty url rewrite
1148
- - 8d9ac9a: ZERO-2794: Add field to order type
1149
364
  - eaf97d6: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1150
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1151
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1152
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1153
- - 3bf2dd9: ZERO-2551: Fix search page
1154
- - e9541a1: ZERO-2816: Add headers to url
1155
- - 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.
1156
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1157
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1158
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1159
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1160
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
1161
- - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
1162
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1163
- - d3474c64: ZERO-2655: Add data source shipping option
1164
- - 75080fd6: ZERO-2630: Add max limit to postcode area
1165
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1166
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1167
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1168
- - bbe18b9f: ZERO-2575: Fix build error
1169
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1170
- - 4920742: Disable getCachedTranslations
1171
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1172
- - 7e56d6b: ZERO-2841: Update api tagTypes
1173
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1174
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
1175
- - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
1176
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1177
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1178
- - fad27689: ZERO-2739: add gpay to payment plugin map
1179
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1180
- - fdd0b41: ZERO-2706: Add optimized translation support
1181
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1182
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1183
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1184
- - beb499e6: ZERO-2551: Add new tsconfig paths
1185
- - 146ea391: ZERO-2774: Update imports
1186
- - f2c92d5: ZERO-2816: Update cookie name
1187
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1188
- - c47be30d: ZERO-2744: Update Order and OrderItem types
1189
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1190
- - f046f8e0: ZERO-2575: update version for react-number-format
1191
- - b9273fd: ZERO-2889: add host headers to requests
1192
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1193
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
1194
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1195
365
 
1196
366
  ## 1.49.0
1197
367
 
@@ -1217,126 +387,7 @@
1217
387
 
1218
388
  ### Minor Changes
1219
389
 
1220
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1221
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1222
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1223
- - fda5b92: ZERO-2725: fix invalid import
1224
- - 2d9b2b2: ZERO-2816: Add segment to headers
1225
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1226
- - 8d9ac9a: ZERO-2794: Add field to order type
1227
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1228
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1229
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1230
- - 3bf2dd9: ZERO-2551: Fix search page
1231
- - e9541a1: ZERO-2816: Add headers to url
1232
- - 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.
1233
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1234
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1235
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1236
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
1237
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1238
- - d3474c6: ZERO-2655: Add data source shipping option
1239
- - 75080fd6: ZERO-2630: Add max limit to postcode area
1240
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1241
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1242
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1243
- - bbe18b9f: ZERO-2575: Fix build error
1244
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1245
- - 4920742: Disable getCachedTranslations
1246
- - 7e56d6b: ZERO-2841: Update api tagTypes
1247
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1248
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1249
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1250
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1251
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1252
- - fad2768: ZERO-2739: add gpay to payment plugin map
1253
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1254
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1255
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1256
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1257
- - beb499e6: ZERO-2551: Add new tsconfig paths
1258
- - 948eb42: ZERO-2852: Add out of stock endpoints
1259
- - 146ea39: ZERO-2774: Update imports
1260
- - f2c92d5: ZERO-2816: Update cookie name
1261
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1262
- - c47be30: ZERO-2744: Update Order and OrderItem types
1263
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1264
- - f046f8e0: ZERO-2575: update version for react-number-format
1265
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1266
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1267
-
1268
- ## 1.45.0-rc.4
1269
-
1270
- ### Minor Changes
1271
-
1272
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1273
-
1274
- ## 1.45.0-rc.3
1275
-
1276
- ### Minor Changes
1277
-
1278
- - 948eb42: ZERO-2852: Add out of stock endpoints
1279
-
1280
- ## 1.45.0-rc.2
1281
-
1282
- ### Minor Changes
1283
-
1284
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1285
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1286
-
1287
- ## 1.45.0-rc.1
1288
-
1289
- ### Minor Changes
1290
-
1291
- - 7e56d6b: ZERO-2841: Update api tagTypes
1292
-
1293
- ## 1.45.0-rc.0
1294
-
1295
- ### Minor Changes
1296
-
1297
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1298
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1299
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1300
- - fda5b92: ZERO-2725: fix invalid import
1301
- - 2d9b2b2: ZERO-2816: Add segment to headers
1302
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1303
- - 8d9ac9a: ZERO-2794: Add field to order type
1304
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1305
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1306
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1307
- - 3bf2dd9: ZERO-2551: Fix search page
1308
- - e9541a1: ZERO-2816: Add headers to url
1309
- - 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.
1310
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1311
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1312
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1313
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1314
390
  - 2ab6e08: ZERO-2841: Update getBasketDetail query
1315
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1316
- - d3474c6: ZERO-2655: Add data source shipping option
1317
- - 75080fd: ZERO-2630: Add max limit to postcode area
1318
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1319
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1320
- - bbe18b9: ZERO-2575: Fix build error
1321
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1322
- - 4920742: Disable getCachedTranslations
1323
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1324
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1325
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1326
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1327
- - fad2768: ZERO-2739: add gpay to payment plugin map
1328
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1329
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1330
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1331
- - beb499e: ZERO-2551: Add new tsconfig paths
1332
- - 146ea39: ZERO-2774: Update imports
1333
- - f2c92d5: ZERO-2816: Update cookie name
1334
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1335
- - c47be30: ZERO-2744: Update Order and OrderItem types
1336
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1337
- - f046f8e0: ZERO-2575: update version for react-number-format
1338
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1339
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1340
391
 
1341
392
  ## 1.44.0
1342
393
 
@@ -1344,201 +395,7 @@
1344
395
 
1345
396
  ### Minor Changes
1346
397
 
1347
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1348
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1349
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1350
- - fda5b92: ZERO-2725: fix invalid import
1351
- - 2d9b2b2: ZERO-2816: Add segment to headers
1352
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1353
- - 8d9ac9a: ZERO-2794: Add field to order type
1354
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1355
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1356
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1357
- - 3bf2dd9: ZERO-2551: Fix search page
1358
- - e9541a1: ZERO-2816: Add headers to url
1359
- - 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.
1360
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1361
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1362
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1363
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1364
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1365
- - d3474c6: ZERO-2655: Add data source shipping option
1366
- - 75080fd: ZERO-2630: Add max limit to postcode area
1367
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1368
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1369
- - bbe18b9: ZERO-2575: Fix build error
1370
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1371
- - 4920742: Disable getCachedTranslations
1372
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1373
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1374
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1375
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1376
- - fad2768: ZERO-2739: add gpay to payment plugin map
1377
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1378
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1379
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1380
- - beb499e: ZERO-2551: Add new tsconfig paths
1381
- - 146ea39: ZERO-2774: Update imports
1382
- - f2c92d5: ZERO-2816: Update cookie name
1383
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1384
- - c47be30: ZERO-2744: Update Order and OrderItem types
1385
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1386
- - f046f8e0: ZERO-2575: update version for react-number-format
1387
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1388
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1389
-
1390
- ## 1.43.0-rc.15
1391
-
1392
- ## 1.43.0-rc.14
1393
-
1394
- ### Minor Changes
1395
-
1396
- - 3bf2dd9: ZERO-2551: Fix search page
1397
-
1398
- ## 1.43.0-rc.13
1399
-
1400
- ### Minor Changes
1401
-
1402
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1403
-
1404
- ## 1.43.0-rc.12
1405
-
1406
- ### Minor Changes
1407
-
1408
- - 4920742: Disable getCachedTranslations
1409
-
1410
- ## 1.43.0-rc.11
1411
-
1412
- ### Minor Changes
1413
-
1414
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1415
-
1416
- ## 1.43.0-rc.10
1417
-
1418
- ### Minor Changes
1419
-
1420
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1421
-
1422
- ## 1.43.0-rc.9
1423
-
1424
- ### Minor Changes
1425
-
1426
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1427
-
1428
- ## 1.43.0-rc.8
1429
-
1430
- ### Minor Changes
1431
-
1432
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1433
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1434
-
1435
- ## 1.43.0-rc.7
1436
-
1437
- ### Minor Changes
1438
-
1439
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1440
-
1441
- ## 1.43.0-rc.6
1442
-
1443
- ### Minor Changes
1444
-
1445
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1446
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1447
- - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1448
- - fda5b92: ZERO-2725: fix invalid import
1449
- - 2d9b2b2: ZERO-2816: Add segment to headers
1450
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1451
- - 8d9ac9a: ZERO-2794: Add field to order type
1452
- - e9541a1: ZERO-2816: Add headers to url
1453
- - 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.
1454
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1455
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1456
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1457
- - d3474c6: ZERO-2655: Add data source shipping option
1458
- - 75080fd: ZERO-2630: Add max limit to postcode area
1459
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1460
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1461
- - bbe18b9: ZERO-2575: Fix build error
1462
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1463
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1464
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1465
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1466
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1467
- - fad2768: ZERO-2739: add gpay to payment plugin map
1468
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1469
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1470
398
  - 4a163f2: ZERO-2761: Add condition for basket summary
1471
- - beb499e: ZERO-2551: Add new tsconfig paths
1472
- - 146ea39: ZERO-2774: Update imports
1473
- - f2c92d5: ZERO-2816: Update cookie name
1474
- - c47be30: ZERO-2744: Update Order and OrderItem types
1475
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1476
- - f046f8e: ZERO-2575: update version for react-number-format
1477
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1478
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1479
-
1480
- ## 1.43.0-rc.5
1481
-
1482
- ### Minor Changes
1483
-
1484
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1485
-
1486
- ## 1.43.0-rc.4
1487
-
1488
- ### Minor Changes
1489
-
1490
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1491
-
1492
- ## 1.43.0-rc.3
1493
-
1494
- ### Minor Changes
1495
-
1496
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1497
-
1498
- ## 1.43.0-rc.2
1499
-
1500
- ### Minor Changes
1501
-
1502
- - f2c92d5: ZERO-2816: Update cookie name
1503
-
1504
- ## 1.43.0-rc.1
1505
-
1506
- ### Minor Changes
1507
-
1508
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1509
-
1510
- ## 1.43.0-rc.0
1511
-
1512
- ### Minor Changes
1513
-
1514
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1515
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1516
- - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1517
- - fda5b92: ZERO-2725: fix invalid import
1518
- - 2d9b2b2: ZERO-2816: Add segment to headers
1519
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1520
- - 8d9ac9a: ZERO-2794: Add field to order type
1521
- - e9541a1: ZERO-2816: Add headers to url
1522
- - 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.
1523
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1524
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1525
- - d3474c6: ZERO-2655: Add data source shipping option
1526
- - 75080fd: ZERO-2630: Add max limit to postcode area
1527
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1528
- - bbe18b9: ZERO-2575: Fix build error
1529
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1530
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1531
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1532
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1533
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1534
- - fad2768: ZERO-2739: add gpay to payment plugin map
1535
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1536
- - beb499e: ZERO-2551: Add new tsconfig paths
1537
- - 146ea39: ZERO-2774: Update imports
1538
- - c47be30: ZERO-2744: Update Order and OrderItem types
1539
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1540
- - f046f8e: ZERO-2575: update version for react-number-format
1541
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1542
399
 
1543
400
  ## 1.42.0
1544
401