@graphcommerce/magento-cart-items 8.0.0-canary.99 → 8.0.0
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 +26 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#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.
|
|
8
|
+
([@StefanAngenent](https://github.com/StefanAngenent))
|
|
9
|
+
|
|
10
|
+
- [#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.
|
|
11
|
+
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
12
|
+
|
|
13
|
+
- [#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.
|
|
14
|
+
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [#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/>`.
|
|
19
|
+
([@paales](https://github.com/paales))
|
|
20
|
+
|
|
21
|
+
- [#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.
|
|
22
|
+
([@paales](https://github.com/paales))
|
|
23
|
+
|
|
24
|
+
- [#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
|
|
25
|
+
([@mikekeehnen](https://github.com/mikekeehnen))
|
|
26
|
+
|
|
27
|
+
## 8.0.0-canary.100
|
|
28
|
+
|
|
3
29
|
## 8.0.0-canary.99
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
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.0
|
|
5
|
+
"version": "8.0.0",
|
|
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.0
|
|
16
|
-
"@graphcommerce/graphql": "^8.0.0
|
|
17
|
-
"@graphcommerce/image": "^8.0.0
|
|
18
|
-
"@graphcommerce/magento-cart": "^8.0.0
|
|
19
|
-
"@graphcommerce/magento-customer": "^8.0.0
|
|
20
|
-
"@graphcommerce/magento-product": "^8.0.0
|
|
21
|
-
"@graphcommerce/magento-store": "^8.0.0
|
|
22
|
-
"@graphcommerce/next-ui": "^8.0.0
|
|
23
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.0
|
|
24
|
-
"@graphcommerce/react-hook-form": "^8.0.0
|
|
25
|
-
"@graphcommerce/typescript-config-pwa": "^8.0.0
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.0",
|
|
16
|
+
"@graphcommerce/graphql": "^8.0.0",
|
|
17
|
+
"@graphcommerce/image": "^8.0.0",
|
|
18
|
+
"@graphcommerce/magento-cart": "^8.0.0",
|
|
19
|
+
"@graphcommerce/magento-customer": "^8.0.0",
|
|
20
|
+
"@graphcommerce/magento-product": "^8.0.0",
|
|
21
|
+
"@graphcommerce/magento-store": "^8.0.0",
|
|
22
|
+
"@graphcommerce/next-ui": "^8.0.0",
|
|
23
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.0",
|
|
24
|
+
"@graphcommerce/react-hook-form": "^8.0.0",
|
|
25
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.0",
|
|
26
26
|
"@lingui/core": "^4.2.1",
|
|
27
27
|
"@lingui/macro": "^4.2.1",
|
|
28
28
|
"@lingui/react": "^4.2.1",
|