@akinon/next 1.89.0-rc.20 → 1.89.0-rc.22

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 +55 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # @akinon/next
2
2
 
3
+ ## 1.89.0-rc.22
4
+
5
+ ### Minor Changes
6
+
7
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
8
+ - 823d82f: ZERO-3393: Enhance error handling in checkout middleware to ensure errors are checked for existence before processing
9
+ - 63774a6a: ZERO-3351: Add commerce redirection ignore list functionality and related utility
10
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
11
+ - 5e1feca6: Revert "ZERO-3286: Add notFound handling for chunk URLs starting with \_next"
12
+ - d8fad39: ZERO-3370: include plugins test to build stage
13
+ - 40a46853: ZERO-3182: Optimize basket update mutation with optimistic update
14
+ - 68bbcb2: ZERO-3393: Fix error handling in checkout middleware to check for errors array length
15
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
16
+ - e9541a13: ZERO-2816: Add headers to url
17
+ - 9b7d0de: ZERO-3393: Improve error handling in checkout middleware to support both object and array error formats
18
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
19
+ - 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
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
21
+ - e974d8e: ZERO-3406: Fix rc build
22
+ - bf354de4: ZERO-3321: add babel compiler for akinon/next test
23
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
24
+ - d552629f: ZERO-3182: Refactor basketApi to use invalidatesTags and comment out onQueryStarted logic
25
+ - 448adefb: ZERO-3321: move csp test to akinon-next
26
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
27
+ - 65d3b862: ZERO-3054: Update headers in appFetch
28
+ - bbe18b9f: ZERO-2575: Fix build error
29
+ - 17bfadc4: ZERO-3275: Disable OpenTelemetry monitoring in production environment
30
+ - 4920742c: Disable getCachedTranslations
31
+ - b6e5b624: ZERO-3257: Enhance locale middleware to redirect using existing or default locale and support 303 status for POST requests
32
+ - 6c3629c2: ZERO-3321: fix jest tests in akinon-next for standalone projects
33
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
34
+ - dfaceff: ZERO-3356: Add useLoyaltyAvailability hook and update checkout state management
35
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
36
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
37
+ - 943a239: ZERO-3370: add allowJs in akinon-next test tsconfig
38
+ - e68e120: ZERO-3398: Add redirectUrlMiddleware to handle redirection based on checkout results
39
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
40
+ - 3bf63c8a: ZERO-3286: Add notFound handling for chunk URLs starting with \_next
41
+ - 9be2c081: ZERO-3243: Improve basket update query handling with optimistic updates
42
+ - f2c92d5c: ZERO-2816: Update cookie name
43
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
44
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
45
+ - acf03209: ZERO-3321: remove babel config
46
+ - 387356b6: ZERO-3323: Refactor locale filtering logic in URL matcher regex
47
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
48
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
49
+ - b2ee69b9: ZERO-3321: delete unnecessary files
50
+ - 0cabbda: ZERO-3370: replace inline monorepo check with reusable utility
51
+
52
+ ## 1.89.0-rc.21
53
+
54
+ ### Minor Changes
55
+
56
+ - e974d8e: ZERO-3406: Fix rc build
57
+
3
58
  ## 1.89.0-rc.20
4
59
 
5
60
  ### 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.89.0-rc.20",
4
+ "version": "1.89.0-rc.22",
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.89.0-rc.20",
37
+ "@akinon/eslint-plugin-projectzero": "1.89.0-rc.22",
38
38
  "@babel/core": "7.26.10",
39
39
  "@babel/preset-env": "7.26.9",
40
40
  "@babel/preset-typescript": "7.27.0",