@graphcommerce/magento-newsletter 9.0.0-canary.55 → 9.0.0-canary.57
Sign up to get free protection for your applications and to get access to all the features.
- 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.57
|
4
|
+
|
5
|
+
## 9.0.0-canary.56
|
6
|
+
|
3
7
|
## 9.0.0-canary.55
|
4
8
|
|
5
9
|
## 9.0.0-canary.54
|
@@ -10,8 +14,7 @@
|
|
10
14
|
|
11
15
|
### Minor Changes
|
12
16
|
|
13
|
-
- [#2320](https://github.com/graphcommerce-org/graphcommerce/pull/2320) [`dc5e85c`](https://github.com/graphcommerce-org/graphcommerce/commit/dc5e85c95dad6145fde02a6e54f0fbd1cdfe9e3d) - Replace depricated updateCustomer mutations with updateCustomerV2
|
14
|
-
([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
17
|
+
- [#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))
|
15
18
|
|
16
19
|
## 8.1.0-canary.51
|
17
20
|
|
@@ -43,8 +46,7 @@
|
|
43
46
|
|
44
47
|
### Patch Changes
|
45
48
|
|
46
|
-
- [#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
|
47
|
-
([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
49
|
+
- [#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))
|
48
50
|
|
49
51
|
## 8.1.0-canary.37
|
50
52
|
|
@@ -54,8 +56,7 @@
|
|
54
56
|
|
55
57
|
### Patch Changes
|
56
58
|
|
57
|
-
- [#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
|
58
|
-
([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
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 ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
59
60
|
|
60
61
|
## 8.1.0-canary.34
|
61
62
|
|
@@ -125,8 +126,7 @@
|
|
125
126
|
|
126
127
|
### Patch Changes
|
127
128
|
|
128
|
-
- [#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.
|
129
|
-
([@FrankHarland](https://github.com/FrankHarland))
|
129
|
+
- [#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))
|
130
130
|
|
131
131
|
## 8.0.6-canary.1
|
132
132
|
|
@@ -166,8 +166,7 @@
|
|
166
166
|
|
167
167
|
### Patch Changes
|
168
168
|
|
169
|
-
- [#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.
|
170
|
-
([@paales](https://github.com/paales))
|
169
|
+
- [#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))
|
171
170
|
|
172
171
|
## 8.0.3-canary.6
|
173
172
|
|
@@ -181,8 +180,7 @@
|
|
181
180
|
|
182
181
|
### Patch Changes
|
183
182
|
|
184
|
-
- [#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.
|
185
|
-
([@paales](https://github.com/paales))
|
183
|
+
- [#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))
|
186
184
|
|
187
185
|
## 8.0.3-canary.1
|
188
186
|
|
@@ -1419,31 +1417,31 @@
|
|
1419
1417
|
All occurences of `<Trans>` and `t` need to be replaced:
|
1420
1418
|
|
1421
1419
|
```tsx
|
1422
|
-
import { Trans, t } from
|
1420
|
+
import { Trans, t } from '@lingui/macro'
|
1423
1421
|
|
1424
1422
|
function MyComponent() {
|
1425
|
-
const foo =
|
1423
|
+
const foo = 'bar'
|
1426
1424
|
return (
|
1427
1425
|
<div aria-label={t`Account ${foo}`}>
|
1428
1426
|
<Trans>My Translation {foo}</Trans>
|
1429
1427
|
</div>
|
1430
|
-
)
|
1428
|
+
)
|
1431
1429
|
}
|
1432
1430
|
```
|
1433
1431
|
|
1434
1432
|
Needs to be replaced with:
|
1435
1433
|
|
1436
1434
|
```tsx
|
1437
|
-
import { Trans } from
|
1438
|
-
import { i18n } from
|
1435
|
+
import { Trans } from '@lingui/react'
|
1436
|
+
import { i18n } from '@lingui/core'
|
1439
1437
|
|
1440
1438
|
function MyComponent() {
|
1441
|
-
const foo =
|
1439
|
+
const foo = 'bar'
|
1442
1440
|
return (
|
1443
1441
|
<div aria-label={i18n._(/* i18n */ `Account {foo}`, { foo })}>
|
1444
|
-
<Trans key=
|
1442
|
+
<Trans key='My Translation {foo}' values={{ foo }}></Trans>
|
1445
1443
|
</div>
|
1446
|
-
)
|
1444
|
+
)
|
1447
1445
|
}
|
1448
1446
|
```
|
1449
1447
|
|
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.57",
|
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.57",
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.57",
|
17
|
+
"@graphcommerce/graphql": "^9.0.0-canary.57",
|
18
|
+
"@graphcommerce/magento-cart": "^9.0.0-canary.57",
|
19
|
+
"@graphcommerce/magento-customer": "^9.0.0-canary.57",
|
20
|
+
"@graphcommerce/next-ui": "^9.0.0-canary.57",
|
21
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.57",
|
22
|
+
"@graphcommerce/react-hook-form": "^9.0.0-canary.57",
|
23
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.57",
|
24
24
|
"@lingui/core": "^4.2.1",
|
25
25
|
"@lingui/macro": "^4.2.1",
|
26
26
|
"@lingui/react": "^4.2.1",
|