@akinon/next 1.60.0-rc.8 → 1.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/CHANGELOG.md +10 -661
  2. package/api/client.ts +2 -23
  3. package/assets/styles/index.scss +26 -50
  4. package/bin/pz-prebuild.js +0 -1
  5. package/bin/pz-predev.js +0 -1
  6. package/components/index.ts +0 -1
  7. package/components/input.tsx +7 -21
  8. package/components/link.tsx +13 -17
  9. package/components/plugin-module.tsx +3 -8
  10. package/components/price.tsx +4 -11
  11. package/components/pz-root.tsx +3 -15
  12. package/components/selected-payment-option-view.tsx +1 -2
  13. package/data/client/api.ts +1 -1
  14. package/data/client/b2b.ts +2 -35
  15. package/data/client/basket.ts +5 -6
  16. package/data/client/checkout.ts +10 -55
  17. package/data/client/user.ts +2 -3
  18. package/data/server/category.ts +19 -43
  19. package/data/server/flatpage.ts +7 -29
  20. package/data/server/form.ts +11 -29
  21. package/data/server/landingpage.ts +7 -26
  22. package/data/server/list.ts +6 -16
  23. package/data/server/menu.ts +2 -15
  24. package/data/server/product.ts +13 -33
  25. package/data/server/seo.ts +24 -17
  26. package/data/server/special-page.ts +5 -16
  27. package/data/server/widget.ts +7 -14
  28. package/data/urls.ts +1 -8
  29. package/hocs/server/with-segment-defaults.tsx +1 -4
  30. package/hooks/index.ts +1 -2
  31. package/hooks/use-pagination.ts +2 -2
  32. package/hooks/use-payment-options.ts +1 -2
  33. package/lib/cache.ts +6 -4
  34. package/middlewares/currency.ts +1 -1
  35. package/middlewares/default.ts +176 -227
  36. package/middlewares/index.ts +1 -3
  37. package/middlewares/oauth-login.ts +1 -6
  38. package/middlewares/pretty-url.ts +1 -7
  39. package/package.json +2 -2
  40. package/plugins.d.ts +0 -6
  41. package/plugins.js +1 -2
  42. package/redux/middlewares/checkout.ts +14 -78
  43. package/redux/reducers/checkout.ts +3 -23
  44. package/redux/reducers/index.ts +1 -3
  45. package/routes/pretty-url.tsx +9 -7
  46. package/types/commerce/address.ts +1 -1
  47. package/types/commerce/b2b.ts +2 -12
  48. package/types/commerce/checkout.ts +0 -30
  49. package/types/commerce/order.ts +0 -1
  50. package/types/index.ts +7 -16
  51. package/utils/app-fetch.ts +7 -15
  52. package/utils/index.ts +6 -27
  53. package/utils/server-translation.ts +1 -11
  54. package/with-pz-config.js +1 -2
  55. package/assets/styles/index.css +0 -49
  56. package/assets/styles/index.css.map +0 -1
  57. package/bin/pz-generate-translations.js +0 -41
  58. package/components/file-input.tsx +0 -8
  59. package/hooks/use-message-listener.ts +0 -24
  60. package/middlewares/saved-card-redirection.ts +0 -179
  61. package/utils/redirection-iframe.ts +0 -85
package/CHANGELOG.md CHANGED
@@ -1,63 +1,18 @@
1
1
  # @akinon/next
2
2
 
3
- ## 1.60.0-rc.8
3
+ ## 1.60.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 57d1657: ZERO-2925: Update condation
8
-
9
- ## 1.60.0-rc.7
10
-
11
- ## 1.60.0-rc.6
12
-
13
- ### Minor Changes
14
-
15
- - c416d18: ZERO-2915: Add delivery option null check for setAddress
16
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
17
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
18
- - 907813c: ZERO-2934: add payment-gateway/<gateway> redirect in middleware
19
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
20
- - fda5b927: ZERO-2725: fix invalid import
21
- - 2d9b2b2c: ZERO-2816: Add segment to headers
22
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
23
- - 6c25f666: ZERO-2551: Check CACHE_HOST variable
24
- - c873740: ZERO-2903: add types
25
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
26
- - 3bf2dd94: ZERO-2551: Fix search page
27
- - e9541a13: ZERO-2816: Add headers to url
28
- - 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.
29
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
30
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
31
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
32
- - d899cc7: ZERO-2925: Login by checking the session id
33
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
34
- - d6edb1d0: ZERO-2551: Fix searchparams handling for list and other routes
35
- - d3474c64: ZERO-2655: Add data source shipping option
36
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
37
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
38
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
39
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
40
- - bbe18b9f: ZERO-2575: Fix build error
41
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
42
- - 4920742c: Disable getCachedTranslations
43
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
44
- - 7e56d6b: ZERO-2841: Update api tagTypes
45
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
46
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
47
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
48
- - 3be7462: ZERO-2934: fix reset basket on redirection payment complete
49
- - 8f47ccae: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
50
- - fdd0b41: ZERO-2706: Add optimized translation support
51
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
52
- - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
53
- - beb499e6: ZERO-2551: Add new tsconfig paths
54
- - f2c92d5c: ZERO-2816: Update cookie name
55
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
56
- - f046f8e0: ZERO-2575: update version for react-number-format
57
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
58
- - 034b813: ZERO-2903: create saved card plugin
59
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
60
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
7
+ - ad5de2c: ZERO-2949: Add currency and language headers to format=json request
8
+ - e6f3653: ZERO-2985: Add resetBasketOnCurrencyChange option to Settings
9
+ - 6c25f66: ZERO-2551: Check CACHE_HOST variable
10
+ - 3bf2dd9: ZERO-2551: Fix search page
11
+ - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
12
+ - 91265bb: ZERO-2551: Improve pretty url and caching performance
13
+ - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
14
+ - beb499e: ZERO-2551: Add new tsconfig paths
15
+ - d9fb057: ZERO-2551: Fix trailing slash and search params
61
16
 
62
17
  ## 1.59.0
63
18
 
@@ -82,183 +37,11 @@
82
37
 
83
38
  ### Minor Changes
84
39
 
85
- - c416d18: ZERO-2915: Add delivery option null check for setAddress
86
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
87
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
88
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
89
- - fda5b927: ZERO-2725: fix invalid import
90
- - 2d9b2b2c: ZERO-2816: Add segment to headers
91
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
92
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
93
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
94
- - 3bf2dd9: ZERO-2551: Fix search page
95
- - e9541a13: ZERO-2816: Add headers to url
96
- - 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.
97
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
98
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
99
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
100
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
101
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
102
- - d3474c64: ZERO-2655: Add data source shipping option
103
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
104
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
105
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
106
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
107
- - bbe18b9f: ZERO-2575: Fix build error
108
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
109
- - 4920742: Disable getCachedTranslations
110
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
111
- - 7e56d6b: ZERO-2841: Update api tagTypes
112
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
113
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
114
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
115
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
116
- - fad27689: ZERO-2739: add gpay to payment plugin map
117
- - dff0d595: ZERO-2659: add formData support to proxy api requests
118
- - fdd0b41: ZERO-2706: Add optimized translation support
119
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
120
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
121
- - beb499e6: ZERO-2551: Add new tsconfig paths
122
- - f2c92d5c: ZERO-2816: Update cookie name
123
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
124
- - f3d076b: ZERO-2864: create tabby extension plugin
125
- - f046f8e0: ZERO-2575: update version for react-number-format
126
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
127
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
128
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
129
-
130
- ## 1.56.0-rc.7
131
-
132
- ## 1.56.0-rc.6
133
-
134
- ### Minor Changes
135
-
136
- - f3d076b: ZERO-2864: create tabby extension plugin
137
-
138
- ## 1.56.0-rc.5
139
-
140
- ### Minor Changes
141
-
142
- - c416d18: ZERO-2915: Add delivery option null check for setAddress
143
-
144
- ## 1.56.0-rc.4
145
-
146
- ### Minor Changes
147
-
148
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
149
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
150
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
151
- - fda5b927: ZERO-2725: fix invalid import
152
- - 2d9b2b2c: ZERO-2816: Add segment to headers
153
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
154
40
  - d93a507: ZERO-2900: Fix pretty url rewrite
155
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
156
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
157
- - 3bf2dd9: ZERO-2551: Fix search page
158
- - e9541a13: ZERO-2816: Add headers to url
159
- - 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.
160
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
161
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
162
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
163
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
164
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
165
- - d3474c64: ZERO-2655: Add data source shipping option
166
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
167
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
168
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
169
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
170
- - bbe18b9f: ZERO-2575: Fix build error
171
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
172
- - 4920742: Disable getCachedTranslations
173
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
174
41
  - 674badc: ZERO-2912: Fix selected payment option view to handle null values
175
- - 7e56d6b: ZERO-2841: Update api tagTypes
176
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
177
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
178
42
  - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
179
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
180
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
181
- - fad27689: ZERO-2739: add gpay to payment plugin map
182
- - dff0d595: ZERO-2659: add formData support to proxy api requests
183
- - fdd0b41: ZERO-2706: Add optimized translation support
184
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
185
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
186
- - beb499e6: ZERO-2551: Add new tsconfig paths
187
- - f2c92d5c: ZERO-2816: Update cookie name
188
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
189
- - f046f8e0: ZERO-2575: update version for react-number-format
190
43
  - b9273fd: ZERO-2889: add host headers to requests
191
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
192
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
193
44
  - c670bd4: ZERO-2900: Add middleware rewrite functionality
194
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
195
-
196
- ## 1.56.0-rc.3
197
-
198
- ### Minor Changes
199
-
200
- - 674badc: ZERO-2912: Fix selected payment option view to handle null values
201
-
202
- ## 1.56.0-rc.2
203
-
204
- ### Minor Changes
205
-
206
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
207
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
208
-
209
- ## 1.56.0-rc.1
210
-
211
- ### Minor Changes
212
-
213
- - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
214
-
215
- ## 1.56.0-rc.0
216
-
217
- ### Minor Changes
218
-
219
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
220
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
221
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
222
- - fda5b927: ZERO-2725: fix invalid import
223
- - 2d9b2b2c: ZERO-2816: Add segment to headers
224
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
225
- - d93a507: ZERO-2900: Fix pretty url rewrite
226
- - 6c25f666: ZERO-2551: Check CACHE_HOST variable
227
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
228
- - 3bf2dd94: ZERO-2551: Fix search page
229
- - e9541a13: ZERO-2816: Add headers to url
230
- - 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.
231
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
232
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
233
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
234
- - d6edb1d0: ZERO-2551: Fix searchparams handling for list and other routes
235
- - d3474c64: ZERO-2655: Add data source shipping option
236
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
237
- - c45b62c9: ZERO-2818: Add upload and download support for b2b package
238
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
239
- - bbe18b9f: ZERO-2575: Fix build error
240
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
241
- - 4920742c: Disable getCachedTranslations
242
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
243
- - 7e56d6b6: ZERO-2841: Update api tagTypes
244
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
245
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
246
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
247
- - 8f47ccae: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
248
- - fad27689: ZERO-2739: add gpay to payment plugin map
249
- - dff0d595: ZERO-2659: add formData support to proxy api requests
250
- - fdd0b41: ZERO-2706: Add optimized translation support
251
- - f2c325c1: ZERO-2838: Move file input component into @akinon/next
252
- - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
253
- - beb499e6: ZERO-2551: Add new tsconfig paths
254
- - f2c92d5c: ZERO-2816: Update cookie name
255
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
256
- - f046f8e0: ZERO-2575: update version for react-number-format
257
- - b9273fd3: ZERO-2889: add host headers to requests
258
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
259
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
260
- - c670bd48: ZERO-2900: Add middleware rewrite functionality
261
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
262
45
 
263
46
  ## 1.55.0
264
47
 
@@ -304,128 +87,7 @@
304
87
 
305
88
  ### Minor Changes
306
89
 
307
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
308
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
309
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
310
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
311
- - fda5b927: ZERO-2725: fix invalid import
312
- - 2d9b2b2: ZERO-2816: Add segment to headers
313
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
314
- - d93a507: ZERO-2900: Fix pretty url rewrite
315
- - 8d9ac9a: ZERO-2794: Add field to order type
316
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
317
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
318
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
319
- - 3bf2dd9: ZERO-2551: Fix search page
320
- - e9541a1: ZERO-2816: Add headers to url
321
- - 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.
322
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
323
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
324
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
325
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
326
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
327
- - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
328
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
329
- - d3474c64: ZERO-2655: Add data source shipping option
330
- - 75080fd6: ZERO-2630: Add max limit to postcode area
331
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
332
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
333
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
334
- - bbe18b9f: ZERO-2575: Fix build error
335
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
336
- - 4920742: Disable getCachedTranslations
337
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
338
- - 7e56d6b: ZERO-2841: Update api tagTypes
339
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
340
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
341
- - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
342
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
343
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
344
- - fad27689: ZERO-2739: add gpay to payment plugin map
345
- - dff0d595: ZERO-2659: add formData support to proxy api requests
346
- - fdd0b41: ZERO-2706: Add optimized translation support
347
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
348
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
349
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
350
- - beb499e6: ZERO-2551: Add new tsconfig paths
351
- - 146ea391: ZERO-2774: Update imports
352
- - f2c92d5: ZERO-2816: Update cookie name
353
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
354
- - c47be30d: ZERO-2744: Update Order and OrderItem types
355
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
356
- - f046f8e0: ZERO-2575: update version for react-number-format
357
- - b9273fd: ZERO-2889: add host headers to requests
358
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
359
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
360
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
361
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
362
- - 3d35f70: ZERO-2908: Add cookie to redirect url
363
-
364
- ## 1.50.0-rc.1
365
-
366
- ### Minor Changes
367
-
368
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
369
-
370
- ## 1.50.0-rc.0
371
-
372
- ### Minor Changes
373
-
374
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
375
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
376
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
377
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
378
- - fda5b927: ZERO-2725: fix invalid import
379
- - 2d9b2b2: ZERO-2816: Add segment to headers
380
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
381
- - d93a507: ZERO-2900: Fix pretty url rewrite
382
- - 8d9ac9a: ZERO-2794: Add field to order type
383
90
  - eaf97d6: ZERO-2909: Add deleteCollectionItem query to wishlistApi
384
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
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
- - e9541a1: 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
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
391
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
392
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
393
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
394
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
395
- - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
396
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
397
- - d3474c64: ZERO-2655: Add data source shipping option
398
- - 75080fd6: ZERO-2630: Add max limit to postcode area
399
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
400
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
401
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
402
- - bbe18b9f: ZERO-2575: Fix build error
403
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
404
- - 4920742: Disable getCachedTranslations
405
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
406
- - 7e56d6b: ZERO-2841: Update api tagTypes
407
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
408
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
409
- - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
410
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
411
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
412
- - fad27689: ZERO-2739: add gpay to payment plugin map
413
- - dff0d595: ZERO-2659: add formData support to proxy api requests
414
- - fdd0b41: ZERO-2706: Add optimized translation support
415
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
416
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
417
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
418
- - beb499e6: ZERO-2551: Add new tsconfig paths
419
- - 146ea391: ZERO-2774: Update imports
420
- - f2c92d5: ZERO-2816: Update cookie name
421
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
422
- - c47be30d: ZERO-2744: Update Order and OrderItem types
423
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
424
- - f046f8e0: ZERO-2575: update version for react-number-format
425
- - b9273fd: ZERO-2889: add host headers to requests
426
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
427
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
428
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
429
91
 
430
92
  ## 1.49.0
431
93
 
@@ -451,126 +113,7 @@
451
113
 
452
114
  ### Minor Changes
453
115
 
454
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
455
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
456
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
457
- - fda5b92: ZERO-2725: fix invalid import
458
- - 2d9b2b2: ZERO-2816: Add segment to headers
459
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
460
- - 8d9ac9a: ZERO-2794: Add field to order type
461
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
462
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
463
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
464
- - 3bf2dd9: ZERO-2551: Fix search page
465
- - e9541a1: ZERO-2816: Add headers to url
466
- - 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.
467
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
468
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
469
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
470
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
471
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
472
- - d3474c6: ZERO-2655: Add data source shipping option
473
- - 75080fd6: ZERO-2630: Add max limit to postcode area
474
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
475
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
476
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
477
- - bbe18b9f: ZERO-2575: Fix build error
478
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
479
- - 4920742: Disable getCachedTranslations
480
- - 7e56d6b: ZERO-2841: Update api tagTypes
481
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
482
- - 98bb8dc: ZERO-2706: Cache getTranlations method
483
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
484
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
485
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
486
- - fad2768: ZERO-2739: add gpay to payment plugin map
487
- - dff0d595: ZERO-2659: add formData support to proxy api requests
488
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
489
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
490
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
491
- - beb499e6: ZERO-2551: Add new tsconfig paths
492
- - 948eb42: ZERO-2852: Add out of stock endpoints
493
- - 146ea39: ZERO-2774: Update imports
494
- - f2c92d5: ZERO-2816: Update cookie name
495
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
496
- - c47be30: ZERO-2744: Update Order and OrderItem types
497
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
498
- - f046f8e0: ZERO-2575: update version for react-number-format
499
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
500
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
501
-
502
- ## 1.45.0-rc.4
503
-
504
- ### Minor Changes
505
-
506
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
507
-
508
- ## 1.45.0-rc.3
509
-
510
- ### Minor Changes
511
-
512
- - 948eb42: ZERO-2852: Add out of stock endpoints
513
-
514
- ## 1.45.0-rc.2
515
-
516
- ### Minor Changes
517
-
518
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
519
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
520
-
521
- ## 1.45.0-rc.1
522
-
523
- ### Minor Changes
524
-
525
- - 7e56d6b: ZERO-2841: Update api tagTypes
526
-
527
- ## 1.45.0-rc.0
528
-
529
- ### Minor Changes
530
-
531
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
532
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
533
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
534
- - fda5b92: ZERO-2725: fix invalid import
535
- - 2d9b2b2: ZERO-2816: Add segment to headers
536
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
537
- - 8d9ac9a: ZERO-2794: Add field to order type
538
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
539
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
540
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
541
- - 3bf2dd9: ZERO-2551: Fix search page
542
- - e9541a1: ZERO-2816: Add headers to url
543
- - 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.
544
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
545
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
546
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
547
- - 1448a96: ZERO-2612: add errors type in CheckoutState
548
116
  - 2ab6e08: ZERO-2841: Update getBasketDetail query
549
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
550
- - d3474c6: ZERO-2655: Add data source shipping option
551
- - 75080fd: ZERO-2630: Add max limit to postcode area
552
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
553
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
554
- - bbe18b9: ZERO-2575: Fix build error
555
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
556
- - 4920742: Disable getCachedTranslations
557
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
558
- - 98bb8dc: ZERO-2706: Cache getTranlations method
559
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
560
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
561
- - fad2768: ZERO-2739: add gpay to payment plugin map
562
- - dff0d59: ZERO-2659: add formData support to proxy api requests
563
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
564
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
565
- - beb499e: ZERO-2551: Add new tsconfig paths
566
- - 146ea39: ZERO-2774: Update imports
567
- - f2c92d5: ZERO-2816: Update cookie name
568
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
569
- - c47be30: ZERO-2744: Update Order and OrderItem types
570
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
571
- - f046f8e0: ZERO-2575: update version for react-number-format
572
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
573
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
574
117
 
575
118
  ## 1.44.0
576
119
 
@@ -578,201 +121,7 @@
578
121
 
579
122
  ### Minor Changes
580
123
 
581
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
582
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
583
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
584
- - fda5b92: ZERO-2725: fix invalid import
585
- - 2d9b2b2: ZERO-2816: Add segment to headers
586
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
587
- - 8d9ac9a: ZERO-2794: Add field to order type
588
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
589
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
590
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
591
- - 3bf2dd9: ZERO-2551: Fix search page
592
- - e9541a1: ZERO-2816: Add headers to url
593
- - 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.
594
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
595
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
596
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
597
- - 1448a96: ZERO-2612: add errors type in CheckoutState
598
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
599
- - d3474c6: ZERO-2655: Add data source shipping option
600
- - 75080fd: ZERO-2630: Add max limit to postcode area
601
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
602
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
603
- - bbe18b9: ZERO-2575: Fix build error
604
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
605
- - 4920742: Disable getCachedTranslations
606
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
607
- - 98bb8dc: ZERO-2706: Cache getTranlations method
608
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
609
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
610
- - fad2768: ZERO-2739: add gpay to payment plugin map
611
- - dff0d59: ZERO-2659: add formData support to proxy api requests
612
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
613
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
614
- - beb499e: ZERO-2551: Add new tsconfig paths
615
- - 146ea39: ZERO-2774: Update imports
616
- - f2c92d5: ZERO-2816: Update cookie name
617
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
618
- - c47be30: ZERO-2744: Update Order and OrderItem types
619
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
620
- - f046f8e0: ZERO-2575: update version for react-number-format
621
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
622
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
623
-
624
- ## 1.43.0-rc.15
625
-
626
- ## 1.43.0-rc.14
627
-
628
- ### Minor Changes
629
-
630
- - 3bf2dd9: ZERO-2551: Fix search page
631
-
632
- ## 1.43.0-rc.13
633
-
634
- ### Minor Changes
635
-
636
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
637
-
638
- ## 1.43.0-rc.12
639
-
640
- ### Minor Changes
641
-
642
- - 4920742: Disable getCachedTranslations
643
-
644
- ## 1.43.0-rc.11
645
-
646
- ### Minor Changes
647
-
648
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
649
-
650
- ## 1.43.0-rc.10
651
-
652
- ### Minor Changes
653
-
654
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
655
-
656
- ## 1.43.0-rc.9
657
-
658
- ### Minor Changes
659
-
660
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
661
-
662
- ## 1.43.0-rc.8
663
-
664
- ### Minor Changes
665
-
666
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
667
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
668
-
669
- ## 1.43.0-rc.7
670
-
671
- ### Minor Changes
672
-
673
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
674
-
675
- ## 1.43.0-rc.6
676
-
677
- ### Minor Changes
678
-
679
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
680
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
681
- - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
682
- - fda5b92: ZERO-2725: fix invalid import
683
- - 2d9b2b2: ZERO-2816: Add segment to headers
684
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
685
- - 8d9ac9a: ZERO-2794: Add field to order type
686
- - e9541a1: ZERO-2816: Add headers to url
687
- - 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.
688
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
689
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
690
- - 1448a96: ZERO-2612: add errors type in CheckoutState
691
- - d3474c6: ZERO-2655: Add data source shipping option
692
- - 75080fd: ZERO-2630: Add max limit to postcode area
693
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
694
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
695
- - bbe18b9: ZERO-2575: Fix build error
696
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
697
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
698
- - 98bb8dc: ZERO-2706: Cache getTranlations method
699
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
700
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
701
- - fad2768: ZERO-2739: add gpay to payment plugin map
702
- - dff0d59: ZERO-2659: add formData support to proxy api requests
703
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
704
124
  - 4a163f2: ZERO-2761: Add condition for basket summary
705
- - beb499e: ZERO-2551: Add new tsconfig paths
706
- - 146ea39: ZERO-2774: Update imports
707
- - f2c92d5: ZERO-2816: Update cookie name
708
- - c47be30: ZERO-2744: Update Order and OrderItem types
709
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
710
- - f046f8e: ZERO-2575: update version for react-number-format
711
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
712
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
713
-
714
- ## 1.43.0-rc.5
715
-
716
- ### Minor Changes
717
-
718
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
719
-
720
- ## 1.43.0-rc.4
721
-
722
- ### Minor Changes
723
-
724
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
725
-
726
- ## 1.43.0-rc.3
727
-
728
- ### Minor Changes
729
-
730
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
731
-
732
- ## 1.43.0-rc.2
733
-
734
- ### Minor Changes
735
-
736
- - f2c92d5: ZERO-2816: Update cookie name
737
-
738
- ## 1.43.0-rc.1
739
-
740
- ### Minor Changes
741
-
742
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
743
-
744
- ## 1.43.0-rc.0
745
-
746
- ### Minor Changes
747
-
748
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
749
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
750
- - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
751
- - fda5b92: ZERO-2725: fix invalid import
752
- - 2d9b2b2: ZERO-2816: Add segment to headers
753
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
754
- - 8d9ac9a: ZERO-2794: Add field to order type
755
- - e9541a1: ZERO-2816: Add headers to url
756
- - 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.
757
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
758
- - 1448a96: ZERO-2612: add errors type in CheckoutState
759
- - d3474c6: ZERO-2655: Add data source shipping option
760
- - 75080fd: ZERO-2630: Add max limit to postcode area
761
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
762
- - bbe18b9: ZERO-2575: Fix build error
763
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
764
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
765
- - 98bb8dc: ZERO-2706: Cache getTranlations method
766
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
767
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
768
- - fad2768: ZERO-2739: add gpay to payment plugin map
769
- - dff0d59: ZERO-2659: add formData support to proxy api requests
770
- - beb499e: ZERO-2551: Add new tsconfig paths
771
- - 146ea39: ZERO-2774: Update imports
772
- - c47be30: ZERO-2744: Update Order and OrderItem types
773
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
774
- - f046f8e: ZERO-2575: update version for react-number-format
775
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
776
125
 
777
126
  ## 1.42.0
778
127