@akinon/next 1.101.0-rc.75 → 1.101.0-snapshot-ZERO-3615-20250924121313

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.
Files changed (45) hide show
  1. package/CHANGELOG.md +46 -1325
  2. package/__tests__/next-config.test.ts +10 -1
  3. package/bin/pz-prebuild.js +0 -1
  4. package/components/accordion.tsx +5 -20
  5. package/components/file-input.tsx +3 -65
  6. package/components/input.tsx +0 -2
  7. package/components/link.tsx +12 -16
  8. package/components/modal.tsx +16 -32
  9. package/components/plugin-module.tsx +4 -32
  10. package/data/client/checkout.ts +2 -4
  11. package/data/server/category.ts +24 -44
  12. package/data/server/flatpage.ts +12 -16
  13. package/data/server/landingpage.ts +12 -16
  14. package/data/server/list.ts +13 -23
  15. package/data/server/product.ts +55 -38
  16. package/data/server/special-page.ts +12 -16
  17. package/data/urls.ts +2 -6
  18. package/hocs/server/with-segment-defaults.tsx +2 -5
  19. package/hooks/use-localization.ts +3 -2
  20. package/middlewares/complete-gpay.ts +1 -2
  21. package/middlewares/complete-masterpass.ts +1 -2
  22. package/middlewares/default.ts +0 -50
  23. package/middlewares/index.ts +0 -1
  24. package/middlewares/locale.ts +1 -9
  25. package/middlewares/pretty-url.ts +0 -2
  26. package/middlewares/redirection-payment.ts +1 -2
  27. package/middlewares/saved-card-redirection.ts +1 -2
  28. package/middlewares/three-d-redirection.ts +2 -2
  29. package/middlewares/url-redirection.ts +14 -8
  30. package/package.json +2 -2
  31. package/plugins.d.ts +5 -8
  32. package/plugins.js +1 -3
  33. package/redux/middlewares/checkout.ts +2 -6
  34. package/types/commerce/order.ts +0 -1
  35. package/types/index.ts +1 -34
  36. package/utils/app-fetch.ts +2 -7
  37. package/utils/redirect.ts +3 -22
  38. package/with-pz-config.js +5 -1
  39. package/__tests__/redirect.test.ts +0 -319
  40. package/api/form.ts +0 -84
  41. package/api/image-proxy.ts +0 -75
  42. package/api/similar-product-list.ts +0 -84
  43. package/api/similar-products.ts +0 -120
  44. package/data/server/basket.ts +0 -72
  45. package/utils/redirect-ignore.ts +0 -35
package/CHANGELOG.md CHANGED
@@ -1,78 +1,10 @@
1
1
  # @akinon/next
2
2
 
3
- ## 1.101.0-rc.75
4
-
5
- ## 1.101.0-rc.74
6
-
7
- ### Minor Changes
8
-
9
- - a2fbee6: ZERO-3651: Fix correct is Iframe property in contextListMiddleware
10
-
11
- ## 1.101.0-rc.73
12
-
13
- ### Minor Changes
14
-
15
- - 4ca44c7: ZERO-3634: add register_consumer_card
16
- - 5dfeea04a: ZERO-2801: Revert ZERO-2801
17
- - 823d82f9: ZERO-3393: Enhance error handling in checkout middleware to ensure errors are checked for existence before processing
18
- - 28c7ea79: ZERO-3427: Refactor redirect utility to handle undefined URL and improve locale handling
19
- - e1aa030d: ZERO-3473: Refactor locale handling to prioritize cookie value for matched locale
20
- - 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
21
- - 2d9b2b2c9: ZERO-2816: Add segment to headers
22
- - 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
23
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
24
- - 68bbcb27: ZERO-3393: Fix error handling in checkout middleware to check for errors array length
25
- - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
26
- - b55acb76: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
27
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
28
- - 0ad91bbd: ZERO-3489: Improve error handling in data fetching across multiple pages and server functions
29
- - 143be2b9: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
30
- - e9541a13d: ZERO-2816: Add headers to url
31
- - 9b7d0de6: ZERO-3393: Improve error handling in checkout middleware to support both object and array error formats
32
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
33
- - c53ef7b95: 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.
34
- - a8539c8c: ZERO-3439: Enhance locale handling in middleware and redirect utility
35
- - 16aff543: ZERO-3431: Add test script for redirect utility in package.json
36
- - 64699d3ff: ZERO-2761: Fix invalid import for plugin module
37
- - 9f8cd3bc: ZERO-3449: AI Search Active Filters & Crop Style changes have been implemented
38
- - e974d8e8: ZERO-3406: Fix rc build
39
- - 89ce46fc: ZERO-3493: return 404 status code for pz-not-found pages
40
- - 8645d90b: ZERO-3574:Refactor redirect tests: streamline mock setup, enhance locale handling, and improve URL path resolution logic
41
- - 7eb51ca9: ZERO-3424 :Update package versions
42
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
43
- - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
44
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
45
- - 17f87524e: ZERO-2816: Make the incoming currency lowercase
46
- - 65d3b862: ZERO-3054: Update headers in appFetch
47
- - c39c7000: ZERO-3420: Refactor Modal component
48
- - bbe18b9ff: ZERO-2575: Fix build error
49
- - 4920742c2: Disable getCachedTranslations
50
- - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
51
- - 0de55738: ZERO-3418: Update remotePatterns hostname to allow all subdomains
52
- - 5ad87ff: ZERO-3646: Refactor form submission API to handle form data and improve error responses
53
- - 7e56d6b6b: ZERO-2841: Update api tagTypes
54
- - d99a6a7d: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
55
- - 9dc7298a: ZERO-3416: Refactor Accordion component to enhance props and improve styling flexibility
56
- - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
57
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
58
- - c480272c: ZERO-3531: Refactor checkoutApi: Remove unnecessary invalidatesTags property from POST request from sample products
59
- - facf1ada: ZERO-3445: Add SameSite and Secure attributes
60
- - 3b255fe: ZERO-3629 :edit warnings in build
61
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
62
- - 5b50079: ZERO-3634: iyzico saved card
63
- - 3bf63c8a: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
64
- - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
65
- - f7fd459b: ZERO-3445: Refactor setCookie function to include domain handling and improve cookie string construction
66
- - 4de5303c: ZERO-2504: add cookie filter to api client request
67
- - dc678c31: ZERO-3523: Enhance redirect tests with dynamic locale handling and settings integration
68
- - f2c92d5c7: ZERO-2816: Update cookie name
69
- - 7bd3d9928: ZERO-2801: Refactor locale middleware to handle single locale configuration
70
- - acd2afdf: ZERO-3431: Fix import statement for findBaseDir in next-config test
71
- - 2d3f1788: ZERO-3417: Enhance FileInput component with additional props for customization
72
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
73
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
74
- - 3f9b8d7e7: ZERO-2761: Update plugins.js for akinon-next
75
- - 0e823010: ZERO-3531: Add saveSampleProducts endpoint
3
+ ## 1.101.0-snapshot-ZERO-3615-20250924121313
4
+
5
+ ### Minor Changes
6
+
7
+ - 6b949cb: ZERO-3615: Refactor product data handling and improve 404 error handling
76
8
 
77
9
  ## 1.100.0
78
10
 
@@ -110,76 +42,7 @@
110
42
  ### Minor Changes
111
43
 
112
44
  - af5c93a: ZERO-3617: Add pre-order middleware instruction file
113
-
114
- ## 1.96.0-rc.57
115
-
116
- ## 1.96.0-rc.56
117
-
118
- ## 1.96.0-rc.55
119
-
120
- ### Minor Changes
121
-
122
- - 5dfeea04a: ZERO-2801: Revert ZERO-2801
123
- - 823d82f9: ZERO-3393: Enhance error handling in checkout middleware to ensure errors are checked for existence before processing
124
- - 28c7ea79: ZERO-3427: Refactor redirect utility to handle undefined URL and improve locale handling
125
- - e1aa030d: ZERO-3473: Refactor locale handling to prioritize cookie value for matched locale
126
- - 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
127
- - 2d9b2b2c9: ZERO-2816: Add segment to headers
128
- - 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
129
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
130
- - 5f7edd6: ZERO-3571: Enhance Jest configuration by adding base directory resolution and module name mapping
131
- - 68bbcb27: ZERO-3393: Fix error handling in checkout middleware to check for errors array length
132
- - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
133
- - b55acb76: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
134
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
135
- - 0ad91bb: ZERO-3489: Improve error handling in data fetching across multiple pages and server functions
136
- - 143be2b9: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
137
- - e9541a13d: ZERO-2816: Add headers to url
138
- - 9b7d0de6: ZERO-3393: Improve error handling in checkout middleware to support both object and array error formats
139
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
140
- - c53ef7b95: 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.
141
- - a8539c8c: ZERO-3439: Enhance locale handling in middleware and redirect utility
142
- - 16aff543: ZERO-3431: Add test script for redirect utility in package.json
143
- - 64699d3ff: ZERO-2761: Fix invalid import for plugin module
144
- - 9f8cd3bc: ZERO-3449: AI Search Active Filters & Crop Style changes have been implemented
145
- - e974d8e8: ZERO-3406: Fix rc build
146
- - 89ce46fc: ZERO-3493: return 404 status code for pz-not-found pages
147
- - 8645d90: ZERO-3574:Refactor redirect tests: streamline mock setup, enhance locale handling, and improve URL path resolution logic
148
- - 7eb51ca9: ZERO-3424 :Update package versions
149
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
150
- - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
151
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
152
- - 17f87524e: ZERO-2816: Make the incoming currency lowercase
153
- - 65d3b862: ZERO-3054: Update headers in appFetch
154
- - c39c7000: ZERO-3420: Refactor Modal component
155
- - bbe18b9ff: ZERO-2575: Fix build error
156
- - 4920742c2: Disable getCachedTranslations
157
- - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
158
- - 0de55738: ZERO-3418: Update remotePatterns hostname to allow all subdomains
159
- - 7e56d6b6b: ZERO-2841: Update api tagTypes
160
- - d99a6a7d: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
161
- - 9dc7298a: ZERO-3416: Refactor Accordion component to enhance props and improve styling flexibility
162
- - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
163
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
164
- - c480272: ZERO-3531: Refactor checkoutApi: Remove unnecessary invalidatesTags property from POST request from sample products
165
- - b00a90b1: ZERO-3436: Preserve query params on redirect
166
- - facf1ada: ZERO-3445: Add SameSite and Secure attributes
167
- - 26b2d0b: ZERO-3571: Remove test script execution from prebuild and simplify Jest module name mapping
168
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
169
- - 3bf63c8a: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
170
- - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
171
- - f7fd459b: ZERO-3445: Refactor setCookie function to include domain handling and improve cookie string construction
172
- - 4de5303c: ZERO-2504: add cookie filter to api client request
173
- - dc678c3: ZERO-3523: Enhance redirect tests with dynamic locale handling and settings integration
174
- - f2c92d5c7: ZERO-2816: Update cookie name
175
- - a420947d: ZERO-3517: Fix optional chaining for rawData in error logging for category data handlers
176
- - 7bd3d9928: ZERO-2801: Refactor locale middleware to handle single locale configuration
177
- - acd2afdf: ZERO-3431: Fix import statement for findBaseDir in next-config test
178
- - 2d3f1788: ZERO-3417: Enhance FileInput component with additional props for customization
179
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
180
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
181
- - 3f9b8d7e7: ZERO-2761: Update plugins.js for akinon-next
182
- - 0e82301: ZERO-3531: Add saveSampleProducts endpoint
45
+ - a420947: ZERO-3517: Fix optional chaining for rawData in error logging for category data handlers
183
46
 
184
47
  ## 1.95.0
185
48
 
@@ -211,149 +74,32 @@
211
74
  ### Minor Changes
212
75
 
213
76
  - 185396f: ZERO-3569: Refactor logging in cache handler to use console_log instead of logger
214
-
215
- ## 1.93.0-rc.47
216
-
217
- ### Minor Changes
218
-
77
+ - 0bdab12: ZERO-3569: Refactor cache handler to improve Redis connection management and logging
219
78
  - 3e4aadc: ZERO-3569: Fix import statement for logger in cache handler
220
79
 
221
- ## 1.93.0-rc.46
222
-
223
- ### Minor Changes
224
-
225
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
226
- - 823d82f9: ZERO-3393: Enhance error handling in checkout middleware to ensure errors are checked for existence before processing
227
- - 28c7ea79: ZERO-3427: Refactor redirect utility to handle undefined URL and improve locale handling
228
- - e1aa030d: ZERO-3473: Refactor locale handling to prioritize cookie value for matched locale
229
- - 6e6b0a9e: ZERO-3422: Add pz-flow-payment package
230
- - 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
231
- - 2d9b2b2c9: ZERO-2816: Add segment to headers
232
- - 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
233
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
234
- - 5f7edd6c: ZERO-3571: Enhance Jest configuration by adding base directory resolution and module name mapping
235
- - 68bbcb27: ZERO-3393: Fix error handling in checkout middleware to check for errors array length
236
- - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
237
- - b55acb76: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
238
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
239
- - 0ad91bbd: ZERO-3489: Improve error handling in data fetching across multiple pages and server functions
240
- - 143be2b9: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
241
- - e9541a13d: ZERO-2816: Add headers to url
242
- - 9b7d0de6: ZERO-3393: Improve error handling in checkout middleware to support both object and array error formats
243
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
244
- - c53ef7b95: 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.
245
- - a8539c8c: ZERO-3439: Enhance locale handling in middleware and redirect utility
246
- - 16aff543: ZERO-3431: Add test script for redirect utility in package.json
247
- - 64699d3ff: ZERO-2761: Fix invalid import for plugin module
248
- - 9f8cd3bc: ZERO-3449: AI Search Active Filters & Crop Style changes have been implemented
249
- - e974d8e8: ZERO-3406: Fix rc build
250
- - 89ce46fc: ZERO-3493: return 404 status code for pz-not-found pages
251
- - 7eb51ca9: ZERO-3424 :Update package versions
252
- - c806fad7: ZERO-3422: Add Flow Payment plugin to the defined plugins list
253
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
254
- - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
255
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
256
- - 17f87524e: ZERO-2816: Make the incoming currency lowercase
257
- - 65d3b862: ZERO-3054: Update headers in appFetch
258
- - 0abde6bb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
259
- - 72ad7bb1: ZERO-3422: Add Flow Payment to the list of available plugins
260
- - c39c7000: ZERO-3420: Refactor Modal component
261
- - e7cd3a5e: ZERO-3435: Add Accept-Language to requestHeaders
262
- - bbe18b9ff: ZERO-2575: Fix build error
263
- - 17bfadc4: ZERO-3275: Disable OpenTelemetry monitoring in production environment
264
- - 35dfb8f8: ZERO-3363: Refactor URL handling in checkout and redirection middlewares to use url.origin instead of process.env.NEXT_PUBLIC_URL
265
- - 4920742c2: Disable getCachedTranslations
266
- - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
267
- - 0de55738: ZERO-3418: Update remotePatterns hostname to allow all subdomains
268
- - 7e56d6b6b: ZERO-2841: Update api tagTypes
269
- - dfaceffd: ZERO-3356: Add useLoyaltyAvailability hook and update checkout state management
270
- - 86642cfa: ZERO-3531: Add saveSampleProducts endpoint and update URLs in checkout
271
- - d99a6a7d: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
272
- - 9dc7298a: ZERO-3416: Refactor Accordion component to enhance props and improve styling flexibility
273
- - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
274
- - 0bdab120: ZERO-3569: Refactor cache handler to improve Redis connection management and logging
275
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
276
- - c480272c: ZERO-3531: Refactor checkoutApi: Remove unnecessary invalidatesTags property from POST request from sample products
277
- - b00a90b1: ZERO-3436: Preserve query params on redirect
278
- - facf1ada: ZERO-3445: Add SameSite and Secure attributes
279
- - 485e8ef8: ZERO-3422: Refactor parameter handling in wallet complete redirection middleware to use forEach
280
- - 26b2d0b7: ZERO-3571: Remove test script execution from prebuild and simplify Jest module name mapping
281
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
282
- - 99b6e7b9: ZERO-3421: Enhance Sentry error handling by adding network error detection logic and refining initialization options
283
- - 3bf63c8a: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
284
- - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
285
- - f7fd459b: ZERO-3445: Refactor setCookie function to include domain handling and improve cookie string construction
286
- - 4de5303c: ZERO-2504: add cookie filter to api client request
287
- - dc678c31: ZERO-3523: Enhance redirect tests with dynamic locale handling and settings integration
288
- - f2c92d5c7: ZERO-2816: Update cookie name
289
- - a420947d: ZERO-3517: Fix optional chaining for rawData in error logging for category data handlers
290
- - 7bd3d9928: ZERO-2801: Refactor locale middleware to handle single locale configuration
291
- - acd2afdf: ZERO-3431: Fix import statement for findBaseDir in next-config test
292
- - 2d3f1788: ZERO-3417: Enhance FileInput component with additional props for customization
293
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
294
- - b434ac89: ZERO-3545: Update fetchCheckout API URL to include page parameter
295
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
296
- - 3f9b8d7e7: ZERO-2761: Update plugins.js for akinon-next
297
- - fee608dd: ZERO-3422: Refactor body handling in wallet complete redirection middleware
298
- - cbdb5c14: ZERO-3448: fix set cookie domain handling for subdomain locale strategy
299
- - 0e823010: ZERO-3531: Add saveSampleProducts endpoint
300
-
301
80
  ## 1.92.0
302
81
 
303
82
  ## 1.91.0
304
83
 
305
84
  ### Minor Changes
306
85
 
307
- - 2552486: ZERO-3391: Add subdomain support to setLocale function
308
-
309
- ## 1.91.0-rc.1
310
-
311
- ## 1.91.0-rc.0
312
-
313
- ### Minor Changes
314
-
315
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
316
- - 823d82f: ZERO-3393: Enhance error handling in checkout middleware to ensure errors are checked for existence before processing
317
- - 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
318
- - 2d9b2b2c: ZERO-2816: Add segment to headers
319
- - 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
320
86
  - d8fad39: ZERO-3370: include plugins test to build stage
321
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
322
- - 68bbcb2: ZERO-3393: Fix error handling in checkout middleware to check for errors array length
323
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
324
- - e9541a13: ZERO-2816: Add headers to url
325
- - 9b7d0de: ZERO-3393: Improve error handling in checkout middleware to support both object and array error formats
326
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
327
- - c53ef7b9: ZERO-2668: The Link component has been updated to improve the logic for handling href values. Previously, if the href was not a string or started with 'http', it would return the href as is. Now, if the href is not provided, it will default to '#' to prevent any potential errors. Additionally, if the href is a string and does not start with 'http', it will be formatted with the locale and pathname, based on the localeUrlStrategy and defaultLocaleValue. This ensures that the correct href is generated based on the localization settings.
328
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
329
- - e974d8e: ZERO-3406: Fix rc build
330
- - bf354de4: ZERO-3321: add babel compiler for akinon/next test
331
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
332
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
333
- - 448adefb: ZERO-3321: move csp test to akinon-next
334
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
335
- - 65d3b862: ZERO-3054: Update headers in appFetch
336
- - bbe18b9f: ZERO-2575: Fix build error
337
- - 17bfadc4: ZERO-3275: Disable OpenTelemetry monitoring in production environment
338
- - 4920742c: Disable getCachedTranslations
339
- - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
340
- - 6c3629c2: ZERO-3321: fix jest tests in akinon-next for standalone projects
341
- - 7e56d6b6: ZERO-2841: Update api tagTypes
342
- - dfaceff: ZERO-3356: Add useLoyaltyAvailability hook and update checkout state management
343
- - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
344
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
87
+ - 2552486: ZERO-3391: Add subdomain support to setLocale function
88
+ - f8e4cac: ZERO-3343: restrict root hostname to only locale subdomains
89
+ - 832bee3: ZERO-3343: add domain to cookie for subdomain locale strategy
90
+ - 28a59d4: ZERO-3400: refactor cookie domain logic using fallback host
91
+ - 8feabe9: ZERO-3343: add custom NextAuth options support
92
+ - bf354de: ZERO-3321: add babel compiler for akinon/next test
93
+ - 448adef: ZERO-3321: move csp test to akinon-next
94
+ - 6c3629c: ZERO-3321: fix jest tests in akinon-next for standalone projects
95
+ - 6bc260b: ZERO-3295: update default tailwind content list
345
96
  - 943a239: ZERO-3370: add allowJs in akinon-next test tsconfig
346
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
347
- - 3bf63c8a: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
348
- - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
349
- - f2c92d5c: ZERO-2816: Update cookie name
350
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
351
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
352
- - acf03209: ZERO-3321: remove babel config
353
- - 387356b6: ZERO-3323: Refactor locale filtering logic in URL matcher regex
354
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
355
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
356
- - b2ee69b9: ZERO-3321: delete unnecessary files
97
+ - 068dc39: ZERO-3343: update get-root-hostname logic
98
+ - 942490f: ZERO-3295: move third party tailwind content list to akinon-next
99
+ - b6d5bda: ZERO-3343: update changeset config
100
+ - acf0320: ZERO-3321: remove babel config
101
+ - 387356b: ZERO-3323: Refactor locale filtering logic in URL matcher regex
102
+ - b2ee69b: ZERO-3321: delete unnecessary files
357
103
  - 0cabbda: ZERO-3370: replace inline monorepo check with reusable utility
358
104
 
359
105
  ## 1.90.0
@@ -414,217 +160,13 @@
414
160
 
415
161
  ### Minor Changes
416
162
 
417
- - ef75c03: ZERO-3267: Update error-page component to use ROUTES for link navigation
418
-
419
- ## 1.82.0-rc.20
420
-
421
- ### Minor Changes
422
-
423
- - e5529cd: ZERO-3267: Update error-page component to use root path for links instead of ROUTES
424
-
425
- ## 1.82.0-rc.19
426
-
427
- ### Minor Changes
428
-
429
- - 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
430
-
431
- ## 1.82.0-rc.18
432
-
433
- ### Minor Changes
434
-
435
- - e4761d2: Refactor import statement for ROUTES in error-page component
436
-
437
- ## 1.82.0-rc.17
438
-
439
- ### Minor Changes
440
-
441
- - e2c6d426: ZERO-2935: Add @sentry/nextjs dependency to akinon-next and remove from projectzeronext
442
- - 70bc0aed: ZERO-3284: Set tracesSampleRate in Sentry configuration
443
-
444
- ## 1.82.0-rc.16
445
-
446
- ### Minor Changes
447
-
448
- - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
449
- - 6f506af: ZERO-3229: Implement mini basket query for basket total quantity
450
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
451
- - 2d9b2b2c: ZERO-2816: Add segment to headers
452
- - 5e1feca: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
453
- - c0c1962: ZERO-3258: Add new API endpoints for fetching Bukalemun image URL and bundle product data
454
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
455
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
456
- - 0e05135: ZERO-3244: Encode URL search parameters
457
- - e9541a13: ZERO-2816: Add headers to url
458
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
459
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
460
- - 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.
461
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
462
- - 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
463
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
464
- - d552629: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
465
- - c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
466
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
467
- - 65d3b862: ZERO-3054: Update headers in appFetch
468
- - bbe18b9f: ZERO-2575: Fix build error
469
- - 17bfadc: ZERO-3275: Disable OpenTelemetry monitoring in production environment
470
- - 4920742c: Disable getCachedTranslations
471
- - b6e5b62: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
472
- - ac65ca9: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
473
- - 7e56d6b6: ZERO-2841: Update api tagTypes
474
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
475
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
476
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
477
- - 3bf63c8: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
478
- - 9be2c08: ZERO-3243: Improve basket update query handling with optimistic updates
479
- - f2c92d5c: ZERO-2816: Update cookie name
480
- - 2f3588f: ZERO-3287: Add user session handling in authentication flow
481
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
482
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
483
- - 0b1bd07: ZERO-3240: Remove unused preOrderMiddleware
484
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
485
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
486
-
487
- ## 1.82.0-rc.15
488
-
489
- ### Minor Changes
490
-
491
- - 2f3588fb: ZERO-3287: Add user session handling in authentication flow
492
-
493
- ## 1.82.0-rc.14
494
-
495
- ### Minor Changes
496
-
497
- - 5e1feca: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
498
-
499
- ## 1.82.0-rc.13
500
-
501
- ### Minor Changes
502
-
503
- - 3bf63c8: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
504
-
505
- ## 1.82.0-rc.12
506
-
507
- ### Minor Changes
508
-
509
- - ac65ca9: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
510
-
511
- ## 1.82.0-rc.11
512
-
513
- ## 1.82.0-rc.10
514
-
515
- ## 1.82.0-rc.9
516
-
517
- ### Minor Changes
518
-
519
- - 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
520
-
521
- ## 1.82.0-rc.8
522
-
523
- ### Minor Changes
524
-
525
- - 17bfadc: ZERO-3275: Disable OpenTelemetry monitoring in production environment
526
-
527
- ## 1.82.0-rc.7
528
-
529
- ### Minor Changes
530
-
531
- - c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
532
-
533
- ## 1.82.0-rc.6
534
-
535
- ### Minor Changes
536
-
537
- - 0b1bd07f: ZERO-3240: Remove unused preOrderMiddleware
538
-
539
- ## 1.82.0-rc.5
540
-
541
- ### Minor Changes
542
-
543
- - 6f506afc: ZERO-3229: Implement mini basket query for basket total quantity
544
- - c0c19629: ZERO-3258: Add new API endpoints for fetching Bukalemun image URL and bundle product data
545
- - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
546
-
547
- ## 1.82.0-rc.4
548
-
549
- ### Minor Changes
550
-
551
- - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
552
-
553
- ## 1.82.0-rc.3
554
-
555
- ## 1.82.0-rc.2
556
-
557
- ### Minor Changes
558
-
559
- - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
560
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
561
- - 2d9b2b2c: ZERO-2816: Add segment to headers
562
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
563
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
564
- - 0e051352: ZERO-3244: Encode URL search parameters
565
- - e9541a13: ZERO-2816: Add headers to url
566
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
567
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
568
- - 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.
569
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
570
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
571
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
572
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
573
- - 65d3b862: ZERO-3054: Update headers in appFetch
574
- - bbe18b9f: ZERO-2575: Fix build error
575
- - 4920742c: Disable getCachedTranslations
576
- - 7e56d6b6: ZERO-2841: Update api tagTypes
577
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
578
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
579
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
580
- - f2c92d5c: ZERO-2816: Update cookie name
581
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
582
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
583
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
584
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
585
-
586
- ## 1.82.0-rc.1
587
-
588
- ### Minor Changes
589
-
590
- - 0e051352: ZERO-3244: Encode URL search parameters
591
-
592
- ## 1.82.0-rc.0
593
-
594
- ### Minor Changes
595
-
596
- - 2e0b7ffd: ZERO-3226: Refactor checkoutApi to simplify request body structure by removing device_info parameter
597
- - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
598
- - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
599
- - c0fef075: ZERO-3197: Refetch payment options after loyalty usage
600
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
601
- - 2d9b2b2c: ZERO-2816: Add segment to headers
602
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
603
- - 2d2ab446: ZERO-3226: Add device_info param to WalletPaymentPage request
604
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
605
- - e9541a13: ZERO-2816: Add headers to url
606
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
607
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
608
- - 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.
609
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
610
- - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
611
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
612
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
613
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
614
- - 65d3b862: ZERO-3054: Update headers in appFetch
615
- - bbe18b9f: ZERO-2575: Fix build error
616
- - 4920742c: Disable getCachedTranslations
617
- - 7e56d6b6: ZERO-2841: Update api tagTypes
618
- - 7d1b5af1: ZERO-3206: Encode search parameters in product data URL
619
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
620
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
621
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
622
- - f2c92d5c: ZERO-2816: Update cookie name
623
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
624
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
625
- - aa05ed79: ZERO-3170: Add commerceRedirectionIgnoreList to settings and update URL redirection middleware
626
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
627
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
163
+ - 2e0b7ff: ZERO-3226: Refactor checkoutApi to simplify request body structure by removing device_info parameter
164
+ - 778aabf: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
165
+ - c0fef07: ZERO-3197: Refetch payment options after loyalty usage
166
+ - 2d2ab44: ZERO-3226: Add device_info param to WalletPaymentPage request
167
+ - 0200d56: ZERO-3163: Add frontendIds property to Settings interface
168
+ - 7d1b5af: ZERO-3206: Encode search parameters in product data URL
169
+ - aa05ed7: ZERO-3170: Add commerceRedirectionIgnoreList to settings and update URL redirection middleware
628
170
 
629
171
  ## 1.81.0
630
172
 
@@ -644,116 +186,7 @@
644
186
 
645
187
  ### Minor Changes
646
188
 
647
- - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
648
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
649
- - 2d9b2b2c: ZERO-2816: Add segment to headers
650
- - fd4b74e9: ZERO-3126: add reset checkout state query
651
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
652
- - e9541a13: ZERO-2816: Add headers to url
653
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
654
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
655
- - 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.
656
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
657
- - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
658
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
659
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
660
- - 65d3b862: ZERO-3054: Update headers in appFetch
661
- - bbe18b9f: ZERO-2575: Fix build error
662
- - 4920742c: Disable getCachedTranslations
663
- - 7e56d6b6: ZERO-2841: Update api tagTypes
664
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
665
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
666
- - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
667
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
668
- - 6a0a0807: ZERO-3112: Update button
669
- - f2c92d5c: ZERO-2816: Update cookie name
670
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
671
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
672
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
673
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
674
- - 7ab9e2fd: ZERO-3166: add tamara payment package
675
-
676
- ## 1.79.0-rc.6
677
-
678
- ### Minor Changes
679
-
680
- - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
681
-
682
- ## 1.79.0-rc.5
683
-
684
- ### Minor Changes
685
-
686
- - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
687
-
688
- ## 1.79.0-rc.4
689
-
690
- ## 1.79.0-rc.3
691
-
692
- ### Minor Changes
693
-
694
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
695
- - 2d9b2b2c: ZERO-2816: Add segment to headers
696
- - fd4b74e9: ZERO-3126: add reset checkout state query
697
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
698
- - e9541a13: ZERO-2816: Add headers to url
699
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
700
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
701
- - 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.
702
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
703
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
704
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
705
- - 65d3b862: ZERO-3054: Update headers in appFetch
706
- - bbe18b9f: ZERO-2575: Fix build error
707
- - 4920742c: Disable getCachedTranslations
708
- - 7e56d6b6: ZERO-2841: Update api tagTypes
709
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
710
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
711
- - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
712
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
713
- - 6a0a0807: ZERO-3112: Update button
714
- - f2c92d5c: ZERO-2816: Update cookie name
715
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
716
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
717
- - 59fa21ce: ZERO-3149: Add name-based mechanism for Redux middleware override
718
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
719
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
720
-
721
- ## 1.79.0-rc.2
722
-
723
- ## 1.79.0-rc.1
724
-
725
- ### Minor Changes
726
-
727
- - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
728
-
729
- ## 1.79.0-rc.0
730
-
731
- ### Minor Changes
732
-
733
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
734
- - 2d9b2b2c: ZERO-2816: Add segment to headers
735
- - fd4b74e9: ZERO-3126: add reset checkout state query
736
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
737
- - e9541a13: ZERO-2816: Add headers to url
738
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
739
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
740
- - 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.
741
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
742
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
743
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
744
- - 65d3b862: ZERO-3054: Update headers in appFetch
745
- - bbe18b9f: ZERO-2575: Fix build error
746
- - 4920742c: Disable getCachedTranslations
747
- - 7e56d6b6: ZERO-2841: Update api tagTypes
748
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
749
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
750
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
751
- - 6a0a0807: ZERO-3112: Update button
752
- - f2c92d5c: ZERO-2816: Update cookie name
753
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
754
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
755
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
756
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
189
+ - 59fa21c: ZERO-3149: Add name-based mechanism for Redux middleware override
757
190
 
758
191
  ## 1.78.0
759
192
 
@@ -825,52 +258,6 @@
825
258
  ### Minor Changes
826
259
 
827
260
  - f34454a: ZERO-2953: Add hepsipay payment method
828
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
829
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
830
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
831
- - 9a50730: ZERO-3015: Add currency parameter to getOrders query
832
- - ca774b3: ZERO-3002:add register with loyalty url
833
- - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
834
- - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
835
-
836
- ## 1.71.0-rc.7
837
-
838
- ## 1.71.0-rc.6
839
-
840
- ### Minor Changes
841
-
842
- - f34454a: ZERO-2953: Add hepsipay payment method
843
-
844
- ## 1.71.0-rc.5
845
-
846
- ## 1.71.0-rc.4
847
-
848
- ## 1.71.0-rc.3
849
-
850
- ### Minor Changes
851
-
852
- - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
853
-
854
- ## 1.71.0-rc.2
855
-
856
- ### Minor Changes
857
-
858
- - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
859
-
860
- ## 1.71.0-rc.1
861
-
862
- ### Minor Changes
863
-
864
- - 9a50730: ZERO-3015: Add currency parameter to getOrders query
865
-
866
- ## 1.71.0-rc.0
867
-
868
- ### Minor Changes
869
-
870
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
871
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
872
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
873
- - ca774b3: ZERO-3002:add register with loyalty url
874
261
 
875
262
  ## 1.70.0
876
263
 
@@ -882,72 +269,12 @@
882
269
 
883
270
  ### Minor Changes
884
271
 
885
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
886
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
887
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
888
- - ca774b3: ZERO-3002:add register with loyalty url
889
- - f046f8e: ZERO-2575: update version for react-number-format
890
-
891
- ## 1.69.0-rc.8
892
-
893
- ### Minor Changes
894
-
895
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
896
- - ca774b3: ZERO-3002:add register with loyalty url
897
-
898
- ## 1.69.0-rc.7
899
-
900
- ### Minor Changes
901
-
902
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
903
-
904
- ## 1.69.0-rc.6
905
-
906
- ### Minor Changes
907
-
908
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
909
272
  - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
910
273
  - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
911
274
  - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
912
275
  - cbdb0c8: ZERO-3010: Move pretty url page into project
913
276
  - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
914
277
 
915
- ## 1.69.0-rc.5
916
-
917
- ### Minor Changes
918
-
919
- - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
920
-
921
- ## 1.69.0-rc.4
922
-
923
- ### Minor Changes
924
-
925
- - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
926
-
927
- ## 1.69.0-rc.3
928
-
929
- ### Minor Changes
930
-
931
- - cbdb0c8: ZERO-3010: Move pretty url page into project
932
-
933
- ## 1.69.0-rc.2
934
-
935
- ### Minor Changes
936
-
937
- - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
938
-
939
- ## 1.69.0-rc.1
940
-
941
- ### Minor Changes
942
-
943
- - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
944
-
945
- ## 1.69.0-rc.0
946
-
947
- ### Minor Changes
948
-
949
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
950
-
951
278
  ## 1.68.0
952
279
 
953
280
  ### Minor Changes
@@ -1057,207 +384,35 @@
1057
384
 
1058
385
  ### Minor Changes
1059
386
 
1060
- - c416d18: ZERO-2915: Add delivery option null check for setAddress
1061
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1062
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
1063
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1064
- - fda5b927: ZERO-2725: fix invalid import
1065
- - 2d9b2b2c: ZERO-2816: Add segment to headers
1066
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1067
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1068
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
1069
- - 3bf2dd9: ZERO-2551: Fix search page
1070
- - e9541a13: ZERO-2816: Add headers to url
1071
- - 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.
1072
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1073
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
1074
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1075
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
1076
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1077
- - d3474c64: ZERO-2655: Add data source shipping option
1078
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
1079
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
1080
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1081
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1082
- - bbe18b9f: ZERO-2575: Fix build error
1083
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1084
- - 4920742: Disable getCachedTranslations
1085
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1086
- - 7e56d6b: ZERO-2841: Update api tagTypes
1087
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
1088
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
1089
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1090
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1091
- - fad27689: ZERO-2739: add gpay to payment plugin map
1092
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1093
- - fdd0b41: ZERO-2706: Add optimized translation support
1094
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1095
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1096
- - beb499e6: ZERO-2551: Add new tsconfig paths
1097
- - f2c92d5c: ZERO-2816: Update cookie name
1098
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
1099
- - f3d076b: ZERO-2864: create tabby extension plugin
1100
- - f046f8e0: ZERO-2575: update version for react-number-format
1101
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1102
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1103
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
1104
-
1105
- ## 1.56.0-rc.7
387
+ - d93a507: ZERO-2900: Fix pretty url rewrite
388
+ - 674badc: ZERO-2912: Fix selected payment option view to handle null values
389
+ - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
390
+ - b9273fd: ZERO-2889: add host headers to requests
391
+ - c670bd4: ZERO-2900: Add middleware rewrite functionality
1106
392
 
1107
- ## 1.56.0-rc.6
393
+ ## 1.55.0
1108
394
 
1109
395
  ### Minor Changes
1110
396
 
1111
- - f3d076b: ZERO-2864: create tabby extension plugin
397
+ - 1448a96: ZERO-2612: add errors type in CheckoutState
398
+ - 75080fd: ZERO-2630: Add max limit to postcode area
399
+ - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1112
400
 
1113
- ## 1.56.0-rc.5
401
+ ## 1.54.0
1114
402
 
1115
403
  ### Minor Changes
1116
404
 
1117
- - c416d18: ZERO-2915: Add delivery option null check for setAddress
405
+ - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
406
+ - c47be30: ZERO-2744: Update Order and OrderItem types
407
+ - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1118
408
 
1119
- ## 1.56.0-rc.4
409
+ ## 1.53.0
1120
410
 
1121
411
  ### Minor Changes
1122
412
 
1123
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1124
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
1125
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1126
- - fda5b927: ZERO-2725: fix invalid import
1127
- - 2d9b2b2c: ZERO-2816: Add segment to headers
1128
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1129
- - d93a507: ZERO-2900: Fix pretty url rewrite
1130
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1131
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1132
- - 3bf2dd9: ZERO-2551: Fix search page
1133
- - e9541a13: ZERO-2816: Add headers to url
1134
- - 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.
1135
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1136
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1137
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1138
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
1139
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1140
- - d3474c64: ZERO-2655: Add data source shipping option
1141
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1142
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
1143
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1144
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1145
- - bbe18b9f: ZERO-2575: Fix build error
1146
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1147
- - 4920742: Disable getCachedTranslations
1148
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1149
- - 674badc: ZERO-2912: Fix selected payment option view to handle null values
1150
- - 7e56d6b: ZERO-2841: Update api tagTypes
1151
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
1152
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
1153
- - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
1154
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1155
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1156
- - fad27689: ZERO-2739: add gpay to payment plugin map
1157
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1158
- - fdd0b41: ZERO-2706: Add optimized translation support
1159
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1160
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1161
- - beb499e6: ZERO-2551: Add new tsconfig paths
1162
- - f2c92d5c: ZERO-2816: Update cookie name
1163
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1164
- - f046f8e0: ZERO-2575: update version for react-number-format
1165
- - b9273fd: ZERO-2889: add host headers to requests
1166
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1167
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1168
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
1169
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
413
+ - a957942: ZERO-2909: Rename useDeleteCollectionItemQuery
1170
414
 
1171
- ## 1.56.0-rc.3
1172
-
1173
- ### Minor Changes
1174
-
1175
- - 674badc: ZERO-2912: Fix selected payment option view to handle null values
1176
-
1177
- ## 1.56.0-rc.2
1178
-
1179
- ### Minor Changes
1180
-
1181
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
1182
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
1183
-
1184
- ## 1.56.0-rc.1
1185
-
1186
- ### Minor Changes
1187
-
1188
- - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
1189
-
1190
- ## 1.56.0-rc.0
1191
-
1192
- ### Minor Changes
1193
-
1194
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1195
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
1196
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1197
- - fda5b927: ZERO-2725: fix invalid import
1198
- - 2d9b2b2c: ZERO-2816: Add segment to headers
1199
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1200
- - d93a507: ZERO-2900: Fix pretty url rewrite
1201
- - 6c25f666: ZERO-2551: Check CACHE_HOST variable
1202
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
1203
- - 3bf2dd94: ZERO-2551: Fix search page
1204
- - e9541a13: ZERO-2816: Add headers to url
1205
- - 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.
1206
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1207
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
1208
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1209
- - d6edb1d0: ZERO-2551: Fix searchparams handling for list and other routes
1210
- - d3474c64: ZERO-2655: Add data source shipping option
1211
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
1212
- - c45b62c9: ZERO-2818: Add upload and download support for b2b package
1213
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1214
- - bbe18b9f: ZERO-2575: Fix build error
1215
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1216
- - 4920742c: Disable getCachedTranslations
1217
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1218
- - 7e56d6b6: ZERO-2841: Update api tagTypes
1219
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
1220
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
1221
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1222
- - 8f47ccae: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1223
- - fad27689: ZERO-2739: add gpay to payment plugin map
1224
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1225
- - fdd0b41: ZERO-2706: Add optimized translation support
1226
- - f2c325c1: ZERO-2838: Move file input component into @akinon/next
1227
- - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
1228
- - beb499e6: ZERO-2551: Add new tsconfig paths
1229
- - f2c92d5c: ZERO-2816: Update cookie name
1230
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
1231
- - f046f8e0: ZERO-2575: update version for react-number-format
1232
- - b9273fd3: ZERO-2889: add host headers to requests
1233
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1234
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1235
- - c670bd48: ZERO-2900: Add middleware rewrite functionality
1236
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
1237
-
1238
- ## 1.55.0
1239
-
1240
- ### Minor Changes
1241
-
1242
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1243
- - 75080fd: ZERO-2630: Add max limit to postcode area
1244
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1245
-
1246
- ## 1.54.0
1247
-
1248
- ### Minor Changes
1249
-
1250
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1251
- - c47be30: ZERO-2744: Update Order and OrderItem types
1252
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1253
-
1254
- ## 1.53.0
1255
-
1256
- ### Minor Changes
1257
-
1258
- - a957942: ZERO-2909: Rename useDeleteCollectionItemQuery
1259
-
1260
- ## 1.52.0
415
+ ## 1.52.0
1261
416
 
1262
417
  ### Minor Changes
1263
418
 
@@ -1279,128 +434,7 @@
1279
434
 
1280
435
  ### Minor Changes
1281
436
 
1282
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1283
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1284
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
1285
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1286
- - fda5b927: ZERO-2725: fix invalid import
1287
- - 2d9b2b2: ZERO-2816: Add segment to headers
1288
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1289
- - d93a507: ZERO-2900: Fix pretty url rewrite
1290
- - 8d9ac9a: ZERO-2794: Add field to order type
1291
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1292
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1293
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1294
- - 3bf2dd9: ZERO-2551: Fix search page
1295
- - e9541a1: ZERO-2816: Add headers to url
1296
- - 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.
1297
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1298
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1299
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1300
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1301
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
1302
- - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
1303
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1304
- - d3474c64: ZERO-2655: Add data source shipping option
1305
- - 75080fd6: ZERO-2630: Add max limit to postcode area
1306
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1307
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1308
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1309
- - bbe18b9f: ZERO-2575: Fix build error
1310
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1311
- - 4920742: Disable getCachedTranslations
1312
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1313
- - 7e56d6b: ZERO-2841: Update api tagTypes
1314
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1315
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
1316
- - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
1317
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1318
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1319
- - fad27689: ZERO-2739: add gpay to payment plugin map
1320
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1321
- - fdd0b41: ZERO-2706: Add optimized translation support
1322
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1323
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1324
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1325
- - beb499e6: ZERO-2551: Add new tsconfig paths
1326
- - 146ea391: ZERO-2774: Update imports
1327
- - f2c92d5: ZERO-2816: Update cookie name
1328
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1329
- - c47be30d: ZERO-2744: Update Order and OrderItem types
1330
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1331
- - f046f8e0: ZERO-2575: update version for react-number-format
1332
- - b9273fd: ZERO-2889: add host headers to requests
1333
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1334
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1335
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
1336
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1337
- - 3d35f70: ZERO-2908: Add cookie to redirect url
1338
-
1339
- ## 1.50.0-rc.1
1340
-
1341
- ### Minor Changes
1342
-
1343
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1344
-
1345
- ## 1.50.0-rc.0
1346
-
1347
- ### Minor Changes
1348
-
1349
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
1350
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
1351
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
1352
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1353
- - fda5b927: ZERO-2725: fix invalid import
1354
- - 2d9b2b2: ZERO-2816: Add segment to headers
1355
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
1356
- - d93a507: ZERO-2900: Fix pretty url rewrite
1357
- - 8d9ac9a: ZERO-2794: Add field to order type
1358
437
  - eaf97d6: ZERO-2909: Add deleteCollectionItem query to wishlistApi
1359
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1360
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1361
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1362
- - 3bf2dd9: ZERO-2551: Fix search page
1363
- - e9541a1: ZERO-2816: Add headers to url
1364
- - 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.
1365
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1366
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
1367
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1368
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
1369
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
1370
- - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
1371
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1372
- - d3474c64: ZERO-2655: Add data source shipping option
1373
- - 75080fd6: ZERO-2630: Add max limit to postcode area
1374
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1375
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1376
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1377
- - bbe18b9f: ZERO-2575: Fix build error
1378
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1379
- - 4920742: Disable getCachedTranslations
1380
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
1381
- - 7e56d6b: ZERO-2841: Update api tagTypes
1382
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1383
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
1384
- - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
1385
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
1386
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1387
- - fad27689: ZERO-2739: add gpay to payment plugin map
1388
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1389
- - fdd0b41: ZERO-2706: Add optimized translation support
1390
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1391
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1392
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1393
- - beb499e6: ZERO-2551: Add new tsconfig paths
1394
- - 146ea391: ZERO-2774: Update imports
1395
- - f2c92d5: ZERO-2816: Update cookie name
1396
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1397
- - c47be30d: ZERO-2744: Update Order and OrderItem types
1398
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
1399
- - f046f8e0: ZERO-2575: update version for react-number-format
1400
- - b9273fd: ZERO-2889: add host headers to requests
1401
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
1402
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
1403
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1404
438
 
1405
439
  ## 1.49.0
1406
440
 
@@ -1426,126 +460,7 @@
1426
460
 
1427
461
  ### Minor Changes
1428
462
 
1429
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1430
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1431
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1432
- - fda5b92: ZERO-2725: fix invalid import
1433
- - 2d9b2b2: ZERO-2816: Add segment to headers
1434
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1435
- - 8d9ac9a: ZERO-2794: Add field to order type
1436
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1437
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1438
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1439
- - 3bf2dd9: ZERO-2551: Fix search page
1440
- - e9541a1: ZERO-2816: Add headers to url
1441
- - 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.
1442
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1443
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1444
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1445
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
1446
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1447
- - d3474c6: ZERO-2655: Add data source shipping option
1448
- - 75080fd6: ZERO-2630: Add max limit to postcode area
1449
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1450
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1451
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
1452
- - bbe18b9f: ZERO-2575: Fix build error
1453
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1454
- - 4920742: Disable getCachedTranslations
1455
- - 7e56d6b: ZERO-2841: Update api tagTypes
1456
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1457
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1458
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1459
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1460
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1461
- - fad2768: ZERO-2739: add gpay to payment plugin map
1462
- - dff0d595: ZERO-2659: add formData support to proxy api requests
1463
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1464
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1465
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1466
- - beb499e6: ZERO-2551: Add new tsconfig paths
1467
- - 948eb42: ZERO-2852: Add out of stock endpoints
1468
- - 146ea39: ZERO-2774: Update imports
1469
- - f2c92d5: ZERO-2816: Update cookie name
1470
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1471
- - c47be30: ZERO-2744: Update Order and OrderItem types
1472
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1473
- - f046f8e0: ZERO-2575: update version for react-number-format
1474
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1475
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1476
-
1477
- ## 1.45.0-rc.4
1478
-
1479
- ### Minor Changes
1480
-
1481
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
1482
-
1483
- ## 1.45.0-rc.3
1484
-
1485
- ### Minor Changes
1486
-
1487
- - 948eb42: ZERO-2852: Add out of stock endpoints
1488
-
1489
- ## 1.45.0-rc.2
1490
-
1491
- ### Minor Changes
1492
-
1493
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
1494
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
1495
-
1496
- ## 1.45.0-rc.1
1497
-
1498
- ### Minor Changes
1499
-
1500
- - 7e56d6b: ZERO-2841: Update api tagTypes
1501
-
1502
- ## 1.45.0-rc.0
1503
-
1504
- ### Minor Changes
1505
-
1506
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1507
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1508
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1509
- - fda5b92: ZERO-2725: fix invalid import
1510
- - 2d9b2b2: ZERO-2816: Add segment to headers
1511
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1512
- - 8d9ac9a: ZERO-2794: Add field to order type
1513
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1514
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1515
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1516
- - 3bf2dd9: ZERO-2551: Fix search page
1517
- - e9541a1: ZERO-2816: Add headers to url
1518
- - 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.
1519
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1520
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1521
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1522
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1523
463
  - 2ab6e08: ZERO-2841: Update getBasketDetail query
1524
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1525
- - d3474c6: ZERO-2655: Add data source shipping option
1526
- - 75080fd: ZERO-2630: Add max limit to postcode area
1527
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1528
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1529
- - bbe18b9: ZERO-2575: Fix build error
1530
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1531
- - 4920742: Disable getCachedTranslations
1532
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1533
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1534
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1535
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1536
- - fad2768: ZERO-2739: add gpay to payment plugin map
1537
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1538
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1539
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1540
- - beb499e: ZERO-2551: Add new tsconfig paths
1541
- - 146ea39: ZERO-2774: Update imports
1542
- - f2c92d5: ZERO-2816: Update cookie name
1543
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1544
- - c47be30: ZERO-2744: Update Order and OrderItem types
1545
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1546
- - f046f8e0: ZERO-2575: update version for react-number-format
1547
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1548
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1549
464
 
1550
465
  ## 1.44.0
1551
466
 
@@ -1553,201 +468,7 @@
1553
468
 
1554
469
  ### Minor Changes
1555
470
 
1556
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1557
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1558
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
1559
- - fda5b92: ZERO-2725: fix invalid import
1560
- - 2d9b2b2: ZERO-2816: Add segment to headers
1561
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1562
- - 8d9ac9a: ZERO-2794: Add field to order type
1563
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1564
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1565
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1566
- - 3bf2dd9: ZERO-2551: Fix search page
1567
- - e9541a1: ZERO-2816: Add headers to url
1568
- - 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.
1569
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1570
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1571
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1572
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1573
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1574
- - d3474c6: ZERO-2655: Add data source shipping option
1575
- - 75080fd: ZERO-2630: Add max limit to postcode area
1576
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1577
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1578
- - bbe18b9: ZERO-2575: Fix build error
1579
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1580
- - 4920742: Disable getCachedTranslations
1581
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1582
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1583
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1584
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1585
- - fad2768: ZERO-2739: add gpay to payment plugin map
1586
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1587
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1588
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1589
- - beb499e: ZERO-2551: Add new tsconfig paths
1590
- - 146ea39: ZERO-2774: Update imports
1591
- - f2c92d5: ZERO-2816: Update cookie name
1592
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1593
- - c47be30: ZERO-2744: Update Order and OrderItem types
1594
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1595
- - f046f8e0: ZERO-2575: update version for react-number-format
1596
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1597
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1598
-
1599
- ## 1.43.0-rc.15
1600
-
1601
- ## 1.43.0-rc.14
1602
-
1603
- ### Minor Changes
1604
-
1605
- - 3bf2dd9: ZERO-2551: Fix search page
1606
-
1607
- ## 1.43.0-rc.13
1608
-
1609
- ### Minor Changes
1610
-
1611
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1612
-
1613
- ## 1.43.0-rc.12
1614
-
1615
- ### Minor Changes
1616
-
1617
- - 4920742: Disable getCachedTranslations
1618
-
1619
- ## 1.43.0-rc.11
1620
-
1621
- ### Minor Changes
1622
-
1623
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1624
-
1625
- ## 1.43.0-rc.10
1626
-
1627
- ### Minor Changes
1628
-
1629
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1630
-
1631
- ## 1.43.0-rc.9
1632
-
1633
- ### Minor Changes
1634
-
1635
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1636
-
1637
- ## 1.43.0-rc.8
1638
-
1639
- ### Minor Changes
1640
-
1641
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1642
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1643
-
1644
- ## 1.43.0-rc.7
1645
-
1646
- ### Minor Changes
1647
-
1648
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1649
-
1650
- ## 1.43.0-rc.6
1651
-
1652
- ### Minor Changes
1653
-
1654
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1655
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1656
- - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1657
- - fda5b92: ZERO-2725: fix invalid import
1658
- - 2d9b2b2: ZERO-2816: Add segment to headers
1659
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1660
- - 8d9ac9a: ZERO-2794: Add field to order type
1661
- - e9541a1: ZERO-2816: Add headers to url
1662
- - 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.
1663
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1664
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1665
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1666
- - d3474c6: ZERO-2655: Add data source shipping option
1667
- - 75080fd: ZERO-2630: Add max limit to postcode area
1668
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1669
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1670
- - bbe18b9: ZERO-2575: Fix build error
1671
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1672
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1673
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1674
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1675
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1676
- - fad2768: ZERO-2739: add gpay to payment plugin map
1677
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1678
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1679
471
  - 4a163f2: ZERO-2761: Add condition for basket summary
1680
- - beb499e: ZERO-2551: Add new tsconfig paths
1681
- - 146ea39: ZERO-2774: Update imports
1682
- - f2c92d5: ZERO-2816: Update cookie name
1683
- - c47be30: ZERO-2744: Update Order and OrderItem types
1684
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1685
- - f046f8e: ZERO-2575: update version for react-number-format
1686
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1687
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1688
-
1689
- ## 1.43.0-rc.5
1690
-
1691
- ### Minor Changes
1692
-
1693
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1694
-
1695
- ## 1.43.0-rc.4
1696
-
1697
- ### Minor Changes
1698
-
1699
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1700
-
1701
- ## 1.43.0-rc.3
1702
-
1703
- ### Minor Changes
1704
-
1705
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1706
-
1707
- ## 1.43.0-rc.2
1708
-
1709
- ### Minor Changes
1710
-
1711
- - f2c92d5: ZERO-2816: Update cookie name
1712
-
1713
- ## 1.43.0-rc.1
1714
-
1715
- ### Minor Changes
1716
-
1717
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1718
-
1719
- ## 1.43.0-rc.0
1720
-
1721
- ### Minor Changes
1722
-
1723
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1724
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1725
- - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1726
- - fda5b92: ZERO-2725: fix invalid import
1727
- - 2d9b2b2: ZERO-2816: Add segment to headers
1728
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1729
- - 8d9ac9a: ZERO-2794: Add field to order type
1730
- - e9541a1: ZERO-2816: Add headers to url
1731
- - 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.
1732
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1733
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1734
- - d3474c6: ZERO-2655: Add data source shipping option
1735
- - 75080fd: ZERO-2630: Add max limit to postcode area
1736
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1737
- - bbe18b9: ZERO-2575: Fix build error
1738
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1739
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1740
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1741
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1742
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1743
- - fad2768: ZERO-2739: add gpay to payment plugin map
1744
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1745
- - beb499e: ZERO-2551: Add new tsconfig paths
1746
- - 146ea39: ZERO-2774: Update imports
1747
- - c47be30: ZERO-2744: Update Order and OrderItem types
1748
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1749
- - f046f8e: ZERO-2575: update version for react-number-format
1750
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1751
472
 
1752
473
  ## 1.42.0
1753
474