@akinon/next 1.80.0-rc.7 → 1.81.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 +39 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,44 @@
1
1
  # @akinon/next
2
2
 
3
- ## 1.80.0-rc.7
3
+ ## 1.81.0-rc.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 778aabf8: ZERO-3163: Add frontend ID header to authentication requests and forgot password mutation
8
+ - 5dfeea04: ZERO-2801: Revert ZERO-2801
9
+ - 2d9b2b2c: ZERO-2816: Add segment to headers
10
+ - fd4b74e9: ZERO-3126: add reset checkout state query
11
+ - f49bb74f: ZERO-3097: Add setCookie to logging in payment redirection middlewares
12
+ - e9541a13: ZERO-2816: Add headers to url
13
+ - 4d3deb4f: ZERO-2935: sentry 8 upgrade
14
+ - 72fd4d67: ZERO-3084: Fix URL search parameters encoding in default middleware
15
+ - 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.
16
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
17
+ - 0200d568: ZERO-3163: Add frontendIds property to Settings interface
18
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
19
+ - 17f87524: ZERO-2816: Make the incoming currency lowercase
20
+ - 65d3b862: ZERO-3054: Update headers in appFetch
21
+ - bbe18b9f: ZERO-2575: Fix build error
22
+ - 4920742c: Disable getCachedTranslations
23
+ - 7e56d6b6: ZERO-2841: Update api tagTypes
24
+ - 43c182ee: ZERO-3054: Update Redis variable checks to conditionally include CACHE_SECRET
25
+ - 2d305aaf: ZERO-2935: Update Sentry configuration: remove hideSourceMaps option and add it to withPzConfig
26
+ - 4cc22c7c: ZERO-3125: replace X-Frame-Options with CSP frame-ancestors
27
+ - eeb20bea: Revert "ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing"
28
+ - 6a0a0807: ZERO-3112: Update button
29
+ - f2c92d5c: ZERO-2816: Update cookie name
30
+ - 7bd3d992: ZERO-2801: Refactor locale middleware to handle single locale configuration
31
+ - fdd255ee: ZERO-3054: Refactor cache handler to use custom Redis handler and implement key hashing
32
+ - 49eeebfa: ZERO-2909: Add deleteCollectionItem query to wishlistApi
33
+ - 3f9b8d7e: ZERO-2761: Update plugins.js for akinon-next
34
+
35
+ ## 1.80.0
36
+
37
+ ### Minor Changes
38
+
39
+ - 7ab9e2f: ZERO-3166: add tamara payment package
40
+
41
+ ## 1.79.0
4
42
 
5
43
  ### Minor Changes
6
44
 
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.80.0-rc.7",
4
+ "version": "1.81.0-rc.0",
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.80.0-rc.7",
33
+ "@akinon/eslint-plugin-projectzero": "1.81.0-rc.0",
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",