@graphcommerce/magento-customer 6.0.0-canary.53 → 6.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 +22 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 6.0.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1816](https://github.com/graphcommerce-org/graphcommerce/pull/1816) [`f61e2e572`](https://github.com/graphcommerce-org/graphcommerce/commit/f61e2e5721806c258b771a7ed5165da8dc7b815b) - Add feedback messages on 'add address form' ([@FrankHarland](https://github.com/FrankHarland))
|
|
8
|
+
|
|
9
|
+
- [#1779](https://github.com/graphcommerce-org/graphcommerce/pull/1779) [`6c6d7e4d7`](https://github.com/graphcommerce-org/graphcommerce/commit/6c6d7e4d7cf5d68a39acc82b91e1f3acce366517) - Added postcode check for Dutch address fields. Ddds an autocomplete field for the street name and city based of the customers postcode + street number + addition. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#1768](https://github.com/graphcommerce-org/graphcommerce/pull/1768) [`23e9a4728`](https://github.com/graphcommerce-org/graphcommerce/commit/23e9a472899dfc0b56b989f5d0e8ffb802c8cc5f) - Deprecated @graphcommerce/magento-customer-account & @graphcommerce/magento-customer-order packages and moved all functionality to @graphcomemrce/magento-customer ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
14
|
+
|
|
15
|
+
- [#1768](https://github.com/graphcommerce-org/graphcommerce/pull/1768) [`7e8dcf447`](https://github.com/graphcommerce-org/graphcommerce/commit/7e8dcf44777aca527c07aaee397d272dd2f6ae44) - Customer accoutn address list now updates after deleting an address. ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
16
|
+
|
|
17
|
+
- [#1768](https://github.com/graphcommerce-org/graphcommerce/pull/1768) [`9f0e9ab2d`](https://github.com/graphcommerce-org/graphcommerce/commit/9f0e9ab2dec3f9261ae00e9fd44d06a65ddb1d0d) - After editing an address in the my account section it, the user will now be redirected to the over page, instead of redirecting to the edit page. ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
18
|
+
|
|
19
|
+
- [#1801](https://github.com/graphcommerce-org/graphcommerce/pull/1801) [`12263d608`](https://github.com/graphcommerce-org/graphcommerce/commit/12263d6080c1e550985a42f140ffa9d95d0b0335) - Added translations for the sign-up form. ([@StefanAngenent](https://github.com/StefanAngenent))
|
|
20
|
+
|
|
21
|
+
- [#1769](https://github.com/graphcommerce-org/graphcommerce/pull/1769) [`2693a616a`](https://github.com/graphcommerce-org/graphcommerce/commit/2693a616af2f9793012a5fb2eeacc084e695b83e) - WaitForCustomer now accepts overridable components for the fallback and unauthenticated state. ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
22
|
+
|
|
23
|
+
## 6.0.0-canary.54
|
|
24
|
+
|
|
3
25
|
## 6.0.0-canary.53
|
|
4
26
|
|
|
5
27
|
## 6.0.0-canary.52
|
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": "6.0.0
|
|
5
|
+
"version": "6.0.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,20 +12,20 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "6.0.0
|
|
16
|
-
"@graphcommerce/prettier-config-pwa": "6.0.0
|
|
17
|
-
"@graphcommerce/typescript-config-pwa": "6.0.0
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "6.0.0",
|
|
16
|
+
"@graphcommerce/prettier-config-pwa": "6.0.0",
|
|
17
|
+
"@graphcommerce/typescript-config-pwa": "6.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@graphcommerce/ecommerce-ui": "6.0.0
|
|
21
|
-
"@graphcommerce/framer-utils": "6.0.0
|
|
22
|
-
"@graphcommerce/graphql": "6.0.0
|
|
23
|
-
"@graphcommerce/graphql-mesh": "6.0.0
|
|
24
|
-
"@graphcommerce/image": "6.0.0
|
|
25
|
-
"@graphcommerce/magento-graphql": "6.0.0
|
|
26
|
-
"@graphcommerce/magento-store": "6.0.0
|
|
27
|
-
"@graphcommerce/next-ui": "6.0.0
|
|
28
|
-
"@graphcommerce/react-hook-form": "6.0.0
|
|
20
|
+
"@graphcommerce/ecommerce-ui": "6.0.0",
|
|
21
|
+
"@graphcommerce/framer-utils": "6.0.0",
|
|
22
|
+
"@graphcommerce/graphql": "6.0.0",
|
|
23
|
+
"@graphcommerce/graphql-mesh": "6.0.0",
|
|
24
|
+
"@graphcommerce/image": "6.0.0",
|
|
25
|
+
"@graphcommerce/magento-graphql": "6.0.0",
|
|
26
|
+
"@graphcommerce/magento-store": "6.0.0",
|
|
27
|
+
"@graphcommerce/next-ui": "6.0.0",
|
|
28
|
+
"@graphcommerce/react-hook-form": "6.0.0"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@lingui/react": "^3.13.2",
|