@akinon/next 1.73.0-rc.9 → 1.74.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,94 +1,29 @@
1
1
  # @akinon/next
2
2
 
3
- ## 1.73.0-rc.9
3
+ ## 1.74.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 6d6a39d5: ZERO-3086: Add getOldOrders API endpoint
8
-
9
- ## 1.73.0-rc.8
10
-
11
- ### Minor Changes
12
-
13
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
14
-
15
- ## 1.73.0-rc.7
16
-
17
- ### Minor Changes
18
-
19
- - 37239b31: ZERO-3072: Add currency handling in checkout rewrite logic and set cookie
20
-
21
- ## 1.73.0-rc.6
22
-
23
- ### Minor Changes
24
-
25
- - 31d5a712: ZERO-3078: filter valid redux middlewares
26
-
27
- ## 1.73.0-rc.5
28
-
29
- ### Minor Changes
30
-
31
- - 24557b3c: ZERO-3072: Add query string handling to /orders/hooks/ and /orders/checkout-with-token/ rewrite logic
32
- - 178044ed: ZERO-3063: Add support for custom loader in SelectedPaymentOptionView
33
-
34
- ## 1.73.0-rc.4
35
-
36
- ### Minor Changes
37
-
38
- - c594b469: ZERO-3078: get saved cards from page context
39
-
40
- ## 1.73.0-rc.3
41
-
42
- ### Minor Changes
43
-
44
- - 5e3333dc: ZERO-3078: get saved cards from page context
45
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
46
- - 07b2298e: ZERO-3074: Exclude url schemes to init url without locales
47
-
48
- ## 1.73.0-rc.2
49
-
50
- ### Minor Changes
51
-
52
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
53
-
54
- ## 1.73.0-rc.1
55
-
56
- ### Minor Changes
57
-
58
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
7
+ - 5e3333d: ZERO-3078: get saved cards from page context
8
+ - ed55a81: ZERO-3023: fix session cookie persistence after browser restart
9
+ - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
10
+ - 178044e: ZERO-3063: Add support for custom loader in SelectedPaymentOptionView
11
+ - 9a50730: ZERO-3015: Add currency parameter to getOrders query
12
+ - 31d5a71: ZERO-3078: filter valid redux middlewares
13
+ - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
14
+ - f0b2f41: ZERO-3062: Update proxyRequest to handle multiple values for search parameters
15
+ - c594b46: ZERO-3078: get saved cards from page context
59
16
 
60
- ## 1.73.0-rc.0
17
+ ## 1.73.0
61
18
 
62
19
  ### Minor Changes
63
20
 
64
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
65
- - 81248a14: ZERO-3024: Refactor urlLocaleMatcherRegex to include lookahead assertion
66
- - ed55a810: ZERO-3023: fix session cookie persistence after browser restart
67
- - 2d9b2b2c: ZERO-2816: Add segment to headers
68
- - 3bfa12aa: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
69
- - cc538c6a: ZERO-3048: Update hepsiPayMiddleware to use Success flag for availability check
70
- - e9541a13: ZERO-2816: Add headers to url
71
- - 94eb8252: ZERO-3069: Add selectNameSpaceMainBasket mutation
72
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
73
- - 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.
74
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
75
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
76
- - 65d3b862: ZERO-3054: Update headers in appFetch
77
- - 30105142: ZERO-3011:add shipping_option_operator and custom filter to getOrders
78
- - bbe18b9f: ZERO-2575: Fix build error
79
- - 9a507300: ZERO-3015: Add currency parameter to getOrders query
80
- - 4920742c: Disable getCachedTranslations
81
- - 7e56d6b6: ZERO-2841: Update api tagTypes
82
- - 5a333a57: ZERO-3061: Add success parameter for completeWalletPage
83
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
84
- - ca774b39: ZERO-3002:add register with loyalty url
85
- - 56cdddc8: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
86
- - f2c92d5c: ZERO-2816: Update cookie name
87
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
88
- - f0b2f416: ZERO-3062: Update proxyRequest to handle multiple values for search parameters
89
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
90
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
91
- - 3344bca5: ZERO-3013: Enable web vitals tracking in settings.js
21
+ - 6d6a39d: ZERO-3086: Add getOldOrders API endpoint
22
+ - 7b93652: ZERO-3087: change password reset endpoint
23
+ - 24557b3: ZERO-3072: Add query string handling to /orders/hooks/ and /orders/checkout-with-token/ rewrite logic
24
+ - 07b2298: ZERO-3074: Exclude url schemes to init url without locales
25
+ - 37239b3: ZERO-3072: Add currency handling in checkout rewrite logic and set cookie
26
+ - e96633e: ZERO-3100: Update stores endpoint
92
27
 
93
28
  ## 1.72.0
94
29
 
@@ -102,52 +37,6 @@
102
37
  ### Minor Changes
103
38
 
104
39
  - f34454a: ZERO-2953: Add hepsipay payment method
105
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
106
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
107
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
108
- - 9a50730: ZERO-3015: Add currency parameter to getOrders query
109
- - ca774b3: ZERO-3002:add register with loyalty url
110
- - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
111
- - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
112
-
113
- ## 1.71.0-rc.7
114
-
115
- ## 1.71.0-rc.6
116
-
117
- ### Minor Changes
118
-
119
- - f34454a: ZERO-2953: Add hepsipay payment method
120
-
121
- ## 1.71.0-rc.5
122
-
123
- ## 1.71.0-rc.4
124
-
125
- ## 1.71.0-rc.3
126
-
127
- ### Minor Changes
128
-
129
- - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
130
-
131
- ## 1.71.0-rc.2
132
-
133
- ### Minor Changes
134
-
135
- - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
136
-
137
- ## 1.71.0-rc.1
138
-
139
- ### Minor Changes
140
-
141
- - 9a50730: ZERO-3015: Add currency parameter to getOrders query
142
-
143
- ## 1.71.0-rc.0
144
-
145
- ### Minor Changes
146
-
147
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
148
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
149
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
150
- - ca774b3: ZERO-3002:add register with loyalty url
151
40
 
152
41
  ## 1.70.0
153
42
 
@@ -159,72 +48,12 @@
159
48
 
160
49
  ### Minor Changes
161
50
 
162
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
163
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
164
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
165
- - ca774b3: ZERO-3002:add register with loyalty url
166
- - f046f8e: ZERO-2575: update version for react-number-format
167
-
168
- ## 1.69.0-rc.8
169
-
170
- ### Minor Changes
171
-
172
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
173
- - ca774b3: ZERO-3002:add register with loyalty url
174
-
175
- ## 1.69.0-rc.7
176
-
177
- ### Minor Changes
178
-
179
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
180
-
181
- ## 1.69.0-rc.6
182
-
183
- ### Minor Changes
184
-
185
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
186
51
  - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
187
52
  - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
188
53
  - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
189
54
  - cbdb0c8: ZERO-3010: Move pretty url page into project
190
55
  - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
191
56
 
192
- ## 1.69.0-rc.5
193
-
194
- ### Minor Changes
195
-
196
- - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
197
-
198
- ## 1.69.0-rc.4
199
-
200
- ### Minor Changes
201
-
202
- - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
203
-
204
- ## 1.69.0-rc.3
205
-
206
- ### Minor Changes
207
-
208
- - cbdb0c8: ZERO-3010: Move pretty url page into project
209
-
210
- ## 1.69.0-rc.2
211
-
212
- ### Minor Changes
213
-
214
- - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
215
-
216
- ## 1.69.0-rc.1
217
-
218
- ### Minor Changes
219
-
220
- - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
221
-
222
- ## 1.69.0-rc.0
223
-
224
- ### Minor Changes
225
-
226
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
227
-
228
57
  ## 1.68.0
229
58
 
230
59
  ### Minor Changes
@@ -334,183 +163,11 @@
334
163
 
335
164
  ### Minor Changes
336
165
 
337
- - c416d18: ZERO-2915: Add delivery option null check for setAddress
338
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
339
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
340
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
341
- - fda5b927: ZERO-2725: fix invalid import
342
- - 2d9b2b2c: ZERO-2816: Add segment to headers
343
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
344
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
345
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
346
- - 3bf2dd9: ZERO-2551: Fix search page
347
- - e9541a13: ZERO-2816: Add headers to url
348
- - 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.
349
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
350
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
351
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
352
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
353
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
354
- - d3474c64: ZERO-2655: Add data source shipping option
355
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
356
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
357
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
358
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
359
- - bbe18b9f: ZERO-2575: Fix build error
360
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
361
- - 4920742: Disable getCachedTranslations
362
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
363
- - 7e56d6b: ZERO-2841: Update api tagTypes
364
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
365
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
366
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
367
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
368
- - fad27689: ZERO-2739: add gpay to payment plugin map
369
- - dff0d595: ZERO-2659: add formData support to proxy api requests
370
- - fdd0b41: ZERO-2706: Add optimized translation support
371
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
372
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
373
- - beb499e6: ZERO-2551: Add new tsconfig paths
374
- - f2c92d5c: ZERO-2816: Update cookie name
375
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
376
- - f3d076b: ZERO-2864: create tabby extension plugin
377
- - f046f8e0: ZERO-2575: update version for react-number-format
378
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
379
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
380
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
381
-
382
- ## 1.56.0-rc.7
383
-
384
- ## 1.56.0-rc.6
385
-
386
- ### Minor Changes
387
-
388
- - f3d076b: ZERO-2864: create tabby extension plugin
389
-
390
- ## 1.56.0-rc.5
391
-
392
- ### Minor Changes
393
-
394
- - c416d18: ZERO-2915: Add delivery option null check for setAddress
395
-
396
- ## 1.56.0-rc.4
397
-
398
- ### Minor Changes
399
-
400
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
401
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
402
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
403
- - fda5b927: ZERO-2725: fix invalid import
404
- - 2d9b2b2c: ZERO-2816: Add segment to headers
405
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
406
166
  - d93a507: ZERO-2900: Fix pretty url rewrite
407
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
408
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
409
- - 3bf2dd9: ZERO-2551: Fix search page
410
- - e9541a13: ZERO-2816: Add headers to url
411
- - 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.
412
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
413
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
414
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
415
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
416
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
417
- - d3474c64: ZERO-2655: Add data source shipping option
418
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
419
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
420
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
421
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
422
- - bbe18b9f: ZERO-2575: Fix build error
423
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
424
- - 4920742: Disable getCachedTranslations
425
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
426
167
  - 674badc: ZERO-2912: Fix selected payment option view to handle null values
427
- - 7e56d6b: ZERO-2841: Update api tagTypes
428
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
429
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
430
168
  - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
431
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
432
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
433
- - fad27689: ZERO-2739: add gpay to payment plugin map
434
- - dff0d595: ZERO-2659: add formData support to proxy api requests
435
- - fdd0b41: ZERO-2706: Add optimized translation support
436
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
437
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
438
- - beb499e6: ZERO-2551: Add new tsconfig paths
439
- - f2c92d5c: ZERO-2816: Update cookie name
440
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
441
- - f046f8e0: ZERO-2575: update version for react-number-format
442
169
  - b9273fd: ZERO-2889: add host headers to requests
443
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
444
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
445
170
  - c670bd4: ZERO-2900: Add middleware rewrite functionality
446
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
447
-
448
- ## 1.56.0-rc.3
449
-
450
- ### Minor Changes
451
-
452
- - 674badc: ZERO-2912: Fix selected payment option view to handle null values
453
-
454
- ## 1.56.0-rc.2
455
-
456
- ### Minor Changes
457
-
458
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
459
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
460
-
461
- ## 1.56.0-rc.1
462
-
463
- ### Minor Changes
464
-
465
- - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
466
-
467
- ## 1.56.0-rc.0
468
-
469
- ### Minor Changes
470
-
471
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
472
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
473
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
474
- - fda5b927: ZERO-2725: fix invalid import
475
- - 2d9b2b2c: ZERO-2816: Add segment to headers
476
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
477
- - d93a507: ZERO-2900: Fix pretty url rewrite
478
- - 6c25f666: ZERO-2551: Check CACHE_HOST variable
479
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
480
- - 3bf2dd94: ZERO-2551: Fix search page
481
- - e9541a13: ZERO-2816: Add headers to url
482
- - 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.
483
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
484
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
485
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
486
- - d6edb1d0: ZERO-2551: Fix searchparams handling for list and other routes
487
- - d3474c64: ZERO-2655: Add data source shipping option
488
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
489
- - c45b62c9: ZERO-2818: Add upload and download support for b2b package
490
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
491
- - bbe18b9f: ZERO-2575: Fix build error
492
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
493
- - 4920742c: Disable getCachedTranslations
494
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
495
- - 7e56d6b6: ZERO-2841: Update api tagTypes
496
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
497
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
498
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
499
- - 8f47ccae: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
500
- - fad27689: ZERO-2739: add gpay to payment plugin map
501
- - dff0d595: ZERO-2659: add formData support to proxy api requests
502
- - fdd0b41: ZERO-2706: Add optimized translation support
503
- - f2c325c1: ZERO-2838: Move file input component into @akinon/next
504
- - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
505
- - beb499e6: ZERO-2551: Add new tsconfig paths
506
- - f2c92d5c: ZERO-2816: Update cookie name
507
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
508
- - f046f8e0: ZERO-2575: update version for react-number-format
509
- - b9273fd3: ZERO-2889: add host headers to requests
510
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
511
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
512
- - c670bd48: ZERO-2900: Add middleware rewrite functionality
513
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
514
171
 
515
172
  ## 1.55.0
516
173
 
@@ -556,128 +213,7 @@
556
213
 
557
214
  ### Minor Changes
558
215
 
559
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
560
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
561
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
562
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
563
- - fda5b927: ZERO-2725: fix invalid import
564
- - 2d9b2b2: ZERO-2816: Add segment to headers
565
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
566
- - d93a507: ZERO-2900: Fix pretty url rewrite
567
- - 8d9ac9a: ZERO-2794: Add field to order type
568
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
569
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
570
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
571
- - 3bf2dd9: ZERO-2551: Fix search page
572
- - e9541a1: ZERO-2816: Add headers to url
573
- - 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.
574
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
575
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
576
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
577
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
578
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
579
- - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
580
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
581
- - d3474c64: ZERO-2655: Add data source shipping option
582
- - 75080fd6: ZERO-2630: Add max limit to postcode area
583
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
584
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
585
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
586
- - bbe18b9f: ZERO-2575: Fix build error
587
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
588
- - 4920742: Disable getCachedTranslations
589
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
590
- - 7e56d6b: ZERO-2841: Update api tagTypes
591
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
592
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
593
- - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
594
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
595
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
596
- - fad27689: ZERO-2739: add gpay to payment plugin map
597
- - dff0d595: ZERO-2659: add formData support to proxy api requests
598
- - fdd0b41: ZERO-2706: Add optimized translation support
599
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
600
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
601
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
602
- - beb499e6: ZERO-2551: Add new tsconfig paths
603
- - 146ea391: ZERO-2774: Update imports
604
- - f2c92d5: ZERO-2816: Update cookie name
605
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
606
- - c47be30d: ZERO-2744: Update Order and OrderItem types
607
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
608
- - f046f8e0: ZERO-2575: update version for react-number-format
609
- - b9273fd: ZERO-2889: add host headers to requests
610
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
611
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
612
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
613
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
614
- - 3d35f70: ZERO-2908: Add cookie to redirect url
615
-
616
- ## 1.50.0-rc.1
617
-
618
- ### Minor Changes
619
-
620
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
621
-
622
- ## 1.50.0-rc.0
623
-
624
- ### Minor Changes
625
-
626
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
627
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
628
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
629
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
630
- - fda5b927: ZERO-2725: fix invalid import
631
- - 2d9b2b2: ZERO-2816: Add segment to headers
632
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
633
- - d93a507: ZERO-2900: Fix pretty url rewrite
634
- - 8d9ac9a: ZERO-2794: Add field to order type
635
216
  - eaf97d6: ZERO-2909: Add deleteCollectionItem query to wishlistApi
636
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
637
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
638
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
639
- - 3bf2dd9: ZERO-2551: Fix search page
640
- - e9541a1: ZERO-2816: Add headers to url
641
- - 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.
642
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
643
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
644
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
645
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
646
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
647
- - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
648
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
649
- - d3474c64: ZERO-2655: Add data source shipping option
650
- - 75080fd6: ZERO-2630: Add max limit to postcode area
651
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
652
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
653
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
654
- - bbe18b9f: ZERO-2575: Fix build error
655
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
656
- - 4920742: Disable getCachedTranslations
657
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
658
- - 7e56d6b: ZERO-2841: Update api tagTypes
659
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
660
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
661
- - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
662
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
663
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
664
- - fad27689: ZERO-2739: add gpay to payment plugin map
665
- - dff0d595: ZERO-2659: add formData support to proxy api requests
666
- - fdd0b41: ZERO-2706: Add optimized translation support
667
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
668
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
669
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
670
- - beb499e6: ZERO-2551: Add new tsconfig paths
671
- - 146ea391: ZERO-2774: Update imports
672
- - f2c92d5: ZERO-2816: Update cookie name
673
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
674
- - c47be30d: ZERO-2744: Update Order and OrderItem types
675
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
676
- - f046f8e0: ZERO-2575: update version for react-number-format
677
- - b9273fd: ZERO-2889: add host headers to requests
678
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
679
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
680
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
681
217
 
682
218
  ## 1.49.0
683
219
 
@@ -703,126 +239,7 @@
703
239
 
704
240
  ### Minor Changes
705
241
 
706
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
707
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
708
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
709
- - fda5b92: ZERO-2725: fix invalid import
710
- - 2d9b2b2: ZERO-2816: Add segment to headers
711
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
712
- - 8d9ac9a: ZERO-2794: Add field to order type
713
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
714
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
715
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
716
- - 3bf2dd9: ZERO-2551: Fix search page
717
- - e9541a1: ZERO-2816: Add headers to url
718
- - 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.
719
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
720
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
721
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
722
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
723
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
724
- - d3474c6: ZERO-2655: Add data source shipping option
725
- - 75080fd6: ZERO-2630: Add max limit to postcode area
726
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
727
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
728
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
729
- - bbe18b9f: ZERO-2575: Fix build error
730
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
731
- - 4920742: Disable getCachedTranslations
732
- - 7e56d6b: ZERO-2841: Update api tagTypes
733
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
734
- - 98bb8dc: ZERO-2706: Cache getTranlations method
735
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
736
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
737
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
738
- - fad2768: ZERO-2739: add gpay to payment plugin map
739
- - dff0d595: ZERO-2659: add formData support to proxy api requests
740
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
741
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
742
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
743
- - beb499e6: ZERO-2551: Add new tsconfig paths
744
- - 948eb42: ZERO-2852: Add out of stock endpoints
745
- - 146ea39: ZERO-2774: Update imports
746
- - f2c92d5: ZERO-2816: Update cookie name
747
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
748
- - c47be30: ZERO-2744: Update Order and OrderItem types
749
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
750
- - f046f8e0: ZERO-2575: update version for react-number-format
751
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
752
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
753
-
754
- ## 1.45.0-rc.4
755
-
756
- ### Minor Changes
757
-
758
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
759
-
760
- ## 1.45.0-rc.3
761
-
762
- ### Minor Changes
763
-
764
- - 948eb42: ZERO-2852: Add out of stock endpoints
765
-
766
- ## 1.45.0-rc.2
767
-
768
- ### Minor Changes
769
-
770
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
771
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
772
-
773
- ## 1.45.0-rc.1
774
-
775
- ### Minor Changes
776
-
777
- - 7e56d6b: ZERO-2841: Update api tagTypes
778
-
779
- ## 1.45.0-rc.0
780
-
781
- ### Minor Changes
782
-
783
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
784
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
785
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
786
- - fda5b92: ZERO-2725: fix invalid import
787
- - 2d9b2b2: ZERO-2816: Add segment to headers
788
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
789
- - 8d9ac9a: ZERO-2794: Add field to order type
790
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
791
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
792
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
793
- - 3bf2dd9: ZERO-2551: Fix search page
794
- - e9541a1: ZERO-2816: Add headers to url
795
- - 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.
796
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
797
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
798
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
799
- - 1448a96: ZERO-2612: add errors type in CheckoutState
800
242
  - 2ab6e08: ZERO-2841: Update getBasketDetail query
801
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
802
- - d3474c6: ZERO-2655: Add data source shipping option
803
- - 75080fd: ZERO-2630: Add max limit to postcode area
804
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
805
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
806
- - bbe18b9: ZERO-2575: Fix build error
807
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
808
- - 4920742: Disable getCachedTranslations
809
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
810
- - 98bb8dc: ZERO-2706: Cache getTranlations method
811
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
812
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
813
- - fad2768: ZERO-2739: add gpay to payment plugin map
814
- - dff0d59: ZERO-2659: add formData support to proxy api requests
815
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
816
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
817
- - beb499e: ZERO-2551: Add new tsconfig paths
818
- - 146ea39: ZERO-2774: Update imports
819
- - f2c92d5: ZERO-2816: Update cookie name
820
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
821
- - c47be30: ZERO-2744: Update Order and OrderItem types
822
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
823
- - f046f8e0: ZERO-2575: update version for react-number-format
824
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
825
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
826
243
 
827
244
  ## 1.44.0
828
245
 
@@ -830,201 +247,7 @@
830
247
 
831
248
  ### Minor Changes
832
249
 
833
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
834
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
835
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
836
- - fda5b92: ZERO-2725: fix invalid import
837
- - 2d9b2b2: ZERO-2816: Add segment to headers
838
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
839
- - 8d9ac9a: ZERO-2794: Add field to order type
840
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
841
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
842
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
843
- - 3bf2dd9: ZERO-2551: Fix search page
844
- - e9541a1: ZERO-2816: Add headers to url
845
- - 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.
846
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
847
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
848
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
849
- - 1448a96: ZERO-2612: add errors type in CheckoutState
850
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
851
- - d3474c6: ZERO-2655: Add data source shipping option
852
- - 75080fd: ZERO-2630: Add max limit to postcode area
853
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
854
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
855
- - bbe18b9: ZERO-2575: Fix build error
856
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
857
- - 4920742: Disable getCachedTranslations
858
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
859
- - 98bb8dc: ZERO-2706: Cache getTranlations method
860
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
861
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
862
- - fad2768: ZERO-2739: add gpay to payment plugin map
863
- - dff0d59: ZERO-2659: add formData support to proxy api requests
864
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
865
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
866
- - beb499e: ZERO-2551: Add new tsconfig paths
867
- - 146ea39: ZERO-2774: Update imports
868
- - f2c92d5: ZERO-2816: Update cookie name
869
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
870
- - c47be30: ZERO-2744: Update Order and OrderItem types
871
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
872
- - f046f8e0: ZERO-2575: update version for react-number-format
873
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
874
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
875
-
876
- ## 1.43.0-rc.15
877
-
878
- ## 1.43.0-rc.14
879
-
880
- ### Minor Changes
881
-
882
- - 3bf2dd9: ZERO-2551: Fix search page
883
-
884
- ## 1.43.0-rc.13
885
-
886
- ### Minor Changes
887
-
888
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
889
-
890
- ## 1.43.0-rc.12
891
-
892
- ### Minor Changes
893
-
894
- - 4920742: Disable getCachedTranslations
895
-
896
- ## 1.43.0-rc.11
897
-
898
- ### Minor Changes
899
-
900
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
901
-
902
- ## 1.43.0-rc.10
903
-
904
- ### Minor Changes
905
-
906
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
907
-
908
- ## 1.43.0-rc.9
909
-
910
- ### Minor Changes
911
-
912
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
913
-
914
- ## 1.43.0-rc.8
915
-
916
- ### Minor Changes
917
-
918
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
919
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
920
-
921
- ## 1.43.0-rc.7
922
-
923
- ### Minor Changes
924
-
925
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
926
-
927
- ## 1.43.0-rc.6
928
-
929
- ### Minor Changes
930
-
931
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
932
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
933
- - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
934
- - fda5b92: ZERO-2725: fix invalid import
935
- - 2d9b2b2: ZERO-2816: Add segment to headers
936
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
937
- - 8d9ac9a: ZERO-2794: Add field to order type
938
- - e9541a1: ZERO-2816: Add headers to url
939
- - 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.
940
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
941
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
942
- - 1448a96: ZERO-2612: add errors type in CheckoutState
943
- - d3474c6: ZERO-2655: Add data source shipping option
944
- - 75080fd: ZERO-2630: Add max limit to postcode area
945
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
946
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
947
- - bbe18b9: ZERO-2575: Fix build error
948
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
949
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
950
- - 98bb8dc: ZERO-2706: Cache getTranlations method
951
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
952
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
953
- - fad2768: ZERO-2739: add gpay to payment plugin map
954
- - dff0d59: ZERO-2659: add formData support to proxy api requests
955
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
956
250
  - 4a163f2: ZERO-2761: Add condition for basket summary
957
- - beb499e: ZERO-2551: Add new tsconfig paths
958
- - 146ea39: ZERO-2774: Update imports
959
- - f2c92d5: ZERO-2816: Update cookie name
960
- - c47be30: ZERO-2744: Update Order and OrderItem types
961
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
962
- - f046f8e: ZERO-2575: update version for react-number-format
963
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
964
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
965
-
966
- ## 1.43.0-rc.5
967
-
968
- ### Minor Changes
969
-
970
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
971
-
972
- ## 1.43.0-rc.4
973
-
974
- ### Minor Changes
975
-
976
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
977
-
978
- ## 1.43.0-rc.3
979
-
980
- ### Minor Changes
981
-
982
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
983
-
984
- ## 1.43.0-rc.2
985
-
986
- ### Minor Changes
987
-
988
- - f2c92d5: ZERO-2816: Update cookie name
989
-
990
- ## 1.43.0-rc.1
991
-
992
- ### Minor Changes
993
-
994
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
995
-
996
- ## 1.43.0-rc.0
997
-
998
- ### Minor Changes
999
-
1000
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1001
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1002
- - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1003
- - fda5b92: ZERO-2725: fix invalid import
1004
- - 2d9b2b2: ZERO-2816: Add segment to headers
1005
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1006
- - 8d9ac9a: ZERO-2794: Add field to order type
1007
- - e9541a1: ZERO-2816: Add headers to url
1008
- - 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.
1009
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1010
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1011
- - d3474c6: ZERO-2655: Add data source shipping option
1012
- - 75080fd: ZERO-2630: Add max limit to postcode area
1013
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1014
- - bbe18b9: ZERO-2575: Fix build error
1015
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1016
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1017
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1018
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1019
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1020
- - fad2768: ZERO-2739: add gpay to payment plugin map
1021
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1022
- - beb499e: ZERO-2551: Add new tsconfig paths
1023
- - 146ea39: ZERO-2774: Update imports
1024
- - c47be30: ZERO-2744: Update Order and OrderItem types
1025
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1026
- - f046f8e: ZERO-2575: update version for react-number-format
1027
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1028
251
 
1029
252
  ## 1.42.0
1030
253