@graphcommerce/magento-customer 8.0.0-canary.98 → 8.0.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 +56 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,61 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#2175](https://github.com/graphcommerce-org/graphcommerce/pull/2175) [`a6bcb87`](https://github.com/graphcommerce-org/graphcommerce/commit/a6bcb8785d54ef735d82154a775822d84f2b2b80) - Autofill country dropdown in CreateCustomerAddressForm so AddPostcodeNLAddressFields plugin works by default
|
|
8
|
+
([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
9
|
+
|
|
10
|
+
- [#2110](https://github.com/graphcommerce-org/graphcommerce/pull/2110) [`d2e716d`](https://github.com/graphcommerce-org/graphcommerce/commit/d2e716d437fcfed13388ef536a8e73513744027b) - ---
|
|
11
|
+
|
|
12
|
+
'@graphcommerce/magento-cart-email': minor '@graphcommerce/magento-customer': minor
|
|
13
|
+
|
|
14
|
+
***
|
|
15
|
+
|
|
16
|
+
Added a new `enableGuestCheckoutLogin` configuration: During customer login, GraphCommerce queries Magento to determine whether the customer account already exists or not. If not, the sign-up form is shown instead.
|
|
17
|
+
|
|
18
|
+
To restore previous behavior, set `enableGuestCheckoutLogin` to true. For Magento versions, 2.4.7, 2.4.6-p1 and up, 2.4.5-p3 and up, 2.4.4-p4 and up, the following setting must be set to Yes: `Stores -> Configuration -> Sales -> Checkout -> Checkout Options -> Enable Guest Checkout Login` ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- [#2091](https://github.com/graphcommerce-org/graphcommerce/pull/2091) [`5b865d3`](https://github.com/graphcommerce-org/graphcommerce/commit/5b865d376fe3b830a03af15b56986a0448af4987) - Order details page in the customer account section is completely redesigned to be more in line with other areas.
|
|
23
|
+
([@StefanAngenent](https://github.com/StefanAngenent))
|
|
24
|
+
|
|
25
|
+
- [#2048](https://github.com/graphcommerce-org/graphcommerce/pull/2048) [`a5c6550`](https://github.com/graphcommerce-org/graphcommerce/commit/a5c65506a7e72bd9ea101f665ce201e82396c63c) - Allow passing skip to useCustomerQuery and useGuestQuery
|
|
26
|
+
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
27
|
+
|
|
28
|
+
- [#2170](https://github.com/graphcommerce-org/graphcommerce/pull/2170) [`f3e906f`](https://github.com/graphcommerce-org/graphcommerce/commit/f3e906f7e374ce22d36af29c0f3c8153e18300e6) - Solved an issue where the inactive cart would set as the current cart when the customer had signed in, checked out their cart, session expired and tried to log in again.
|
|
29
|
+
([@FrankHarland](https://github.com/FrankHarland))
|
|
30
|
+
|
|
31
|
+
- [#2107](https://github.com/graphcommerce-org/graphcommerce/pull/2107) [`2f51504`](https://github.com/graphcommerce-org/graphcommerce/commit/2f5150456eabcce410ad8a0f1cbebeedabb6564c) - Remember email adress when going from checkout to signin/up form
|
|
32
|
+
([@FrankHarland](https://github.com/FrankHarland))
|
|
33
|
+
|
|
34
|
+
- [#2128](https://github.com/graphcommerce-org/graphcommerce/pull/2128) [`2320f8f`](https://github.com/graphcommerce-org/graphcommerce/commit/2320f8fa28713f45f0a9ecfc7d8623120add2a9a) - Fixed bug which caused region to not be set properly if user swapped countries in the checkout process.
|
|
35
|
+
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
36
|
+
|
|
37
|
+
- [#1999](https://github.com/graphcommerce-org/graphcommerce/pull/1999) [`ab834fb`](https://github.com/graphcommerce-org/graphcommerce/commit/ab834fbfe057fb507c371a6d22af282cc1b195d4) - Added a new 'Session expired' dialog that is shown when a GraphQL query or mutation returns a `graphql-authorization` error. This error is returned when the user's session has expired. The dialog allows the user to sign in again and then the query or mutation is re-executed.
|
|
38
|
+
([@paales](https://github.com/paales))
|
|
39
|
+
|
|
40
|
+
- [#2166](https://github.com/graphcommerce-org/graphcommerce/pull/2166) [`304b816`](https://github.com/graphcommerce-org/graphcommerce/commit/304b81659caf82d9f500401d21da4110dd40db61) - When a user is logged in the modal is dismissed immediately without showing a succes page. This speeds up the interaction with the site.
|
|
41
|
+
([@FrankHarland](https://github.com/FrankHarland))
|
|
42
|
+
|
|
43
|
+
- [#1999](https://github.com/graphcommerce-org/graphcommerce/pull/1999) [`c11f3b8`](https://github.com/graphcommerce-org/graphcommerce/commit/c11f3b88f187bb8e0059a6940b9835a076e5faf8) - Created a `debug.sessions` config that allows debugging sessions. Enable with `GC_DEBUG_SESSIONS=1` in your env or modify your graphcommerce.config.js
|
|
44
|
+
([@paales](https://github.com/paales))
|
|
45
|
+
|
|
46
|
+
- [#2087](https://github.com/graphcommerce-org/graphcommerce/pull/2087) [`42c33c6`](https://github.com/graphcommerce-org/graphcommerce/commit/42c33c6e3adceee400bc9f10ec416731db9279c0) - The message when the email was updated was unstyled.
|
|
47
|
+
([@StefanAngenent](https://github.com/StefanAngenent))
|
|
48
|
+
|
|
49
|
+
- [#2082](https://github.com/graphcommerce-org/graphcommerce/pull/2082) [`2e8d19c`](https://github.com/graphcommerce-org/graphcommerce/commit/2e8d19cccd305f0e8eb4c29d05161af6cfdb9d84) - Add 'Current email' translation
|
|
50
|
+
([@StefanAngenent](https://github.com/StefanAngenent))
|
|
51
|
+
|
|
52
|
+
- [#2098](https://github.com/graphcommerce-org/graphcommerce/pull/2098) [`ca45472`](https://github.com/graphcommerce-org/graphcommerce/commit/ca45472246e084f4b88f91bc700351e29c63e0e2) - Fix `<EditAddressForm />` when addition field is null or undefined
|
|
53
|
+
([@JoshuaS98](https://github.com/JoshuaS98))
|
|
54
|
+
|
|
55
|
+
## 8.0.0-canary.100
|
|
56
|
+
|
|
57
|
+
## 8.0.0-canary.99
|
|
58
|
+
|
|
3
59
|
## 8.0.0-canary.98
|
|
4
60
|
|
|
5
61
|
## 8.0.0-canary.97
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-customer",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "8.0.0
|
|
5
|
+
"version": "8.0.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^8.0.0
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^8.0.0
|
|
17
|
-
"@graphcommerce/framer-next-pages": "^8.0.0
|
|
18
|
-
"@graphcommerce/framer-utils": "^8.0.0
|
|
19
|
-
"@graphcommerce/graphql": "^8.0.0
|
|
20
|
-
"@graphcommerce/graphql-mesh": "^8.0.0
|
|
21
|
-
"@graphcommerce/image": "^8.0.0
|
|
22
|
-
"@graphcommerce/magento-graphql": "^8.0.0
|
|
23
|
-
"@graphcommerce/magento-store": "^8.0.0
|
|
24
|
-
"@graphcommerce/next-ui": "^8.0.0
|
|
25
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.0
|
|
26
|
-
"@graphcommerce/react-hook-form": "^8.0.0
|
|
27
|
-
"@graphcommerce/typescript-config-pwa": "^8.0.0
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^8.0.0",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.0",
|
|
17
|
+
"@graphcommerce/framer-next-pages": "^8.0.0",
|
|
18
|
+
"@graphcommerce/framer-utils": "^8.0.0",
|
|
19
|
+
"@graphcommerce/graphql": "^8.0.0",
|
|
20
|
+
"@graphcommerce/graphql-mesh": "^8.0.0",
|
|
21
|
+
"@graphcommerce/image": "^8.0.0",
|
|
22
|
+
"@graphcommerce/magento-graphql": "^8.0.0",
|
|
23
|
+
"@graphcommerce/magento-store": "^8.0.0",
|
|
24
|
+
"@graphcommerce/next-ui": "^8.0.0",
|
|
25
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.0",
|
|
26
|
+
"@graphcommerce/react-hook-form": "^8.0.0",
|
|
27
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.0",
|
|
28
28
|
"@lingui/core": "^4.2.1",
|
|
29
29
|
"@lingui/macro": "^4.2.1",
|
|
30
30
|
"@lingui/react": "^4.2.1",
|