@graphcommerce/magento-cart-items 8.0.6 → 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 -32
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.7
|
|
4
|
+
|
|
3
5
|
## 8.0.6
|
|
4
6
|
|
|
5
7
|
## 8.0.5
|
|
@@ -62,8 +64,7 @@
|
|
|
62
64
|
|
|
63
65
|
### Patch Changes
|
|
64
66
|
|
|
65
|
-
- [#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.
|
|
66
|
-
([@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))
|
|
67
68
|
|
|
68
69
|
## 8.0.1-canary.4
|
|
69
70
|
|
|
@@ -71,8 +72,7 @@
|
|
|
71
72
|
|
|
72
73
|
### Patch Changes
|
|
73
74
|
|
|
74
|
-
- [#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.
|
|
75
|
-
([@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))
|
|
76
76
|
|
|
77
77
|
## 8.0.1-canary.2
|
|
78
78
|
|
|
@@ -84,25 +84,19 @@
|
|
|
84
84
|
|
|
85
85
|
### Minor Changes
|
|
86
86
|
|
|
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.
|
|
88
|
-
([@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))
|
|
89
88
|
|
|
90
|
-
- [#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.
|
|
91
|
-
([@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))
|
|
92
90
|
|
|
93
|
-
- [#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.
|
|
94
|
-
([@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))
|
|
95
92
|
|
|
96
93
|
### Patch Changes
|
|
97
94
|
|
|
98
|
-
- [#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/>`.
|
|
99
|
-
([@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))
|
|
100
96
|
|
|
101
|
-
- [#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.
|
|
102
|
-
([@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))
|
|
103
98
|
|
|
104
|
-
- [#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
|
|
105
|
-
([@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))
|
|
106
100
|
|
|
107
101
|
## 8.0.0-canary.100
|
|
108
102
|
|
|
@@ -110,8 +104,7 @@
|
|
|
110
104
|
|
|
111
105
|
### Patch Changes
|
|
112
106
|
|
|
113
|
-
- [#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.
|
|
114
|
-
([@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))
|
|
115
108
|
|
|
116
109
|
## 8.0.0-canary.98
|
|
117
110
|
|
|
@@ -121,8 +114,7 @@
|
|
|
121
114
|
|
|
122
115
|
### Patch Changes
|
|
123
116
|
|
|
124
|
-
- [#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/>`.
|
|
125
|
-
([@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))
|
|
126
118
|
|
|
127
119
|
## 8.0.0-canary.95
|
|
128
120
|
|
|
@@ -176,8 +168,7 @@
|
|
|
176
168
|
|
|
177
169
|
### Minor Changes
|
|
178
170
|
|
|
179
|
-
- [#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
|
|
180
|
-
([@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))
|
|
181
172
|
|
|
182
173
|
## 8.0.0-canary.70
|
|
183
174
|
|
|
@@ -189,8 +180,7 @@
|
|
|
189
180
|
|
|
190
181
|
### Minor Changes
|
|
191
182
|
|
|
192
|
-
- [#2108](https://github.com/graphcommerce-org/graphcommerce/pull/2108) [`b9ab035`](https://github.com/graphcommerce-org/graphcommerce/commit/b9ab035893fd0fbbe747333973d0bb1948e5d846) - Add crosssells to cart
|
|
193
|
-
([@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))
|
|
194
184
|
|
|
195
185
|
## 7.1.0-canary.66
|
|
196
186
|
|
|
@@ -1469,31 +1459,31 @@
|
|
|
1469
1459
|
All occurences of `<Trans>` and `t` need to be replaced:
|
|
1470
1460
|
|
|
1471
1461
|
```tsx
|
|
1472
|
-
import { Trans, t } from
|
|
1462
|
+
import { Trans, t } from '@lingui/macro'
|
|
1473
1463
|
|
|
1474
1464
|
function MyComponent() {
|
|
1475
|
-
const foo =
|
|
1465
|
+
const foo = 'bar'
|
|
1476
1466
|
return (
|
|
1477
1467
|
<div aria-label={t`Account ${foo}`}>
|
|
1478
1468
|
<Trans>My Translation {foo}</Trans>
|
|
1479
1469
|
</div>
|
|
1480
|
-
)
|
|
1470
|
+
)
|
|
1481
1471
|
}
|
|
1482
1472
|
```
|
|
1483
1473
|
|
|
1484
1474
|
Needs to be replaced with:
|
|
1485
1475
|
|
|
1486
1476
|
```tsx
|
|
1487
|
-
import { Trans } from
|
|
1488
|
-
import { i18n } from
|
|
1477
|
+
import { Trans } from '@lingui/react'
|
|
1478
|
+
import { i18n } from '@lingui/core'
|
|
1489
1479
|
|
|
1490
1480
|
function MyComponent() {
|
|
1491
|
-
const foo =
|
|
1481
|
+
const foo = 'bar'
|
|
1492
1482
|
return (
|
|
1493
1483
|
<div aria-label={i18n._(/* i18n */ `Account {foo}`, { foo })}>
|
|
1494
|
-
<Trans key=
|
|
1484
|
+
<Trans key='My Translation {foo}' values={{ foo }}></Trans>
|
|
1495
1485
|
</div>
|
|
1496
|
-
)
|
|
1486
|
+
)
|
|
1497
1487
|
}
|
|
1498
1488
|
```
|
|
1499
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",
|