@akinon/next 1.98.0-rc.65 → 1.99.0-rc.66
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 +14 -9
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
# @akinon/next
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.99.0-rc.66
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- 67308f0: ZERO-3633: Revert IndexPage parameter from fetchCheckout request
|
|
8
7
|
- 4ca44c7: ZERO-3634: add register_consumer_card
|
|
9
8
|
- 5dfeea04: ZERO-2801: Revert ZERO-2801
|
|
10
9
|
- 823d82f9: ZERO-3393: Enhance error handling in checkout middleware to ensure errors are checked for existence before processing
|
|
@@ -27,7 +26,7 @@
|
|
|
27
26
|
- c53ef7b95: 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.
|
|
28
27
|
- a8539c8c: ZERO-3439: Enhance locale handling in middleware and redirect utility
|
|
29
28
|
- 16aff543: ZERO-3431: Add test script for redirect utility in package.json
|
|
30
|
-
-
|
|
29
|
+
- 64699d3ff: ZERO-2761: Fix invalid import for plugin module
|
|
31
30
|
- 9f8cd3bc: ZERO-3449: AI Search Active Filters & Crop Style changes have been implemented
|
|
32
31
|
- e974d8e8: ZERO-3406: Fix rc build
|
|
33
32
|
- 89ce46fc: ZERO-3493: return 404 status code for pz-not-found pages
|
|
@@ -36,14 +35,14 @@
|
|
|
36
35
|
- 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
|
|
37
36
|
- 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
|
|
38
37
|
- d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
|
|
39
|
-
-
|
|
38
|
+
- 17f87524e: ZERO-2816: Make the incoming currency lowercase
|
|
40
39
|
- 65d3b862: ZERO-3054: Update headers in appFetch
|
|
41
40
|
- c39c7000: ZERO-3420: Refactor Modal component
|
|
42
41
|
- bbe18b9ff: ZERO-2575: Fix build error
|
|
43
|
-
-
|
|
42
|
+
- 4920742c2: Disable getCachedTranslations
|
|
44
43
|
- b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
|
|
45
44
|
- 0de55738: ZERO-3418: Update remotePatterns hostname to allow all subdomains
|
|
46
|
-
-
|
|
45
|
+
- 7e56d6b6b: ZERO-2841: Update api tagTypes
|
|
47
46
|
- d99a6a7d: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
|
|
48
47
|
- 9dc7298a: ZERO-3416: Refactor Accordion component to enhance props and improve styling flexibility
|
|
49
48
|
- 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
|
|
@@ -59,15 +58,21 @@
|
|
|
59
58
|
- f7fd459b: ZERO-3445: Refactor setCookie function to include domain handling and improve cookie string construction
|
|
60
59
|
- 4de5303c: ZERO-2504: add cookie filter to api client request
|
|
61
60
|
- dc678c31: ZERO-3523: Enhance redirect tests with dynamic locale handling and settings integration
|
|
62
|
-
-
|
|
63
|
-
-
|
|
61
|
+
- f2c92d5c7: ZERO-2816: Update cookie name
|
|
62
|
+
- 7bd3d9928: ZERO-2801: Refactor locale middleware to handle single locale configuration
|
|
64
63
|
- acd2afdf: ZERO-3431: Fix import statement for findBaseDir in next-config test
|
|
65
64
|
- 2d3f1788: ZERO-3417: Enhance FileInput component with additional props for customization
|
|
66
65
|
- fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
|
|
67
66
|
- 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
|
|
68
|
-
-
|
|
67
|
+
- 3f9b8d7e7: ZERO-2761: Update plugins.js for akinon-next
|
|
69
68
|
- 0e823010: ZERO-3531: Add saveSampleProducts endpoint
|
|
70
69
|
|
|
70
|
+
## 1.98.0
|
|
71
|
+
|
|
72
|
+
### Minor Changes
|
|
73
|
+
|
|
74
|
+
- 67308f0: ZERO-3633: Revert IndexPage parameter from fetchCheckout request
|
|
75
|
+
|
|
71
76
|
## 1.97.0
|
|
72
77
|
|
|
73
78
|
### 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.
|
|
4
|
+
"version": "1.99.0-rc.66",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"bin": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"set-cookie-parser": "2.6.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@akinon/eslint-plugin-projectzero": "1.
|
|
37
|
+
"@akinon/eslint-plugin-projectzero": "1.99.0-rc.66",
|
|
38
38
|
"@babel/core": "7.26.10",
|
|
39
39
|
"@babel/preset-env": "7.26.9",
|
|
40
40
|
"@babel/preset-typescript": "7.27.0",
|