@akinon/next 1.96.0-snapshot-ZERO-3620-20250915165755 → 1.97.0-snapshot-ZERO-3634-20250918132143

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