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