@graphcommerce/magento-newsletter 9.0.0-canary.56 → 9.0.0-canary.58
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 +18 -20
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 9.0.0-canary.58
|
4
|
+
|
5
|
+
## 9.0.0-canary.57
|
6
|
+
|
3
7
|
## 9.0.0-canary.56
|
4
8
|
|
5
9
|
## 9.0.0-canary.55
|
@@ -12,8 +16,7 @@
|
|
12
16
|
|
13
17
|
### Minor Changes
|
14
18
|
|
15
|
-
- [#2320](https://github.com/graphcommerce-org/graphcommerce/pull/2320) [`dc5e85c`](https://github.com/graphcommerce-org/graphcommerce/commit/dc5e85c95dad6145fde02a6e54f0fbd1cdfe9e3d) - Replace depricated updateCustomer mutations with updateCustomerV2
|
16
|
-
([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
19
|
+
- [#2320](https://github.com/graphcommerce-org/graphcommerce/pull/2320) [`dc5e85c`](https://github.com/graphcommerce-org/graphcommerce/commit/dc5e85c95dad6145fde02a6e54f0fbd1cdfe9e3d) - Replace depricated updateCustomer mutations with updateCustomerV2 ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
17
20
|
|
18
21
|
## 8.1.0-canary.51
|
19
22
|
|
@@ -45,8 +48,7 @@
|
|
45
48
|
|
46
49
|
### Patch Changes
|
47
50
|
|
48
|
-
- [#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
|
49
|
-
([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
51
|
+
- [#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))
|
50
52
|
|
51
53
|
## 8.1.0-canary.37
|
52
54
|
|
@@ -56,8 +58,7 @@
|
|
56
58
|
|
57
59
|
### Patch Changes
|
58
60
|
|
59
|
-
- [#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
|
60
|
-
([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
61
|
+
- [#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))
|
61
62
|
|
62
63
|
## 8.1.0-canary.34
|
63
64
|
|
@@ -127,8 +128,7 @@
|
|
127
128
|
|
128
129
|
### Patch Changes
|
129
130
|
|
130
|
-
- [#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.
|
131
|
-
([@FrankHarland](https://github.com/FrankHarland))
|
131
|
+
- [#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))
|
132
132
|
|
133
133
|
## 8.0.6-canary.1
|
134
134
|
|
@@ -168,8 +168,7 @@
|
|
168
168
|
|
169
169
|
### Patch Changes
|
170
170
|
|
171
|
-
- [#2205](https://github.com/graphcommerce-org/graphcommerce/pull/2205) [`d67c89d`](https://github.com/graphcommerce-org/graphcommerce/commit/d67c89d464a60f0e2618dab670b63a39f6291341) - Deprecate the allowUrl option for useCartQuery, it was already enabled by default and should never be set to false.
|
172
|
-
([@paales](https://github.com/paales))
|
171
|
+
- [#2205](https://github.com/graphcommerce-org/graphcommerce/pull/2205) [`d67c89d`](https://github.com/graphcommerce-org/graphcommerce/commit/d67c89d464a60f0e2618dab670b63a39f6291341) - Deprecate the allowUrl option for useCartQuery, it was already enabled by default and should never be set to false. ([@paales](https://github.com/paales))
|
173
172
|
|
174
173
|
## 8.0.3-canary.6
|
175
174
|
|
@@ -183,8 +182,7 @@
|
|
183
182
|
|
184
183
|
### Patch Changes
|
185
184
|
|
186
|
-
- [#2205](https://github.com/graphcommerce-org/graphcommerce/pull/2205) [`d67c89d`](https://github.com/graphcommerce-org/graphcommerce/commit/d67c89d464a60f0e2618dab670b63a39f6291341) - Deprecate the allowUrl option for useCartQuery, it was already enabled by default and should never be set to false.
|
187
|
-
([@paales](https://github.com/paales))
|
185
|
+
- [#2205](https://github.com/graphcommerce-org/graphcommerce/pull/2205) [`d67c89d`](https://github.com/graphcommerce-org/graphcommerce/commit/d67c89d464a60f0e2618dab670b63a39f6291341) - Deprecate the allowUrl option for useCartQuery, it was already enabled by default and should never be set to false. ([@paales](https://github.com/paales))
|
188
186
|
|
189
187
|
## 8.0.3-canary.1
|
190
188
|
|
@@ -1421,31 +1419,31 @@
|
|
1421
1419
|
All occurences of `<Trans>` and `t` need to be replaced:
|
1422
1420
|
|
1423
1421
|
```tsx
|
1424
|
-
import { Trans, t } from
|
1422
|
+
import { Trans, t } from '@lingui/macro'
|
1425
1423
|
|
1426
1424
|
function MyComponent() {
|
1427
|
-
const foo =
|
1425
|
+
const foo = 'bar'
|
1428
1426
|
return (
|
1429
1427
|
<div aria-label={t`Account ${foo}`}>
|
1430
1428
|
<Trans>My Translation {foo}</Trans>
|
1431
1429
|
</div>
|
1432
|
-
)
|
1430
|
+
)
|
1433
1431
|
}
|
1434
1432
|
```
|
1435
1433
|
|
1436
1434
|
Needs to be replaced with:
|
1437
1435
|
|
1438
1436
|
```tsx
|
1439
|
-
import { Trans } from
|
1440
|
-
import { i18n } from
|
1437
|
+
import { Trans } from '@lingui/react'
|
1438
|
+
import { i18n } from '@lingui/core'
|
1441
1439
|
|
1442
1440
|
function MyComponent() {
|
1443
|
-
const foo =
|
1441
|
+
const foo = 'bar'
|
1444
1442
|
return (
|
1445
1443
|
<div aria-label={i18n._(/* i18n */ `Account {foo}`, { foo })}>
|
1446
|
-
<Trans key=
|
1444
|
+
<Trans key='My Translation {foo}' values={{ foo }}></Trans>
|
1447
1445
|
</div>
|
1448
|
-
)
|
1446
|
+
)
|
1449
1447
|
}
|
1450
1448
|
```
|
1451
1449
|
|
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.0-canary.
|
5
|
+
"version": "9.0.0-canary.58",
|
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.0-canary.
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.
|
17
|
-
"@graphcommerce/graphql": "^9.0.0-canary.
|
18
|
-
"@graphcommerce/magento-cart": "^9.0.0-canary.
|
19
|
-
"@graphcommerce/magento-customer": "^9.0.0-canary.
|
20
|
-
"@graphcommerce/next-ui": "^9.0.0-canary.
|
21
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
22
|
-
"@graphcommerce/react-hook-form": "^9.0.0-canary.
|
23
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.0-canary.58",
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.58",
|
17
|
+
"@graphcommerce/graphql": "^9.0.0-canary.58",
|
18
|
+
"@graphcommerce/magento-cart": "^9.0.0-canary.58",
|
19
|
+
"@graphcommerce/magento-customer": "^9.0.0-canary.58",
|
20
|
+
"@graphcommerce/next-ui": "^9.0.0-canary.58",
|
21
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.58",
|
22
|
+
"@graphcommerce/react-hook-form": "^9.0.0-canary.58",
|
23
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.58",
|
24
24
|
"@lingui/core": "^4.2.1",
|
25
25
|
"@lingui/macro": "^4.2.1",
|
26
26
|
"@lingui/react": "^4.2.1",
|