@graphcommerce/magento-payment-multisafepay 9.0.0 → 9.0.1-canary.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 +6 -58
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,72 +1,20 @@
|
|
|
1
1
|
# @graphcommerce/magento-payment-multisafepay
|
|
2
2
|
|
|
3
|
-
## 9.0.
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- [#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))
|
|
8
|
-
|
|
9
|
-
- [#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))
|
|
10
|
-
|
|
11
|
-
- [#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))
|
|
12
|
-
|
|
13
|
-
- [#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))
|
|
14
|
-
|
|
15
|
-
## 9.0.0-canary.118
|
|
16
|
-
|
|
17
|
-
## 9.0.0-canary.117
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.116
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.115
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.114
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.113
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.112
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.111
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.110
|
|
3
|
+
## 9.0.1-canary.1
|
|
32
4
|
|
|
33
|
-
## 9.0.0
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.108
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.107
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.106
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.105
|
|
42
|
-
|
|
43
|
-
## 9.0.0-canary.104
|
|
5
|
+
## 9.0.0
|
|
44
6
|
|
|
45
|
-
|
|
7
|
+
### Major Changes
|
|
46
8
|
|
|
47
|
-
|
|
9
|
+
- [#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))
|
|
48
10
|
|
|
49
11
|
### Patch Changes
|
|
50
12
|
|
|
51
|
-
- [#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))
|
|
52
|
-
|
|
53
|
-
## 9.0.0-canary.60
|
|
54
|
-
|
|
55
|
-
### Patch Changes
|
|
13
|
+
- [#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))
|
|
56
14
|
|
|
57
15
|
- [#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))
|
|
58
16
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
### Patch Changes
|
|
62
|
-
|
|
63
|
-
- [#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))
|
|
64
|
-
|
|
65
|
-
## 8.0.6-canary.2
|
|
66
|
-
|
|
67
|
-
### Patch Changes
|
|
68
|
-
|
|
69
|
-
- [#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))
|
|
17
|
+
- [#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
18
|
|
|
71
19
|
## 6.0.0
|
|
72
20
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-payment-multisafepay",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.
|
|
5
|
+
"version": "9.0.1-canary.1",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,22 +12,22 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^9.0.
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.
|
|
17
|
-
"@graphcommerce/graphql": "^9.0.
|
|
18
|
-
"@graphcommerce/graphql-mesh": "^9.0.
|
|
19
|
-
"@graphcommerce/image": "^9.0.
|
|
20
|
-
"@graphcommerce/magento-cart": "^9.0.
|
|
21
|
-
"@graphcommerce/magento-cart-checkout": "^9.0.
|
|
22
|
-
"@graphcommerce/magento-cart-payment-method": "^9.0.
|
|
23
|
-
"@graphcommerce/magento-cart-shipping-address": "^9.0.
|
|
24
|
-
"@graphcommerce/magento-product": "^9.0.
|
|
25
|
-
"@graphcommerce/magento-product-configurable": "^9.0.
|
|
26
|
-
"@graphcommerce/magento-store": "^9.0.
|
|
27
|
-
"@graphcommerce/next-ui": "^9.0.
|
|
28
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.
|
|
29
|
-
"@graphcommerce/react-hook-form": "^9.0.
|
|
30
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.1-canary.1",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
|
|
17
|
+
"@graphcommerce/graphql": "^9.0.1-canary.1",
|
|
18
|
+
"@graphcommerce/graphql-mesh": "^9.0.1-canary.1",
|
|
19
|
+
"@graphcommerce/image": "^9.0.1-canary.1",
|
|
20
|
+
"@graphcommerce/magento-cart": "^9.0.1-canary.1",
|
|
21
|
+
"@graphcommerce/magento-cart-checkout": "^9.0.1-canary.1",
|
|
22
|
+
"@graphcommerce/magento-cart-payment-method": "^9.0.1-canary.1",
|
|
23
|
+
"@graphcommerce/magento-cart-shipping-address": "^9.0.1-canary.1",
|
|
24
|
+
"@graphcommerce/magento-product": "^9.0.1-canary.1",
|
|
25
|
+
"@graphcommerce/magento-product-configurable": "^9.0.1-canary.1",
|
|
26
|
+
"@graphcommerce/magento-store": "^9.0.1-canary.1",
|
|
27
|
+
"@graphcommerce/next-ui": "^9.0.1-canary.1",
|
|
28
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
|
|
29
|
+
"@graphcommerce/react-hook-form": "^9.0.1-canary.1",
|
|
30
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
|
|
31
31
|
"@lingui/core": "^4.2.1",
|
|
32
32
|
"@lingui/macro": "^4.2.1",
|
|
33
33
|
"@lingui/react": "^4.2.1",
|