@akinon/next 1.92.0-rc.9 → 1.92.0-snapshot-ZERO-3449-20250618101111
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 +33 -1180
- package/api/similar-product-list.ts +63 -0
- package/api/similar-products.ts +109 -0
- 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/modal.tsx +16 -32
- package/components/plugin-module.tsx +3 -13
- package/components/selected-payment-option-view.tsx +0 -11
- package/data/client/similar-products.ts +122 -0
- package/data/urls.ts +5 -1
- package/hocs/server/with-segment-defaults.tsx +2 -5
- package/hooks/index.ts +2 -0
- package/hooks/use-image-cropper.ts +160 -0
- package/hooks/use-similar-products.ts +720 -0
- package/instrumentation/node.ts +13 -15
- package/lib/cache.ts +0 -2
- package/middlewares/complete-gpay.ts +1 -2
- package/middlewares/complete-masterpass.ts +1 -2
- package/middlewares/default.ts +184 -196
- package/middlewares/index.ts +1 -3
- package/middlewares/redirection-payment.ts +1 -2
- package/middlewares/saved-card-redirection.ts +1 -2
- package/middlewares/three-d-redirection.ts +1 -2
- package/middlewares/url-redirection.ts +14 -8
- package/package.json +3 -3
- package/plugins.d.ts +0 -2
- package/plugins.js +1 -3
- package/redux/middlewares/checkout.ts +2 -15
- package/redux/reducers/checkout.ts +1 -9
- package/sentry/index.ts +17 -54
- package/types/commerce/order.ts +0 -1
- package/types/index.ts +73 -26
- package/utils/app-fetch.ts +2 -2
- package/utils/image-validation.ts +303 -0
- package/utils/redirect.ts +3 -5
- package/with-pz-config.js +5 -1
- package/data/server/basket.ts +0 -72
- package/hooks/use-loyalty-availability.ts +0 -21
- package/middlewares/wallet-complete-redirection.ts +0 -179
- package/utils/redirect-ignore.ts +0 -35
package/CHANGELOG.md
CHANGED
|
@@ -1,156 +1,34 @@
|
|
|
1
1
|
# @akinon/next
|
|
2
2
|
|
|
3
|
-
## 1.92.0-
|
|
3
|
+
## 1.92.0-snapshot-ZERO-3449-20250618101111
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- b55acb76: ZERO-2577: Fix pagination bug and update usePagination hook and ensure pagination controls rendering correctly
|
|
8
|
+
- 9f8cd3b: ZERO-3449: AI Search Active Filters & Crop Style changes have been implemented
|
|
9
|
+
- 4de5303c: ZERO-2504: add cookie filter to api client request
|
|
8
10
|
|
|
9
|
-
## 1.
|
|
11
|
+
## 1.91.0
|
|
10
12
|
|
|
11
13
|
### Minor Changes
|
|
12
14
|
|
|
13
|
-
- c806fad: ZERO-3422: Add Flow Payment plugin to the defined plugins list
|
|
14
|
-
|
|
15
|
-
## 1.92.0-rc.7
|
|
16
|
-
|
|
17
|
-
### Minor Changes
|
|
18
|
-
|
|
19
|
-
- 6e6b0a9: ZERO-3422: Add pz-flow-payment package
|
|
20
|
-
|
|
21
|
-
## 1.91.0-rc.6
|
|
22
|
-
|
|
23
|
-
### Minor Changes
|
|
24
|
-
|
|
25
|
-
- 28c7ea7: ZERO-3427: Refactor redirect utility to handle undefined URL and improve locale handling
|
|
26
|
-
|
|
27
|
-
## 1.91.0-rc.5
|
|
28
|
-
|
|
29
|
-
### Minor Changes
|
|
30
|
-
|
|
31
|
-
- 99b6e7b: ZERO-3421: Enhance Sentry error handling by adding network error detection logic and refining initialization options
|
|
32
|
-
|
|
33
|
-
## 1.91.0-rc.4
|
|
34
|
-
|
|
35
|
-
### Minor Changes
|
|
36
|
-
|
|
37
|
-
- 7eb51ca: ZERO-3424 :Update package versions
|
|
38
|
-
- c39c700: ZERO-3420: Refactor Modal component
|
|
39
|
-
- 0de5573: ZERO-3418: Update remotePatterns hostname to allow all subdomains
|
|
40
|
-
- 9dc7298: ZERO-3416: Refactor Accordion component to enhance props and improve styling flexibility
|
|
41
|
-
- 2d3f178: ZERO-3417: Enhance FileInput component with additional props for customization
|
|
42
|
-
|
|
43
|
-
## 1.91.0-rc.3
|
|
44
|
-
|
|
45
|
-
### Minor Changes
|
|
46
|
-
|
|
47
|
-
- 5dfeea04: ZERO-2801: Revert ZERO-2801
|
|
48
|
-
- 823d82f9: ZERO-3393: Enhance error handling in checkout middleware to ensure errors are checked for existence before processing
|
|
49
|
-
- 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
|
|
50
|
-
- 2d9b2b2c: ZERO-2816: Add segment to headers
|
|
51
|
-
- 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
|
|
52
|
-
- d8fad39f: ZERO-3370: include plugins test to build stage
|
|
53
|
-
- 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
|
|
54
|
-
- 68bbcb27: ZERO-3393: Fix error handling in checkout middleware to check for errors array length
|
|
55
|
-
- 25524867: ZERO-3391: Add subdomain support to setLocale function
|
|
56
|
-
- f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
|
|
57
|
-
- e9541a13: ZERO-2816: Add headers to url
|
|
58
|
-
- 9b7d0de6: ZERO-3393: Improve error handling in checkout middleware to support both object and array error formats
|
|
59
|
-
- 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
|
|
60
|
-
- 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.
|
|
61
|
-
- f8e4cac6: ZERO-3343: restrict root hostname to only locale subdomains
|
|
62
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
63
|
-
- 832bee36: ZERO-3343: add domain to cookie for subdomain locale strategy
|
|
64
|
-
- e974d8e8: ZERO-3406: Fix rc build
|
|
65
|
-
- 28a59d49: ZERO-3400: refactor cookie domain logic using fallback host
|
|
66
|
-
- 8feabe9a: ZERO-3343: add custom NextAuth options support
|
|
67
|
-
- bf354de4: ZERO-3321: add babel compiler for akinon/next test
|
|
68
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
69
|
-
- d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
|
|
70
|
-
- 448adefb: ZERO-3321: move csp test to akinon-next
|
|
71
|
-
- 17f87524: ZERO-2816: Make the incoming currency lowercase
|
|
72
|
-
- 65d3b862: ZERO-3054: Update headers in appFetch
|
|
73
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
74
|
-
- 17bfadc4: ZERO-3275: Disable OpenTelemetry monitoring in production environment
|
|
75
|
-
- 4920742c: Disable getCachedTranslations
|
|
76
|
-
- b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
|
|
77
|
-
- 6c3629c2: ZERO-3321: fix jest tests in akinon-next for standalone projects
|
|
78
|
-
- 6bc260be: ZERO-3295: update default tailwind content list
|
|
79
|
-
- 7e56d6b6: ZERO-2841: Update api tagTypes
|
|
80
|
-
- dfaceffd: ZERO-3356: Add useLoyaltyAvailability hook and update checkout state management
|
|
81
|
-
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
82
|
-
- 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
|
|
83
|
-
- 943a239e: ZERO-3370: add allowJs in akinon-next test tsconfig
|
|
84
|
-
- 068dc394: ZERO-3343: update get-root-hostname logic
|
|
85
|
-
- 942490f2: ZERO-3295: move third party tailwind content list to akinon-next
|
|
86
|
-
- eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
|
|
87
|
-
- 3bf63c8a: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
|
|
88
|
-
- 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
|
|
89
|
-
- f2c92d5c: ZERO-2816: Update cookie name
|
|
90
|
-
- 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
91
|
-
- b6d5bda2: ZERO-3343: update changeset config
|
|
92
|
-
- fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
|
|
93
|
-
- acf03209: ZERO-3321: remove babel config
|
|
94
|
-
- 387356b6: ZERO-3323: Refactor locale filtering logic in URL matcher regex
|
|
95
|
-
- 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
96
|
-
- 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
|
|
97
|
-
- b2ee69b9: ZERO-3321: delete unnecessary files
|
|
98
|
-
- 0cabbda3: ZERO-3370: replace inline monorepo check with reusable utility
|
|
99
|
-
|
|
100
|
-
## 1.91.0-rc.2
|
|
101
|
-
|
|
102
|
-
### Minor Changes
|
|
103
|
-
|
|
104
|
-
- 2552486: ZERO-3391: Add subdomain support to setLocale function
|
|
105
|
-
|
|
106
|
-
## 1.91.0-rc.1
|
|
107
|
-
|
|
108
|
-
## 1.91.0-rc.0
|
|
109
|
-
|
|
110
|
-
### Minor Changes
|
|
111
|
-
|
|
112
|
-
- 5dfeea04: ZERO-2801: Revert ZERO-2801
|
|
113
|
-
- 823d82f: ZERO-3393: Enhance error handling in checkout middleware to ensure errors are checked for existence before processing
|
|
114
|
-
- 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
|
|
115
|
-
- 2d9b2b2c: ZERO-2816: Add segment to headers
|
|
116
|
-
- 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
|
|
117
15
|
- d8fad39: ZERO-3370: include plugins test to build stage
|
|
118
|
-
-
|
|
119
|
-
-
|
|
120
|
-
-
|
|
121
|
-
-
|
|
122
|
-
-
|
|
123
|
-
-
|
|
124
|
-
-
|
|
125
|
-
-
|
|
126
|
-
-
|
|
127
|
-
- bf354de4: ZERO-3321: add babel compiler for akinon/next test
|
|
128
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
129
|
-
- d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
|
|
130
|
-
- 448adefb: ZERO-3321: move csp test to akinon-next
|
|
131
|
-
- 17f87524: ZERO-2816: Make the incoming currency lowercase
|
|
132
|
-
- 65d3b862: ZERO-3054: Update headers in appFetch
|
|
133
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
134
|
-
- 17bfadc4: ZERO-3275: Disable OpenTelemetry monitoring in production environment
|
|
135
|
-
- 4920742c: Disable getCachedTranslations
|
|
136
|
-
- b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
|
|
137
|
-
- 6c3629c2: ZERO-3321: fix jest tests in akinon-next for standalone projects
|
|
138
|
-
- 7e56d6b6: ZERO-2841: Update api tagTypes
|
|
139
|
-
- dfaceff: ZERO-3356: Add useLoyaltyAvailability hook and update checkout state management
|
|
140
|
-
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
141
|
-
- 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
|
|
16
|
+
- 2552486: ZERO-3391: Add subdomain support to setLocale function
|
|
17
|
+
- f8e4cac: ZERO-3343: restrict root hostname to only locale subdomains
|
|
18
|
+
- 832bee3: ZERO-3343: add domain to cookie for subdomain locale strategy
|
|
19
|
+
- 28a59d4: ZERO-3400: refactor cookie domain logic using fallback host
|
|
20
|
+
- 8feabe9: ZERO-3343: add custom NextAuth options support
|
|
21
|
+
- bf354de: ZERO-3321: add babel compiler for akinon/next test
|
|
22
|
+
- 448adef: ZERO-3321: move csp test to akinon-next
|
|
23
|
+
- 6c3629c: ZERO-3321: fix jest tests in akinon-next for standalone projects
|
|
24
|
+
- 6bc260b: ZERO-3295: update default tailwind content list
|
|
142
25
|
- 943a239: ZERO-3370: add allowJs in akinon-next test tsconfig
|
|
143
|
-
-
|
|
144
|
-
-
|
|
145
|
-
-
|
|
146
|
-
-
|
|
147
|
-
-
|
|
148
|
-
-
|
|
149
|
-
- acf03209: ZERO-3321: remove babel config
|
|
150
|
-
- 387356b6: ZERO-3323: Refactor locale filtering logic in URL matcher regex
|
|
151
|
-
- 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
152
|
-
- 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
|
|
153
|
-
- b2ee69b9: ZERO-3321: delete unnecessary files
|
|
26
|
+
- 068dc39: ZERO-3343: update get-root-hostname logic
|
|
27
|
+
- 942490f: ZERO-3295: move third party tailwind content list to akinon-next
|
|
28
|
+
- b6d5bda: ZERO-3343: update changeset config
|
|
29
|
+
- acf0320: ZERO-3321: remove babel config
|
|
30
|
+
- 387356b: ZERO-3323: Refactor locale filtering logic in URL matcher regex
|
|
31
|
+
- b2ee69b: ZERO-3321: delete unnecessary files
|
|
154
32
|
- 0cabbda: ZERO-3370: replace inline monorepo check with reusable utility
|
|
155
33
|
|
|
156
34
|
## 1.90.0
|
|
@@ -211,217 +89,13 @@
|
|
|
211
89
|
|
|
212
90
|
### Minor Changes
|
|
213
91
|
|
|
214
|
-
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
-
|
|
221
|
-
|
|
222
|
-
## 1.82.0-rc.19
|
|
223
|
-
|
|
224
|
-
### Minor Changes
|
|
225
|
-
|
|
226
|
-
- 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
227
|
-
|
|
228
|
-
## 1.82.0-rc.18
|
|
229
|
-
|
|
230
|
-
### Minor Changes
|
|
231
|
-
|
|
232
|
-
- e4761d2: Refactor import statement for ROUTES in error-page component
|
|
233
|
-
|
|
234
|
-
## 1.82.0-rc.17
|
|
235
|
-
|
|
236
|
-
### Minor Changes
|
|
237
|
-
|
|
238
|
-
- e2c6d426: ZERO-2935: Add @sentry/nextjs dependency to akinon-next and remove from projectzeronext
|
|
239
|
-
- 70bc0aed: ZERO-3284: Set tracesSampleRate in Sentry configuration
|
|
240
|
-
|
|
241
|
-
## 1.82.0-rc.16
|
|
242
|
-
|
|
243
|
-
### Minor Changes
|
|
244
|
-
|
|
245
|
-
- 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
|
|
246
|
-
- 6f506af: ZERO-3229: Implement mini basket query for basket total quantity
|
|
247
|
-
- 5dfeea04: ZERO-2801: Revert ZERO-2801
|
|
248
|
-
- 2d9b2b2c: ZERO-2816: Add segment to headers
|
|
249
|
-
- 5e1feca: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
|
|
250
|
-
- c0c1962: ZERO-3258: Add new API endpoints for fetching Bukalemun image URL and bundle product data
|
|
251
|
-
- 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
|
|
252
|
-
- f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
|
|
253
|
-
- 0e05135: ZERO-3244: Encode URL search parameters
|
|
254
|
-
- e9541a13: ZERO-2816: Add headers to url
|
|
255
|
-
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
256
|
-
- 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
|
|
257
|
-
- 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.
|
|
258
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
259
|
-
- 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
|
|
260
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
261
|
-
- d552629: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
|
|
262
|
-
- c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
|
|
263
|
-
- 17f87524: ZERO-2816: Make the incoming currency lowercase
|
|
264
|
-
- 65d3b862: ZERO-3054: Update headers in appFetch
|
|
265
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
266
|
-
- 17bfadc: ZERO-3275: Disable OpenTelemetry monitoring in production environment
|
|
267
|
-
- 4920742c: Disable getCachedTranslations
|
|
268
|
-
- b6e5b62: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
|
|
269
|
-
- ac65ca9: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
|
|
270
|
-
- 7e56d6b6: ZERO-2841: Update api tagTypes
|
|
271
|
-
- 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
|
|
272
|
-
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
273
|
-
- eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
|
|
274
|
-
- 3bf63c8: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
|
|
275
|
-
- 9be2c08: ZERO-3243: Improve basket update query handling with optimistic updates
|
|
276
|
-
- f2c92d5c: ZERO-2816: Update cookie name
|
|
277
|
-
- 2f3588f: ZERO-3287: Add user session handling in authentication flow
|
|
278
|
-
- 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
279
|
-
- fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
|
|
280
|
-
- 0b1bd07: ZERO-3240: Remove unused preOrderMiddleware
|
|
281
|
-
- 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
282
|
-
- 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
|
|
283
|
-
|
|
284
|
-
## 1.82.0-rc.15
|
|
285
|
-
|
|
286
|
-
### Minor Changes
|
|
287
|
-
|
|
288
|
-
- 2f3588fb: ZERO-3287: Add user session handling in authentication flow
|
|
289
|
-
|
|
290
|
-
## 1.82.0-rc.14
|
|
291
|
-
|
|
292
|
-
### Minor Changes
|
|
293
|
-
|
|
294
|
-
- 5e1feca: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
|
|
295
|
-
|
|
296
|
-
## 1.82.0-rc.13
|
|
297
|
-
|
|
298
|
-
### Minor Changes
|
|
299
|
-
|
|
300
|
-
- 3bf63c8: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
|
|
301
|
-
|
|
302
|
-
## 1.82.0-rc.12
|
|
303
|
-
|
|
304
|
-
### Minor Changes
|
|
305
|
-
|
|
306
|
-
- ac65ca9: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
|
|
307
|
-
|
|
308
|
-
## 1.82.0-rc.11
|
|
309
|
-
|
|
310
|
-
## 1.82.0-rc.10
|
|
311
|
-
|
|
312
|
-
## 1.82.0-rc.9
|
|
313
|
-
|
|
314
|
-
### Minor Changes
|
|
315
|
-
|
|
316
|
-
- 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
|
|
317
|
-
|
|
318
|
-
## 1.82.0-rc.8
|
|
319
|
-
|
|
320
|
-
### Minor Changes
|
|
321
|
-
|
|
322
|
-
- 17bfadc: ZERO-3275: Disable OpenTelemetry monitoring in production environment
|
|
323
|
-
|
|
324
|
-
## 1.82.0-rc.7
|
|
325
|
-
|
|
326
|
-
### Minor Changes
|
|
327
|
-
|
|
328
|
-
- c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
|
|
329
|
-
|
|
330
|
-
## 1.82.0-rc.6
|
|
331
|
-
|
|
332
|
-
### Minor Changes
|
|
333
|
-
|
|
334
|
-
- 0b1bd07f: ZERO-3240: Remove unused preOrderMiddleware
|
|
335
|
-
|
|
336
|
-
## 1.82.0-rc.5
|
|
337
|
-
|
|
338
|
-
### Minor Changes
|
|
339
|
-
|
|
340
|
-
- 6f506afc: ZERO-3229: Implement mini basket query for basket total quantity
|
|
341
|
-
- c0c19629: ZERO-3258: Add new API endpoints for fetching Bukalemun image URL and bundle product data
|
|
342
|
-
- 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
|
|
343
|
-
|
|
344
|
-
## 1.82.0-rc.4
|
|
345
|
-
|
|
346
|
-
### Minor Changes
|
|
347
|
-
|
|
348
|
-
- b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
|
|
349
|
-
|
|
350
|
-
## 1.82.0-rc.3
|
|
351
|
-
|
|
352
|
-
## 1.82.0-rc.2
|
|
353
|
-
|
|
354
|
-
### Minor Changes
|
|
355
|
-
|
|
356
|
-
- 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
|
|
357
|
-
- 5dfeea04: ZERO-2801: Revert ZERO-2801
|
|
358
|
-
- 2d9b2b2c: ZERO-2816: Add segment to headers
|
|
359
|
-
- 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
|
|
360
|
-
- f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
|
|
361
|
-
- 0e051352: ZERO-3244: Encode URL search parameters
|
|
362
|
-
- e9541a13: ZERO-2816: Add headers to url
|
|
363
|
-
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
364
|
-
- 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
|
|
365
|
-
- 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.
|
|
366
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
367
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
368
|
-
- d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
|
|
369
|
-
- 17f87524: ZERO-2816: Make the incoming currency lowercase
|
|
370
|
-
- 65d3b862: ZERO-3054: Update headers in appFetch
|
|
371
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
372
|
-
- 4920742c: Disable getCachedTranslations
|
|
373
|
-
- 7e56d6b6: ZERO-2841: Update api tagTypes
|
|
374
|
-
- 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
|
|
375
|
-
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
376
|
-
- eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
|
|
377
|
-
- f2c92d5c: ZERO-2816: Update cookie name
|
|
378
|
-
- 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
379
|
-
- fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
|
|
380
|
-
- 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
381
|
-
- 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
|
|
382
|
-
|
|
383
|
-
## 1.82.0-rc.1
|
|
384
|
-
|
|
385
|
-
### Minor Changes
|
|
386
|
-
|
|
387
|
-
- 0e051352: ZERO-3244: Encode URL search parameters
|
|
388
|
-
|
|
389
|
-
## 1.82.0-rc.0
|
|
390
|
-
|
|
391
|
-
### Minor Changes
|
|
392
|
-
|
|
393
|
-
- 2e0b7ffd: ZERO-3226: Refactor checkoutApi to simplify request body structure by removing device_info parameter
|
|
394
|
-
- 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
|
|
395
|
-
- 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
|
|
396
|
-
- c0fef075: ZERO-3197: Refetch payment options after loyalty usage
|
|
397
|
-
- 5dfeea04: ZERO-2801: Revert ZERO-2801
|
|
398
|
-
- 2d9b2b2c: ZERO-2816: Add segment to headers
|
|
399
|
-
- 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
|
|
400
|
-
- 2d2ab446: ZERO-3226: Add device_info param to WalletPaymentPage request
|
|
401
|
-
- f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
|
|
402
|
-
- e9541a13: ZERO-2816: Add headers to url
|
|
403
|
-
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
404
|
-
- 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
|
|
405
|
-
- 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.
|
|
406
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
407
|
-
- 0200d568: ZERO-3163: Add frontendIds property to Settings interface
|
|
408
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
409
|
-
- d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
|
|
410
|
-
- 17f87524: ZERO-2816: Make the incoming currency lowercase
|
|
411
|
-
- 65d3b862: ZERO-3054: Update headers in appFetch
|
|
412
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
413
|
-
- 4920742c: Disable getCachedTranslations
|
|
414
|
-
- 7e56d6b6: ZERO-2841: Update api tagTypes
|
|
415
|
-
- 7d1b5af1: ZERO-3206: Encode search parameters in product data URL
|
|
416
|
-
- 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
|
|
417
|
-
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
418
|
-
- eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
|
|
419
|
-
- f2c92d5c: ZERO-2816: Update cookie name
|
|
420
|
-
- 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
421
|
-
- fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
|
|
422
|
-
- aa05ed79: ZERO-3170: Add commerceRedirectionIgnoreList to settings and update URL redirection middleware
|
|
423
|
-
- 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
424
|
-
- 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
|
|
92
|
+
- 2e0b7ff: ZERO-3226: Refactor checkoutApi to simplify request body structure by removing device_info parameter
|
|
93
|
+
- 778aabf: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
|
|
94
|
+
- c0fef07: ZERO-3197: Refetch payment options after loyalty usage
|
|
95
|
+
- 2d2ab44: ZERO-3226: Add device_info param to WalletPaymentPage request
|
|
96
|
+
- 0200d56: ZERO-3163: Add frontendIds property to Settings interface
|
|
97
|
+
- 7d1b5af: ZERO-3206: Encode search parameters in product data URL
|
|
98
|
+
- aa05ed7: ZERO-3170: Add commerceRedirectionIgnoreList to settings and update URL redirection middleware
|
|
425
99
|
|
|
426
100
|
## 1.81.0
|
|
427
101
|
|
|
@@ -441,116 +115,7 @@
|
|
|
441
115
|
|
|
442
116
|
### Minor Changes
|
|
443
117
|
|
|
444
|
-
-
|
|
445
|
-
- 5dfeea04: ZERO-2801: Revert ZERO-2801
|
|
446
|
-
- 2d9b2b2c: ZERO-2816: Add segment to headers
|
|
447
|
-
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
448
|
-
- f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
|
|
449
|
-
- e9541a13: ZERO-2816: Add headers to url
|
|
450
|
-
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
451
|
-
- 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
|
|
452
|
-
- 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.
|
|
453
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
454
|
-
- 0200d568: ZERO-3163: Add frontendIds property to Settings interface
|
|
455
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
456
|
-
- 17f87524: ZERO-2816: Make the incoming currency lowercase
|
|
457
|
-
- 65d3b862: ZERO-3054: Update headers in appFetch
|
|
458
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
459
|
-
- 4920742c: Disable getCachedTranslations
|
|
460
|
-
- 7e56d6b6: ZERO-2841: Update api tagTypes
|
|
461
|
-
- 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
|
|
462
|
-
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
463
|
-
- 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
|
|
464
|
-
- eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
|
|
465
|
-
- 6a0a0807: ZERO-3112: Update button
|
|
466
|
-
- f2c92d5c: ZERO-2816: Update cookie name
|
|
467
|
-
- 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
468
|
-
- fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
|
|
469
|
-
- 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
470
|
-
- 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
|
|
471
|
-
- 7ab9e2fd: ZERO-3166: add tamara payment package
|
|
472
|
-
|
|
473
|
-
## 1.79.0-rc.6
|
|
474
|
-
|
|
475
|
-
### Minor Changes
|
|
476
|
-
|
|
477
|
-
- 0200d568: ZERO-3163: Add frontendIds property to Settings interface
|
|
478
|
-
|
|
479
|
-
## 1.79.0-rc.5
|
|
480
|
-
|
|
481
|
-
### Minor Changes
|
|
482
|
-
|
|
483
|
-
- 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
|
|
484
|
-
|
|
485
|
-
## 1.79.0-rc.4
|
|
486
|
-
|
|
487
|
-
## 1.79.0-rc.3
|
|
488
|
-
|
|
489
|
-
### Minor Changes
|
|
490
|
-
|
|
491
|
-
- 5dfeea04: ZERO-2801: Revert ZERO-2801
|
|
492
|
-
- 2d9b2b2c: ZERO-2816: Add segment to headers
|
|
493
|
-
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
494
|
-
- f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
|
|
495
|
-
- e9541a13: ZERO-2816: Add headers to url
|
|
496
|
-
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
497
|
-
- 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
|
|
498
|
-
- 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.
|
|
499
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
500
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
501
|
-
- 17f87524: ZERO-2816: Make the incoming currency lowercase
|
|
502
|
-
- 65d3b862: ZERO-3054: Update headers in appFetch
|
|
503
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
504
|
-
- 4920742c: Disable getCachedTranslations
|
|
505
|
-
- 7e56d6b6: ZERO-2841: Update api tagTypes
|
|
506
|
-
- 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
|
|
507
|
-
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
508
|
-
- 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
|
|
509
|
-
- eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
|
|
510
|
-
- 6a0a0807: ZERO-3112: Update button
|
|
511
|
-
- f2c92d5c: ZERO-2816: Update cookie name
|
|
512
|
-
- 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
513
|
-
- fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
|
|
514
|
-
- 59fa21ce: ZERO-3149: Add name-based mechanism for Redux middleware override
|
|
515
|
-
- 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
516
|
-
- 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
|
|
517
|
-
|
|
518
|
-
## 1.79.0-rc.2
|
|
519
|
-
|
|
520
|
-
## 1.79.0-rc.1
|
|
521
|
-
|
|
522
|
-
### Minor Changes
|
|
523
|
-
|
|
524
|
-
- 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
|
|
525
|
-
|
|
526
|
-
## 1.79.0-rc.0
|
|
527
|
-
|
|
528
|
-
### Minor Changes
|
|
529
|
-
|
|
530
|
-
- 5dfeea04: ZERO-2801: Revert ZERO-2801
|
|
531
|
-
- 2d9b2b2c: ZERO-2816: Add segment to headers
|
|
532
|
-
- fd4b74e9: ZERO-3126: add reset checkout state query
|
|
533
|
-
- f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
|
|
534
|
-
- e9541a13: ZERO-2816: Add headers to url
|
|
535
|
-
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
536
|
-
- 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
|
|
537
|
-
- 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.
|
|
538
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
539
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
540
|
-
- 17f87524: ZERO-2816: Make the incoming currency lowercase
|
|
541
|
-
- 65d3b862: ZERO-3054: Update headers in appFetch
|
|
542
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
543
|
-
- 4920742c: Disable getCachedTranslations
|
|
544
|
-
- 7e56d6b6: ZERO-2841: Update api tagTypes
|
|
545
|
-
- 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
|
|
546
|
-
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
547
|
-
- eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
|
|
548
|
-
- 6a0a0807: ZERO-3112: Update button
|
|
549
|
-
- f2c92d5c: ZERO-2816: Update cookie name
|
|
550
|
-
- 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
551
|
-
- fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
|
|
552
|
-
- 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
553
|
-
- 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
|
|
118
|
+
- 59fa21c: ZERO-3149: Add name-based mechanism for Redux middleware override
|
|
554
119
|
|
|
555
120
|
## 1.78.0
|
|
556
121
|
|
|
@@ -622,52 +187,6 @@
|
|
|
622
187
|
### Minor Changes
|
|
623
188
|
|
|
624
189
|
- f34454a: ZERO-2953: Add hepsipay payment method
|
|
625
|
-
- 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
|
|
626
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
627
|
-
- 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
|
|
628
|
-
- 9a50730: ZERO-3015: Add currency parameter to getOrders query
|
|
629
|
-
- ca774b3: ZERO-3002:add register with loyalty url
|
|
630
|
-
- 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
|
|
631
|
-
- 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
|
|
632
|
-
|
|
633
|
-
## 1.71.0-rc.7
|
|
634
|
-
|
|
635
|
-
## 1.71.0-rc.6
|
|
636
|
-
|
|
637
|
-
### Minor Changes
|
|
638
|
-
|
|
639
|
-
- f34454a: ZERO-2953: Add hepsipay payment method
|
|
640
|
-
|
|
641
|
-
## 1.71.0-rc.5
|
|
642
|
-
|
|
643
|
-
## 1.71.0-rc.4
|
|
644
|
-
|
|
645
|
-
## 1.71.0-rc.3
|
|
646
|
-
|
|
647
|
-
### Minor Changes
|
|
648
|
-
|
|
649
|
-
- 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
|
|
650
|
-
|
|
651
|
-
## 1.71.0-rc.2
|
|
652
|
-
|
|
653
|
-
### Minor Changes
|
|
654
|
-
|
|
655
|
-
- 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
|
|
656
|
-
|
|
657
|
-
## 1.71.0-rc.1
|
|
658
|
-
|
|
659
|
-
### Minor Changes
|
|
660
|
-
|
|
661
|
-
- 9a50730: ZERO-3015: Add currency parameter to getOrders query
|
|
662
|
-
|
|
663
|
-
## 1.71.0-rc.0
|
|
664
|
-
|
|
665
|
-
### Minor Changes
|
|
666
|
-
|
|
667
|
-
- 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
|
|
668
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
669
|
-
- 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
|
|
670
|
-
- ca774b3: ZERO-3002:add register with loyalty url
|
|
671
190
|
|
|
672
191
|
## 1.70.0
|
|
673
192
|
|
|
@@ -679,72 +198,12 @@
|
|
|
679
198
|
|
|
680
199
|
### Minor Changes
|
|
681
200
|
|
|
682
|
-
- 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
|
|
683
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
684
|
-
- 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
|
|
685
|
-
- ca774b3: ZERO-3002:add register with loyalty url
|
|
686
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
687
|
-
|
|
688
|
-
## 1.69.0-rc.8
|
|
689
|
-
|
|
690
|
-
### Minor Changes
|
|
691
|
-
|
|
692
|
-
- 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
|
|
693
|
-
- ca774b3: ZERO-3002:add register with loyalty url
|
|
694
|
-
|
|
695
|
-
## 1.69.0-rc.7
|
|
696
|
-
|
|
697
|
-
### Minor Changes
|
|
698
|
-
|
|
699
|
-
- 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
|
|
700
|
-
|
|
701
|
-
## 1.69.0-rc.6
|
|
702
|
-
|
|
703
|
-
### Minor Changes
|
|
704
|
-
|
|
705
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
706
201
|
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
707
202
|
- 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
|
|
708
203
|
- 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
|
|
709
204
|
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
710
205
|
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
711
206
|
|
|
712
|
-
## 1.69.0-rc.5
|
|
713
|
-
|
|
714
|
-
### Minor Changes
|
|
715
|
-
|
|
716
|
-
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
717
|
-
|
|
718
|
-
## 1.69.0-rc.4
|
|
719
|
-
|
|
720
|
-
### Minor Changes
|
|
721
|
-
|
|
722
|
-
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
723
|
-
|
|
724
|
-
## 1.69.0-rc.3
|
|
725
|
-
|
|
726
|
-
### Minor Changes
|
|
727
|
-
|
|
728
|
-
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
729
|
-
|
|
730
|
-
## 1.69.0-rc.2
|
|
731
|
-
|
|
732
|
-
### Minor Changes
|
|
733
|
-
|
|
734
|
-
- 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
|
|
735
|
-
|
|
736
|
-
## 1.69.0-rc.1
|
|
737
|
-
|
|
738
|
-
### Minor Changes
|
|
739
|
-
|
|
740
|
-
- 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
|
|
741
|
-
|
|
742
|
-
## 1.69.0-rc.0
|
|
743
|
-
|
|
744
|
-
### Minor Changes
|
|
745
|
-
|
|
746
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
747
|
-
|
|
748
207
|
## 1.68.0
|
|
749
208
|
|
|
750
209
|
### Minor Changes
|
|
@@ -854,193 +313,21 @@
|
|
|
854
313
|
|
|
855
314
|
### Minor Changes
|
|
856
315
|
|
|
857
|
-
- c416d18: ZERO-2915: Add delivery option null check for setAddress
|
|
858
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
859
|
-
- 5dfeea0: ZERO-2801: Revert ZERO-2801
|
|
860
|
-
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
861
|
-
- fda5b927: ZERO-2725: fix invalid import
|
|
862
|
-
- 2d9b2b2c: ZERO-2816: Add segment to headers
|
|
863
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
864
|
-
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
865
|
-
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
866
|
-
- 3bf2dd9: ZERO-2551: Fix search page
|
|
867
|
-
- e9541a13: ZERO-2816: Add headers to url
|
|
868
|
-
- 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.
|
|
869
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
870
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
871
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
872
|
-
- 7b05522: ZERO-2905: Fix resend and close button in otp package
|
|
873
|
-
- d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
|
|
874
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
875
|
-
- 17f87524: ZERO-2816: Make the incoming currency lowercase
|
|
876
|
-
- 29ead87: ZERO-2905: Fix resend and close button in otp package
|
|
877
|
-
- c45b62c: ZERO-2818: Add upload and download support for b2b package
|
|
878
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
879
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
880
|
-
- d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
881
|
-
- 4920742: Disable getCachedTranslations
|
|
882
|
-
- 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
|
|
883
|
-
- 7e56d6b: ZERO-2841: Update api tagTypes
|
|
884
|
-
- 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
885
|
-
- 98bb8dcd: ZERO-2706: Cache getTranlations method
|
|
886
|
-
- dcc8a150: ZERO-2694: added build step to RC branch pipeline
|
|
887
|
-
- 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
|
|
888
|
-
- fad27689: ZERO-2739: add gpay to payment plugin map
|
|
889
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
890
|
-
- fdd0b41: ZERO-2706: Add optimized translation support
|
|
891
|
-
- f2c325c: ZERO-2838: Move file input component into @akinon/next
|
|
892
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
893
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
894
|
-
- f2c92d5c: ZERO-2816: Update cookie name
|
|
895
|
-
- 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
896
|
-
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
897
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
898
|
-
- 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
899
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
900
|
-
- 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
|
|
901
|
-
|
|
902
|
-
## 1.56.0-rc.7
|
|
903
|
-
|
|
904
|
-
## 1.56.0-rc.6
|
|
905
|
-
|
|
906
|
-
### Minor Changes
|
|
907
|
-
|
|
908
|
-
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
909
|
-
|
|
910
|
-
## 1.56.0-rc.5
|
|
911
|
-
|
|
912
|
-
### Minor Changes
|
|
913
|
-
|
|
914
|
-
- c416d18: ZERO-2915: Add delivery option null check for setAddress
|
|
915
|
-
|
|
916
|
-
## 1.56.0-rc.4
|
|
917
|
-
|
|
918
|
-
### Minor Changes
|
|
919
|
-
|
|
920
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
921
|
-
- 5dfeea0: ZERO-2801: Revert ZERO-2801
|
|
922
|
-
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
923
|
-
- fda5b927: ZERO-2725: fix invalid import
|
|
924
|
-
- 2d9b2b2c: ZERO-2816: Add segment to headers
|
|
925
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
926
316
|
- d93a507: ZERO-2900: Fix pretty url rewrite
|
|
927
|
-
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
928
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
929
|
-
- 3bf2dd9: ZERO-2551: Fix search page
|
|
930
|
-
- e9541a13: ZERO-2816: Add headers to url
|
|
931
|
-
- 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.
|
|
932
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
933
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
934
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
935
|
-
- 7b05522: ZERO-2905: Fix resend and close button in otp package
|
|
936
|
-
- d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
|
|
937
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
938
|
-
- 17f8752: ZERO-2816: Make the incoming currency lowercase
|
|
939
|
-
- 29ead87: ZERO-2905: Fix resend and close button in otp package
|
|
940
|
-
- c45b62c: ZERO-2818: Add upload and download support for b2b package
|
|
941
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
942
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
943
|
-
- d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
944
|
-
- 4920742: Disable getCachedTranslations
|
|
945
|
-
- 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
|
|
946
317
|
- 674badc: ZERO-2912: Fix selected payment option view to handle null values
|
|
947
|
-
- 7e56d6b: ZERO-2841: Update api tagTypes
|
|
948
|
-
- 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
949
|
-
- 98bb8dcd: ZERO-2706: Cache getTranlations method
|
|
950
318
|
- 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
|
|
951
|
-
- dcc8a150: ZERO-2694: added build step to RC branch pipeline
|
|
952
|
-
- 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
|
|
953
|
-
- fad27689: ZERO-2739: add gpay to payment plugin map
|
|
954
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
955
|
-
- fdd0b41: ZERO-2706: Add optimized translation support
|
|
956
|
-
- f2c325c: ZERO-2838: Move file input component into @akinon/next
|
|
957
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
958
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
959
|
-
- f2c92d5c: ZERO-2816: Update cookie name
|
|
960
|
-
- 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
961
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
962
319
|
- b9273fd: ZERO-2889: add host headers to requests
|
|
963
|
-
- 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
964
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
965
320
|
- c670bd4: ZERO-2900: Add middleware rewrite functionality
|
|
966
|
-
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
967
321
|
|
|
968
|
-
## 1.
|
|
322
|
+
## 1.55.0
|
|
969
323
|
|
|
970
324
|
### Minor Changes
|
|
971
325
|
|
|
972
|
-
-
|
|
326
|
+
- 1448a96: ZERO-2612: add errors type in CheckoutState
|
|
327
|
+
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
328
|
+
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
973
329
|
|
|
974
|
-
## 1.
|
|
975
|
-
|
|
976
|
-
### Minor Changes
|
|
977
|
-
|
|
978
|
-
- 7b05522: ZERO-2905: Fix resend and close button in otp package
|
|
979
|
-
- 29ead87: ZERO-2905: Fix resend and close button in otp package
|
|
980
|
-
|
|
981
|
-
## 1.56.0-rc.1
|
|
982
|
-
|
|
983
|
-
### Minor Changes
|
|
984
|
-
|
|
985
|
-
- 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
|
|
986
|
-
|
|
987
|
-
## 1.56.0-rc.0
|
|
988
|
-
|
|
989
|
-
### Minor Changes
|
|
990
|
-
|
|
991
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
992
|
-
- 5dfeea0: ZERO-2801: Revert ZERO-2801
|
|
993
|
-
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
994
|
-
- fda5b927: ZERO-2725: fix invalid import
|
|
995
|
-
- 2d9b2b2c: ZERO-2816: Add segment to headers
|
|
996
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
997
|
-
- d93a507: ZERO-2900: Fix pretty url rewrite
|
|
998
|
-
- 6c25f666: ZERO-2551: Check CACHE_HOST variable
|
|
999
|
-
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1000
|
-
- 3bf2dd94: ZERO-2551: Fix search page
|
|
1001
|
-
- e9541a13: ZERO-2816: Add headers to url
|
|
1002
|
-
- 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.
|
|
1003
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1004
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
1005
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1006
|
-
- d6edb1d0: ZERO-2551: Fix searchparams handling for list and other routes
|
|
1007
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1008
|
-
- 17f87524: ZERO-2816: Make the incoming currency lowercase
|
|
1009
|
-
- c45b62c9: ZERO-2818: Add upload and download support for b2b package
|
|
1010
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1011
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
1012
|
-
- d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
1013
|
-
- 4920742c: Disable getCachedTranslations
|
|
1014
|
-
- 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
|
|
1015
|
-
- 7e56d6b6: ZERO-2841: Update api tagTypes
|
|
1016
|
-
- 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
1017
|
-
- 98bb8dcd: ZERO-2706: Cache getTranlations method
|
|
1018
|
-
- dcc8a150: ZERO-2694: added build step to RC branch pipeline
|
|
1019
|
-
- 8f47ccae: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
|
|
1020
|
-
- fad27689: ZERO-2739: add gpay to payment plugin map
|
|
1021
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1022
|
-
- fdd0b41: ZERO-2706: Add optimized translation support
|
|
1023
|
-
- f2c325c1: ZERO-2838: Move file input component into @akinon/next
|
|
1024
|
-
- 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
|
|
1025
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1026
|
-
- f2c92d5c: ZERO-2816: Update cookie name
|
|
1027
|
-
- 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
1028
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1029
|
-
- b9273fd3: ZERO-2889: add host headers to requests
|
|
1030
|
-
- 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
1031
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1032
|
-
- c670bd48: ZERO-2900: Add middleware rewrite functionality
|
|
1033
|
-
- 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
|
|
1034
|
-
|
|
1035
|
-
## 1.55.0
|
|
1036
|
-
|
|
1037
|
-
### Minor Changes
|
|
1038
|
-
|
|
1039
|
-
- 1448a96: ZERO-2612: add errors type in CheckoutState
|
|
1040
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1041
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1042
|
-
|
|
1043
|
-
## 1.54.0
|
|
330
|
+
## 1.54.0
|
|
1044
331
|
|
|
1045
332
|
### Minor Changes
|
|
1046
333
|
|
|
@@ -1076,128 +363,7 @@
|
|
|
1076
363
|
|
|
1077
364
|
### Minor Changes
|
|
1078
365
|
|
|
1079
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1080
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1081
|
-
- 5dfeea0: ZERO-2801: Revert ZERO-2801
|
|
1082
|
-
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
1083
|
-
- fda5b927: ZERO-2725: fix invalid import
|
|
1084
|
-
- 2d9b2b2: ZERO-2816: Add segment to headers
|
|
1085
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1086
|
-
- d93a507: ZERO-2900: Fix pretty url rewrite
|
|
1087
|
-
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
1088
|
-
- 70279e7: ZERO-2817: Add metrics endpoint in default middleware
|
|
1089
|
-
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
1090
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1091
|
-
- 3bf2dd9: ZERO-2551: Fix search page
|
|
1092
|
-
- e9541a1: ZERO-2816: Add headers to url
|
|
1093
|
-
- 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.
|
|
1094
|
-
- 9d94f7e: ZERO-2820: update parent pk usage for menu generator
|
|
1095
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1096
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1097
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1098
|
-
- 1448a96e: ZERO-2612: add errors type in CheckoutState
|
|
1099
|
-
- 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
|
|
1100
|
-
- d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
|
|
1101
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1102
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
1103
|
-
- 17f8752: ZERO-2816: Make the incoming currency lowercase
|
|
1104
|
-
- c45b62c: ZERO-2818: Add upload and download support for b2b package
|
|
1105
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1106
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
1107
|
-
- d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
1108
|
-
- 4920742: Disable getCachedTranslations
|
|
1109
|
-
- 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
|
|
1110
|
-
- 7e56d6b: ZERO-2841: Update api tagTypes
|
|
1111
|
-
- 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
1112
|
-
- 98bb8dcd: ZERO-2706: Cache getTranlations method
|
|
1113
|
-
- 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
|
|
1114
|
-
- dcc8a150: ZERO-2694: added build step to RC branch pipeline
|
|
1115
|
-
- 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
|
|
1116
|
-
- fad27689: ZERO-2739: add gpay to payment plugin map
|
|
1117
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1118
|
-
- fdd0b41: ZERO-2706: Add optimized translation support
|
|
1119
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1120
|
-
- f2c325c: ZERO-2838: Move file input component into @akinon/next
|
|
1121
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1122
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1123
|
-
- 146ea391: ZERO-2774: Update imports
|
|
1124
|
-
- f2c92d5: ZERO-2816: Update cookie name
|
|
1125
|
-
- 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
1126
|
-
- c47be30d: ZERO-2744: Update Order and OrderItem types
|
|
1127
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1128
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1129
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
1130
|
-
- 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
1131
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1132
|
-
- c670bd4: ZERO-2900: Add middleware rewrite functionality
|
|
1133
|
-
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
1134
|
-
- 3d35f70: ZERO-2908: Add cookie to redirect url
|
|
1135
|
-
|
|
1136
|
-
## 1.50.0-rc.1
|
|
1137
|
-
|
|
1138
|
-
### Minor Changes
|
|
1139
|
-
|
|
1140
|
-
- 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
1141
|
-
|
|
1142
|
-
## 1.50.0-rc.0
|
|
1143
|
-
|
|
1144
|
-
### Minor Changes
|
|
1145
|
-
|
|
1146
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1147
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
1148
|
-
- 5dfeea0: ZERO-2801: Revert ZERO-2801
|
|
1149
|
-
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
1150
|
-
- fda5b927: ZERO-2725: fix invalid import
|
|
1151
|
-
- 2d9b2b2: ZERO-2816: Add segment to headers
|
|
1152
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1153
|
-
- d93a507: ZERO-2900: Fix pretty url rewrite
|
|
1154
|
-
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
1155
366
|
- eaf97d6: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
1156
|
-
- 70279e7: ZERO-2817: Add metrics endpoint in default middleware
|
|
1157
|
-
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
1158
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1159
|
-
- 3bf2dd9: ZERO-2551: Fix search page
|
|
1160
|
-
- e9541a1: ZERO-2816: Add headers to url
|
|
1161
|
-
- 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.
|
|
1162
|
-
- 9d94f7e: ZERO-2820: update parent pk usage for menu generator
|
|
1163
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
1164
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1165
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
1166
|
-
- 1448a96e: ZERO-2612: add errors type in CheckoutState
|
|
1167
|
-
- 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
|
|
1168
|
-
- d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
|
|
1169
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
1170
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
1171
|
-
- 17f8752: ZERO-2816: Make the incoming currency lowercase
|
|
1172
|
-
- c45b62c: ZERO-2818: Add upload and download support for b2b package
|
|
1173
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1174
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
1175
|
-
- d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
1176
|
-
- 4920742: Disable getCachedTranslations
|
|
1177
|
-
- 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
|
|
1178
|
-
- 7e56d6b: ZERO-2841: Update api tagTypes
|
|
1179
|
-
- 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
1180
|
-
- 98bb8dcd: ZERO-2706: Cache getTranlations method
|
|
1181
|
-
- 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
|
|
1182
|
-
- dcc8a150: ZERO-2694: added build step to RC branch pipeline
|
|
1183
|
-
- 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
|
|
1184
|
-
- fad27689: ZERO-2739: add gpay to payment plugin map
|
|
1185
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1186
|
-
- fdd0b41: ZERO-2706: Add optimized translation support
|
|
1187
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1188
|
-
- f2c325c: ZERO-2838: Move file input component into @akinon/next
|
|
1189
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1190
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1191
|
-
- 146ea391: ZERO-2774: Update imports
|
|
1192
|
-
- f2c92d5: ZERO-2816: Update cookie name
|
|
1193
|
-
- 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
1194
|
-
- c47be30d: ZERO-2744: Update Order and OrderItem types
|
|
1195
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1196
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1197
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
1198
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1199
|
-
- c670bd4: ZERO-2900: Add middleware rewrite functionality
|
|
1200
|
-
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
1201
367
|
|
|
1202
368
|
## 1.49.0
|
|
1203
369
|
|
|
@@ -1223,126 +389,7 @@
|
|
|
1223
389
|
|
|
1224
390
|
### Minor Changes
|
|
1225
391
|
|
|
1226
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1227
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1228
|
-
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
1229
|
-
- fda5b92: ZERO-2725: fix invalid import
|
|
1230
|
-
- 2d9b2b2: ZERO-2816: Add segment to headers
|
|
1231
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1232
|
-
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
1233
|
-
- 70279e7: ZERO-2817: Add metrics endpoint in default middleware
|
|
1234
|
-
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
1235
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1236
|
-
- 3bf2dd9: ZERO-2551: Fix search page
|
|
1237
|
-
- e9541a1: ZERO-2816: Add headers to url
|
|
1238
|
-
- 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.
|
|
1239
|
-
- 9d94f7e: ZERO-2820: update parent pk usage for menu generator
|
|
1240
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1241
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1242
|
-
- 1448a96e: ZERO-2612: add errors type in CheckoutState
|
|
1243
|
-
- d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
|
|
1244
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1245
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
1246
|
-
- 17f8752: ZERO-2816: Make the incoming currency lowercase
|
|
1247
|
-
- c45b62c: ZERO-2818: Add upload and download support for b2b package
|
|
1248
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
1249
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
1250
|
-
- d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
1251
|
-
- 4920742: Disable getCachedTranslations
|
|
1252
|
-
- 7e56d6b: ZERO-2841: Update api tagTypes
|
|
1253
|
-
- 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
1254
|
-
- 98bb8dc: ZERO-2706: Cache getTranlations method
|
|
1255
|
-
- 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
|
|
1256
|
-
- dcc8a15: ZERO-2694: added build step to RC branch pipeline
|
|
1257
|
-
- 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
|
|
1258
|
-
- fad2768: ZERO-2739: add gpay to payment plugin map
|
|
1259
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
1260
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1261
|
-
- f2c325c: ZERO-2838: Move file input component into @akinon/next
|
|
1262
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1263
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
1264
|
-
- 948eb42: ZERO-2852: Add out of stock endpoints
|
|
1265
|
-
- 146ea39: ZERO-2774: Update imports
|
|
1266
|
-
- f2c92d5: ZERO-2816: Update cookie name
|
|
1267
|
-
- 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
1268
|
-
- c47be30: ZERO-2744: Update Order and OrderItem types
|
|
1269
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1270
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1271
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1272
|
-
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
1273
|
-
|
|
1274
|
-
## 1.45.0-rc.4
|
|
1275
|
-
|
|
1276
|
-
### Minor Changes
|
|
1277
|
-
|
|
1278
|
-
- 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
|
|
1279
|
-
|
|
1280
|
-
## 1.45.0-rc.3
|
|
1281
|
-
|
|
1282
|
-
### Minor Changes
|
|
1283
|
-
|
|
1284
|
-
- 948eb42: ZERO-2852: Add out of stock endpoints
|
|
1285
|
-
|
|
1286
|
-
## 1.45.0-rc.2
|
|
1287
|
-
|
|
1288
|
-
### Minor Changes
|
|
1289
|
-
|
|
1290
|
-
- c45b62c: ZERO-2818: Add upload and download support for b2b package
|
|
1291
|
-
- f2c325c: ZERO-2838: Move file input component into @akinon/next
|
|
1292
|
-
|
|
1293
|
-
## 1.45.0-rc.1
|
|
1294
|
-
|
|
1295
|
-
### Minor Changes
|
|
1296
|
-
|
|
1297
|
-
- 7e56d6b: ZERO-2841: Update api tagTypes
|
|
1298
|
-
|
|
1299
|
-
## 1.45.0-rc.0
|
|
1300
|
-
|
|
1301
|
-
### Minor Changes
|
|
1302
|
-
|
|
1303
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1304
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1305
|
-
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
1306
|
-
- fda5b92: ZERO-2725: fix invalid import
|
|
1307
|
-
- 2d9b2b2: ZERO-2816: Add segment to headers
|
|
1308
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1309
|
-
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
1310
|
-
- 70279e7: ZERO-2817: Add metrics endpoint in default middleware
|
|
1311
|
-
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
1312
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1313
|
-
- 3bf2dd9: ZERO-2551: Fix search page
|
|
1314
|
-
- e9541a1: ZERO-2816: Add headers to url
|
|
1315
|
-
- 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.
|
|
1316
|
-
- 9d94f7e: ZERO-2820: update parent pk usage for menu generator
|
|
1317
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1318
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1319
|
-
- 1448a96: ZERO-2612: add errors type in CheckoutState
|
|
1320
392
|
- 2ab6e08: ZERO-2841: Update getBasketDetail query
|
|
1321
|
-
- d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
|
|
1322
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1323
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1324
|
-
- 17f8752: ZERO-2816: Make the incoming currency lowercase
|
|
1325
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1326
|
-
- bbe18b9: ZERO-2575: Fix build error
|
|
1327
|
-
- d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
1328
|
-
- 4920742: Disable getCachedTranslations
|
|
1329
|
-
- 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
1330
|
-
- 98bb8dc: ZERO-2706: Cache getTranlations method
|
|
1331
|
-
- 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
|
|
1332
|
-
- dcc8a15: ZERO-2694: added build step to RC branch pipeline
|
|
1333
|
-
- fad2768: ZERO-2739: add gpay to payment plugin map
|
|
1334
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1335
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1336
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1337
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1338
|
-
- 146ea39: ZERO-2774: Update imports
|
|
1339
|
-
- f2c92d5: ZERO-2816: Update cookie name
|
|
1340
|
-
- 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
1341
|
-
- c47be30: ZERO-2744: Update Order and OrderItem types
|
|
1342
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1343
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1344
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1345
|
-
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
1346
393
|
|
|
1347
394
|
## 1.44.0
|
|
1348
395
|
|
|
@@ -1350,201 +397,7 @@
|
|
|
1350
397
|
|
|
1351
398
|
### Minor Changes
|
|
1352
399
|
|
|
1353
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1354
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1355
|
-
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
1356
|
-
- fda5b92: ZERO-2725: fix invalid import
|
|
1357
|
-
- 2d9b2b2: ZERO-2816: Add segment to headers
|
|
1358
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1359
|
-
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
1360
|
-
- 70279e7: ZERO-2817: Add metrics endpoint in default middleware
|
|
1361
|
-
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
1362
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1363
|
-
- 3bf2dd9: ZERO-2551: Fix search page
|
|
1364
|
-
- e9541a1: ZERO-2816: Add headers to url
|
|
1365
|
-
- 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.
|
|
1366
|
-
- 9d94f7e: ZERO-2820: update parent pk usage for menu generator
|
|
1367
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1368
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1369
|
-
- 1448a96: ZERO-2612: add errors type in CheckoutState
|
|
1370
|
-
- d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
|
|
1371
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1372
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1373
|
-
- 17f8752: ZERO-2816: Make the incoming currency lowercase
|
|
1374
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1375
|
-
- bbe18b9: ZERO-2575: Fix build error
|
|
1376
|
-
- d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
1377
|
-
- 4920742: Disable getCachedTranslations
|
|
1378
|
-
- 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
1379
|
-
- 98bb8dc: ZERO-2706: Cache getTranlations method
|
|
1380
|
-
- 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
|
|
1381
|
-
- dcc8a15: ZERO-2694: added build step to RC branch pipeline
|
|
1382
|
-
- fad2768: ZERO-2739: add gpay to payment plugin map
|
|
1383
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1384
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1385
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1386
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1387
|
-
- 146ea39: ZERO-2774: Update imports
|
|
1388
|
-
- f2c92d5: ZERO-2816: Update cookie name
|
|
1389
|
-
- 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
1390
|
-
- c47be30: ZERO-2744: Update Order and OrderItem types
|
|
1391
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1392
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
1393
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1394
|
-
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
1395
|
-
|
|
1396
|
-
## 1.43.0-rc.15
|
|
1397
|
-
|
|
1398
|
-
## 1.43.0-rc.14
|
|
1399
|
-
|
|
1400
|
-
### Minor Changes
|
|
1401
|
-
|
|
1402
|
-
- 3bf2dd9: ZERO-2551: Fix search page
|
|
1403
|
-
|
|
1404
|
-
## 1.43.0-rc.13
|
|
1405
|
-
|
|
1406
|
-
### Minor Changes
|
|
1407
|
-
|
|
1408
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
1409
|
-
|
|
1410
|
-
## 1.43.0-rc.12
|
|
1411
|
-
|
|
1412
|
-
### Minor Changes
|
|
1413
|
-
|
|
1414
|
-
- 4920742: Disable getCachedTranslations
|
|
1415
|
-
|
|
1416
|
-
## 1.43.0-rc.11
|
|
1417
|
-
|
|
1418
|
-
### Minor Changes
|
|
1419
|
-
|
|
1420
|
-
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
1421
|
-
|
|
1422
|
-
## 1.43.0-rc.10
|
|
1423
|
-
|
|
1424
|
-
### Minor Changes
|
|
1425
|
-
|
|
1426
|
-
- d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
|
|
1427
|
-
|
|
1428
|
-
## 1.43.0-rc.9
|
|
1429
|
-
|
|
1430
|
-
### Minor Changes
|
|
1431
|
-
|
|
1432
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
1433
|
-
|
|
1434
|
-
## 1.43.0-rc.8
|
|
1435
|
-
|
|
1436
|
-
### Minor Changes
|
|
1437
|
-
|
|
1438
|
-
- 70279e7: ZERO-2817: Add metrics endpoint in default middleware
|
|
1439
|
-
- 9d94f7e: ZERO-2820: update parent pk usage for menu generator
|
|
1440
|
-
|
|
1441
|
-
## 1.43.0-rc.7
|
|
1442
|
-
|
|
1443
|
-
### Minor Changes
|
|
1444
|
-
|
|
1445
|
-
- 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
1446
|
-
|
|
1447
|
-
## 1.43.0-rc.6
|
|
1448
|
-
|
|
1449
|
-
### Minor Changes
|
|
1450
|
-
|
|
1451
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1452
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1453
|
-
- a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
1454
|
-
- fda5b92: ZERO-2725: fix invalid import
|
|
1455
|
-
- 2d9b2b2: ZERO-2816: Add segment to headers
|
|
1456
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1457
|
-
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
1458
|
-
- e9541a1: ZERO-2816: Add headers to url
|
|
1459
|
-
- 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.
|
|
1460
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1461
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1462
|
-
- 1448a96: ZERO-2612: add errors type in CheckoutState
|
|
1463
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1464
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1465
|
-
- 17f8752: ZERO-2816: Make the incoming currency lowercase
|
|
1466
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1467
|
-
- bbe18b9: ZERO-2575: Fix build error
|
|
1468
|
-
- d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
1469
|
-
- 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
1470
|
-
- 98bb8dc: ZERO-2706: Cache getTranlations method
|
|
1471
|
-
- 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
|
|
1472
|
-
- dcc8a15: ZERO-2694: added build step to RC branch pipeline
|
|
1473
|
-
- fad2768: ZERO-2739: add gpay to payment plugin map
|
|
1474
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1475
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1476
400
|
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
1477
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1478
|
-
- 146ea39: ZERO-2774: Update imports
|
|
1479
|
-
- f2c92d5: ZERO-2816: Update cookie name
|
|
1480
|
-
- c47be30: ZERO-2744: Update Order and OrderItem types
|
|
1481
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1482
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
1483
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1484
|
-
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
1485
|
-
|
|
1486
|
-
## 1.43.0-rc.5
|
|
1487
|
-
|
|
1488
|
-
### Minor Changes
|
|
1489
|
-
|
|
1490
|
-
- 17f8752: ZERO-2816: Make the incoming currency lowercase
|
|
1491
|
-
|
|
1492
|
-
## 1.43.0-rc.4
|
|
1493
|
-
|
|
1494
|
-
### Minor Changes
|
|
1495
|
-
|
|
1496
|
-
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
1497
|
-
|
|
1498
|
-
## 1.43.0-rc.3
|
|
1499
|
-
|
|
1500
|
-
### Minor Changes
|
|
1501
|
-
|
|
1502
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
1503
|
-
|
|
1504
|
-
## 1.43.0-rc.2
|
|
1505
|
-
|
|
1506
|
-
### Minor Changes
|
|
1507
|
-
|
|
1508
|
-
- f2c92d5: ZERO-2816: Update cookie name
|
|
1509
|
-
|
|
1510
|
-
## 1.43.0-rc.1
|
|
1511
|
-
|
|
1512
|
-
### Minor Changes
|
|
1513
|
-
|
|
1514
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
1515
|
-
|
|
1516
|
-
## 1.43.0-rc.0
|
|
1517
|
-
|
|
1518
|
-
### Minor Changes
|
|
1519
|
-
|
|
1520
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
1521
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
1522
|
-
- a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
1523
|
-
- fda5b92: ZERO-2725: fix invalid import
|
|
1524
|
-
- 2d9b2b2: ZERO-2816: Add segment to headers
|
|
1525
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
1526
|
-
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
1527
|
-
- e9541a1: ZERO-2816: Add headers to url
|
|
1528
|
-
- 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.
|
|
1529
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
1530
|
-
- 1448a96: ZERO-2612: add errors type in CheckoutState
|
|
1531
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
1532
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
1533
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
1534
|
-
- bbe18b9: ZERO-2575: Fix build error
|
|
1535
|
-
- d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
1536
|
-
- 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
1537
|
-
- 98bb8dc: ZERO-2706: Cache getTranlations method
|
|
1538
|
-
- 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
|
|
1539
|
-
- dcc8a15: ZERO-2694: added build step to RC branch pipeline
|
|
1540
|
-
- fad2768: ZERO-2739: add gpay to payment plugin map
|
|
1541
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1542
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1543
|
-
- 146ea39: ZERO-2774: Update imports
|
|
1544
|
-
- c47be30: ZERO-2744: Update Order and OrderItem types
|
|
1545
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1546
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
1547
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1548
401
|
|
|
1549
402
|
## 1.42.0
|
|
1550
403
|
|