@graphcommerce/magento-cart-items 9.0.0 → 9.0.1-canary.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -78
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,18 +1,24 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.0
3
+ ## 9.0.1-canary.1
4
4
 
5
- ### Minor Changes
5
+ ### Patch Changes
6
6
 
7
- - [#2209](https://github.com/graphcommerce-org/graphcommerce/pull/2209) [`2872cab`](https://github.com/graphcommerce-org/graphcommerce/commit/2872cabdca9ee4f0378fd411c6a633f71bb92f1f) - Removed `useMediaQuery` from the `<WishlistItemActionCard />` and `<CartItemActionCard />` and replaced it with a new responsive `size` prop. ([@Jessevdpoel](https://github.com/Jessevdpoel))
7
+ - [#2461](https://github.com/graphcommerce-org/graphcommerce/pull/2461) [`fbe78be`](https://github.com/graphcommerce-org/graphcommerce/commit/fbe78be4e6b46745384354b6da26151c9d269b18) - Solve issue where the cart item edit form wasn't aligned in the middle ([@paales](https://github.com/paales))
8
+
9
+ ## 9.0.0
10
+
11
+ ### Major Changes
8
12
 
9
13
  - [#2246](https://github.com/graphcommerce-org/graphcommerce/pull/2246) [`13524f9`](https://github.com/graphcommerce-org/graphcommerce/commit/13524f991a810c1679db49b3b8b4f04f90d0d6c1) - Added the ability to edit cart items with full support for all product types and custom options ([@Jessevdpoel](https://github.com/Jessevdpoel))
10
14
 
15
+ ### Patch Changes
16
+
11
17
  - [#2322](https://github.com/graphcommerce-org/graphcommerce/pull/2322) [`4d08a2b`](https://github.com/graphcommerce-org/graphcommerce/commit/4d08a2bd8c1919bd85b18e8e856775d18fb67e00) - Rename `configurable_customizable` back to `customizable_options`. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
12
18
 
13
19
  - [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`1d6512d`](https://github.com/graphcommerce-org/graphcommerce/commit/1d6512d4118cfb46602aa1f2432c3566fdb3261d) - Rename `experimental_useV2` prop to `deprecated_useV1` in `useFromGql` and enable it by default. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
14
20
 
15
- ### Patch Changes
21
+ - [#2209](https://github.com/graphcommerce-org/graphcommerce/pull/2209) [`2872cab`](https://github.com/graphcommerce-org/graphcommerce/commit/2872cabdca9ee4f0378fd411c6a633f71bb92f1f) - Removed `useMediaQuery` from the `<WishlistItemActionCard />` and `<CartItemActionCard />` and replaced it with a new responsive `size` prop. ([@Jessevdpoel](https://github.com/Jessevdpoel))
16
22
 
17
23
  - [#2216](https://github.com/graphcommerce-org/graphcommerce/pull/2216) [`c30ac07`](https://github.com/graphcommerce-org/graphcommerce/commit/c30ac07d1e9aee5fb3df483404d8a8ca853c93ce) - Make sure the edit cart item isn't shown for an order ([@paales](https://github.com/paales))
18
24
 
@@ -22,80 +28,6 @@
22
28
 
23
29
  - [#2246](https://github.com/graphcommerce-org/graphcommerce/pull/2246) [`fc5c04d`](https://github.com/graphcommerce-org/graphcommerce/commit/fc5c04d4a2c0301be7d3cc983d9b31f6fcaf6fe6) - Create `useRemoveItemFromCart` hook to allow for reuse while keeping compatibility with plugins. ([@Jessevdpoel](https://github.com/Jessevdpoel))
24
30
 
25
- ## 9.0.0-canary.118
26
-
27
- ## 9.0.0-canary.117
28
-
29
- ## 9.0.0-canary.116
30
-
31
- ## 9.0.0-canary.115
32
-
33
- ## 9.0.0-canary.114
34
-
35
- ## 9.0.0-canary.113
36
-
37
- ## 9.0.0-canary.112
38
-
39
- ## 9.0.0-canary.111
40
-
41
- ## 9.0.0-canary.110
42
-
43
- ## 9.0.0-canary.109
44
-
45
- ## 9.0.0-canary.108
46
-
47
- ### Patch Changes
48
-
49
- - [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
50
-
51
- ## 9.0.0-canary.107
52
-
53
- ## 9.0.0-canary.106
54
-
55
- ## 9.0.0-canary.105
56
-
57
- ## 9.0.0-canary.104
58
-
59
- ## 9.0.0-canary.103
60
-
61
- ## 9.0.0-canary.80
62
-
63
- ### Minor Changes
64
-
65
- - [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`1d6512d`](https://github.com/graphcommerce-org/graphcommerce/commit/1d6512d4118cfb46602aa1f2432c3566fdb3261d) - Rename experimental_useV2 prop to deprecated_useV1 in useFromGql and enable it by default ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
66
-
67
- ### Patch Changes
68
-
69
- - [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`97522bd`](https://github.com/graphcommerce-org/graphcommerce/commit/97522bdb2505e6b57de98ea02ca252341ac69443) - Solve issue where the CartEditForm would temporarily show an empty cart after saving. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
70
-
71
- ## 8.1.0-canary.51
72
-
73
- ### Minor Changes
74
-
75
- - [#2322](https://github.com/graphcommerce-org/graphcommerce/pull/2322) [`4d08a2b`](https://github.com/graphcommerce-org/graphcommerce/commit/4d08a2bd8c1919bd85b18e8e856775d18fb67e00) - Rename configurable_customizable back to customizable_options ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
76
-
77
- ## 8.1.0-canary.45
78
-
79
- ### Patch Changes
80
-
81
- - [#2216](https://github.com/graphcommerce-org/graphcommerce/pull/2216) [`c30ac07`](https://github.com/graphcommerce-org/graphcommerce/commit/c30ac07d1e9aee5fb3df483404d8a8ca853c93ce) - Make sure the edit cart item isn't shown for an order ([@paales](https://github.com/paales))
82
-
83
- ## 8.1.0-canary.20
84
-
85
- ### Minor Changes
86
-
87
- - [#2246](https://github.com/graphcommerce-org/graphcommerce/pull/2246) [`13524f9`](https://github.com/graphcommerce-org/graphcommerce/commit/13524f991a810c1679db49b3b8b4f04f90d0d6c1) - Added the ability to edit cart items with full support for all product types and custom options ([@Jessevdpoel](https://github.com/Jessevdpoel))
88
-
89
- ### Patch Changes
90
-
91
- - [#2246](https://github.com/graphcommerce-org/graphcommerce/pull/2246) [`fc5c04d`](https://github.com/graphcommerce-org/graphcommerce/commit/fc5c04d4a2c0301be7d3cc983d9b31f6fcaf6fe6) - Create useRemoveItemFromCart hook to allow for reuse while keeping compatibility with plugins. ([@Jessevdpoel](https://github.com/Jessevdpoel))
92
-
93
- ## 8.1.0-canary.17
94
-
95
- ### Minor Changes
96
-
97
- - [#2209](https://github.com/graphcommerce-org/graphcommerce/pull/2209) [`2872cab`](https://github.com/graphcommerce-org/graphcommerce/commit/2872cabdca9ee4f0378fd411c6a633f71bb92f1f) - Removed useMediaQuery from the wishlist and cart ItemActionCard and replaced it with a new responsive size prop. ([@Jessevdpoel](https://github.com/Jessevdpoel))
98
-
99
31
  ## 8.0.1
100
32
 
101
33
  ### 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": "9.0.0",
5
+ "version": "9.0.1-canary.1",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,19 +12,19 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.0.0",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.0",
17
- "@graphcommerce/framer-next-pages": "^9.0.0",
18
- "@graphcommerce/graphql": "^9.0.0",
19
- "@graphcommerce/image": "^9.0.0",
20
- "@graphcommerce/magento-cart": "^9.0.0",
21
- "@graphcommerce/magento-customer": "^9.0.0",
22
- "@graphcommerce/magento-product": "^9.0.0",
23
- "@graphcommerce/magento-store": "^9.0.0",
24
- "@graphcommerce/next-ui": "^9.0.0",
25
- "@graphcommerce/prettier-config-pwa": "^9.0.0",
26
- "@graphcommerce/react-hook-form": "^9.0.0",
27
- "@graphcommerce/typescript-config-pwa": "^9.0.0",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.1-canary.1",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
17
+ "@graphcommerce/framer-next-pages": "^9.0.1-canary.1",
18
+ "@graphcommerce/graphql": "^9.0.1-canary.1",
19
+ "@graphcommerce/image": "^9.0.1-canary.1",
20
+ "@graphcommerce/magento-cart": "^9.0.1-canary.1",
21
+ "@graphcommerce/magento-customer": "^9.0.1-canary.1",
22
+ "@graphcommerce/magento-product": "^9.0.1-canary.1",
23
+ "@graphcommerce/magento-store": "^9.0.1-canary.1",
24
+ "@graphcommerce/next-ui": "^9.0.1-canary.1",
25
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
26
+ "@graphcommerce/react-hook-form": "^9.0.1-canary.1",
27
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
28
28
  "@lingui/core": "^4.2.1",
29
29
  "@lingui/macro": "^4.2.1",
30
30
  "@lingui/react": "^4.2.1",