@akinon/next 1.36.0-rc.3 → 1.37.0-rc.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 +3 -29
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,53 +1,27 @@
|
|
|
1
1
|
# @akinon/next
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.37.0-rc.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
8
|
-
- 8e6e8cf: ZERO-2524: Removed cli from projectzero so that build works as expected
|
|
9
8
|
- 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.
|
|
10
|
-
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
11
|
-
- 7cebe87: ZERO-2524: Add check monorepo utility function
|
|
12
9
|
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
13
10
|
- bbe18b9: ZERO-2575: Fix build error
|
|
14
11
|
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
15
|
-
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
16
12
|
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
17
|
-
- 40ad73e: ZERO-2504: add cookie filter to api client request
|
|
18
|
-
- 495d155: ZERO-2524: Zero-cli dist checks for changes and renders it to the terminal.
|
|
19
13
|
- f046f8e: ZERO-2575: update version for react-number-format
|
|
20
|
-
- 3e68768: ZERO-2578: Add osessionid check in middleware
|
|
21
14
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
- 616690d: ZERO-2635: remove maxRetries from redux
|
|
25
|
-
- 59fb7c3: ZERO-2504: get set-cookie headers from commerce request
|
|
26
|
-
|
|
27
|
-
## 1.36.0-rc.2
|
|
15
|
+
## 1.36.0
|
|
28
16
|
|
|
29
17
|
### Minor Changes
|
|
30
18
|
|
|
31
|
-
- dff0d59: ZERO-2659: add formData support to proxy api requests
|
|
32
|
-
|
|
33
|
-
## 1.36.0-rc.1
|
|
34
|
-
|
|
35
|
-
## 1.36.0-rc.0
|
|
36
|
-
|
|
37
|
-
### Minor Changes
|
|
38
|
-
|
|
39
|
-
- a4c8d6a: ZERO-2663: Fix the image url for gif and svgs and return them without options
|
|
40
19
|
- 8e6e8cf: ZERO-2524: Removed cli from projectzero so that build works as expected
|
|
41
|
-
- 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.
|
|
42
20
|
- ebb63ce: ZERO-2525: Fix category facet removal bug and add close icon to active filters
|
|
43
21
|
- 7cebe87: ZERO-2524: Add check monorepo utility function
|
|
44
|
-
- 91265bb: ZERO-2551: Improve pretty url and caching performance
|
|
45
|
-
- bbe18b9: ZERO-2575: Fix build error
|
|
46
22
|
- 3420416: ZERO-2533: extend eslint config from @akinon/next
|
|
47
|
-
- beb499e: ZERO-2551: Add new tsconfig paths
|
|
48
23
|
- 40ad73e: ZERO-2504: add cookie filter to api client request
|
|
49
|
-
-
|
|
50
|
-
- f046f8e: ZERO-2575: update version for react-number-format
|
|
24
|
+
- d1eec6b: ZERO-2524: Zero-cli dist checks for changes and renders it to the terminal.
|
|
51
25
|
- 3e68768: ZERO-2578: Add osessionid check in middleware
|
|
52
26
|
|
|
53
27
|
### Patch 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.37.0-rc.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"bin": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@typescript-eslint/eslint-plugin": "6.7.4",
|
|
36
36
|
"@typescript-eslint/parser": "6.7.4",
|
|
37
37
|
"eslint": "^8.14.0",
|
|
38
|
-
"@akinon/eslint-plugin-projectzero": "1.
|
|
38
|
+
"@akinon/eslint-plugin-projectzero": "1.37.0-rc.0",
|
|
39
39
|
"eslint-config-prettier": "8.5.0"
|
|
40
40
|
}
|
|
41
41
|
}
|