@akinon/next 1.91.0 → 1.92.0-rc.7

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