@akinon/next 1.99.0-snapshot-ZERO-3640-20250919140935 → 1.100.0-rc.71

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