@graphcommerce/magento-cart-items 8.0.6-canary.4 → 8.0.7
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 +22 -40
- package/package.json +12 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 8.0.
|
|
3
|
+
## 8.0.7
|
|
4
4
|
|
|
5
|
-
## 8.0.6
|
|
6
|
-
|
|
7
|
-
## 8.0.6-canary.2
|
|
8
|
-
|
|
9
|
-
## 8.0.6-canary.1
|
|
10
|
-
|
|
11
|
-
## 8.0.6-canary.0
|
|
5
|
+
## 8.0.6
|
|
12
6
|
|
|
13
7
|
## 8.0.5
|
|
14
8
|
|
|
@@ -70,8 +64,7 @@
|
|
|
70
64
|
|
|
71
65
|
### Patch Changes
|
|
72
66
|
|
|
73
|
-
- [#2190](https://github.com/graphcommerce-org/graphcommerce/pull/2190) [`770a309`](https://github.com/graphcommerce-org/graphcommerce/commit/770a309cdf0586aaaed5defd345e451dee8d89c8) - Fixed a bug concerning customizable options. Customizable options of configurable products are shown again in the cart.
|
|
74
|
-
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
67
|
+
- [#2190](https://github.com/graphcommerce-org/graphcommerce/pull/2190) [`770a309`](https://github.com/graphcommerce-org/graphcommerce/commit/770a309cdf0586aaaed5defd345e451dee8d89c8) - Fixed a bug concerning customizable options. Customizable options of configurable products are shown again in the cart. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
75
68
|
|
|
76
69
|
## 8.0.1-canary.4
|
|
77
70
|
|
|
@@ -79,8 +72,7 @@
|
|
|
79
72
|
|
|
80
73
|
### Patch Changes
|
|
81
74
|
|
|
82
|
-
- [#2190](https://github.com/graphcommerce-org/graphcommerce/pull/2190) [`770a309`](https://github.com/graphcommerce-org/graphcommerce/commit/770a309cdf0586aaaed5defd345e451dee8d89c8) - Fixed a bug concerning customizable options. Customizable options of configurable products are shown again in the cart.
|
|
83
|
-
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
75
|
+
- [#2190](https://github.com/graphcommerce-org/graphcommerce/pull/2190) [`770a309`](https://github.com/graphcommerce-org/graphcommerce/commit/770a309cdf0586aaaed5defd345e451dee8d89c8) - Fixed a bug concerning customizable options. Customizable options of configurable products are shown again in the cart. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
84
76
|
|
|
85
77
|
## 8.0.1-canary.2
|
|
86
78
|
|
|
@@ -92,25 +84,19 @@
|
|
|
92
84
|
|
|
93
85
|
### Minor Changes
|
|
94
86
|
|
|
95
|
-
- [#2108](https://github.com/graphcommerce-org/graphcommerce/pull/2108) [`b9ab035`](https://github.com/graphcommerce-org/graphcommerce/commit/b9ab035893fd0fbbe747333973d0bb1948e5d846) - Added a new `<CartCrosssellsScroller />` component to render crosssells in a horizontal scroller in the cart.
|
|
96
|
-
([@StefanAngenent](https://github.com/StefanAngenent))
|
|
87
|
+
- [#2108](https://github.com/graphcommerce-org/graphcommerce/pull/2108) [`b9ab035`](https://github.com/graphcommerce-org/graphcommerce/commit/b9ab035893fd0fbbe747333973d0bb1948e5d846) - Added a new `<CartCrosssellsScroller />` component to render crosssells in a horizontal scroller in the cart. ([@StefanAngenent](https://github.com/StefanAngenent))
|
|
97
88
|
|
|
98
|
-
- [#2099](https://github.com/graphcommerce-org/graphcommerce/pull/2099) [`ff796b8`](https://github.com/graphcommerce-org/graphcommerce/commit/ff796b838fae6cb5e35b101500133b0235a8677d) - Support for all customizable product options (except file upload) on the product pages and in the cart.
|
|
99
|
-
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
89
|
+
- [#2099](https://github.com/graphcommerce-org/graphcommerce/pull/2099) [`ff796b8`](https://github.com/graphcommerce-org/graphcommerce/commit/ff796b838fae6cb5e35b101500133b0235a8677d) - Support for all customizable product options (except file upload) on the product pages and in the cart. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
100
90
|
|
|
101
|
-
- [#2018](https://github.com/graphcommerce-org/graphcommerce/pull/2018) [`750aa6a`](https://github.com/graphcommerce-org/graphcommerce/commit/750aa6a72710869d54244467253212e551d335e0) - Changed the layout of the succes page. We are using ActionCards right now to match the design of the cart.
|
|
102
|
-
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
91
|
+
- [#2018](https://github.com/graphcommerce-org/graphcommerce/pull/2018) [`750aa6a`](https://github.com/graphcommerce-org/graphcommerce/commit/750aa6a72710869d54244467253212e551d335e0) - Changed the layout of the succes page. We are using ActionCards right now to match the design of the cart. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
103
92
|
|
|
104
93
|
### Patch Changes
|
|
105
94
|
|
|
106
|
-
- [#2179](https://github.com/graphcommerce-org/graphcommerce/pull/2179) [`2e6afd9`](https://github.com/graphcommerce-org/graphcommerce/commit/2e6afd945a41f94facfc0379ca6416de8552341f) - The `<UpdateItemQuantity />` component now accepts `textInputProps` to be passed to the `<TextInputNumber/>`.
|
|
107
|
-
([@paales](https://github.com/paales))
|
|
95
|
+
- [#2179](https://github.com/graphcommerce-org/graphcommerce/pull/2179) [`2e6afd9`](https://github.com/graphcommerce-org/graphcommerce/commit/2e6afd945a41f94facfc0379ca6416de8552341f) - The `<UpdateItemQuantity />` component now accepts `textInputProps` to be passed to the `<TextInputNumber/>`. ([@paales](https://github.com/paales))
|
|
108
96
|
|
|
109
|
-
- [#2183](https://github.com/graphcommerce-org/graphcommerce/pull/2183) [`afc8810`](https://github.com/graphcommerce-org/graphcommerce/commit/afc8810d89f409f1ea2f6e82a01b3120ded208f9) - When updating the quantity of the product in the cart it could happen that the form would become out of sync with the actual data.
|
|
110
|
-
([@paales](https://github.com/paales))
|
|
97
|
+
- [#2183](https://github.com/graphcommerce-org/graphcommerce/pull/2183) [`afc8810`](https://github.com/graphcommerce-org/graphcommerce/commit/afc8810d89f409f1ea2f6e82a01b3120ded208f9) - When updating the quantity of the product in the cart it could happen that the form would become out of sync with the actual data. ([@paales](https://github.com/paales))
|
|
111
98
|
|
|
112
|
-
- [#2079](https://github.com/graphcommerce-org/graphcommerce/pull/2079) [`98799e0`](https://github.com/graphcommerce-org/graphcommerce/commit/98799e0892d430f32b7599a351cf49a37cfc072c) - Updated styling `<SelectedCustomizableOptions />`, so items get more spacing and elements accessable via sx prop
|
|
113
|
-
([@mikekeehnen](https://github.com/mikekeehnen))
|
|
99
|
+
- [#2079](https://github.com/graphcommerce-org/graphcommerce/pull/2079) [`98799e0`](https://github.com/graphcommerce-org/graphcommerce/commit/98799e0892d430f32b7599a351cf49a37cfc072c) - Updated styling `<SelectedCustomizableOptions />`, so items get more spacing and elements accessable via sx prop ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
114
100
|
|
|
115
101
|
## 8.0.0-canary.100
|
|
116
102
|
|
|
@@ -118,8 +104,7 @@
|
|
|
118
104
|
|
|
119
105
|
### Patch Changes
|
|
120
106
|
|
|
121
|
-
- [#2183](https://github.com/graphcommerce-org/graphcommerce/pull/2183) [`afc8810`](https://github.com/graphcommerce-org/graphcommerce/commit/afc8810d89f409f1ea2f6e82a01b3120ded208f9) - When updating the quantity of the product in the cart it could happen that the form would become out of sync with the actual data.
|
|
122
|
-
([@paales](https://github.com/paales))
|
|
107
|
+
- [#2183](https://github.com/graphcommerce-org/graphcommerce/pull/2183) [`afc8810`](https://github.com/graphcommerce-org/graphcommerce/commit/afc8810d89f409f1ea2f6e82a01b3120ded208f9) - When updating the quantity of the product in the cart it could happen that the form would become out of sync with the actual data. ([@paales](https://github.com/paales))
|
|
123
108
|
|
|
124
109
|
## 8.0.0-canary.98
|
|
125
110
|
|
|
@@ -129,8 +114,7 @@
|
|
|
129
114
|
|
|
130
115
|
### Patch Changes
|
|
131
116
|
|
|
132
|
-
- [#2179](https://github.com/graphcommerce-org/graphcommerce/pull/2179) [`2e6afd9`](https://github.com/graphcommerce-org/graphcommerce/commit/2e6afd945a41f94facfc0379ca6416de8552341f) - The `<UpdateItemQuantity />` component now accepts `textInputProps` to be passed to the `<TextInputNumber/>`.
|
|
133
|
-
([@paales](https://github.com/paales))
|
|
117
|
+
- [#2179](https://github.com/graphcommerce-org/graphcommerce/pull/2179) [`2e6afd9`](https://github.com/graphcommerce-org/graphcommerce/commit/2e6afd945a41f94facfc0379ca6416de8552341f) - The `<UpdateItemQuantity />` component now accepts `textInputProps` to be passed to the `<TextInputNumber/>`. ([@paales](https://github.com/paales))
|
|
134
118
|
|
|
135
119
|
## 8.0.0-canary.95
|
|
136
120
|
|
|
@@ -184,8 +168,7 @@
|
|
|
184
168
|
|
|
185
169
|
### Minor Changes
|
|
186
170
|
|
|
187
|
-
- [#2099](https://github.com/graphcommerce-org/graphcommerce/pull/2099) [`ff796b8`](https://github.com/graphcommerce-org/graphcommerce/commit/ff796b838fae6cb5e35b101500133b0235a8677d) - Created UI for all customizable options except for the file upload customizable option
|
|
188
|
-
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
171
|
+
- [#2099](https://github.com/graphcommerce-org/graphcommerce/pull/2099) [`ff796b8`](https://github.com/graphcommerce-org/graphcommerce/commit/ff796b838fae6cb5e35b101500133b0235a8677d) - Created UI for all customizable options except for the file upload customizable option ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
189
172
|
|
|
190
173
|
## 8.0.0-canary.70
|
|
191
174
|
|
|
@@ -197,8 +180,7 @@
|
|
|
197
180
|
|
|
198
181
|
### Minor Changes
|
|
199
182
|
|
|
200
|
-
- [#2108](https://github.com/graphcommerce-org/graphcommerce/pull/2108) [`b9ab035`](https://github.com/graphcommerce-org/graphcommerce/commit/b9ab035893fd0fbbe747333973d0bb1948e5d846) - Add crosssells to cart
|
|
201
|
-
([@StefanAngenent](https://github.com/StefanAngenent))
|
|
183
|
+
- [#2108](https://github.com/graphcommerce-org/graphcommerce/pull/2108) [`b9ab035`](https://github.com/graphcommerce-org/graphcommerce/commit/b9ab035893fd0fbbe747333973d0bb1948e5d846) - Add crosssells to cart ([@StefanAngenent](https://github.com/StefanAngenent))
|
|
202
184
|
|
|
203
185
|
## 7.1.0-canary.66
|
|
204
186
|
|
|
@@ -1477,31 +1459,31 @@
|
|
|
1477
1459
|
All occurences of `<Trans>` and `t` need to be replaced:
|
|
1478
1460
|
|
|
1479
1461
|
```tsx
|
|
1480
|
-
import { Trans, t } from
|
|
1462
|
+
import { Trans, t } from '@lingui/macro'
|
|
1481
1463
|
|
|
1482
1464
|
function MyComponent() {
|
|
1483
|
-
const foo =
|
|
1465
|
+
const foo = 'bar'
|
|
1484
1466
|
return (
|
|
1485
1467
|
<div aria-label={t`Account ${foo}`}>
|
|
1486
1468
|
<Trans>My Translation {foo}</Trans>
|
|
1487
1469
|
</div>
|
|
1488
|
-
)
|
|
1470
|
+
)
|
|
1489
1471
|
}
|
|
1490
1472
|
```
|
|
1491
1473
|
|
|
1492
1474
|
Needs to be replaced with:
|
|
1493
1475
|
|
|
1494
1476
|
```tsx
|
|
1495
|
-
import { Trans } from
|
|
1496
|
-
import { i18n } from
|
|
1477
|
+
import { Trans } from '@lingui/react'
|
|
1478
|
+
import { i18n } from '@lingui/core'
|
|
1497
1479
|
|
|
1498
1480
|
function MyComponent() {
|
|
1499
|
-
const foo =
|
|
1481
|
+
const foo = 'bar'
|
|
1500
1482
|
return (
|
|
1501
1483
|
<div aria-label={i18n._(/* i18n */ `Account {foo}`, { foo })}>
|
|
1502
|
-
<Trans key=
|
|
1484
|
+
<Trans key='My Translation {foo}' values={{ foo }}></Trans>
|
|
1503
1485
|
</div>
|
|
1504
|
-
)
|
|
1486
|
+
)
|
|
1505
1487
|
}
|
|
1506
1488
|
```
|
|
1507
1489
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart-items",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "8.0.
|
|
5
|
+
"version": "8.0.7",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,17 +12,17 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^8.0.
|
|
16
|
-
"@graphcommerce/graphql": "^8.0.
|
|
17
|
-
"@graphcommerce/image": "^8.0.
|
|
18
|
-
"@graphcommerce/magento-cart": "^8.0.
|
|
19
|
-
"@graphcommerce/magento-customer": "^8.0.
|
|
20
|
-
"@graphcommerce/magento-product": "^8.0.
|
|
21
|
-
"@graphcommerce/magento-store": "^8.0.
|
|
22
|
-
"@graphcommerce/next-ui": "^8.0.
|
|
23
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.
|
|
24
|
-
"@graphcommerce/react-hook-form": "^8.0.
|
|
25
|
-
"@graphcommerce/typescript-config-pwa": "^8.0.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.7",
|
|
16
|
+
"@graphcommerce/graphql": "^8.0.7",
|
|
17
|
+
"@graphcommerce/image": "^8.0.7",
|
|
18
|
+
"@graphcommerce/magento-cart": "^8.0.7",
|
|
19
|
+
"@graphcommerce/magento-customer": "^8.0.7",
|
|
20
|
+
"@graphcommerce/magento-product": "^8.0.7",
|
|
21
|
+
"@graphcommerce/magento-store": "^8.0.7",
|
|
22
|
+
"@graphcommerce/next-ui": "^8.0.7",
|
|
23
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.7",
|
|
24
|
+
"@graphcommerce/react-hook-form": "^8.0.7",
|
|
25
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.7",
|
|
26
26
|
"@lingui/core": "^4.2.1",
|
|
27
27
|
"@lingui/macro": "^4.2.1",
|
|
28
28
|
"@lingui/react": "^4.2.1",
|
|
@@ -31,8 +31,5 @@
|
|
|
31
31
|
"next": "*",
|
|
32
32
|
"react": "^18.2.0",
|
|
33
33
|
"react-dom": "^18.2.0"
|
|
34
|
-
},
|
|
35
|
-
"devDependencies": {
|
|
36
|
-
"type-fest": "^4.15.0"
|
|
37
34
|
}
|
|
38
35
|
}
|