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