@graphcommerce/magento-newsletter 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 +9 -64
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
@@ -1,80 +1,25 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## 9.0.
|
4
|
-
|
5
|
-
### Minor Changes
|
6
|
-
|
7
|
-
- [#2320](https://github.com/graphcommerce-org/graphcommerce/pull/2320) [`dc5e85c`](https://github.com/graphcommerce-org/graphcommerce/commit/dc5e85c95dad6145fde02a6e54f0fbd1cdfe9e3d) - Replace deprecated `updateCustomer` mutations with `updateCustomerV2`. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
8
|
-
|
9
|
-
### Patch Changes
|
10
|
-
|
11
|
-
- [#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))
|
12
|
-
|
13
|
-
- [#2301](https://github.com/graphcommerce-org/graphcommerce/pull/2301) [`13d0649`](https://github.com/graphcommerce-org/graphcommerce/commit/13d06498d121f93b52c25930e50aa3b0bd12a818) - Created a new `<EmailElement/>` component to make re-use easier. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
14
|
-
|
15
|
-
- [#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))
|
16
|
-
|
17
|
-
- [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
|
18
|
-
|
19
|
-
## 9.0.0-canary.118
|
20
|
-
|
21
|
-
## 9.0.0-canary.117
|
22
|
-
|
23
|
-
## 9.0.0-canary.116
|
24
|
-
|
25
|
-
## 9.0.0-canary.115
|
26
|
-
|
27
|
-
## 9.0.0-canary.114
|
28
|
-
|
29
|
-
## 9.0.0-canary.113
|
30
|
-
|
31
|
-
## 9.0.0-canary.112
|
32
|
-
|
33
|
-
## 9.0.0-canary.111
|
34
|
-
|
35
|
-
## 9.0.0-canary.110
|
3
|
+
## 9.0.1-canary.1
|
36
4
|
|
37
|
-
## 9.0.0
|
38
|
-
|
39
|
-
## 9.0.0-canary.108
|
40
|
-
|
41
|
-
### Patch Changes
|
42
|
-
|
43
|
-
- [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
|
44
|
-
|
45
|
-
## 9.0.0-canary.107
|
46
|
-
|
47
|
-
## 9.0.0-canary.106
|
48
|
-
|
49
|
-
## 9.0.0-canary.105
|
50
|
-
|
51
|
-
## 9.0.0-canary.104
|
5
|
+
## 9.0.0
|
52
6
|
|
53
|
-
|
7
|
+
### Major Changes
|
54
8
|
|
55
|
-
|
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))
|
56
10
|
|
57
11
|
### Minor Changes
|
58
12
|
|
59
|
-
- [#
|
60
|
-
|
61
|
-
## 8.1.0-canary.38
|
62
|
-
|
63
|
-
### Patch Changes
|
64
|
-
|
65
|
-
- [#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))
|
13
|
+
- [#2301](https://github.com/graphcommerce-org/graphcommerce/pull/2301) [`13d0649`](https://github.com/graphcommerce-org/graphcommerce/commit/13d06498d121f93b52c25930e50aa3b0bd12a818) - Created a new `
|
14
|
+
- [#2320](https://github.com/graphcommerce-org/graphcommerce/pull/2320) [`dc5e85c`](https://github.com/graphcommerce-org/graphcommerce/commit/dc5e85c95dad6145fde02a6e54f0fbd1cdfe9e3d) - Replace deprecated `updateCustomer` mutations with `updateCustomerV2`. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
66
15
|
|
67
|
-
|
16
|
+
<EmailElement/>` component to make re-use easier. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
68
17
|
|
69
18
|
### Patch Changes
|
70
19
|
|
71
|
-
- [#
|
72
|
-
|
73
|
-
## 8.0.6-canary.2
|
74
|
-
|
75
|
-
### Patch Changes
|
20
|
+
- [#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))
|
76
21
|
|
77
|
-
- [#
|
22
|
+
- [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
|
78
23
|
|
79
24
|
## 8.0.3
|
80
25
|
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@graphcommerce/magento-newsletter",
|
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,15 +12,15 @@
|
|
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/magento-cart": "^9.0.
|
19
|
-
"@graphcommerce/magento-customer": "^9.0.
|
20
|
-
"@graphcommerce/next-ui": "^9.0.
|
21
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.
|
22
|
-
"@graphcommerce/react-hook-form": "^9.0.
|
23
|
-
"@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/magento-cart": "^9.0.1-canary.1",
|
19
|
+
"@graphcommerce/magento-customer": "^9.0.1-canary.1",
|
20
|
+
"@graphcommerce/next-ui": "^9.0.1-canary.1",
|
21
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
|
22
|
+
"@graphcommerce/react-hook-form": "^9.0.1-canary.1",
|
23
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
|
24
24
|
"@lingui/core": "^4.2.1",
|
25
25
|
"@lingui/macro": "^4.2.1",
|
26
26
|
"@lingui/react": "^4.2.1",
|