@akinon/next 1.85.0 → 1.86.0-rc.0

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