@graphcommerce/magento-cart 8.1.0-canary.37 → 8.1.0-canary.39
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
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.1.0-canary.39
|
|
4
|
+
|
|
5
|
+
## 8.1.0-canary.38
|
|
6
|
+
|
|
7
|
+
### Minor Changes
|
|
8
|
+
|
|
9
|
+
- [#2305](https://github.com/graphcommerce-org/graphcommerce/pull/2305) [`77e8297`](https://github.com/graphcommerce-org/graphcommerce/commit/77e82976816994336c616208a651cb18ce9ea270) - Add company and vat fields to shipping and billing forms
|
|
10
|
+
([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#2305](https://github.com/graphcommerce-org/graphcommerce/pull/2305) [`77e8297`](https://github.com/graphcommerce-org/graphcommerce/commit/77e82976816994336c616208a651cb18ce9ea270) - Fix bug with persist not applying saved changes by moving <FromPersist/> below the form components
|
|
15
|
+
([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
16
|
+
|
|
3
17
|
## 8.1.0-canary.37
|
|
4
18
|
|
|
5
19
|
## 8.1.0-canary.36
|
|
@@ -59,7 +59,6 @@ export function CartAgreementsForm(props: CartAgreementsFormProps) {
|
|
|
59
59
|
className={classes.form}
|
|
60
60
|
sx={[(theme) => ({ pt: theme.spacings.md }), ...(Array.isArray(sx) ? sx : [sx])]}
|
|
61
61
|
>
|
|
62
|
-
<FormPersist form={form} name='PaymentAgreementsForm' />
|
|
63
62
|
<form noValidate onSubmit={submit} name='cartAgreements'>
|
|
64
63
|
<Box className={classes.formInner} sx={{ typography: 'body1', display: 'inline-block' }}>
|
|
65
64
|
{data?.checkoutAgreements &&
|
|
@@ -134,6 +133,7 @@ export function CartAgreementsForm(props: CartAgreementsFormProps) {
|
|
|
134
133
|
})}
|
|
135
134
|
</Box>
|
|
136
135
|
</form>
|
|
136
|
+
<FormPersist form={form} name='PaymentAgreementsForm' />
|
|
137
137
|
</FormDiv>
|
|
138
138
|
)
|
|
139
139
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "8.1.0-canary.
|
|
5
|
+
"version": "8.1.0-canary.39",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,20 +12,20 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^8.1.0-canary.
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^8.1.0-canary.
|
|
17
|
-
"@graphcommerce/framer-next-pages": "^8.1.0-canary.
|
|
18
|
-
"@graphcommerce/framer-scroller": "^8.1.0-canary.
|
|
19
|
-
"@graphcommerce/framer-utils": "^8.1.0-canary.
|
|
20
|
-
"@graphcommerce/graphql": "^8.1.0-canary.
|
|
21
|
-
"@graphcommerce/image": "^8.1.0-canary.
|
|
22
|
-
"@graphcommerce/magento-customer": "^8.1.0-canary.
|
|
23
|
-
"@graphcommerce/magento-graphql": "^8.1.0-canary.
|
|
24
|
-
"@graphcommerce/magento-store": "^8.1.0-canary.
|
|
25
|
-
"@graphcommerce/next-ui": "^8.1.0-canary.
|
|
26
|
-
"@graphcommerce/prettier-config-pwa": "^8.1.0-canary.
|
|
27
|
-
"@graphcommerce/react-hook-form": "^8.1.0-canary.
|
|
28
|
-
"@graphcommerce/typescript-config-pwa": "^8.1.0-canary.
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^8.1.0-canary.39",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^8.1.0-canary.39",
|
|
17
|
+
"@graphcommerce/framer-next-pages": "^8.1.0-canary.39",
|
|
18
|
+
"@graphcommerce/framer-scroller": "^8.1.0-canary.39",
|
|
19
|
+
"@graphcommerce/framer-utils": "^8.1.0-canary.39",
|
|
20
|
+
"@graphcommerce/graphql": "^8.1.0-canary.39",
|
|
21
|
+
"@graphcommerce/image": "^8.1.0-canary.39",
|
|
22
|
+
"@graphcommerce/magento-customer": "^8.1.0-canary.39",
|
|
23
|
+
"@graphcommerce/magento-graphql": "^8.1.0-canary.39",
|
|
24
|
+
"@graphcommerce/magento-store": "^8.1.0-canary.39",
|
|
25
|
+
"@graphcommerce/next-ui": "^8.1.0-canary.39",
|
|
26
|
+
"@graphcommerce/prettier-config-pwa": "^8.1.0-canary.39",
|
|
27
|
+
"@graphcommerce/react-hook-form": "^8.1.0-canary.39",
|
|
28
|
+
"@graphcommerce/typescript-config-pwa": "^8.1.0-canary.39",
|
|
29
29
|
"@lingui/core": "^4.2.1",
|
|
30
30
|
"@lingui/macro": "^4.2.1",
|
|
31
31
|
"@lingui/react": "^4.2.1",
|