@akinon/next 1.107.0 → 1.108.0-rc.87
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 +1304 -37
- package/__tests__/next-config.test.ts +1 -10
- package/__tests__/redirect.test.ts +319 -0
- package/api/image-proxy.ts +75 -0
- package/api/similar-product-list.ts +84 -0
- package/api/similar-products.ts +120 -0
- package/bin/pz-prebuild.js +1 -0
- package/components/input.tsx +2 -0
- package/components/link.tsx +16 -12
- package/data/client/checkout.ts +4 -2
- package/data/server/basket.ts +72 -0
- package/data/server/category.ts +44 -24
- package/data/server/flatpage.ts +16 -12
- package/data/server/landingpage.ts +16 -12
- package/data/server/list.ts +23 -13
- package/data/server/special-page.ts +16 -12
- package/data/urls.ts +5 -1
- package/hocs/server/with-segment-defaults.tsx +5 -2
- package/hooks/use-localization.ts +2 -3
- package/middlewares/complete-gpay.ts +2 -1
- package/middlewares/complete-masterpass.ts +2 -1
- package/middlewares/locale.ts +9 -1
- package/middlewares/redirection-payment.ts +2 -1
- package/middlewares/saved-card-redirection.ts +2 -1
- package/middlewares/three-d-redirection.ts +2 -1
- package/package.json +2 -2
- package/plugins.d.ts +8 -0
- package/redux/middlewares/checkout.ts +5 -1
- package/types/commerce/order.ts +1 -0
- package/types/index.ts +6 -0
- package/utils/app-fetch.ts +7 -2
- package/utils/redirect.ts +18 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,61 @@
|
|
|
1
1
|
# @akinon/next
|
|
2
2
|
|
|
3
|
+
## 1.108.0-rc.87
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 5dfeea04a: ZERO-2801: Revert ZERO-2801
|
|
8
|
+
- 823d82f9: ZERO-3393: Enhance error handling in checkout middleware to ensure errors are checked for existence before processing
|
|
9
|
+
- e1aa030d: ZERO-3473: Refactor locale handling to prioritize cookie value for matched locale
|
|
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
|
|
58
|
+
|
|
3
59
|
## 1.107.0
|
|
4
60
|
|
|
5
61
|
### Minor Changes
|
|
@@ -84,7 +140,76 @@
|
|
|
84
140
|
### Minor Changes
|
|
85
141
|
|
|
86
142
|
- af5c93a: ZERO-3617: Add pre-order middleware instruction file
|
|
87
|
-
|
|
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
|
|
88
213
|
|
|
89
214
|
## 1.95.0
|
|
90
215
|
|
|
@@ -116,32 +241,149 @@
|
|
|
116
241
|
### Minor Changes
|
|
117
242
|
|
|
118
243
|
- 185396f: ZERO-3569: Refactor logging in cache handler to use console_log instead of logger
|
|
119
|
-
|
|
244
|
+
|
|
245
|
+
## 1.93.0-rc.47
|
|
246
|
+
|
|
247
|
+
### Minor Changes
|
|
248
|
+
|
|
120
249
|
- 3e4aadc: ZERO-3569: Fix import statement for logger in cache handler
|
|
121
250
|
|
|
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
|
+
|
|
122
331
|
## 1.92.0
|
|
123
332
|
|
|
124
333
|
## 1.91.0
|
|
125
334
|
|
|
126
335
|
### Minor Changes
|
|
127
336
|
|
|
128
|
-
- d8fad39: ZERO-3370: include plugins test to build stage
|
|
129
337
|
- 2552486: ZERO-3391: Add subdomain support to setLocale function
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
-
|
|
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
|
+
- d8fad39: ZERO-3370: include plugins test to build stage
|
|
351
|
+
- 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
|
|
352
|
+
- 68bbcb2: ZERO-3393: Fix error handling in checkout middleware to check for errors array length
|
|
353
|
+
- f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
|
|
354
|
+
- e9541a13: ZERO-2816: Add headers to url
|
|
355
|
+
- 9b7d0de: ZERO-3393: Improve error handling in checkout middleware to support both object and array error formats
|
|
356
|
+
- 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
|
|
357
|
+
- 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.
|
|
358
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
359
|
+
- e974d8e: ZERO-3406: Fix rc build
|
|
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
|
|
138
375
|
- 943a239: ZERO-3370: add allowJs in akinon-next test tsconfig
|
|
139
|
-
-
|
|
140
|
-
-
|
|
141
|
-
-
|
|
142
|
-
-
|
|
143
|
-
-
|
|
144
|
-
-
|
|
376
|
+
- eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
|
|
377
|
+
- 3bf63c8a: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
|
|
378
|
+
- 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
|
|
379
|
+
- f2c92d5c: ZERO-2816: Update cookie name
|
|
380
|
+
- 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
381
|
+
- fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
|
|
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
|
|
145
387
|
- 0cabbda: ZERO-3370: replace inline monorepo check with reusable utility
|
|
146
388
|
|
|
147
389
|
## 1.90.0
|
|
@@ -202,13 +444,217 @@
|
|
|
202
444
|
|
|
203
445
|
### Minor Changes
|
|
204
446
|
|
|
205
|
-
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
-
|
|
447
|
+
- ef75c03: ZERO-3267: Update error-page component to use ROUTES for link navigation
|
|
448
|
+
|
|
449
|
+
## 1.82.0-rc.20
|
|
450
|
+
|
|
451
|
+
### Minor Changes
|
|
452
|
+
|
|
453
|
+
- e5529cd: ZERO-3267: Update error-page component to use root path for links instead of ROUTES
|
|
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
|
|
212
658
|
|
|
213
659
|
## 1.81.0
|
|
214
660
|
|
|
@@ -228,7 +674,116 @@
|
|
|
228
674
|
|
|
229
675
|
### Minor Changes
|
|
230
676
|
|
|
231
|
-
-
|
|
677
|
+
- 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
|
|
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
|
|
232
787
|
|
|
233
788
|
## 1.78.0
|
|
234
789
|
|
|
@@ -300,6 +855,52 @@
|
|
|
300
855
|
### Minor Changes
|
|
301
856
|
|
|
302
857
|
- 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
|
|
303
904
|
|
|
304
905
|
## 1.70.0
|
|
305
906
|
|
|
@@ -311,12 +912,72 @@
|
|
|
311
912
|
|
|
312
913
|
### Minor Changes
|
|
313
914
|
|
|
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
|
|
314
939
|
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
315
940
|
- 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
|
|
316
941
|
- 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
|
|
317
942
|
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
318
943
|
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
319
944
|
|
|
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
|
+
|
|
320
981
|
## 1.68.0
|
|
321
982
|
|
|
322
983
|
### Minor Changes
|
|
@@ -426,39 +1087,211 @@
|
|
|
426
1087
|
|
|
427
1088
|
### Minor Changes
|
|
428
1089
|
|
|
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
|
|
429
1159
|
- 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
|
|
430
1179
|
- 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
|
|
431
1183
|
- 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
|
|
432
1195
|
- 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
|
|
433
1198
|
- c670bd4: ZERO-2900: Add middleware rewrite functionality
|
|
1199
|
+
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
434
1200
|
|
|
435
|
-
## 1.
|
|
1201
|
+
## 1.56.0-rc.3
|
|
436
1202
|
|
|
437
1203
|
### Minor Changes
|
|
438
1204
|
|
|
439
|
-
-
|
|
440
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
441
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1205
|
+
- 674badc: ZERO-2912: Fix selected payment option view to handle null values
|
|
442
1206
|
|
|
443
|
-
## 1.
|
|
1207
|
+
## 1.56.0-rc.2
|
|
444
1208
|
|
|
445
1209
|
### Minor Changes
|
|
446
1210
|
|
|
447
|
-
-
|
|
448
|
-
-
|
|
449
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1211
|
+
- 7b05522: ZERO-2905: Fix resend and close button in otp package
|
|
1212
|
+
- 29ead87: ZERO-2905: Fix resend and close button in otp package
|
|
450
1213
|
|
|
451
|
-
## 1.
|
|
1214
|
+
## 1.56.0-rc.1
|
|
452
1215
|
|
|
453
1216
|
### Minor Changes
|
|
454
1217
|
|
|
455
|
-
-
|
|
1218
|
+
- 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
|
|
456
1219
|
|
|
457
|
-
## 1.
|
|
1220
|
+
## 1.56.0-rc.0
|
|
458
1221
|
|
|
459
1222
|
### Minor Changes
|
|
460
1223
|
|
|
461
|
-
-
|
|
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
|
|
1289
|
+
|
|
1290
|
+
## 1.52.0
|
|
1291
|
+
|
|
1292
|
+
### Minor Changes
|
|
1293
|
+
|
|
1294
|
+
- d8dd8dc: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
462
1295
|
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
463
1296
|
- 016d379: ZERO-2729: Update packages and force update dependencies using resolutions
|
|
464
1297
|
- 146ea39: ZERO-2774: Update imports
|
|
@@ -476,7 +1309,128 @@
|
|
|
476
1309
|
|
|
477
1310
|
### Minor Changes
|
|
478
1311
|
|
|
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
|
|
479
1388
|
- 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
|
|
480
1434
|
|
|
481
1435
|
## 1.49.0
|
|
482
1436
|
|
|
@@ -502,7 +1456,126 @@
|
|
|
502
1456
|
|
|
503
1457
|
### Minor Changes
|
|
504
1458
|
|
|
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
|
|
505
1553
|
- 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
|
|
506
1579
|
|
|
507
1580
|
## 1.44.0
|
|
508
1581
|
|
|
@@ -510,7 +1583,201 @@
|
|
|
510
1583
|
|
|
511
1584
|
### Minor Changes
|
|
512
1585
|
|
|
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
|
|
513
1709
|
- 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
|
|
514
1781
|
|
|
515
1782
|
## 1.42.0
|
|
516
1783
|
|