@akinon/next 1.93.0-snapshot-ZERO-3586-20250828143733 → 1.94.0

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