@akinon/next 1.59.0 → 1.60.0-rc.10

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