@akinon/next 1.81.0-rc.9 → 1.81.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,82 +1,12 @@
1
1
  # @akinon/next
2
2
 
3
- ## 1.81.0-rc.9
4
-
5
- ## 1.81.0-rc.8
6
-
7
- ### Minor Changes
8
-
9
- - 757ee539: ZERO-3207: Add SMS send & verify endpoints with state management
10
-
11
- ## 1.81.0-rc.7
3
+ ## 1.81.0
12
4
 
13
5
  ### Minor Changes
14
6
 
15
- - 2e0b7ffd: ZERO-3226: Refactor checkoutApi to simplify request body structure by removing device_info parameter
16
-
17
- ## 1.81.0-rc.6
18
-
19
- ### Minor Changes
20
-
21
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
22
-
23
- ## 1.81.0-rc.5
24
-
25
- ### Minor Changes
26
-
27
- - 2d2ab446: ZERO-3226: Add device_info param to WalletPaymentPage request
28
-
29
- ## 1.81.0-rc.4
30
-
31
- ### Minor Changes
32
-
33
- - 7d1b5af1: ZERO-3206: Encode search parameters in product data URL
34
-
35
- ## 1.81.0-rc.3
36
-
37
- ### Minor Changes
38
-
39
- - c0fef075: ZERO-3197: Refetch payment options after loyalty usage
40
-
41
- ## 1.81.0-rc.2
42
-
43
- ### Minor Changes
44
-
45
- - aa05ed79: ZERO-3170: Add commerceRedirectionIgnoreList to settings and update URL redirection middleware
46
-
47
- ## 1.81.0-rc.1
48
-
49
- ## 1.81.0-rc.0
50
-
51
- ### Minor Changes
52
-
53
- - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
54
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
55
- - 2d9b2b2c: ZERO-2816: Add segment to headers
56
- - fd4b74e9: ZERO-3126: add reset checkout state query
57
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
58
- - e9541a13: ZERO-2816: Add headers to url
59
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
60
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
61
- - 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.
62
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
63
- - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
64
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
65
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
66
- - 65d3b862: ZERO-3054: Update headers in appFetch
67
- - bbe18b9f: ZERO-2575: Fix build error
68
- - 4920742c: Disable getCachedTranslations
69
- - 7e56d6b6: ZERO-2841: Update api tagTypes
70
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
71
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
72
- - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
73
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
74
- - 6a0a0807: ZERO-3112: Update button
75
- - f2c92d5c: ZERO-2816: Update cookie name
76
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
77
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
78
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
79
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
7
+ - fd4b74e: ZERO-3126: add reset checkout state query
8
+ - 4cc22c7: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
9
+ - 6a0a080: ZERO-3112: Update button
80
10
 
81
11
  ## 1.80.0
82
12
 
@@ -88,116 +18,7 @@
88
18
 
89
19
  ### Minor Changes
90
20
 
91
- - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
92
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
93
- - 2d9b2b2c: ZERO-2816: Add segment to headers
94
- - fd4b74e9: ZERO-3126: add reset checkout state query
95
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
96
- - e9541a13: ZERO-2816: Add headers to url
97
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
98
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
99
- - 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.
100
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
101
- - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
102
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
103
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
104
- - 65d3b862: ZERO-3054: Update headers in appFetch
105
- - bbe18b9f: ZERO-2575: Fix build error
106
- - 4920742c: Disable getCachedTranslations
107
- - 7e56d6b6: ZERO-2841: Update api tagTypes
108
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
109
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
110
- - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
111
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
112
- - 6a0a0807: ZERO-3112: Update button
113
- - f2c92d5c: ZERO-2816: Update cookie name
114
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
115
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
116
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
117
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
118
- - 7ab9e2fd: ZERO-3166: add tamara payment package
119
-
120
- ## 1.79.0-rc.6
121
-
122
- ### Minor Changes
123
-
124
- - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
125
-
126
- ## 1.79.0-rc.5
127
-
128
- ### Minor Changes
129
-
130
- - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
131
-
132
- ## 1.79.0-rc.4
133
-
134
- ## 1.79.0-rc.3
135
-
136
- ### Minor Changes
137
-
138
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
139
- - 2d9b2b2c: ZERO-2816: Add segment to headers
140
- - fd4b74e9: ZERO-3126: add reset checkout state query
141
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
142
- - e9541a13: ZERO-2816: Add headers to url
143
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
144
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
145
- - 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.
146
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
147
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
148
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
149
- - 65d3b862: ZERO-3054: Update headers in appFetch
150
- - bbe18b9f: ZERO-2575: Fix build error
151
- - 4920742c: Disable getCachedTranslations
152
- - 7e56d6b6: ZERO-2841: Update api tagTypes
153
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
154
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
155
- - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
156
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
157
- - 6a0a0807: ZERO-3112: Update button
158
- - f2c92d5c: ZERO-2816: Update cookie name
159
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
160
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
161
- - 59fa21ce: ZERO-3149: Add name-based mechanism for Redux middleware override
162
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
163
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
164
-
165
- ## 1.79.0-rc.2
166
-
167
- ## 1.79.0-rc.1
168
-
169
- ### Minor Changes
170
-
171
- - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
172
-
173
- ## 1.79.0-rc.0
174
-
175
- ### Minor Changes
176
-
177
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
178
- - 2d9b2b2c: ZERO-2816: Add segment to headers
179
- - fd4b74e9: ZERO-3126: add reset checkout state query
180
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
181
- - e9541a13: ZERO-2816: Add headers to url
182
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
183
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
184
- - 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.
185
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
186
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
187
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
188
- - 65d3b862: ZERO-3054: Update headers in appFetch
189
- - bbe18b9f: ZERO-2575: Fix build error
190
- - 4920742c: Disable getCachedTranslations
191
- - 7e56d6b6: ZERO-2841: Update api tagTypes
192
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
193
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
194
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
195
- - 6a0a0807: ZERO-3112: Update button
196
- - f2c92d5c: ZERO-2816: Update cookie name
197
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
198
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
199
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
200
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
21
+ - 59fa21c: ZERO-3149: Add name-based mechanism for Redux middleware override
201
22
 
202
23
  ## 1.78.0
203
24
 
@@ -269,52 +90,6 @@
269
90
  ### Minor Changes
270
91
 
271
92
  - f34454a: ZERO-2953: Add hepsipay payment method
272
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
273
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
274
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
275
- - 9a50730: ZERO-3015: Add currency parameter to getOrders query
276
- - ca774b3: ZERO-3002:add register with loyalty url
277
- - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
278
- - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
279
-
280
- ## 1.71.0-rc.7
281
-
282
- ## 1.71.0-rc.6
283
-
284
- ### Minor Changes
285
-
286
- - f34454a: ZERO-2953: Add hepsipay payment method
287
-
288
- ## 1.71.0-rc.5
289
-
290
- ## 1.71.0-rc.4
291
-
292
- ## 1.71.0-rc.3
293
-
294
- ### Minor Changes
295
-
296
- - 3344bca: ZERO-3013: Enable web vitals tracking in settings.js
297
-
298
- ## 1.71.0-rc.2
299
-
300
- ### Minor Changes
301
-
302
- - 56cdddc: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
303
-
304
- ## 1.71.0-rc.1
305
-
306
- ### Minor Changes
307
-
308
- - 9a50730: ZERO-3015: Add currency parameter to getOrders query
309
-
310
- ## 1.71.0-rc.0
311
-
312
- ### Minor Changes
313
-
314
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
315
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
316
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
317
- - ca774b3: ZERO-3002:add register with loyalty url
318
93
 
319
94
  ## 1.70.0
320
95
 
@@ -326,72 +101,12 @@
326
101
 
327
102
  ### Minor Changes
328
103
 
329
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
330
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
331
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
332
- - ca774b3: ZERO-3002:add register with loyalty url
333
- - f046f8e: ZERO-2575: update version for react-number-format
334
-
335
- ## 1.69.0-rc.8
336
-
337
- ### Minor Changes
338
-
339
- - 3010514: ZERO-3011:add shipping_option_operator and custom filter to getOrders
340
- - ca774b3: ZERO-3002:add register with loyalty url
341
-
342
- ## 1.69.0-rc.7
343
-
344
- ### Minor Changes
345
-
346
- - 3bfa12a: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
347
-
348
- ## 1.69.0-rc.6
349
-
350
- ### Minor Changes
351
-
352
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
353
104
  - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
354
105
  - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
355
106
  - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
356
107
  - cbdb0c8: ZERO-3010: Move pretty url page into project
357
108
  - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
358
109
 
359
- ## 1.69.0-rc.5
360
-
361
- ### Minor Changes
362
-
363
- - 80c869b: ZERO-3010: Remove savedCardMiddleware from redux middlewares
364
-
365
- ## 1.69.0-rc.4
366
-
367
- ### Minor Changes
368
-
369
- - 063da74: ZERO-3010: Remove pz-iyzico-saved-card package
370
-
371
- ## 1.69.0-rc.3
372
-
373
- ### Minor Changes
374
-
375
- - cbdb0c8: ZERO-3010: Move pretty url page into project
376
-
377
- ## 1.69.0-rc.2
378
-
379
- ### Minor Changes
380
-
381
- - 5632a99: ZERO-3010: Remove iyzicoSavedCardReducer from reducers
382
-
383
- ## 1.69.0-rc.1
384
-
385
- ### Minor Changes
386
-
387
- - 72da021: ZERO-3010: Remove unused code in pretty-url.tsx
388
-
389
- ## 1.69.0-rc.0
390
-
391
- ### Minor Changes
392
-
393
- - 4d3deb4: ZERO-2935: sentry 8 upgrade
394
-
395
110
  ## 1.68.0
396
111
 
397
112
  ### Minor Changes
@@ -501,183 +216,11 @@
501
216
 
502
217
  ### Minor Changes
503
218
 
504
- - c416d18: ZERO-2915: Add delivery option null check for setAddress
505
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
506
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
507
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
508
- - fda5b927: ZERO-2725: fix invalid import
509
- - 2d9b2b2c: ZERO-2816: Add segment to headers
510
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
511
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
512
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
513
- - 3bf2dd9: ZERO-2551: Fix search page
514
- - e9541a13: ZERO-2816: Add headers to url
515
- - 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.
516
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
517
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
518
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
519
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
520
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
521
- - d3474c64: ZERO-2655: Add data source shipping option
522
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
523
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
524
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
525
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
526
- - bbe18b9f: ZERO-2575: Fix build error
527
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
528
- - 4920742: Disable getCachedTranslations
529
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
530
- - 7e56d6b: ZERO-2841: Update api tagTypes
531
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
532
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
533
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
534
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
535
- - fad27689: ZERO-2739: add gpay to payment plugin map
536
- - dff0d595: ZERO-2659: add formData support to proxy api requests
537
- - fdd0b41: ZERO-2706: Add optimized translation support
538
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
539
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
540
- - beb499e6: ZERO-2551: Add new tsconfig paths
541
- - f2c92d5c: ZERO-2816: Update cookie name
542
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
543
- - f3d076b: ZERO-2864: create tabby extension plugin
544
- - f046f8e0: ZERO-2575: update version for react-number-format
545
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
546
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
547
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
548
-
549
- ## 1.56.0-rc.7
550
-
551
- ## 1.56.0-rc.6
552
-
553
- ### Minor Changes
554
-
555
- - f3d076b: ZERO-2864: create tabby extension plugin
556
-
557
- ## 1.56.0-rc.5
558
-
559
- ### Minor Changes
560
-
561
- - c416d18: ZERO-2915: Add delivery option null check for setAddress
562
-
563
- ## 1.56.0-rc.4
564
-
565
- ### Minor Changes
566
-
567
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
568
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
569
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
570
- - fda5b927: ZERO-2725: fix invalid import
571
- - 2d9b2b2c: ZERO-2816: Add segment to headers
572
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
573
219
  - d93a507: ZERO-2900: Fix pretty url rewrite
574
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
575
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
576
- - 3bf2dd9: ZERO-2551: Fix search page
577
- - e9541a13: ZERO-2816: Add headers to url
578
- - 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.
579
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
580
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
581
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
582
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
583
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
584
- - d3474c64: ZERO-2655: Add data source shipping option
585
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
586
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
587
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
588
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
589
- - bbe18b9f: ZERO-2575: Fix build error
590
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
591
- - 4920742: Disable getCachedTranslations
592
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
593
220
  - 674badc: ZERO-2912: Fix selected payment option view to handle null values
594
- - 7e56d6b: ZERO-2841: Update api tagTypes
595
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
596
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
597
221
  - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
598
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
599
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
600
- - fad27689: ZERO-2739: add gpay to payment plugin map
601
- - dff0d595: ZERO-2659: add formData support to proxy api requests
602
- - fdd0b41: ZERO-2706: Add optimized translation support
603
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
604
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
605
- - beb499e6: ZERO-2551: Add new tsconfig paths
606
- - f2c92d5c: ZERO-2816: Update cookie name
607
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
608
- - f046f8e0: ZERO-2575: update version for react-number-format
609
222
  - 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
223
  - c670bd4: ZERO-2900: Add middleware rewrite functionality
613
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
614
-
615
- ## 1.56.0-rc.3
616
-
617
- ### Minor Changes
618
-
619
- - 674badc: ZERO-2912: Fix selected payment option view to handle null values
620
-
621
- ## 1.56.0-rc.2
622
-
623
- ### Minor Changes
624
-
625
- - 7b05522: ZERO-2905: Fix resend and close button in otp package
626
- - 29ead87: ZERO-2905: Fix resend and close button in otp package
627
-
628
- ## 1.56.0-rc.1
629
-
630
- ### Minor Changes
631
-
632
- - 207ac6e: ZERO-2917: Add OrderSelectionPage endpoint
633
-
634
- ## 1.56.0-rc.0
635
-
636
- ### Minor Changes
637
-
638
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
639
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
640
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
641
- - fda5b927: ZERO-2725: fix invalid import
642
- - 2d9b2b2c: ZERO-2816: Add segment to headers
643
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
644
- - d93a507: ZERO-2900: Fix pretty url rewrite
645
- - 6c25f666: ZERO-2551: Check CACHE_HOST variable
646
- - bc2b4117: ZERO-2825: Add attribute-based shipping options to checkout page
647
- - 3bf2dd94: ZERO-2551: Fix search page
648
- - e9541a13: ZERO-2816: Add headers to url
649
- - 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.
650
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
651
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
652
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
653
- - d6edb1d0: ZERO-2551: Fix searchparams handling for list and other routes
654
- - d3474c64: ZERO-2655: Add data source shipping option
655
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
656
- - c45b62c9: ZERO-2818: Add upload and download support for b2b package
657
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
658
- - bbe18b9f: ZERO-2575: Fix build error
659
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
660
- - 4920742c: Disable getCachedTranslations
661
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
662
- - 7e56d6b6: ZERO-2841: Update api tagTypes
663
- - 94b69285: ZERO-2551: Add cache handler check in url-redirection middleware
664
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
665
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
666
- - 8f47ccae: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
667
- - fad27689: ZERO-2739: add gpay to payment plugin map
668
- - dff0d595: ZERO-2659: add formData support to proxy api requests
669
- - fdd0b41: ZERO-2706: Add optimized translation support
670
- - f2c325c1: ZERO-2838: Move file input component into @akinon/next
671
- - 9e25a64b: ZERO-2835: Update category page layout with breadcrumb
672
- - beb499e6: ZERO-2551: Add new tsconfig paths
673
- - f2c92d5c: ZERO-2816: Update cookie name
674
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
675
- - f046f8e0: ZERO-2575: update version for react-number-format
676
- - b9273fd3: ZERO-2889: add host headers to requests
677
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
678
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
679
- - c670bd48: ZERO-2900: Add middleware rewrite functionality
680
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
681
224
 
682
225
  ## 1.55.0
683
226
 
@@ -723,128 +266,7 @@
723
266
 
724
267
  ### Minor Changes
725
268
 
726
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
727
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
728
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
729
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
730
- - fda5b927: ZERO-2725: fix invalid import
731
- - 2d9b2b2: ZERO-2816: Add segment to headers
732
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
733
- - d93a507: ZERO-2900: Fix pretty url rewrite
734
- - 8d9ac9a: ZERO-2794: Add field to order type
735
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
736
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
737
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
738
- - 3bf2dd9: ZERO-2551: Fix search page
739
- - e9541a1: ZERO-2816: Add headers to url
740
- - 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.
741
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
742
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
743
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
744
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
745
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
746
- - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
747
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
748
- - d3474c64: ZERO-2655: Add data source shipping option
749
- - 75080fd6: ZERO-2630: Add max limit to postcode area
750
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
751
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
752
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
753
- - bbe18b9f: ZERO-2575: Fix build error
754
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
755
- - 4920742: Disable getCachedTranslations
756
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
757
- - 7e56d6b: ZERO-2841: Update api tagTypes
758
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
759
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
760
- - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
761
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
762
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
763
- - fad27689: ZERO-2739: add gpay to payment plugin map
764
- - dff0d595: ZERO-2659: add formData support to proxy api requests
765
- - fdd0b41: ZERO-2706: Add optimized translation support
766
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
767
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
768
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
769
- - beb499e6: ZERO-2551: Add new tsconfig paths
770
- - 146ea391: ZERO-2774: Update imports
771
- - f2c92d5: ZERO-2816: Update cookie name
772
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
773
- - c47be30d: ZERO-2744: Update Order and OrderItem types
774
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
775
- - f046f8e0: ZERO-2575: update version for react-number-format
776
- - b9273fd: ZERO-2889: add host headers to requests
777
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
778
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
779
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
780
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
781
- - 3d35f70: ZERO-2908: Add cookie to redirect url
782
-
783
- ## 1.50.0-rc.1
784
-
785
- ### Minor Changes
786
-
787
- - 49eeebf: ZERO-2909: Add deleteCollectionItem query to wishlistApi
788
-
789
- ## 1.50.0-rc.0
790
-
791
- ### Minor Changes
792
-
793
- - 90282b53: ZERO-2729: Audit packages for yarn and npm and also update app-template
794
- - 572d2e84: ZERO-2667: Add iframe support for redirection payment methods
795
- - 5dfeea0: ZERO-2801: Revert ZERO-2801
796
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
797
- - fda5b927: ZERO-2725: fix invalid import
798
- - 2d9b2b2: ZERO-2816: Add segment to headers
799
- - c53ea3e6: ZERO-2609: Reset additional form fields when selectedFormType is not company
800
- - d93a507: ZERO-2900: Fix pretty url rewrite
801
- - 8d9ac9a: ZERO-2794: Add field to order type
802
269
  - eaf97d6: ZERO-2909: Add deleteCollectionItem query to wishlistApi
803
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
804
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
805
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
806
- - 3bf2dd9: ZERO-2551: Fix search page
807
- - e9541a1: ZERO-2816: Add headers to url
808
- - 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.
809
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
810
- - 2e6104d: ZERO-2888:Edit the numbering in the pagination and the visibility of the prev and next buttons
811
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
812
- - 0d3a913e: ZERO-2725: Update decimal scale in Price component
813
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
814
- - 1ec2e9d: ZERO-2895: Update app-fetch to include cookies in headers
815
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
816
- - d3474c64: ZERO-2655: Add data source shipping option
817
- - 75080fd6: ZERO-2630: Add max limit to postcode area
818
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
819
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
820
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
821
- - bbe18b9f: ZERO-2575: Fix build error
822
- - d4099960: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
823
- - 4920742: Disable getCachedTranslations
824
- - 12a873e: ZERO-2846:Edit the siteKey regex in the response from GetCaptcha
825
- - 7e56d6b: ZERO-2841: Update api tagTypes
826
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
827
- - 98bb8dcd: ZERO-2706: Cache getTranlations method
828
- - 46b7aad7: ZERO-2775: Add condition and logger for menuitemmodel data
829
- - dcc8a150: ZERO-2694: added build step to RC branch pipeline
830
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
831
- - fad27689: ZERO-2739: add gpay to payment plugin map
832
- - dff0d595: ZERO-2659: add formData support to proxy api requests
833
- - fdd0b41: ZERO-2706: Add optimized translation support
834
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
835
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
836
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
837
- - beb499e6: ZERO-2551: Add new tsconfig paths
838
- - 146ea391: ZERO-2774: Update imports
839
- - f2c92d5: ZERO-2816: Update cookie name
840
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
841
- - c47be30d: ZERO-2744: Update Order and OrderItem types
842
- - e9a46acb: ZERO-2738: add CVC input to registered cards in Masterpass
843
- - f046f8e0: ZERO-2575: update version for react-number-format
844
- - b9273fd: ZERO-2889: add host headers to requests
845
- - 86d25315: ZERO-2693: resolve dependency collision warning for eslint-config-next
846
- - c670bd4: ZERO-2900: Add middleware rewrite functionality
847
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
848
270
 
849
271
  ## 1.49.0
850
272
 
@@ -870,126 +292,7 @@
870
292
 
871
293
  ### Minor Changes
872
294
 
873
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
874
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
875
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
876
- - fda5b92: ZERO-2725: fix invalid import
877
- - 2d9b2b2: ZERO-2816: Add segment to headers
878
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
879
- - 8d9ac9a: ZERO-2794: Add field to order type
880
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
881
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
882
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
883
- - 3bf2dd9: ZERO-2551: Fix search page
884
- - e9541a1: ZERO-2816: Add headers to url
885
- - 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.
886
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
887
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
888
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
889
- - 1448a96e: ZERO-2612: add errors type in CheckoutState
890
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
891
- - d3474c6: ZERO-2655: Add data source shipping option
892
- - 75080fd6: ZERO-2630: Add max limit to postcode area
893
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
894
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
895
- - 91265bba: ZERO-2551: Improve pretty url and caching performance
896
- - bbe18b9f: ZERO-2575: Fix build error
897
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
898
- - 4920742: Disable getCachedTranslations
899
- - 7e56d6b: ZERO-2841: Update api tagTypes
900
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
901
- - 98bb8dc: ZERO-2706: Cache getTranlations method
902
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
903
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
904
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
905
- - fad2768: ZERO-2739: add gpay to payment plugin map
906
- - dff0d595: ZERO-2659: add formData support to proxy api requests
907
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
908
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
909
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
910
- - beb499e6: ZERO-2551: Add new tsconfig paths
911
- - 948eb42: ZERO-2852: Add out of stock endpoints
912
- - 146ea39: ZERO-2774: Update imports
913
- - f2c92d5: ZERO-2816: Update cookie name
914
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
915
- - c47be30: ZERO-2744: Update Order and OrderItem types
916
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
917
- - f046f8e0: ZERO-2575: update version for react-number-format
918
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
919
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
920
-
921
- ## 1.45.0-rc.4
922
-
923
- ### Minor Changes
924
-
925
- - 8f47cca: ZERO-2829: fix and add nested JSON support for useFormData in api/client route
926
-
927
- ## 1.45.0-rc.3
928
-
929
- ### Minor Changes
930
-
931
- - 948eb42: ZERO-2852: Add out of stock endpoints
932
-
933
- ## 1.45.0-rc.2
934
-
935
- ### Minor Changes
936
-
937
- - c45b62c: ZERO-2818: Add upload and download support for b2b package
938
- - f2c325c: ZERO-2838: Move file input component into @akinon/next
939
-
940
- ## 1.45.0-rc.1
941
-
942
- ### Minor Changes
943
-
944
- - 7e56d6b: ZERO-2841: Update api tagTypes
945
-
946
- ## 1.45.0-rc.0
947
-
948
- ### Minor Changes
949
-
950
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
951
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
952
- - a4c8d6a9: ZERO-2663: Fix the image url for gif and svgs and return them without options
953
- - fda5b92: ZERO-2725: fix invalid import
954
- - 2d9b2b2: ZERO-2816: Add segment to headers
955
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
956
- - 8d9ac9a: ZERO-2794: Add field to order type
957
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
958
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
959
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
960
- - 3bf2dd9: ZERO-2551: Fix search page
961
- - e9541a1: ZERO-2816: Add headers to url
962
- - 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.
963
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
964
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
965
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
966
- - 1448a96: ZERO-2612: add errors type in CheckoutState
967
295
  - 2ab6e08: ZERO-2841: Update getBasketDetail query
968
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
969
- - d3474c6: ZERO-2655: Add data source shipping option
970
- - 75080fd: ZERO-2630: Add max limit to postcode area
971
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
972
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
973
- - bbe18b9: ZERO-2575: Fix build error
974
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
975
- - 4920742: Disable getCachedTranslations
976
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
977
- - 98bb8dc: ZERO-2706: Cache getTranlations method
978
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
979
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
980
- - fad2768: ZERO-2739: add gpay to payment plugin map
981
- - dff0d59: ZERO-2659: add formData support to proxy api requests
982
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
983
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
984
- - beb499e: ZERO-2551: Add new tsconfig paths
985
- - 146ea39: ZERO-2774: Update imports
986
- - f2c92d5: ZERO-2816: Update cookie name
987
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
988
- - c47be30: ZERO-2744: Update Order and OrderItem types
989
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
990
- - f046f8e0: ZERO-2575: update version for react-number-format
991
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
992
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
993
296
 
994
297
  ## 1.44.0
995
298
 
@@ -997,201 +300,7 @@
997
300
 
998
301
  ### Minor Changes
999
302
 
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
- - a4c8d6a9: 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
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1008
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1009
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1010
- - 3bf2dd9: ZERO-2551: Fix search page
1011
- - e9541a1: ZERO-2816: Add headers to url
1012
- - 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.
1013
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1014
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1015
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1016
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1017
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1018
- - d3474c6: ZERO-2655: Add data source shipping option
1019
- - 75080fd: ZERO-2630: Add max limit to postcode area
1020
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1021
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1022
- - bbe18b9: ZERO-2575: Fix build error
1023
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1024
- - 4920742: Disable getCachedTranslations
1025
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1026
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1027
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1028
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1029
- - fad2768: ZERO-2739: add gpay to payment plugin map
1030
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1031
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1032
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1033
- - beb499e: ZERO-2551: Add new tsconfig paths
1034
- - 146ea39: ZERO-2774: Update imports
1035
- - f2c92d5: ZERO-2816: Update cookie name
1036
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1037
- - c47be30: ZERO-2744: Update Order and OrderItem types
1038
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1039
- - f046f8e0: ZERO-2575: update version for react-number-format
1040
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1041
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1042
-
1043
- ## 1.43.0-rc.15
1044
-
1045
- ## 1.43.0-rc.14
1046
-
1047
- ### Minor Changes
1048
-
1049
- - 3bf2dd9: ZERO-2551: Fix search page
1050
-
1051
- ## 1.43.0-rc.13
1052
-
1053
- ### Minor Changes
1054
-
1055
- - 9e25a64: ZERO-2835: Update category page layout with breadcrumb
1056
-
1057
- ## 1.43.0-rc.12
1058
-
1059
- ### Minor Changes
1060
-
1061
- - 4920742: Disable getCachedTranslations
1062
-
1063
- ## 1.43.0-rc.11
1064
-
1065
- ### Minor Changes
1066
-
1067
- - 6c25f66: ZERO-2551: Check CACHE_HOST variable
1068
-
1069
- ## 1.43.0-rc.10
1070
-
1071
- ### Minor Changes
1072
-
1073
- - d6edb1d: ZERO-2551: Fix searchparams handling for list and other routes
1074
-
1075
- ## 1.43.0-rc.9
1076
-
1077
- ### Minor Changes
1078
-
1079
- - bc2b411: ZERO-2825: Add attribute-based shipping options to checkout page
1080
-
1081
- ## 1.43.0-rc.8
1082
-
1083
- ### Minor Changes
1084
-
1085
- - 70279e7: ZERO-2817: Add metrics endpoint in default middleware
1086
- - 9d94f7e: ZERO-2820: update parent pk usage for menu generator
1087
-
1088
- ## 1.43.0-rc.7
1089
-
1090
- ### Minor Changes
1091
-
1092
- - 7bd3d99: ZERO-2801: Refactor locale middleware to handle single locale configuration
1093
-
1094
- ## 1.43.0-rc.6
1095
-
1096
- ### Minor Changes
1097
-
1098
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1099
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1100
- - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1101
- - fda5b92: ZERO-2725: fix invalid import
1102
- - 2d9b2b2: ZERO-2816: Add segment to headers
1103
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1104
- - 8d9ac9a: ZERO-2794: Add field to order type
1105
- - e9541a1: ZERO-2816: Add headers to url
1106
- - 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.
1107
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1108
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1109
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1110
- - d3474c6: ZERO-2655: Add data source shipping option
1111
- - 75080fd: ZERO-2630: Add max limit to postcode area
1112
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1113
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1114
- - bbe18b9: ZERO-2575: Fix build error
1115
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1116
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1117
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1118
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1119
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1120
- - fad2768: ZERO-2739: add gpay to payment plugin map
1121
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1122
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1123
303
  - 4a163f2: ZERO-2761: Add condition for basket summary
1124
- - beb499e: ZERO-2551: Add new tsconfig paths
1125
- - 146ea39: ZERO-2774: Update imports
1126
- - f2c92d5: ZERO-2816: Update cookie name
1127
- - c47be30: ZERO-2744: Update Order and OrderItem types
1128
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1129
- - f046f8e: ZERO-2575: update version for react-number-format
1130
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1131
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1132
-
1133
- ## 1.43.0-rc.5
1134
-
1135
- ### Minor Changes
1136
-
1137
- - 17f8752: ZERO-2816: Make the incoming currency lowercase
1138
-
1139
- ## 1.43.0-rc.4
1140
-
1141
- ### Minor Changes
1142
-
1143
- - 3f9b8d7: ZERO-2761: Update plugins.js for akinon-next
1144
-
1145
- ## 1.43.0-rc.3
1146
-
1147
- ### Minor Changes
1148
-
1149
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
1150
-
1151
- ## 1.43.0-rc.2
1152
-
1153
- ### Minor Changes
1154
-
1155
- - f2c92d5: ZERO-2816: Update cookie name
1156
-
1157
- ## 1.43.0-rc.1
1158
-
1159
- ### Minor Changes
1160
-
1161
- - eecb282: ZERO-2607: Update address-related functions to include invalidateTag option
1162
-
1163
- ## 1.43.0-rc.0
1164
-
1165
- ### Minor Changes
1166
-
1167
- - 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
1168
- - 572d2e8: ZERO-2667: Add iframe support for redirection payment methods
1169
- - a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
1170
- - fda5b92: ZERO-2725: fix invalid import
1171
- - 2d9b2b2: ZERO-2816: Add segment to headers
1172
- - c53ea3e: ZERO-2609: Reset additional form fields when selectedFormType is not company
1173
- - 8d9ac9a: ZERO-2794: Add field to order type
1174
- - e9541a1: ZERO-2816: Add headers to url
1175
- - 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.
1176
- - 0d3a913: ZERO-2725: Update decimal scale in Price component
1177
- - 1448a96: ZERO-2612: add errors type in CheckoutState
1178
- - d3474c6: ZERO-2655: Add data source shipping option
1179
- - 75080fd: ZERO-2630: Add max limit to postcode area
1180
- - 91265bb: ZERO-2551: Improve pretty url and caching performance
1181
- - bbe18b9: ZERO-2575: Fix build error
1182
- - d409996: ZERO-2781: Refactor buildClientRequestUrl function to support caching and options
1183
- - 94b6928: ZERO-2551: Add cache handler check in url-redirection middleware
1184
- - 98bb8dc: ZERO-2706: Cache getTranlations method
1185
- - 46b7aad: ZERO-2775: Add condition and logger for menuitemmodel data
1186
- - dcc8a15: ZERO-2694: added build step to RC branch pipeline
1187
- - fad2768: ZERO-2739: add gpay to payment plugin map
1188
- - dff0d59: ZERO-2659: add formData support to proxy api requests
1189
- - beb499e: ZERO-2551: Add new tsconfig paths
1190
- - 146ea39: ZERO-2774: Update imports
1191
- - c47be30: ZERO-2744: Update Order and OrderItem types
1192
- - e9a46ac: ZERO-2738: add CVC input to registered cards in Masterpass
1193
- - f046f8e: ZERO-2575: update version for react-number-format
1194
- - 86d2531: ZERO-2693: resolve dependency collision warning for eslint-config-next
1195
304
 
1196
305
  ## 1.42.0
1197
306