@akinon/next 1.72.0-rc.16 → 1.72.0-rc.17
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 +35 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @akinon/next
|
|
2
2
|
|
|
3
|
+
## 1.72.0-rc.17
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 5dfeea04: ZERO-2801: Revert ZERO-2801
|
|
8
|
+
- 81248a14: ZERO-3024: Refactor urlLocaleMatcherRegex to include lookahead assertion
|
|
9
|
+
- ed55a810: ZERO-3023: fix session cookie persistence after browser restart
|
|
10
|
+
- 2d9b2b2c: ZERO-2816: Add segment to headers
|
|
11
|
+
- 3bfa12aa: ZERO-3003:Add fetchLoyaltyData and setLoyaltyData requests to RTK
|
|
12
|
+
- cc538c6a: ZERO-3048: Update hepsiPayMiddleware to use Success flag for availability check
|
|
13
|
+
- e9541a13: ZERO-2816: Add headers to url
|
|
14
|
+
- d9b907de: ZERO-2993: Add apple pay wallet payment option
|
|
15
|
+
- 94eb8252: ZERO-3069: Add selectNameSpaceMainBasket mutation
|
|
16
|
+
- 4d3deb4f: ZERO-2935: sentry 8 upgrade
|
|
17
|
+
- 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.
|
|
18
|
+
- 64699d3f: ZERO-2761: Fix invalid import for plugin module
|
|
19
|
+
- 17f87524: ZERO-2816: Make the incoming currency lowercase
|
|
20
|
+
- 65d3b862: ZERO-3054: Update headers in appFetch
|
|
21
|
+
- 30105142: ZERO-3011:add shipping_option_operator and custom filter to getOrders
|
|
22
|
+
- bbe18b9f: ZERO-2575: Fix build error
|
|
23
|
+
- 9a507300: ZERO-3015: Add currency parameter to getOrders query
|
|
24
|
+
- 4920742c: Disable getCachedTranslations
|
|
25
|
+
- 7e56d6b6: ZERO-2841: Update api tagTypes
|
|
26
|
+
- 5a333a57: ZERO-3061: Add success parameter for completeWalletPage
|
|
27
|
+
- 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
|
|
28
|
+
- ca774b39: ZERO-3002:add register with loyalty url
|
|
29
|
+
- 56cdddc8: ZERO-0000: SHOP-78125: Change unpaid_amount with total_amount_with_interest
|
|
30
|
+
- 9eaace28: ZERO-2993: Add apple pay package
|
|
31
|
+
- f2c92d5c: ZERO-2816: Update cookie name
|
|
32
|
+
- 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
33
|
+
- f0b2f416: ZERO-3062: Update proxyRequest to handle multiple values for search parameters
|
|
34
|
+
- 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
35
|
+
- 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
|
|
36
|
+
- 3344bca5: ZERO-3013: Enable web vitals tracking in settings.js
|
|
37
|
+
|
|
3
38
|
## 1.72.0-rc.16
|
|
4
39
|
|
|
5
40
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akinon/next",
|
|
3
3
|
"description": "Core package for Project Zero Next",
|
|
4
|
-
"version": "1.72.0-rc.
|
|
4
|
+
"version": "1.72.0-rc.17",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"bin": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"set-cookie-parser": "2.6.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@akinon/eslint-plugin-projectzero": "1.72.0-rc.
|
|
33
|
+
"@akinon/eslint-plugin-projectzero": "1.72.0-rc.17",
|
|
34
34
|
"@types/react-redux": "7.1.30",
|
|
35
35
|
"@types/set-cookie-parser": "2.4.7",
|
|
36
36
|
"@typescript-eslint/eslint-plugin": "6.7.4",
|