@akinon/next 1.76.0-rc.0 → 2.0.0-beta.1
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 +11 -740
- package/api/client.ts +3 -2
- package/components/input.tsx +0 -2
- package/components/link.tsx +12 -16
- package/components/pz-root.tsx +1 -1
- package/data/server/flatpage.ts +4 -8
- package/data/server/form.ts +4 -12
- package/data/server/landingpage.ts +4 -8
- package/data/server/menu.ts +2 -7
- package/data/server/product.ts +4 -15
- package/data/server/seo.ts +4 -11
- package/data/server/widget.ts +4 -19
- package/hocs/client/with-segment-defaults.tsx +1 -1
- package/hocs/server/with-segment-defaults.tsx +8 -8
- package/instrumentation/index.ts +0 -7
- package/lib/cache-handler.mjs +2 -2
- package/lib/cache.ts +0 -2
- package/middlewares/complete-gpay.ts +1 -2
- package/middlewares/complete-masterpass.ts +1 -2
- package/middlewares/default.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/package.json +8 -8
- package/types/commerce/checkout.ts +1 -0
- package/types/commerce/order.ts +0 -1
- package/types/index.ts +2 -2
- package/utils/app-fetch.ts +4 -4
- package/utils/redirect.ts +2 -2
- package/with-pz-config.js +1 -1
- package/data/server/basket.ts +0 -72
package/CHANGELOG.md
CHANGED
|
@@ -1,33 +1,16 @@
|
|
|
1
1
|
# @akinon/next
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
-
|
|
14
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
15
|
-
- 999168d6: ZERO-3104: Remove local cache handler from CacheHandler initialization
|
|
16
|
-
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
17
|
-
- 17f87524: ZERO-2816: Make the incoming currency lowercase
|
|
18
|
-
- 65d3b862: ZERO-3054: Update headers in appFetch
|
|
19
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
20
|
-
- 4920742c: Disable getCachedTranslations
|
|
21
|
-
- 7e56d6b6: ZERO-2841: Update api tagTypes
|
|
22
|
-
- 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
|
|
23
|
-
- 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
|
|
24
|
-
- eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
|
|
25
|
-
- f2c92d5c: ZERO-2816: Update cookie name
|
|
26
|
-
- 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
27
|
-
- fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
|
|
28
|
-
- 86a5a620: ZERO-3104: Add optional headers parameter to data fetching functions
|
|
29
|
-
- 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
30
|
-
- 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
|
|
3
|
+
## 2.0.0-beta.1
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- ZERO-3091: Upgrade Next.js to v15 and React to v19
|
|
8
|
+
|
|
9
|
+
## 2.0.0-beta.0
|
|
10
|
+
|
|
11
|
+
### Major Changes
|
|
12
|
+
|
|
13
|
+
- be6c09d: ZERO-3114: Create beta version.
|
|
31
14
|
|
|
32
15
|
## 1.75.0
|
|
33
16
|
|
|
@@ -80,52 +63,6 @@
|
|
|
80
63
|
### Minor Changes
|
|
81
64
|
|
|
82
65
|
- f34454a: ZERO-2953: Add hepsipay payment method
|
|
83
|
-
- 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
|
|
84
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
85
|
-
- 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
|
|
86
|
-
- 9a50730: ZERO-3015: Add currency parameter to getOrders query
|
|
87
|
-
- ca774b3: ZERO-3002:add register with loyalty url
|
|
88
|
-
- 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
|
|
89
|
-
- 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
|
|
90
|
-
|
|
91
|
-
## 1.71.0-rc.7
|
|
92
|
-
|
|
93
|
-
## 1.71.0-rc.6
|
|
94
|
-
|
|
95
|
-
### Minor Changes
|
|
96
|
-
|
|
97
|
-
- f34454a: ZERO-2953: Add hepsipay payment method
|
|
98
|
-
|
|
99
|
-
## 1.71.0-rc.5
|
|
100
|
-
|
|
101
|
-
## 1.71.0-rc.4
|
|
102
|
-
|
|
103
|
-
## 1.71.0-rc.3
|
|
104
|
-
|
|
105
|
-
### Minor Changes
|
|
106
|
-
|
|
107
|
-
- 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
|
|
108
|
-
|
|
109
|
-
## 1.71.0-rc.2
|
|
110
|
-
|
|
111
|
-
### Minor Changes
|
|
112
|
-
|
|
113
|
-
- 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
|
|
114
|
-
|
|
115
|
-
## 1.71.0-rc.1
|
|
116
|
-
|
|
117
|
-
### Minor Changes
|
|
118
|
-
|
|
119
|
-
- 9a50730: ZERO-3015: Add currency parameter to getOrders query
|
|
120
|
-
|
|
121
|
-
## 1.71.0-rc.0
|
|
122
|
-
|
|
123
|
-
### Minor Changes
|
|
124
|
-
|
|
125
|
-
- 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
|
|
126
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
127
|
-
- 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
|
|
128
|
-
- ca774b3: ZERO-3002:add register with loyalty url
|
|
129
66
|
|
|
130
67
|
## 1.70.0
|
|
131
68
|
|
|
@@ -137,72 +74,12 @@
|
|
|
137
74
|
|
|
138
75
|
### Minor Changes
|
|
139
76
|
|
|
140
|
-
- 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
|
|
141
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
142
|
-
- 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
|
|
143
|
-
- ca774b3: ZERO-3002:add register with loyalty url
|
|
144
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
145
|
-
|
|
146
|
-
## 1.69.0-rc.8
|
|
147
|
-
|
|
148
|
-
### Minor Changes
|
|
149
|
-
|
|
150
|
-
- 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
|
|
151
|
-
- ca774b3: ZERO-3002:add register with loyalty url
|
|
152
|
-
|
|
153
|
-
## 1.69.0-rc.7
|
|
154
|
-
|
|
155
|
-
### Minor Changes
|
|
156
|
-
|
|
157
|
-
- 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
|
|
158
|
-
|
|
159
|
-
## 1.69.0-rc.6
|
|
160
|
-
|
|
161
|
-
### Minor Changes
|
|
162
|
-
|
|
163
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
164
77
|
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
165
78
|
- 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
|
|
166
79
|
- 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
|
|
167
80
|
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
168
81
|
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
169
82
|
|
|
170
|
-
## 1.69.0-rc.5
|
|
171
|
-
|
|
172
|
-
### Minor Changes
|
|
173
|
-
|
|
174
|
-
- 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
|
|
175
|
-
|
|
176
|
-
## 1.69.0-rc.4
|
|
177
|
-
|
|
178
|
-
### Minor Changes
|
|
179
|
-
|
|
180
|
-
- 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
|
|
181
|
-
|
|
182
|
-
## 1.69.0-rc.3
|
|
183
|
-
|
|
184
|
-
### Minor Changes
|
|
185
|
-
|
|
186
|
-
- cbdb0c8: ZERO-3010: Move pretty url page into project
|
|
187
|
-
|
|
188
|
-
## 1.69.0-rc.2
|
|
189
|
-
|
|
190
|
-
### Minor Changes
|
|
191
|
-
|
|
192
|
-
- 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
|
|
193
|
-
|
|
194
|
-
## 1.69.0-rc.1
|
|
195
|
-
|
|
196
|
-
### Minor Changes
|
|
197
|
-
|
|
198
|
-
- 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
|
|
199
|
-
|
|
200
|
-
## 1.69.0-rc.0
|
|
201
|
-
|
|
202
|
-
### Minor Changes
|
|
203
|
-
|
|
204
|
-
- 4d3deb4: ZERO-2935: sentry 8 upgrade
|
|
205
|
-
|
|
206
83
|
## 1.68.0
|
|
207
84
|
|
|
208
85
|
### Minor Changes
|
|
@@ -312,183 +189,11 @@
|
|
|
312
189
|
|
|
313
190
|
### Minor Changes
|
|
314
191
|
|
|
315
|
-
- c416d18: ZERO-2915: Add delivery option null check for setAddress
|
|
316
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
317
|
-
- 5dfeea0: ZERO-2801: Revert ZERO-2801
|
|
318
|
-
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
319
|
-
- fda5b927: ZERO-2725: fix invalid import
|
|
320
|
-
- 2d9b2b2c: ZERO-2816: Add segment to headers
|
|
321
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
322
|
-
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
323
|
-
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
324
|
-
- 3bf2dd9: ZERO-2551: Fix search page
|
|
325
|
-
- e9541a13: ZERO-2816: Add headers to url
|
|
326
|
-
- 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.
|
|
327
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
328
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
329
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
330
|
-
- 7b05522: ZERO-2905: Fix resend and close button in otp package
|
|
331
|
-
- d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
|
|
332
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
333
|
-
- 17f87524: ZERO-2816: Make the incoming currency lowercase
|
|
334
|
-
- 29ead87: ZERO-2905: Fix resend and close button in otp package
|
|
335
|
-
- c45b62c: ZERO-2818: Add upload and download support for b2b package
|
|
336
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
337
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
338
|
-
- d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
339
|
-
- 4920742: Disable getCachedTranslations
|
|
340
|
-
- 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
|
|
341
|
-
- 7e56d6b: ZERO-2841: Update api tagTypes
|
|
342
|
-
- 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
343
|
-
- 98bb8dcd: ZERO-2706: Cache getTranlations method
|
|
344
|
-
- dcc8a150: ZERO-2694: added build step to RC branch pipeline
|
|
345
|
-
- 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
|
|
346
|
-
- fad27689: ZERO-2739: add gpay to payment plugin map
|
|
347
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
348
|
-
- fdd0b41: ZERO-2706: Add optimized translation support
|
|
349
|
-
- f2c325c: ZERO-2838: Move file input component into @akinon/next
|
|
350
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
351
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
352
|
-
- f2c92d5c: ZERO-2816: Update cookie name
|
|
353
|
-
- 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
354
|
-
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
355
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
356
|
-
- 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
357
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
358
|
-
- 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
|
|
359
|
-
|
|
360
|
-
## 1.56.0-rc.7
|
|
361
|
-
|
|
362
|
-
## 1.56.0-rc.6
|
|
363
|
-
|
|
364
|
-
### Minor Changes
|
|
365
|
-
|
|
366
|
-
- f3d076b: ZERO-2864: create tabby extension plugin
|
|
367
|
-
|
|
368
|
-
## 1.56.0-rc.5
|
|
369
|
-
|
|
370
|
-
### Minor Changes
|
|
371
|
-
|
|
372
|
-
- c416d18: ZERO-2915: Add delivery option null check for setAddress
|
|
373
|
-
|
|
374
|
-
## 1.56.0-rc.4
|
|
375
|
-
|
|
376
|
-
### Minor Changes
|
|
377
|
-
|
|
378
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
379
|
-
- 5dfeea0: ZERO-2801: Revert ZERO-2801
|
|
380
|
-
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
381
|
-
- fda5b927: ZERO-2725: fix invalid import
|
|
382
|
-
- 2d9b2b2c: ZERO-2816: Add segment to headers
|
|
383
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
384
192
|
- d93a507: ZERO-2900: Fix pretty url rewrite
|
|
385
|
-
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
386
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
387
|
-
- 3bf2dd9: ZERO-2551: Fix search page
|
|
388
|
-
- e9541a13: ZERO-2816: Add headers to url
|
|
389
|
-
- 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.
|
|
390
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
391
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
392
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
393
|
-
- 7b05522: ZERO-2905: Fix resend and close button in otp package
|
|
394
|
-
- d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
|
|
395
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
396
|
-
- 17f8752: ZERO-2816: Make the incoming currency lowercase
|
|
397
|
-
- 29ead87: ZERO-2905: Fix resend and close button in otp package
|
|
398
|
-
- c45b62c: ZERO-2818: Add upload and download support for b2b package
|
|
399
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
400
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
401
|
-
- d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
402
|
-
- 4920742: Disable getCachedTranslations
|
|
403
|
-
- 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
|
|
404
193
|
- 674badc: ZERO-2912: Fix selected payment option view to handle null values
|
|
405
|
-
- 7e56d6b: ZERO-2841: Update api tagTypes
|
|
406
|
-
- 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
407
|
-
- 98bb8dcd: ZERO-2706: Cache getTranlations method
|
|
408
194
|
- 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
|
|
409
|
-
- dcc8a150: ZERO-2694: added build step to RC branch pipeline
|
|
410
|
-
- 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
|
|
411
|
-
- fad27689: ZERO-2739: add gpay to payment plugin map
|
|
412
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
413
|
-
- fdd0b41: ZERO-2706: Add optimized translation support
|
|
414
|
-
- f2c325c: ZERO-2838: Move file input component into @akinon/next
|
|
415
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
416
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
417
|
-
- f2c92d5c: ZERO-2816: Update cookie name
|
|
418
|
-
- 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
419
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
420
195
|
- b9273fd: ZERO-2889: add host headers to requests
|
|
421
|
-
- 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
422
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
423
196
|
- c670bd4: ZERO-2900: Add middleware rewrite functionality
|
|
424
|
-
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
425
|
-
|
|
426
|
-
## 1.56.0-rc.3
|
|
427
|
-
|
|
428
|
-
### Minor Changes
|
|
429
|
-
|
|
430
|
-
- 674badc: ZERO-2912: Fix selected payment option view to handle null values
|
|
431
|
-
|
|
432
|
-
## 1.56.0-rc.2
|
|
433
|
-
|
|
434
|
-
### Minor Changes
|
|
435
|
-
|
|
436
|
-
- 7b05522: ZERO-2905: Fix resend and close button in otp package
|
|
437
|
-
- 29ead87: ZERO-2905: Fix resend and close button in otp package
|
|
438
|
-
|
|
439
|
-
## 1.56.0-rc.1
|
|
440
|
-
|
|
441
|
-
### Minor Changes
|
|
442
|
-
|
|
443
|
-
- 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
|
|
444
|
-
|
|
445
|
-
## 1.56.0-rc.0
|
|
446
|
-
|
|
447
|
-
### Minor Changes
|
|
448
|
-
|
|
449
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
450
|
-
- 5dfeea0: ZERO-2801: Revert ZERO-2801
|
|
451
|
-
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
452
|
-
- fda5b927: ZERO-2725: fix invalid import
|
|
453
|
-
- 2d9b2b2c: ZERO-2816: Add segment to headers
|
|
454
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
455
|
-
- d93a507: ZERO-2900: Fix pretty url rewrite
|
|
456
|
-
- 6c25f666: ZERO-2551: Check CACHE_HOST variable
|
|
457
|
-
- bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
458
|
-
- 3bf2dd94: ZERO-2551: Fix search page
|
|
459
|
-
- e9541a13: ZERO-2816: Add headers to url
|
|
460
|
-
- 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.
|
|
461
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
462
|
-
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
463
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
464
|
-
- d6edb1d0: ZERO-2551: Fix searchparams handling for list and other routes
|
|
465
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
466
|
-
- 17f87524: ZERO-2816: Make the incoming currency lowercase
|
|
467
|
-
- c45b62c9: ZERO-2818: Add upload and download support for b2b package
|
|
468
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
469
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
470
|
-
- d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
471
|
-
- 4920742c: Disable getCachedTranslations
|
|
472
|
-
- 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
|
|
473
|
-
- 7e56d6b6: ZERO-2841: Update api tagTypes
|
|
474
|
-
- 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
475
|
-
- 98bb8dcd: ZERO-2706: Cache getTranlations method
|
|
476
|
-
- dcc8a150: ZERO-2694: added build step to RC branch pipeline
|
|
477
|
-
- 8f47ccae: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
|
|
478
|
-
- fad27689: ZERO-2739: add gpay to payment plugin map
|
|
479
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
480
|
-
- fdd0b41: ZERO-2706: Add optimized translation support
|
|
481
|
-
- f2c325c1: ZERO-2838: Move file input component into @akinon/next
|
|
482
|
-
- 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
|
|
483
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
484
|
-
- f2c92d5c: ZERO-2816: Update cookie name
|
|
485
|
-
- 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
486
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
487
|
-
- b9273fd3: ZERO-2889: add host headers to requests
|
|
488
|
-
- 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
489
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
490
|
-
- c670bd48: ZERO-2900: Add middleware rewrite functionality
|
|
491
|
-
- 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
|
|
492
197
|
|
|
493
198
|
## 1.55.0
|
|
494
199
|
|
|
@@ -534,128 +239,7 @@
|
|
|
534
239
|
|
|
535
240
|
### Minor Changes
|
|
536
241
|
|
|
537
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
538
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
539
|
-
- 5dfeea0: ZERO-2801: Revert ZERO-2801
|
|
540
|
-
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
541
|
-
- fda5b927: ZERO-2725: fix invalid import
|
|
542
|
-
- 2d9b2b2: ZERO-2816: Add segment to headers
|
|
543
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
544
|
-
- d93a507: ZERO-2900: Fix pretty url rewrite
|
|
545
|
-
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
546
|
-
- 70279e7: ZERO-2817: Add metrics endpoint in default middleware
|
|
547
|
-
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
548
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
549
|
-
- 3bf2dd9: ZERO-2551: Fix search page
|
|
550
|
-
- e9541a1: ZERO-2816: Add headers to url
|
|
551
|
-
- 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.
|
|
552
|
-
- 9d94f7e: ZERO-2820: update parent pk usage for menu generator
|
|
553
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
554
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
555
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
556
|
-
- 1448a96e: ZERO-2612: add errors type in CheckoutState
|
|
557
|
-
- 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
|
|
558
|
-
- d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
|
|
559
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
560
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
561
|
-
- 17f8752: ZERO-2816: Make the incoming currency lowercase
|
|
562
|
-
- c45b62c: ZERO-2818: Add upload and download support for b2b package
|
|
563
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
564
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
565
|
-
- d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
566
|
-
- 4920742: Disable getCachedTranslations
|
|
567
|
-
- 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
|
|
568
|
-
- 7e56d6b: ZERO-2841: Update api tagTypes
|
|
569
|
-
- 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
570
|
-
- 98bb8dcd: ZERO-2706: Cache getTranlations method
|
|
571
|
-
- 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
|
|
572
|
-
- dcc8a150: ZERO-2694: added build step to RC branch pipeline
|
|
573
|
-
- 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
|
|
574
|
-
- fad27689: ZERO-2739: add gpay to payment plugin map
|
|
575
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
576
|
-
- fdd0b41: ZERO-2706: Add optimized translation support
|
|
577
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
578
|
-
- f2c325c: ZERO-2838: Move file input component into @akinon/next
|
|
579
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
580
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
581
|
-
- 146ea391: ZERO-2774: Update imports
|
|
582
|
-
- f2c92d5: ZERO-2816: Update cookie name
|
|
583
|
-
- 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
584
|
-
- c47be30d: ZERO-2744: Update Order and OrderItem types
|
|
585
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
586
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
587
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
588
|
-
- 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
589
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
590
|
-
- c670bd4: ZERO-2900: Add middleware rewrite functionality
|
|
591
|
-
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
592
|
-
- 3d35f70: ZERO-2908: Add cookie to redirect url
|
|
593
|
-
|
|
594
|
-
## 1.50.0-rc.1
|
|
595
|
-
|
|
596
|
-
### Minor Changes
|
|
597
|
-
|
|
598
|
-
- 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
599
|
-
|
|
600
|
-
## 1.50.0-rc.0
|
|
601
|
-
|
|
602
|
-
### Minor Changes
|
|
603
|
-
|
|
604
|
-
- 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
605
|
-
- 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
|
|
606
|
-
- 5dfeea0: ZERO-2801: Revert ZERO-2801
|
|
607
|
-
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
608
|
-
- fda5b927: ZERO-2725: fix invalid import
|
|
609
|
-
- 2d9b2b2: ZERO-2816: Add segment to headers
|
|
610
|
-
- c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
611
|
-
- d93a507: ZERO-2900: Fix pretty url rewrite
|
|
612
|
-
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
613
242
|
- eaf97d6: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
614
|
-
- 70279e7: ZERO-2817: Add metrics endpoint in default middleware
|
|
615
|
-
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
616
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
617
|
-
- 3bf2dd9: ZERO-2551: Fix search page
|
|
618
|
-
- e9541a1: ZERO-2816: Add headers to url
|
|
619
|
-
- 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.
|
|
620
|
-
- 9d94f7e: ZERO-2820: update parent pk usage for menu generator
|
|
621
|
-
- 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
|
|
622
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
623
|
-
- 0d3a913e: ZERO-2725: Update decimal scale in Price component
|
|
624
|
-
- 1448a96e: ZERO-2612: add errors type in CheckoutState
|
|
625
|
-
- 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
|
|
626
|
-
- d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
|
|
627
|
-
- d3474c64: ZERO-2655: Add data source shipping option
|
|
628
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
629
|
-
- 17f8752: ZERO-2816: Make the incoming currency lowercase
|
|
630
|
-
- c45b62c: ZERO-2818: Add upload and download support for b2b package
|
|
631
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
632
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
633
|
-
- d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
634
|
-
- 4920742: Disable getCachedTranslations
|
|
635
|
-
- 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
|
|
636
|
-
- 7e56d6b: ZERO-2841: Update api tagTypes
|
|
637
|
-
- 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
638
|
-
- 98bb8dcd: ZERO-2706: Cache getTranlations method
|
|
639
|
-
- 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
|
|
640
|
-
- dcc8a150: ZERO-2694: added build step to RC branch pipeline
|
|
641
|
-
- 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
|
|
642
|
-
- fad27689: ZERO-2739: add gpay to payment plugin map
|
|
643
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
644
|
-
- fdd0b41: ZERO-2706: Add optimized translation support
|
|
645
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
646
|
-
- f2c325c: ZERO-2838: Move file input component into @akinon/next
|
|
647
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
648
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
649
|
-
- 146ea391: ZERO-2774: Update imports
|
|
650
|
-
- f2c92d5: ZERO-2816: Update cookie name
|
|
651
|
-
- 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
652
|
-
- c47be30d: ZERO-2744: Update Order and OrderItem types
|
|
653
|
-
- e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
654
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
655
|
-
- b9273fd: ZERO-2889: add host headers to requests
|
|
656
|
-
- 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
657
|
-
- c670bd4: ZERO-2900: Add middleware rewrite functionality
|
|
658
|
-
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
659
243
|
|
|
660
244
|
## 1.49.0
|
|
661
245
|
|
|
@@ -681,126 +265,7 @@
|
|
|
681
265
|
|
|
682
266
|
### Minor Changes
|
|
683
267
|
|
|
684
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
685
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
686
|
-
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
687
|
-
- fda5b92: ZERO-2725: fix invalid import
|
|
688
|
-
- 2d9b2b2: ZERO-2816: Add segment to headers
|
|
689
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
690
|
-
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
691
|
-
- 70279e7: ZERO-2817: Add metrics endpoint in default middleware
|
|
692
|
-
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
693
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
694
|
-
- 3bf2dd9: ZERO-2551: Fix search page
|
|
695
|
-
- e9541a1: ZERO-2816: Add headers to url
|
|
696
|
-
- 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.
|
|
697
|
-
- 9d94f7e: ZERO-2820: update parent pk usage for menu generator
|
|
698
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
699
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
700
|
-
- 1448a96e: ZERO-2612: add errors type in CheckoutState
|
|
701
|
-
- d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
|
|
702
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
703
|
-
- 75080fd6: ZERO-2630: Add max limit to postcode area
|
|
704
|
-
- 17f8752: ZERO-2816: Make the incoming currency lowercase
|
|
705
|
-
- c45b62c: ZERO-2818: Add upload and download support for b2b package
|
|
706
|
-
- 91265bba: ZERO-2551: Improve pretty url and caching performance
|
|
707
|
-
- bbe18b9f: ZERO-2575: Fix build error
|
|
708
|
-
- d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
709
|
-
- 4920742: Disable getCachedTranslations
|
|
710
|
-
- 7e56d6b: ZERO-2841: Update api tagTypes
|
|
711
|
-
- 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
712
|
-
- 98bb8dc: ZERO-2706: Cache getTranlations method
|
|
713
|
-
- 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
|
|
714
|
-
- dcc8a15: ZERO-2694: added build step to RC branch pipeline
|
|
715
|
-
- 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
|
|
716
|
-
- fad2768: ZERO-2739: add gpay to payment plugin map
|
|
717
|
-
- dff0d595: ZERO-2659: add formData support to proxy api requests
|
|
718
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
719
|
-
- f2c325c: ZERO-2838: Move file input component into @akinon/next
|
|
720
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
721
|
-
- beb499e6: ZERO-2551: Add new tsconfig paths
|
|
722
|
-
- 948eb42: ZERO-2852: Add out of stock endpoints
|
|
723
|
-
- 146ea39: ZERO-2774: Update imports
|
|
724
|
-
- f2c92d5: ZERO-2816: Update cookie name
|
|
725
|
-
- 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
726
|
-
- c47be30: ZERO-2744: Update Order and OrderItem types
|
|
727
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
728
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
729
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
730
|
-
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
731
|
-
|
|
732
|
-
## 1.45.0-rc.4
|
|
733
|
-
|
|
734
|
-
### Minor Changes
|
|
735
|
-
|
|
736
|
-
- 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
|
|
737
|
-
|
|
738
|
-
## 1.45.0-rc.3
|
|
739
|
-
|
|
740
|
-
### Minor Changes
|
|
741
|
-
|
|
742
|
-
- 948eb42: ZERO-2852: Add out of stock endpoints
|
|
743
|
-
|
|
744
|
-
## 1.45.0-rc.2
|
|
745
|
-
|
|
746
|
-
### Minor Changes
|
|
747
|
-
|
|
748
|
-
- c45b62c: ZERO-2818: Add upload and download support for b2b package
|
|
749
|
-
- f2c325c: ZERO-2838: Move file input component into @akinon/next
|
|
750
|
-
|
|
751
|
-
## 1.45.0-rc.1
|
|
752
|
-
|
|
753
|
-
### Minor Changes
|
|
754
|
-
|
|
755
|
-
- 7e56d6b: ZERO-2841: Update api tagTypes
|
|
756
|
-
|
|
757
|
-
## 1.45.0-rc.0
|
|
758
|
-
|
|
759
|
-
### Minor Changes
|
|
760
|
-
|
|
761
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
762
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
763
|
-
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
764
|
-
- fda5b92: ZERO-2725: fix invalid import
|
|
765
|
-
- 2d9b2b2: ZERO-2816: Add segment to headers
|
|
766
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
767
|
-
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
768
|
-
- 70279e7: ZERO-2817: Add metrics endpoint in default middleware
|
|
769
|
-
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
770
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
771
|
-
- 3bf2dd9: ZERO-2551: Fix search page
|
|
772
|
-
- e9541a1: ZERO-2816: Add headers to url
|
|
773
|
-
- 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.
|
|
774
|
-
- 9d94f7e: ZERO-2820: update parent pk usage for menu generator
|
|
775
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
776
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
777
|
-
- 1448a96: ZERO-2612: add errors type in CheckoutState
|
|
778
268
|
- 2ab6e08: ZERO-2841: Update getBasketDetail query
|
|
779
|
-
- d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
|
|
780
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
781
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
782
|
-
- 17f8752: ZERO-2816: Make the incoming currency lowercase
|
|
783
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
784
|
-
- bbe18b9: ZERO-2575: Fix build error
|
|
785
|
-
- d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
786
|
-
- 4920742: Disable getCachedTranslations
|
|
787
|
-
- 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
788
|
-
- 98bb8dc: ZERO-2706: Cache getTranlations method
|
|
789
|
-
- 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
|
|
790
|
-
- dcc8a15: ZERO-2694: added build step to RC branch pipeline
|
|
791
|
-
- fad2768: ZERO-2739: add gpay to payment plugin map
|
|
792
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
793
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
794
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
795
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
796
|
-
- 146ea39: ZERO-2774: Update imports
|
|
797
|
-
- f2c92d5: ZERO-2816: Update cookie name
|
|
798
|
-
- 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
799
|
-
- c47be30: ZERO-2744: Update Order and OrderItem types
|
|
800
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
801
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
802
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
803
|
-
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
804
269
|
|
|
805
270
|
## 1.44.0
|
|
806
271
|
|
|
@@ -808,201 +273,7 @@
|
|
|
808
273
|
|
|
809
274
|
### Minor Changes
|
|
810
275
|
|
|
811
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
812
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
813
|
-
- a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
814
|
-
- fda5b92: ZERO-2725: fix invalid import
|
|
815
|
-
- 2d9b2b2: ZERO-2816: Add segment to headers
|
|
816
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
817
|
-
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
818
|
-
- 70279e7: ZERO-2817: Add metrics endpoint in default middleware
|
|
819
|
-
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
820
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
821
|
-
- 3bf2dd9: ZERO-2551: Fix search page
|
|
822
|
-
- e9541a1: ZERO-2816: Add headers to url
|
|
823
|
-
- 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.
|
|
824
|
-
- 9d94f7e: ZERO-2820: update parent pk usage for menu generator
|
|
825
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
826
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
827
|
-
- 1448a96: ZERO-2612: add errors type in CheckoutState
|
|
828
|
-
- d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
|
|
829
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
830
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
831
|
-
- 17f8752: ZERO-2816: Make the incoming currency lowercase
|
|
832
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
833
|
-
- bbe18b9: ZERO-2575: Fix build error
|
|
834
|
-
- d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
835
|
-
- 4920742: Disable getCachedTranslations
|
|
836
|
-
- 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
837
|
-
- 98bb8dc: ZERO-2706: Cache getTranlations method
|
|
838
|
-
- 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
|
|
839
|
-
- dcc8a15: ZERO-2694: added build step to RC branch pipeline
|
|
840
|
-
- fad2768: ZERO-2739: add gpay to payment plugin map
|
|
841
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
842
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
843
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
844
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
845
|
-
- 146ea39: ZERO-2774: Update imports
|
|
846
|
-
- f2c92d5: ZERO-2816: Update cookie name
|
|
847
|
-
- 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
848
|
-
- c47be30: ZERO-2744: Update Order and OrderItem types
|
|
849
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
850
|
-
- f046f8e0: ZERO-2575: update version for react-number-format
|
|
851
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
852
|
-
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
853
|
-
|
|
854
|
-
## 1.43.0-rc.15
|
|
855
|
-
|
|
856
|
-
## 1.43.0-rc.14
|
|
857
|
-
|
|
858
|
-
### Minor Changes
|
|
859
|
-
|
|
860
|
-
- 3bf2dd9: ZERO-2551: Fix search page
|
|
861
|
-
|
|
862
|
-
## 1.43.0-rc.13
|
|
863
|
-
|
|
864
|
-
### Minor Changes
|
|
865
|
-
|
|
866
|
-
- 9e25a64: ZERO-2835: Update category page layout with breadcrumb
|
|
867
|
-
|
|
868
|
-
## 1.43.0-rc.12
|
|
869
|
-
|
|
870
|
-
### Minor Changes
|
|
871
|
-
|
|
872
|
-
- 4920742: Disable getCachedTranslations
|
|
873
|
-
|
|
874
|
-
## 1.43.0-rc.11
|
|
875
|
-
|
|
876
|
-
### Minor Changes
|
|
877
|
-
|
|
878
|
-
- 6c25f66: ZERO-2551: Check CACHE_HOST variable
|
|
879
|
-
|
|
880
|
-
## 1.43.0-rc.10
|
|
881
|
-
|
|
882
|
-
### Minor Changes
|
|
883
|
-
|
|
884
|
-
- d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
|
|
885
|
-
|
|
886
|
-
## 1.43.0-rc.9
|
|
887
|
-
|
|
888
|
-
### Minor Changes
|
|
889
|
-
|
|
890
|
-
- bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
|
|
891
|
-
|
|
892
|
-
## 1.43.0-rc.8
|
|
893
|
-
|
|
894
|
-
### Minor Changes
|
|
895
|
-
|
|
896
|
-
- 70279e7: ZERO-2817: Add metrics endpoint in default middleware
|
|
897
|
-
- 9d94f7e: ZERO-2820: update parent pk usage for menu generator
|
|
898
|
-
|
|
899
|
-
## 1.43.0-rc.7
|
|
900
|
-
|
|
901
|
-
### Minor Changes
|
|
902
|
-
|
|
903
|
-
- 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
904
|
-
|
|
905
|
-
## 1.43.0-rc.6
|
|
906
|
-
|
|
907
|
-
### Minor Changes
|
|
908
|
-
|
|
909
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
910
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
911
|
-
- a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
912
|
-
- fda5b92: ZERO-2725: fix invalid import
|
|
913
|
-
- 2d9b2b2: ZERO-2816: Add segment to headers
|
|
914
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
915
|
-
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
916
|
-
- e9541a1: ZERO-2816: Add headers to url
|
|
917
|
-
- 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.
|
|
918
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
919
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
920
|
-
- 1448a96: ZERO-2612: add errors type in CheckoutState
|
|
921
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
922
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
923
|
-
- 17f8752: ZERO-2816: Make the incoming currency lowercase
|
|
924
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
925
|
-
- bbe18b9: ZERO-2575: Fix build error
|
|
926
|
-
- d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
927
|
-
- 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
928
|
-
- 98bb8dc: ZERO-2706: Cache getTranlations method
|
|
929
|
-
- 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
|
|
930
|
-
- dcc8a15: ZERO-2694: added build step to RC branch pipeline
|
|
931
|
-
- fad2768: ZERO-2739: add gpay to payment plugin map
|
|
932
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
933
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
934
276
|
- 4a163f2: ZERO-2761: Add condition for basket summary
|
|
935
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
936
|
-
- 146ea39: ZERO-2774: Update imports
|
|
937
|
-
- f2c92d5: ZERO-2816: Update cookie name
|
|
938
|
-
- c47be30: ZERO-2744: Update Order and OrderItem types
|
|
939
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
940
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
941
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
942
|
-
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
943
|
-
|
|
944
|
-
## 1.43.0-rc.5
|
|
945
|
-
|
|
946
|
-
### Minor Changes
|
|
947
|
-
|
|
948
|
-
- 17f8752: ZERO-2816: Make the incoming currency lowercase
|
|
949
|
-
|
|
950
|
-
## 1.43.0-rc.4
|
|
951
|
-
|
|
952
|
-
### Minor Changes
|
|
953
|
-
|
|
954
|
-
- 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
|
|
955
|
-
|
|
956
|
-
## 1.43.0-rc.3
|
|
957
|
-
|
|
958
|
-
### Minor Changes
|
|
959
|
-
|
|
960
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
961
|
-
|
|
962
|
-
## 1.43.0-rc.2
|
|
963
|
-
|
|
964
|
-
### Minor Changes
|
|
965
|
-
|
|
966
|
-
- f2c92d5: ZERO-2816: Update cookie name
|
|
967
|
-
|
|
968
|
-
## 1.43.0-rc.1
|
|
969
|
-
|
|
970
|
-
### Minor Changes
|
|
971
|
-
|
|
972
|
-
- eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
|
|
973
|
-
|
|
974
|
-
## 1.43.0-rc.0
|
|
975
|
-
|
|
976
|
-
### Minor Changes
|
|
977
|
-
|
|
978
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
979
|
-
- 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
|
|
980
|
-
- a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
981
|
-
- fda5b92: ZERO-2725: fix invalid import
|
|
982
|
-
- 2d9b2b2: ZERO-2816: Add segment to headers
|
|
983
|
-
- c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
|
|
984
|
-
- 8d9ac9a: ZERO-2794: Add field to order type
|
|
985
|
-
- e9541a1: ZERO-2816: Add headers to url
|
|
986
|
-
- 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.
|
|
987
|
-
- 0d3a913: ZERO-2725: Update decimal scale in Price component
|
|
988
|
-
- 1448a96: ZERO-2612: add errors type in CheckoutState
|
|
989
|
-
- d3474c6: ZERO-2655: Add data source shipping option
|
|
990
|
-
- 75080fd: ZERO-2630: Add max limit to postcode area
|
|
991
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
992
|
-
- bbe18b9: ZERO-2575: Fix build error
|
|
993
|
-
- d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
|
|
994
|
-
- 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
|
|
995
|
-
- 98bb8dc: ZERO-2706: Cache getTranlations method
|
|
996
|
-
- 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
|
|
997
|
-
- dcc8a15: ZERO-2694: added build step to RC branch pipeline
|
|
998
|
-
- fad2768: ZERO-2739: add gpay to payment plugin map
|
|
999
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
1000
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
1001
|
-
- 146ea39: ZERO-2774: Update imports
|
|
1002
|
-
- c47be30: ZERO-2744: Update Order and OrderItem types
|
|
1003
|
-
- e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
|
|
1004
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
1005
|
-
- 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
|
|
1006
277
|
|
|
1007
278
|
## 1.42.0
|
|
1008
279
|
|