@graphcommerce/magento-payment-adyen 9.0.1-canary.0 → 9.0.1
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 +7 -63
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,83 +1,27 @@
|
|
|
1
1
|
# @graphcommerce/magento-payment-adyen
|
|
2
2
|
|
|
3
|
-
## 9.0.1
|
|
3
|
+
## 9.0.1
|
|
4
|
+
|
|
5
|
+
## 9.0.1-canary.1
|
|
4
6
|
|
|
5
7
|
## 9.0.0
|
|
6
8
|
|
|
9
|
+
### Major Changes
|
|
10
|
+
|
|
11
|
+
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`530076e`](https://github.com/graphcommerce-org/graphcommerce/commit/530076e3664703cb8b577b7fcf1998a420819f60) - INP improvements: Moved all usages of `useFormPersist` to the `<FormPersist/>` component to prevent rerenders. ([@FrankHarland](https://github.com/FrankHarland))
|
|
12
|
+
|
|
7
13
|
### Patch Changes
|
|
8
14
|
|
|
9
15
|
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`0767bc4`](https://github.com/graphcommerce-org/graphcommerce/commit/0767bc40f7b596209f24ca4e745ff0441f3275c9) - Upgrade input components to no longer use `muiRegister`, which improves INP scores. ([@FrankHarland](https://github.com/FrankHarland))
|
|
10
16
|
|
|
11
17
|
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`86ecf9a`](https://github.com/graphcommerce-org/graphcommerce/commit/86ecf9a1bb4c48ceabd4944d81483bcd5b990350) - Payment method will now throw an error in `onComplete` to handle obscure errors. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
12
18
|
|
|
13
|
-
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`530076e`](https://github.com/graphcommerce-org/graphcommerce/commit/530076e3664703cb8b577b7fcf1998a420819f60) - Moved all usages of `useFormPersist` to the `<FormPersist/>` component to prevent rerenders. ([@FrankHarland](https://github.com/FrankHarland))
|
|
14
|
-
|
|
15
19
|
- [#2331](https://github.com/graphcommerce-org/graphcommerce/pull/2331) [`702bfc9`](https://github.com/graphcommerce-org/graphcommerce/commit/702bfc93566c9745546988e57988431d5d4d8cb0) - Moved plugins to new format ([@paales](https://github.com/paales))
|
|
16
20
|
|
|
17
21
|
- [#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. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
18
22
|
|
|
19
23
|
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`43bd04a`](https://github.com/graphcommerce-org/graphcommerce/commit/43bd04a777c5800cc7e01bee1e123a5aad82f194) - Prevent the `<BillingPage />` query from rerunning on each mutation. ([@FrankHarland](https://github.com/FrankHarland))
|
|
20
24
|
|
|
21
|
-
## 9.0.0-canary.118
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.117
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.116
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.115
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.114
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.113
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.112
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.111
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.110
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.109
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.108
|
|
42
|
-
|
|
43
|
-
## 9.0.0-canary.107
|
|
44
|
-
|
|
45
|
-
## 9.0.0-canary.106
|
|
46
|
-
|
|
47
|
-
## 9.0.0-canary.105
|
|
48
|
-
|
|
49
|
-
## 9.0.0-canary.104
|
|
50
|
-
|
|
51
|
-
## 9.0.0-canary.103
|
|
52
|
-
|
|
53
|
-
## 9.0.0-canary.80
|
|
54
|
-
|
|
55
|
-
### Patch Changes
|
|
56
|
-
|
|
57
|
-
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`86ecf9a`](https://github.com/graphcommerce-org/graphcommerce/commit/86ecf9a1bb4c48ceabd4944d81483bcd5b990350) - Payment method will now throw an error in onComplete to handle obscure errors ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
58
|
-
|
|
59
|
-
## 9.0.0-canary.60
|
|
60
|
-
|
|
61
|
-
### Patch Changes
|
|
62
|
-
|
|
63
|
-
- [#2331](https://github.com/graphcommerce-org/graphcommerce/pull/2331) [`702bfc9`](https://github.com/graphcommerce-org/graphcommerce/commit/702bfc93566c9745546988e57988431d5d4d8cb0) - Moved plugins to new format ([@paales](https://github.com/paales))
|
|
64
|
-
|
|
65
|
-
## 8.1.0-canary.38
|
|
66
|
-
|
|
67
|
-
### Patch Changes
|
|
68
|
-
|
|
69
|
-
- [#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 ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
70
|
-
|
|
71
|
-
## 8.0.6-canary.2
|
|
72
|
-
|
|
73
|
-
### Patch Changes
|
|
74
|
-
|
|
75
|
-
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`0767bc4`](https://github.com/graphcommerce-org/graphcommerce/commit/0767bc40f7b596209f24ca4e745ff0441f3275c9) - Upgrade input components to no longer use muiRegister, which improves INP scores ([@FrankHarland](https://github.com/FrankHarland))
|
|
76
|
-
|
|
77
|
-
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`530076e`](https://github.com/graphcommerce-org/graphcommerce/commit/530076e3664703cb8b577b7fcf1998a420819f60) - Moved all usages of useFormPersist to the <FormPersist/> component to prevent rerenders. ([@FrankHarland](https://github.com/FrankHarland))
|
|
78
|
-
|
|
79
|
-
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`43bd04a`](https://github.com/graphcommerce-org/graphcommerce/commit/43bd04a777c5800cc7e01bee1e123a5aad82f194) - Prevent BillingPage query from rerunning on each mutation ([@FrankHarland](https://github.com/FrankHarland))
|
|
80
|
-
|
|
81
25
|
## 6.0.0
|
|
82
26
|
|
|
83
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-payment-adyen",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.1
|
|
5
|
+
"version": "9.0.1",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^9.0.1
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.1
|
|
17
|
-
"@graphcommerce/graphql": "^9.0.1
|
|
18
|
-
"@graphcommerce/graphql-mesh": "^9.0.1
|
|
19
|
-
"@graphcommerce/image": "^9.0.1
|
|
20
|
-
"@graphcommerce/magento-cart": "^9.0.1
|
|
21
|
-
"@graphcommerce/magento-cart-payment-method": "^9.0.1
|
|
22
|
-
"@graphcommerce/magento-product": "^9.0.1
|
|
23
|
-
"@graphcommerce/magento-store": "^9.0.1
|
|
24
|
-
"@graphcommerce/next-ui": "^9.0.1
|
|
25
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.1
|
|
26
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.1
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.1",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.1",
|
|
17
|
+
"@graphcommerce/graphql": "^9.0.1",
|
|
18
|
+
"@graphcommerce/graphql-mesh": "^9.0.1",
|
|
19
|
+
"@graphcommerce/image": "^9.0.1",
|
|
20
|
+
"@graphcommerce/magento-cart": "^9.0.1",
|
|
21
|
+
"@graphcommerce/magento-cart-payment-method": "^9.0.1",
|
|
22
|
+
"@graphcommerce/magento-product": "^9.0.1",
|
|
23
|
+
"@graphcommerce/magento-store": "^9.0.1",
|
|
24
|
+
"@graphcommerce/next-ui": "^9.0.1",
|
|
25
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.1",
|
|
26
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.1",
|
|
27
27
|
"@lingui/core": "^4.2.1",
|
|
28
28
|
"@lingui/macro": "^4.2.1",
|
|
29
29
|
"@lingui/react": "^4.2.1",
|