@akinon/next 1.86.0-rc.4 → 1.87.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -67
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,106 +1,56 @@
1
1
  # @akinon/next
2
2
 
3
- ## 1.86.0-rc.4
3
+ ## 1.87.0-rc.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 6f506afc: ZERO-3229: Implement mini basket query for basket total quantity
8
7
  - 5dfeea04: ZERO-2801: Revert ZERO-2801
9
- - ef75c03: ZERO-3267: Update error-page component to use ROUTES for link navigation
10
8
  - 2d9b2b2c: ZERO-2816: Add segment to headers
11
9
  - 5e1feca: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
12
10
  - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
13
11
  - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
14
- - e4761d2: Refactor import statement for ROUTES in error-page component
15
12
  - e9541a13: ZERO-2816: Add headers to url
16
- - e2c6d42: ZERO-2935: Add @sentry/nextjs dependency to akinon-next and remove from projectzeronext
17
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
18
13
  - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
19
14
  - 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.
20
- - c3f8d4a: ZERO-3274: Adjust button styles
21
15
  - 64699d3f: ZERO-2761: Fix invalid import for plugin module
22
- - 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
23
16
  - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
24
17
  - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
25
- - c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
26
18
  - 17f87524: ZERO-2816: Make the incoming currency lowercase
27
- - 70bc0ae: ZERO-3284: Set tracesSampleRate in Sentry configuration
28
19
  - 65d3b862: ZERO-3054: Update headers in appFetch
29
20
  - bbe18b9f: ZERO-2575: Fix build error
30
- - 17bfadc: ZERO-3275: Disable OpenTelemetry monitoring in production environment
21
+ - 17bfadc4: ZERO-3275: Disable OpenTelemetry monitoring in production environment
31
22
  - 4920742c: Disable getCachedTranslations
32
23
  - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
33
- - ac65ca9: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
34
24
  - 7e56d6b6: ZERO-2841: Update api tagTypes
35
25
  - 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
36
- - 0cb3ec0: ZERO-3281: Remove prebuild tests script from pz-prebuild
37
26
  - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
38
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
39
27
  - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
40
28
  - 3bf63c8: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
41
29
  - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
42
30
  - f2c92d5c: ZERO-2816: Update cookie name
43
- - 2f3588f: ZERO-3287: Add user session handling in authentication flow
44
- - e5529cd: ZERO-3267: Update error-page component to use root path for links instead of ROUTES
45
31
  - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
46
32
  - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
47
33
  - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
48
34
  - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
49
35
 
50
- ## 1.86.0-rc.3
51
-
52
- ## 1.86.0-rc.2
36
+ ## 1.86.0
53
37
 
54
38
  ### Minor Changes
55
39
 
56
- - c3f8d4af: ZERO-3274: Adjust button styles
57
-
58
- ## 1.86.0-rc.1
59
-
60
- ## 1.86.0-rc.0
61
-
62
- ### Minor Changes
63
-
64
- - 6f506afc: ZERO-3229: Implement mini basket query for basket total quantity
65
- - 5dfeea04: ZERO-2801: Revert ZERO-2801
66
- - ef75c032: ZERO-3267: Update error-page component to use ROUTES for link navigation
67
- - 2d9b2b2c: ZERO-2816: Add segment to headers
68
- - 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
69
- - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
70
- - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
71
- - e4761d2c: Refactor import statement for ROUTES in error-page component
72
- - e9541a13: ZERO-2816: Add headers to url
73
- - e2c6d426: ZERO-2935: Add @sentry/nextjs dependency to akinon-next and remove from projectzeronext
74
- - 4d3deb4f: ZERO-2935: sentry 8 upgrade
75
- - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
76
- - 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.
77
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
78
- - 9abd0115: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
79
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
80
- - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
81
- - c3b2f3ff: ZERO-3267: Enable sentry client errors and filter them by log type
82
- - 17f87524: ZERO-2816: Make the incoming currency lowercase
83
- - 70bc0aed: ZERO-3284: Set tracesSampleRate in Sentry configuration
84
- - 65d3b862: ZERO-3054: Update headers in appFetch
85
- - bbe18b9f: ZERO-2575: Fix build error
86
- - 17bfadc4: ZERO-3275: Disable OpenTelemetry monitoring in production environment
87
- - 4920742c: Disable getCachedTranslations
88
- - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
89
- - ac65ca9f: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
90
- - 7e56d6b6: ZERO-2841: Update api tagTypes
91
- - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
92
- - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
93
- - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
94
- - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
95
- - 3bf63c8a: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
96
- - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
97
- - f2c92d5c: ZERO-2816: Update cookie name
98
- - 2f3588fb: ZERO-3287: Add user session handling in authentication flow
99
- - e5529cd3: ZERO-3267: Update error-page component to use root path for links instead of ROUTES
100
- - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
101
- - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
102
- - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
103
- - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
40
+ - 6fc8ac5: ZERO-3229: Implement mini basket query for basket total quantity
41
+ - ef75c03: ZERO-3267: Update error-page component to use ROUTES for link navigation
42
+ - e4761d2: Refactor import statement for ROUTES in error-page component
43
+ - e2c6d42: ZERO-2935: Add @sentry/nextjs dependency to akinon-next and remove from projectzeronext
44
+ - 4d3deb4: ZERO-2935: sentry 8 upgrade
45
+ - c3f8d4a: ZERO-3274: Adjust button styles
46
+ - 9abd011: ZERO-3267: Refactor error handling in ErrorPage component to set error details in Sentry scope
47
+ - c3b2f3f: ZERO-3267: Enable sentry client errors and filter them by log type
48
+ - 70bc0ae: ZERO-3284: Set tracesSampleRate in Sentry configuration
49
+ - ac65ca9: ZERO-3269: Enhance locale handling by adding Subdomain strategy and updating related functions
50
+ - 0cb3ec0: ZERO-3281: Remove prebuild tests script from pz-prebuild
51
+ - 2d305aa: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
52
+ - 2f3588f: ZERO-3287: Add user session handling in authentication flow
53
+ - e5529cd: ZERO-3267: Update error-page component to use root path for links instead of ROUTES
104
54
 
105
55
  ## 1.85.0
106
56
 
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.86.0-rc.4",
4
+ "version": "1.87.0-rc.0",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "bin": {
@@ -31,7 +31,7 @@
31
31
  "set-cookie-parser": "2.6.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@akinon/eslint-plugin-projectzero": "1.86.0-rc.4",
34
+ "@akinon/eslint-plugin-projectzero": "1.87.0-rc.0",
35
35
  "@types/react-redux": "7.1.30",
36
36
  "@types/set-cookie-parser": "2.4.7",
37
37
  "@typescript-eslint/eslint-plugin": "6.7.4",