@akinon/next 1.91.0-rc.2 → 1.91.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,59 +1,26 @@
1
1
  # @akinon/next
2
2
 
3
- ## 1.91.0-rc.2
3
+ ## 1.91.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 2552486: ZERO-3391: Add subdomain support to setLocale function
8
-
9
- ## 1.91.0-rc.1
10
-
11
- ## 1.91.0-rc.0
12
-
13
- ### Minor Changes
14
-
15
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
16
- - 823d82f: ZERO-3393: Enhance error handling in checkout middleware to ensure errors are checked for existence before processing
17
- - 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
18
- - 2d9b2b2c: ZERO-2816: Add segment to headers
19
- - 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
20
7
  - d8fad39: ZERO-3370: include plugins test to build stage
21
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
22
- - 68bbcb2: ZERO-3393: Fix error handling in checkout middleware to check for errors array length
23
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
24
- - e9541a13: ZERO-2816: Add headers to url
25
- - 9b7d0de: ZERO-3393: Improve error handling in checkout middleware to support both object and array error formats
26
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
27
- - 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.
28
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
29
- - e974d8e: ZERO-3406: Fix rc build
30
- - bf354de4: ZERO-3321: add babel compiler for akinon/next test
31
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
32
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
33
- - 448adefb: ZERO-3321: move csp test to akinon-next
34
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
35
- - 65d3b862: ZERO-3054: Update headers in appFetch
36
- - bbe18b9f: ZERO-2575: Fix build error
37
- - 17bfadc4: ZERO-3275: Disable OpenTelemetry monitoring in production environment
38
- - 4920742c: Disable getCachedTranslations
39
- - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
40
- - 6c3629c2: ZERO-3321: fix jest tests in akinon-next for standalone projects
41
- - 7e56d6b6: ZERO-2841: Update api tagTypes
42
- - dfaceff: ZERO-3356: Add useLoyaltyAvailability hook and update checkout state management
43
- - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
44
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
8
+ - 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
45
17
  - 943a239: ZERO-3370: add allowJs in akinon-next test tsconfig
46
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
47
- - 3bf63c8a: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
48
- - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
49
- - f2c92d5c: ZERO-2816: Update cookie name
50
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
51
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
52
- - acf03209: ZERO-3321: remove babel config
53
- - 387356b6: ZERO-3323: Refactor locale filtering logic in URL matcher regex
54
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
55
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
56
- - b2ee69b9: ZERO-3321: delete unnecessary files
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
57
24
  - 0cabbda: ZERO-3370: replace inline monorepo check with reusable utility
58
25
 
59
26
  ## 1.90.0
@@ -114,217 +81,13 @@
114
81
 
115
82
  ### Minor Changes
116
83
 
117
- - ef75c03: ZERO-3267: Update error-page component to use ROUTES for link navigation
118
-
119
- ## 1.82.0-rc.20
120
-
121
- ### Minor Changes
122
-
123
- - e5529cd: ZERO-3267: Update error-page component to use root path for links instead of ROUTES
124
-
125
- ## 1.82.0-rc.19
126
-
127
- ### Minor Changes
128
-
129
- - 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
130
-
131
- ## 1.82.0-rc.18
132
-
133
- ### Minor Changes
134
-
135
- - e4761d2: Refactor import statement for ROUTES in error-page component
136
-
137
- ## 1.82.0-rc.17
138
-
139
- ### Minor Changes
140
-
141
- - e2c6d426: ZERO-2935: Add @sentry/nextjs dependency to akinon-next and remove from projectzeronext
142
- - 70bc0aed: ZERO-3284: Set tracesSampleRate in Sentry configuration
143
-
144
- ## 1.82.0-rc.16
145
-
146
- ### Minor Changes
147
-
148
- - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
149
- - 6f506af: ZERO-3229: Implement mini basket query for basket total quantity
150
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
151
- - 2d9b2b2c: ZERO-2816: Add segment to headers
152
- - 5e1feca: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
153
- - c0c1962: ZERO-3258: Add new API endpoints for fetching Bukalemun image URL and bundle product data
154
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
155
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
156
- - 0e05135: ZERO-3244: Encode URL search parameters
157
- - e9541a13: ZERO-2816: Add headers to url
158
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
159
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
160
- - 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.
161
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
162
- - 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
163
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
164
- - d552629: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
165
- - c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
166
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
167
- - 65d3b862: ZERO-3054: Update headers in appFetch
168
- - bbe18b9f: ZERO-2575: Fix build error
169
- - 17bfadc: ZERO-3275: Disable OpenTelemetry monitoring in production environment
170
- - 4920742c: Disable getCachedTranslations
171
- - b6e5b62: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
172
- - ac65ca9: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
173
- - 7e56d6b6: ZERO-2841: Update api tagTypes
174
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
175
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
176
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
177
- - 3bf63c8: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
178
- - 9be2c08: ZERO-3243: Improve basket update query handling with optimistic updates
179
- - f2c92d5c: ZERO-2816: Update cookie name
180
- - 2f3588f: ZERO-3287: Add user session handling in authentication flow
181
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
182
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
183
- - 0b1bd07: ZERO-3240: Remove unused preOrderMiddleware
184
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
185
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
186
-
187
- ## 1.82.0-rc.15
188
-
189
- ### Minor Changes
190
-
191
- - 2f3588fb: ZERO-3287: Add user session handling in authentication flow
192
-
193
- ## 1.82.0-rc.14
194
-
195
- ### Minor Changes
196
-
197
- - 5e1feca: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
198
-
199
- ## 1.82.0-rc.13
200
-
201
- ### Minor Changes
202
-
203
- - 3bf63c8: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
204
-
205
- ## 1.82.0-rc.12
206
-
207
- ### Minor Changes
208
-
209
- - ac65ca9: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
210
-
211
- ## 1.82.0-rc.11
212
-
213
- ## 1.82.0-rc.10
214
-
215
- ## 1.82.0-rc.9
216
-
217
- ### Minor Changes
218
-
219
- - 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
220
-
221
- ## 1.82.0-rc.8
222
-
223
- ### Minor Changes
224
-
225
- - 17bfadc: ZERO-3275: Disable OpenTelemetry monitoring in production environment
226
-
227
- ## 1.82.0-rc.7
228
-
229
- ### Minor Changes
230
-
231
- - c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
232
-
233
- ## 1.82.0-rc.6
234
-
235
- ### Minor Changes
236
-
237
- - 0b1bd07f: ZERO-3240: Remove unused preOrderMiddleware
238
-
239
- ## 1.82.0-rc.5
240
-
241
- ### Minor Changes
242
-
243
- - 6f506afc: ZERO-3229: Implement mini basket query for basket total quantity
244
- - c0c19629: ZERO-3258: Add new API endpoints for fetching Bukalemun image URL and bundle product data
245
- - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
246
-
247
- ## 1.82.0-rc.4
248
-
249
- ### Minor Changes
250
-
251
- - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
252
-
253
- ## 1.82.0-rc.3
254
-
255
- ## 1.82.0-rc.2
256
-
257
- ### Minor Changes
258
-
259
- - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
260
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
261
- - 2d9b2b2c: ZERO-2816: Add segment to headers
262
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
263
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
264
- - 0e051352: ZERO-3244: Encode URL search parameters
265
- - e9541a13: ZERO-2816: Add headers to url
266
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
267
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
268
- - 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.
269
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
270
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
271
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
272
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
273
- - 65d3b862: ZERO-3054: Update headers in appFetch
274
- - bbe18b9f: ZERO-2575: Fix build error
275
- - 4920742c: Disable getCachedTranslations
276
- - 7e56d6b6: ZERO-2841: Update api tagTypes
277
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
278
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
279
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
280
- - f2c92d5c: ZERO-2816: Update cookie name
281
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
282
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
283
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
284
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
285
-
286
- ## 1.82.0-rc.1
287
-
288
- ### Minor Changes
289
-
290
- - 0e051352: ZERO-3244: Encode URL search parameters
291
-
292
- ## 1.82.0-rc.0
293
-
294
- ### Minor Changes
295
-
296
- - 2e0b7ffd: ZERO-3226: Refactor checkoutApi to simplify request body structure by removing device_info parameter
297
- - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
298
- - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
299
- - c0fef075: ZERO-3197: Refetch payment options after loyalty usage
300
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
301
- - 2d9b2b2c: ZERO-2816: Add segment to headers
302
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
303
- - 2d2ab446: ZERO-3226: Add device_info param to WalletPaymentPage request
304
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
305
- - e9541a13: ZERO-2816: Add headers to url
306
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
307
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
308
- - 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.
309
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
310
- - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
311
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
312
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
313
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
314
- - 65d3b862: ZERO-3054: Update headers in appFetch
315
- - bbe18b9f: ZERO-2575: Fix build error
316
- - 4920742c: Disable getCachedTranslations
317
- - 7e56d6b6: ZERO-2841: Update api tagTypes
318
- - 7d1b5af1: ZERO-3206: Encode search parameters in product data URL
319
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
320
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
321
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
322
- - f2c92d5c: ZERO-2816: Update cookie name
323
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
324
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
325
- - aa05ed79: ZERO-3170: Add commerceRedirectionIgnoreList to settings and update URL redirection middleware
326
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
327
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
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
328
91
 
329
92
  ## 1.81.0
330
93
 
@@ -344,116 +107,7 @@
344
107
 
345
108
  ### Minor Changes
346
109
 
347
- - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
348
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
349
- - 2d9b2b2c: ZERO-2816: Add segment to headers
350
- - fd4b74e9: ZERO-3126: add reset checkout state query
351
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
352
- - e9541a13: ZERO-2816: Add headers to url
353
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
354
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
355
- - 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.
356
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
357
- - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
358
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
359
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
360
- - 65d3b862: ZERO-3054: Update headers in appFetch
361
- - bbe18b9f: ZERO-2575: Fix build error
362
- - 4920742c: Disable getCachedTranslations
363
- - 7e56d6b6: ZERO-2841: Update api tagTypes
364
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
365
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
366
- - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
367
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
368
- - 6a0a0807: ZERO-3112: Update button
369
- - f2c92d5c: ZERO-2816: Update cookie name
370
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
371
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
372
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
373
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
374
- - 7ab9e2fd: ZERO-3166: add tamara payment package
375
-
376
- ## 1.79.0-rc.6
377
-
378
- ### Minor Changes
379
-
380
- - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
381
-
382
- ## 1.79.0-rc.5
383
-
384
- ### Minor Changes
385
-
386
- - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
387
-
388
- ## 1.79.0-rc.4
389
-
390
- ## 1.79.0-rc.3
391
-
392
- ### Minor Changes
393
-
394
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
395
- - 2d9b2b2c: ZERO-2816: Add segment to headers
396
- - fd4b74e9: ZERO-3126: add reset checkout state query
397
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
398
- - e9541a13: ZERO-2816: Add headers to url
399
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
400
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
401
- - 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.
402
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
403
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
404
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
405
- - 65d3b862: ZERO-3054: Update headers in appFetch
406
- - bbe18b9f: ZERO-2575: Fix build error
407
- - 4920742c: Disable getCachedTranslations
408
- - 7e56d6b6: ZERO-2841: Update api tagTypes
409
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
410
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
411
- - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
412
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
413
- - 6a0a0807: ZERO-3112: Update button
414
- - f2c92d5c: ZERO-2816: Update cookie name
415
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
416
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
417
- - 59fa21ce: ZERO-3149: Add name-based mechanism for Redux middleware override
418
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
419
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
420
-
421
- ## 1.79.0-rc.2
422
-
423
- ## 1.79.0-rc.1
424
-
425
- ### Minor Changes
426
-
427
- - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
428
-
429
- ## 1.79.0-rc.0
430
-
431
- ### Minor Changes
432
-
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
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
443
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
444
- - 65d3b862: ZERO-3054: Update headers in appFetch
445
- - bbe18b9f: ZERO-2575: Fix build error
446
- - 4920742c: Disable getCachedTranslations
447
- - 7e56d6b6: ZERO-2841: Update api tagTypes
448
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
449
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
450
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
451
- - 6a0a0807: ZERO-3112: Update button
452
- - f2c92d5c: ZERO-2816: Update cookie name
453
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
454
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
455
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
456
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
110
+ - 59fa21c: ZERO-3149: Add name-based mechanism for Redux middleware override
457
111
 
458
112
  ## 1.78.0
459
113
 
@@ -525,52 +179,6 @@
525
179
  ### Minor Changes
526
180
 
527
181
  - f34454a: ZERO-2953: Add hepsipay payment method
528
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
529
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
530
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
531
- - 9a50730: ZERO-3015: Add currency parameter to getOrders query
532
- - ca774b3: ZERO-3002:add register with loyalty url
533
- - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
534
- - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
535
-
536
- ## 1.71.0-rc.7
537
-
538
- ## 1.71.0-rc.6
539
-
540
- ### Minor Changes
541
-
542
- - f34454a: ZERO-2953: Add hepsipay payment method
543
-
544
- ## 1.71.0-rc.5
545
-
546
- ## 1.71.0-rc.4
547
-
548
- ## 1.71.0-rc.3
549
-
550
- ### Minor Changes
551
-
552
- - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
553
-
554
- ## 1.71.0-rc.2
555
-
556
- ### Minor Changes
557
-
558
- - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
559
-
560
- ## 1.71.0-rc.1
561
-
562
- ### Minor Changes
563
-
564
- - 9a50730: ZERO-3015: Add currency parameter to getOrders query
565
-
566
- ## 1.71.0-rc.0
567
-
568
- ### Minor Changes
569
-
570
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
571
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
572
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
573
- - ca774b3: ZERO-3002:add register with loyalty url
574
182
 
575
183
  ## 1.70.0
576
184
 
@@ -582,72 +190,12 @@
582
190
 
583
191
  ### Minor Changes
584
192
 
585
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
586
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
587
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
588
- - ca774b3: ZERO-3002:add register with loyalty url
589
- - f046f8e: ZERO-2575: update version for react-number-format
590
-
591
- ## 1.69.0-rc.8
592
-
593
- ### Minor Changes
594
-
595
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
596
- - ca774b3: ZERO-3002:add register with loyalty url
597
-
598
- ## 1.69.0-rc.7
599
-
600
- ### Minor Changes
601
-
602
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
603
-
604
- ## 1.69.0-rc.6
605
-
606
- ### Minor Changes
607
-
608
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
609
193
  - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
610
194
  - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
611
195
  - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
612
196
  - cbdb0c8: ZERO-3010: Move pretty url page into project
613
197
  - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
614
198
 
615
- ## 1.69.0-rc.5
616
-
617
- ### Minor Changes
618
-
619
- - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
620
-
621
- ## 1.69.0-rc.4
622
-
623
- ### Minor Changes
624
-
625
- - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
626
-
627
- ## 1.69.0-rc.3
628
-
629
- ### Minor Changes
630
-
631
- - cbdb0c8: ZERO-3010: Move pretty url page into project
632
-
633
- ## 1.69.0-rc.2
634
-
635
- ### Minor Changes
636
-
637
- - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
638
-
639
- ## 1.69.0-rc.1
640
-
641
- ### Minor Changes
642
-
643
- - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
644
-
645
- ## 1.69.0-rc.0
646
-
647
- ### Minor Changes
648
-
649
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
650
-
651
199
  ## 1.68.0
652
200
 
653
201
  ### Minor Changes
@@ -757,183 +305,11 @@
757
305
 
758
306
  ### Minor Changes
759
307
 
760
- - c416d18: ZERO-2915: Add delivery option null check for setAddress
761
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
762
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
763
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
764
- - fda5b927: ZERO-2725: fix invalid import
765
- - 2d9b2b2c: ZERO-2816: Add segment to headers
766
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
767
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
768
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
769
- - 3bf2dd9: ZERO-2551: Fix search page
770
- - e9541a13: ZERO-2816: Add headers to url
771
- - 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.
772
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
773
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
774
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
775
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
776
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
777
- - d3474c64: ZERO-2655: Add data source shipping option
778
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
779
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
780
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
781
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
782
- - bbe18b9f: ZERO-2575: Fix build error
783
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
784
- - 4920742: Disable getCachedTranslations
785
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
786
- - 7e56d6b: ZERO-2841: Update api tagTypes
787
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
788
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
789
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
790
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
791
- - fad27689: ZERO-2739: add gpay to payment plugin map
792
- - dff0d595: ZERO-2659: add formData support to proxy api requests
793
- - fdd0b41: ZERO-2706: Add optimized translation support
794
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
795
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
796
- - beb499e6: ZERO-2551: Add new tsconfig paths
797
- - f2c92d5c: ZERO-2816: Update cookie name
798
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
799
- - f3d076b: ZERO-2864: create tabby extension plugin
800
- - f046f8e0: ZERO-2575: update version for react-number-format
801
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
802
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
803
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
804
-
805
- ## 1.56.0-rc.7
806
-
807
- ## 1.56.0-rc.6
808
-
809
- ### Minor Changes
810
-
811
- - f3d076b: ZERO-2864: create tabby extension plugin
812
-
813
- ## 1.56.0-rc.5
814
-
815
- ### Minor Changes
816
-
817
- - c416d18: ZERO-2915: Add delivery option null check for setAddress
818
-
819
- ## 1.56.0-rc.4
820
-
821
- ### Minor Changes
822
-
823
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
824
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
825
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
826
- - fda5b927: ZERO-2725: fix invalid import
827
- - 2d9b2b2c: ZERO-2816: Add segment to headers
828
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
829
308
  - d93a507: ZERO-2900: Fix pretty url rewrite
830
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
831
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
832
- - 3bf2dd9: ZERO-2551: Fix search page
833
- - e9541a13: ZERO-2816: Add headers to url
834
- - 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.
835
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
836
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
837
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
838
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
839
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
840
- - d3474c64: ZERO-2655: Add data source shipping option
841
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
842
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
843
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
844
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
845
- - bbe18b9f: ZERO-2575: Fix build error
846
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
847
- - 4920742: Disable getCachedTranslations
848
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
849
309
  - 674badc: ZERO-2912: Fix selected payment option view to handle null values
850
- - 7e56d6b: ZERO-2841: Update api tagTypes
851
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
852
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
853
310
  - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
854
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
855
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
856
- - fad27689: ZERO-2739: add gpay to payment plugin map
857
- - dff0d595: ZERO-2659: add formData support to proxy api requests
858
- - fdd0b41: ZERO-2706: Add optimized translation support
859
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
860
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
861
- - beb499e6: ZERO-2551: Add new tsconfig paths
862
- - f2c92d5c: ZERO-2816: Update cookie name
863
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
864
- - f046f8e0: ZERO-2575: update version for react-number-format
865
311
  - b9273fd: ZERO-2889: add host headers to requests
866
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
867
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
868
312
  - c670bd4: ZERO-2900: Add middleware rewrite functionality
869
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
870
-
871
- ## 1.56.0-rc.3
872
-
873
- ### Minor Changes
874
-
875
- - 674badc: ZERO-2912: Fix selected payment option view to handle null values
876
-
877
- ## 1.56.0-rc.2
878
-
879
- ### Minor Changes
880
-
881
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
882
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
883
-
884
- ## 1.56.0-rc.1
885
-
886
- ### Minor Changes
887
-
888
- - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
889
-
890
- ## 1.56.0-rc.0
891
-
892
- ### Minor Changes
893
-
894
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
895
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
896
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
897
- - fda5b927: ZERO-2725: fix invalid import
898
- - 2d9b2b2c: ZERO-2816: Add segment to headers
899
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
900
- - d93a507: ZERO-2900: Fix pretty url rewrite
901
- - 6c25f666: ZERO-2551: Check CACHE_HOST variable
902
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
903
- - 3bf2dd94: ZERO-2551: Fix search page
904
- - e9541a13: ZERO-2816: Add headers to url
905
- - 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.
906
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
907
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
908
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
909
- - d6edb1d0: ZERO-2551: Fix searchparams handling for list and other routes
910
- - d3474c64: ZERO-2655: Add data source shipping option
911
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
912
- - c45b62c9: ZERO-2818: Add upload and download support for b2b package
913
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
914
- - bbe18b9f: ZERO-2575: Fix build error
915
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
916
- - 4920742c: Disable getCachedTranslations
917
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
918
- - 7e56d6b6: ZERO-2841: Update api tagTypes
919
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
920
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
921
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
922
- - 8f47ccae: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
923
- - fad27689: ZERO-2739: add gpay to payment plugin map
924
- - dff0d595: ZERO-2659: add formData support to proxy api requests
925
- - fdd0b41: ZERO-2706: Add optimized translation support
926
- - f2c325c1: ZERO-2838: Move file input component into @akinon/next
927
- - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
928
- - beb499e6: ZERO-2551: Add new tsconfig paths
929
- - f2c92d5c: ZERO-2816: Update cookie name
930
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
931
- - f046f8e0: ZERO-2575: update version for react-number-format
932
- - b9273fd3: ZERO-2889: add host headers to requests
933
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
934
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
935
- - c670bd48: ZERO-2900: Add middleware rewrite functionality
936
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
937
313
 
938
314
  ## 1.55.0
939
315
 
@@ -979,128 +355,7 @@
979
355
 
980
356
  ### Minor Changes
981
357
 
982
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
983
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
984
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
985
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
986
- - fda5b927: ZERO-2725: fix invalid import
987
- - 2d9b2b2: ZERO-2816: Add segment to headers
988
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
989
- - d93a507: ZERO-2900: Fix pretty url rewrite
990
- - 8d9ac9a: ZERO-2794: Add field to order type
991
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
992
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
993
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
994
- - 3bf2dd9: ZERO-2551: Fix search page
995
- - e9541a1: ZERO-2816: Add headers to url
996
- - c53ef7b9: ZERO-2668: The Link component has been updated to improve the logic for handling href values. Previously, if the href was not a string or started with 'http', it would return the href as is. Now, if the href is not provided, it will default to '#' to prevent any potential errors. Additionally, if the href is a string and does not start with 'http', it will be formatted with the locale and pathname, based on the localeUrlStrategy and defaultLocaleValue. This ensures that the correct href is generated based on the localization settings.
997
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
998
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
999
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1000
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1001
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
1002
- - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
1003
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1004
- - d3474c64: ZERO-2655: Add data source shipping option
1005
- - 75080fd6: ZERO-2630: Add max limit to postcode area
1006
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1007
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1008
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1009
- - bbe18b9f: ZERO-2575: Fix build error
1010
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1011
- - 4920742: Disable getCachedTranslations
1012
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1013
- - 7e56d6b: ZERO-2841: Update api tagTypes
1014
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1015
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
1016
- - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
1017
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1018
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1019
- - fad27689: ZERO-2739: add gpay to payment plugin map
1020
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1021
- - fdd0b41: ZERO-2706: Add optimized translation support
1022
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1023
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1024
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1025
- - beb499e6: ZERO-2551: Add new tsconfig paths
1026
- - 146ea391: ZERO-2774: Update imports
1027
- - f2c92d5: ZERO-2816: Update cookie name
1028
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1029
- - c47be30d: ZERO-2744: Update Order and OrderItem types
1030
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1031
- - f046f8e0: ZERO-2575: update version for react-number-format
1032
- - b9273fd: ZERO-2889: add host headers to requests
1033
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1034
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1035
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
1036
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1037
- - 3d35f70: ZERO-2908: Add cookie to redirect url
1038
-
1039
- ## 1.50.0-rc.1
1040
-
1041
- ### Minor Changes
1042
-
1043
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1044
-
1045
- ## 1.50.0-rc.0
1046
-
1047
- ### Minor Changes
1048
-
1049
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1050
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1051
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
1052
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1053
- - fda5b927: ZERO-2725: fix invalid import
1054
- - 2d9b2b2: ZERO-2816: Add segment to headers
1055
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1056
- - d93a507: ZERO-2900: Fix pretty url rewrite
1057
- - 8d9ac9a: ZERO-2794: Add field to order type
1058
358
  - eaf97d6: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1059
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1060
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1061
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1062
- - 3bf2dd9: ZERO-2551: Fix search page
1063
- - e9541a1: ZERO-2816: Add headers to url
1064
- - 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.
1065
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1066
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1067
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1068
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1069
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
1070
- - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
1071
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1072
- - d3474c64: ZERO-2655: Add data source shipping option
1073
- - 75080fd6: ZERO-2630: Add max limit to postcode area
1074
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1075
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1076
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1077
- - bbe18b9f: ZERO-2575: Fix build error
1078
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1079
- - 4920742: Disable getCachedTranslations
1080
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1081
- - 7e56d6b: ZERO-2841: Update api tagTypes
1082
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1083
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
1084
- - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
1085
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1086
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1087
- - fad27689: ZERO-2739: add gpay to payment plugin map
1088
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1089
- - fdd0b41: ZERO-2706: Add optimized translation support
1090
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1091
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1092
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1093
- - beb499e6: ZERO-2551: Add new tsconfig paths
1094
- - 146ea391: ZERO-2774: Update imports
1095
- - f2c92d5: ZERO-2816: Update cookie name
1096
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1097
- - c47be30d: ZERO-2744: Update Order and OrderItem types
1098
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1099
- - f046f8e0: ZERO-2575: update version for react-number-format
1100
- - b9273fd: ZERO-2889: add host headers to requests
1101
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1102
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
1103
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1104
359
 
1105
360
  ## 1.49.0
1106
361
 
@@ -1126,126 +381,7 @@
1126
381
 
1127
382
  ### Minor Changes
1128
383
 
1129
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1130
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1131
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1132
- - fda5b92: ZERO-2725: fix invalid import
1133
- - 2d9b2b2: ZERO-2816: Add segment to headers
1134
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1135
- - 8d9ac9a: ZERO-2794: Add field to order type
1136
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1137
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1138
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1139
- - 3bf2dd9: ZERO-2551: Fix search page
1140
- - e9541a1: ZERO-2816: Add headers to url
1141
- - 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.
1142
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1143
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1144
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1145
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
1146
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1147
- - d3474c6: ZERO-2655: Add data source shipping option
1148
- - 75080fd6: ZERO-2630: Add max limit to postcode area
1149
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1150
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1151
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1152
- - bbe18b9f: ZERO-2575: Fix build error
1153
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1154
- - 4920742: Disable getCachedTranslations
1155
- - 7e56d6b: ZERO-2841: Update api tagTypes
1156
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1157
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1158
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1159
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1160
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1161
- - fad2768: ZERO-2739: add gpay to payment plugin map
1162
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1163
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1164
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1165
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1166
- - beb499e6: ZERO-2551: Add new tsconfig paths
1167
- - 948eb42: ZERO-2852: Add out of stock endpoints
1168
- - 146ea39: ZERO-2774: Update imports
1169
- - f2c92d5: ZERO-2816: Update cookie name
1170
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1171
- - c47be30: ZERO-2744: Update Order and OrderItem types
1172
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1173
- - f046f8e0: ZERO-2575: update version for react-number-format
1174
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1175
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1176
-
1177
- ## 1.45.0-rc.4
1178
-
1179
- ### Minor Changes
1180
-
1181
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1182
-
1183
- ## 1.45.0-rc.3
1184
-
1185
- ### Minor Changes
1186
-
1187
- - 948eb42: ZERO-2852: Add out of stock endpoints
1188
-
1189
- ## 1.45.0-rc.2
1190
-
1191
- ### Minor Changes
1192
-
1193
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1194
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1195
-
1196
- ## 1.45.0-rc.1
1197
-
1198
- ### Minor Changes
1199
-
1200
- - 7e56d6b: ZERO-2841: Update api tagTypes
1201
-
1202
- ## 1.45.0-rc.0
1203
-
1204
- ### Minor Changes
1205
-
1206
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1207
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1208
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1209
- - fda5b92: ZERO-2725: fix invalid import
1210
- - 2d9b2b2: ZERO-2816: Add segment to headers
1211
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1212
- - 8d9ac9a: ZERO-2794: Add field to order type
1213
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1214
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1215
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1216
- - 3bf2dd9: ZERO-2551: Fix search page
1217
- - e9541a1: ZERO-2816: Add headers to url
1218
- - 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.
1219
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1220
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1221
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1222
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1223
384
  - 2ab6e08: ZERO-2841: Update getBasketDetail query
1224
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1225
- - d3474c6: ZERO-2655: Add data source shipping option
1226
- - 75080fd: ZERO-2630: Add max limit to postcode area
1227
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1228
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1229
- - bbe18b9: ZERO-2575: Fix build error
1230
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1231
- - 4920742: Disable getCachedTranslations
1232
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1233
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1234
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1235
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1236
- - fad2768: ZERO-2739: add gpay to payment plugin map
1237
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1238
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1239
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1240
- - beb499e: ZERO-2551: Add new tsconfig paths
1241
- - 146ea39: ZERO-2774: Update imports
1242
- - f2c92d5: ZERO-2816: Update cookie name
1243
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1244
- - c47be30: ZERO-2744: Update Order and OrderItem types
1245
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1246
- - f046f8e0: ZERO-2575: update version for react-number-format
1247
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1248
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1249
385
 
1250
386
  ## 1.44.0
1251
387
 
@@ -1253,201 +389,7 @@
1253
389
 
1254
390
  ### Minor Changes
1255
391
 
1256
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1257
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1258
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1259
- - fda5b92: ZERO-2725: fix invalid import
1260
- - 2d9b2b2: ZERO-2816: Add segment to headers
1261
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1262
- - 8d9ac9a: ZERO-2794: Add field to order type
1263
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1264
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1265
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1266
- - 3bf2dd9: ZERO-2551: Fix search page
1267
- - e9541a1: ZERO-2816: Add headers to url
1268
- - 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.
1269
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1270
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1271
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1272
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1273
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1274
- - d3474c6: ZERO-2655: Add data source shipping option
1275
- - 75080fd: ZERO-2630: Add max limit to postcode area
1276
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1277
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1278
- - bbe18b9: ZERO-2575: Fix build error
1279
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1280
- - 4920742: Disable getCachedTranslations
1281
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1282
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1283
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1284
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1285
- - fad2768: ZERO-2739: add gpay to payment plugin map
1286
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1287
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1288
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1289
- - beb499e: ZERO-2551: Add new tsconfig paths
1290
- - 146ea39: ZERO-2774: Update imports
1291
- - f2c92d5: ZERO-2816: Update cookie name
1292
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1293
- - c47be30: ZERO-2744: Update Order and OrderItem types
1294
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1295
- - f046f8e0: ZERO-2575: update version for react-number-format
1296
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1297
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1298
-
1299
- ## 1.43.0-rc.15
1300
-
1301
- ## 1.43.0-rc.14
1302
-
1303
- ### Minor Changes
1304
-
1305
- - 3bf2dd9: ZERO-2551: Fix search page
1306
-
1307
- ## 1.43.0-rc.13
1308
-
1309
- ### Minor Changes
1310
-
1311
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1312
-
1313
- ## 1.43.0-rc.12
1314
-
1315
- ### Minor Changes
1316
-
1317
- - 4920742: Disable getCachedTranslations
1318
-
1319
- ## 1.43.0-rc.11
1320
-
1321
- ### Minor Changes
1322
-
1323
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1324
-
1325
- ## 1.43.0-rc.10
1326
-
1327
- ### Minor Changes
1328
-
1329
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1330
-
1331
- ## 1.43.0-rc.9
1332
-
1333
- ### Minor Changes
1334
-
1335
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1336
-
1337
- ## 1.43.0-rc.8
1338
-
1339
- ### Minor Changes
1340
-
1341
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1342
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1343
-
1344
- ## 1.43.0-rc.7
1345
-
1346
- ### Minor Changes
1347
-
1348
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1349
-
1350
- ## 1.43.0-rc.6
1351
-
1352
- ### Minor Changes
1353
-
1354
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1355
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1356
- - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1357
- - fda5b92: ZERO-2725: fix invalid import
1358
- - 2d9b2b2: ZERO-2816: Add segment to headers
1359
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1360
- - 8d9ac9a: ZERO-2794: Add field to order type
1361
- - e9541a1: ZERO-2816: Add headers to url
1362
- - 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.
1363
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1364
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1365
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1366
- - d3474c6: ZERO-2655: Add data source shipping option
1367
- - 75080fd: ZERO-2630: Add max limit to postcode area
1368
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1369
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1370
- - bbe18b9: ZERO-2575: Fix build error
1371
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1372
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1373
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1374
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1375
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1376
- - fad2768: ZERO-2739: add gpay to payment plugin map
1377
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1378
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1379
392
  - 4a163f2: ZERO-2761: Add condition for basket summary
1380
- - beb499e: ZERO-2551: Add new tsconfig paths
1381
- - 146ea39: ZERO-2774: Update imports
1382
- - f2c92d5: ZERO-2816: Update cookie name
1383
- - c47be30: ZERO-2744: Update Order and OrderItem types
1384
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1385
- - f046f8e: ZERO-2575: update version for react-number-format
1386
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1387
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1388
-
1389
- ## 1.43.0-rc.5
1390
-
1391
- ### Minor Changes
1392
-
1393
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1394
-
1395
- ## 1.43.0-rc.4
1396
-
1397
- ### Minor Changes
1398
-
1399
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1400
-
1401
- ## 1.43.0-rc.3
1402
-
1403
- ### Minor Changes
1404
-
1405
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1406
-
1407
- ## 1.43.0-rc.2
1408
-
1409
- ### Minor Changes
1410
-
1411
- - f2c92d5: ZERO-2816: Update cookie name
1412
-
1413
- ## 1.43.0-rc.1
1414
-
1415
- ### Minor Changes
1416
-
1417
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1418
-
1419
- ## 1.43.0-rc.0
1420
-
1421
- ### Minor Changes
1422
-
1423
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1424
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1425
- - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1426
- - fda5b92: ZERO-2725: fix invalid import
1427
- - 2d9b2b2: ZERO-2816: Add segment to headers
1428
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1429
- - 8d9ac9a: ZERO-2794: Add field to order type
1430
- - e9541a1: ZERO-2816: Add headers to url
1431
- - 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.
1432
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1433
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1434
- - d3474c6: ZERO-2655: Add data source shipping option
1435
- - 75080fd: ZERO-2630: Add max limit to postcode area
1436
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1437
- - bbe18b9: ZERO-2575: Fix build error
1438
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1439
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1440
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1441
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1442
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1443
- - fad2768: ZERO-2739: add gpay to payment plugin map
1444
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1445
- - beb499e: ZERO-2551: Add new tsconfig paths
1446
- - 146ea39: ZERO-2774: Update imports
1447
- - c47be30: ZERO-2744: Update Order and OrderItem types
1448
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1449
- - f046f8e: ZERO-2575: update version for react-number-format
1450
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1451
393
 
1452
394
  ## 1.42.0
1453
395