@graphcommerce/magento-product-configurable 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -38
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,13 +1,14 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.7
4
+
3
5
  ## 8.0.6
4
6
 
5
7
  ## 8.0.5
6
8
 
7
9
  ### Patch Changes
8
10
 
9
- - [#2239](https://github.com/graphcommerce-org/graphcommerce/pull/2239) [`a2a6e78`](https://github.com/graphcommerce-org/graphcommerce/commit/a2a6e78291ab978f4ef1236a4476b4d54555af7f) - Prices of products are now updated when customizable options are selected
10
- ([@Jessevdpoel](https://github.com/Jessevdpoel))
11
+ - [#2239](https://github.com/graphcommerce-org/graphcommerce/pull/2239) [`a2a6e78`](https://github.com/graphcommerce-org/graphcommerce/commit/a2a6e78291ab978f4ef1236a4476b4d54555af7f) - Prices of products are now updated when customizable options are selected ([@Jessevdpoel](https://github.com/Jessevdpoel))
11
12
 
12
13
  ## 8.0.5-canary.10
13
14
 
@@ -17,8 +18,7 @@
17
18
 
18
19
  ### Patch Changes
19
20
 
20
- - [#2239](https://github.com/graphcommerce-org/graphcommerce/pull/2239) [`a2a6e78`](https://github.com/graphcommerce-org/graphcommerce/commit/a2a6e78291ab978f4ef1236a4476b4d54555af7f) - Prices of products are now updated when customizable options are selected
21
- ([@Jessevdpoel](https://github.com/Jessevdpoel))
21
+ - [#2239](https://github.com/graphcommerce-org/graphcommerce/pull/2239) [`a2a6e78`](https://github.com/graphcommerce-org/graphcommerce/commit/a2a6e78291ab978f4ef1236a4476b4d54555af7f) - Prices of products are now updated when customizable options are selected ([@Jessevdpoel](https://github.com/Jessevdpoel))
22
22
 
23
23
  ## 8.0.5-canary.7
24
24
 
@@ -72,8 +72,7 @@
72
72
 
73
73
  ### Patch Changes
74
74
 
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.
76
- ([@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))
77
76
 
78
77
  ## 8.0.1-canary.4
79
78
 
@@ -81,8 +80,7 @@
81
80
 
82
81
  ### Patch Changes
83
82
 
84
- - [#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.
85
- ([@Jessevdpoel](https://github.com/Jessevdpoel))
83
+ - [#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))
86
84
 
87
85
  ## 8.0.1-canary.2
88
86
 
@@ -94,28 +92,21 @@
94
92
 
95
93
  ### Minor Changes
96
94
 
97
- - [#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.
98
- ([@Jessevdpoel](https://github.com/Jessevdpoel))
95
+ - [#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))
99
96
 
100
- - [#2048](https://github.com/graphcommerce-org/graphcommerce/pull/2048) [`13e23e4`](https://github.com/graphcommerce-org/graphcommerce/commit/13e23e4265bac70fb4d0830e4661019e71ce299f) - Wishlist will now support configurable products and uses the `<ActionCardLayout/>`
101
- ([@Jessevdpoel](https://github.com/Jessevdpoel))
97
+ - [#2048](https://github.com/graphcommerce-org/graphcommerce/pull/2048) [`13e23e4`](https://github.com/graphcommerce-org/graphcommerce/commit/13e23e4265bac70fb4d0830e4661019e71ce299f) - Wishlist will now support configurable products and uses the `<ActionCardLayout/>` ([@Jessevdpoel](https://github.com/Jessevdpoel))
102
98
 
103
99
  ### Patch Changes
104
100
 
105
- - [#2048](https://github.com/graphcommerce-org/graphcommerce/pull/2048) [`bc90852`](https://github.com/graphcommerce-org/graphcommerce/commit/bc90852755479e48d25a370deccce0ca74e1e48f) - When selecting a non-existing option on a configurable product page, the price would be updated.
106
- ([@Jessevdpoel](https://github.com/Jessevdpoel))
101
+ - [#2048](https://github.com/graphcommerce-org/graphcommerce/pull/2048) [`bc90852`](https://github.com/graphcommerce-org/graphcommerce/commit/bc90852755479e48d25a370deccce0ca74e1e48f) - When selecting a non-existing option on a configurable product page, the price would be updated. ([@Jessevdpoel](https://github.com/Jessevdpoel))
107
102
 
108
- - [#2058](https://github.com/graphcommerce-org/graphcommerce/pull/2058) [`16dc488`](https://github.com/graphcommerce-org/graphcommerce/commit/16dc4889543106238b1a87694e75586e4c1a787c) - Provide instant feedback on availble attribute options when making a selection on a configurable product
109
- ([@FrankHarland](https://github.com/FrankHarland))
103
+ - [#2058](https://github.com/graphcommerce-org/graphcommerce/pull/2058) [`16dc488`](https://github.com/graphcommerce-org/graphcommerce/commit/16dc4889543106238b1a87694e75586e4c1a787c) - Provide instant feedback on availble attribute options when making a selection on a configurable product ([@FrankHarland](https://github.com/FrankHarland))
110
104
 
111
- - [#2146](https://github.com/graphcommerce-org/graphcommerce/pull/2146) [`3c19305`](https://github.com/graphcommerce-org/graphcommerce/commit/3c19305a7107d250bd898a9f4dfef38e362c2cbf) - Display the details of configurable products in the cart.
112
- ([@mikekeehnen](https://github.com/mikekeehnen))
105
+ - [#2146](https://github.com/graphcommerce-org/graphcommerce/pull/2146) [`3c19305`](https://github.com/graphcommerce-org/graphcommerce/commit/3c19305a7107d250bd898a9f4dfef38e362c2cbf) - Display the details of configurable products in the cart. ([@mikekeehnen](https://github.com/mikekeehnen))
113
106
 
114
- - [#2137](https://github.com/graphcommerce-org/graphcommerce/pull/2137) [`df507b1`](https://github.com/graphcommerce-org/graphcommerce/commit/df507b194c67eef7b02df858c07938bb308b5397) - Don't render pseudo-locale in HTML lang attribute
115
- ([@hnsr](https://github.com/hnsr))
107
+ - [#2137](https://github.com/graphcommerce-org/graphcommerce/pull/2137) [`df507b1`](https://github.com/graphcommerce-org/graphcommerce/commit/df507b194c67eef7b02df858c07938bb308b5397) - Don't render pseudo-locale in HTML lang attribute ([@hnsr](https://github.com/hnsr))
116
108
 
117
- - [#2159](https://github.com/graphcommerce-org/graphcommerce/pull/2159) [`17a5304`](https://github.com/graphcommerce-org/graphcommerce/commit/17a5304cbe297d29ddddce0d88f2c1bff220b59d) - Prevent aggregations from being excluded when executing the `defaultConfigurableOptionsSelection`
118
- ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
109
+ - [#2159](https://github.com/graphcommerce-org/graphcommerce/pull/2159) [`17a5304`](https://github.com/graphcommerce-org/graphcommerce/commit/17a5304cbe297d29ddddce0d88f2c1bff220b59d) - Prevent aggregations from being excluded when executing the `defaultConfigurableOptionsSelection` ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
119
110
 
120
111
  ## 8.0.0-canary.100
121
112
 
@@ -131,8 +122,7 @@
131
122
 
132
123
  ### Patch Changes
133
124
 
134
- - [#2146](https://github.com/graphcommerce-org/graphcommerce/pull/2146) [`3c19305`](https://github.com/graphcommerce-org/graphcommerce/commit/3c19305a7107d250bd898a9f4dfef38e362c2cbf) - Display the details of configurable products in the cart.
135
- ([@mikekeehnen](https://github.com/mikekeehnen))
125
+ - [#2146](https://github.com/graphcommerce-org/graphcommerce/pull/2146) [`3c19305`](https://github.com/graphcommerce-org/graphcommerce/commit/3c19305a7107d250bd898a9f4dfef38e362c2cbf) - Display the details of configurable products in the cart. ([@mikekeehnen](https://github.com/mikekeehnen))
136
126
 
137
127
  ## 8.0.0-canary.94
138
128
 
@@ -168,8 +158,7 @@
168
158
 
169
159
  ### Patch Changes
170
160
 
171
- - [#2137](https://github.com/graphcommerce-org/graphcommerce/pull/2137) [`df507b1`](https://github.com/graphcommerce-org/graphcommerce/commit/df507b194c67eef7b02df858c07938bb308b5397) - Don't render pseudo-locale in HTML lang attribute
172
- ([@hnsr](https://github.com/hnsr))
161
+ - [#2137](https://github.com/graphcommerce-org/graphcommerce/pull/2137) [`df507b1`](https://github.com/graphcommerce-org/graphcommerce/commit/df507b194c67eef7b02df858c07938bb308b5397) - Don't render pseudo-locale in HTML lang attribute ([@hnsr](https://github.com/hnsr))
173
162
 
174
163
  ## 8.0.0-canary.78
175
164
 
@@ -187,15 +176,13 @@
187
176
 
188
177
  ### Patch Changes
189
178
 
190
- - [#2159](https://github.com/graphcommerce-org/graphcommerce/pull/2159) [`17a5304`](https://github.com/graphcommerce-org/graphcommerce/commit/17a5304cbe297d29ddddce0d88f2c1bff220b59d) - Spread product back into products instead of only adding items
191
- ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
179
+ - [#2159](https://github.com/graphcommerce-org/graphcommerce/pull/2159) [`17a5304`](https://github.com/graphcommerce-org/graphcommerce/commit/17a5304cbe297d29ddddce0d88f2c1bff220b59d) - Spread product back into products instead of only adding items ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
192
180
 
193
181
  ## 8.0.0-canary.71
194
182
 
195
183
  ### Minor Changes
196
184
 
197
- - [#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
198
- ([@Jessevdpoel](https://github.com/Jessevdpoel))
185
+ - [#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))
199
186
 
200
187
  ## 8.0.0-canary.70
201
188
 
@@ -1740,31 +1727,31 @@
1740
1727
  All occurences of `<Trans>` and `t` need to be replaced:
1741
1728
 
1742
1729
  ```tsx
1743
- import { Trans, t } from "@lingui/macro";
1730
+ import { Trans, t } from '@lingui/macro'
1744
1731
 
1745
1732
  function MyComponent() {
1746
- const foo = "bar";
1733
+ const foo = 'bar'
1747
1734
  return (
1748
1735
  <div aria-label={t`Account ${foo}`}>
1749
1736
  <Trans>My Translation {foo}</Trans>
1750
1737
  </div>
1751
- );
1738
+ )
1752
1739
  }
1753
1740
  ```
1754
1741
 
1755
1742
  Needs to be replaced with:
1756
1743
 
1757
1744
  ```tsx
1758
- import { Trans } from "@lingui/react";
1759
- import { i18n } from "@lingui/core";
1745
+ import { Trans } from '@lingui/react'
1746
+ import { i18n } from '@lingui/core'
1760
1747
 
1761
1748
  function MyComponent() {
1762
- const foo = "bar";
1749
+ const foo = 'bar'
1763
1750
  return (
1764
1751
  <div aria-label={i18n._(/* i18n */ `Account {foo}`, { foo })}>
1765
- <Trans key="My Translation {foo}" values={{ foo }}></Trans>
1752
+ <Trans key='My Translation {foo}' values={{ foo }}></Trans>
1766
1753
  </div>
1767
- );
1754
+ )
1768
1755
  }
1769
1756
  ```
1770
1757
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product-configurable",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.0.6",
5
+ "version": "8.0.7",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,23 +12,23 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^8.0.6",
16
- "@graphcommerce/eslint-config-pwa": "^8.0.6",
17
- "@graphcommerce/graphql": "^8.0.6",
18
- "@graphcommerce/graphql-mesh": "^8.0.6",
19
- "@graphcommerce/image": "^8.0.6",
20
- "@graphcommerce/lingui-next": "8.0.6",
21
- "@graphcommerce/magento-cart": "^8.0.6",
22
- "@graphcommerce/magento-cart-items": "^8.0.6",
23
- "@graphcommerce/magento-category": "^8.0.6",
24
- "@graphcommerce/magento-customer": "^8.0.6",
25
- "@graphcommerce/magento-product": "^8.0.6",
26
- "@graphcommerce/magento-product-simple": "^8.0.6",
27
- "@graphcommerce/magento-store": "^8.0.6",
28
- "@graphcommerce/next-ui": "^8.0.6",
29
- "@graphcommerce/prettier-config-pwa": "^8.0.6",
30
- "@graphcommerce/react-hook-form": "^8.0.6",
31
- "@graphcommerce/typescript-config-pwa": "^8.0.6",
15
+ "@graphcommerce/ecommerce-ui": "^8.0.7",
16
+ "@graphcommerce/eslint-config-pwa": "^8.0.7",
17
+ "@graphcommerce/graphql": "^8.0.7",
18
+ "@graphcommerce/graphql-mesh": "^8.0.7",
19
+ "@graphcommerce/image": "^8.0.7",
20
+ "@graphcommerce/lingui-next": "8.0.7",
21
+ "@graphcommerce/magento-cart": "^8.0.7",
22
+ "@graphcommerce/magento-cart-items": "^8.0.7",
23
+ "@graphcommerce/magento-category": "^8.0.7",
24
+ "@graphcommerce/magento-customer": "^8.0.7",
25
+ "@graphcommerce/magento-product": "^8.0.7",
26
+ "@graphcommerce/magento-product-simple": "^8.0.7",
27
+ "@graphcommerce/magento-store": "^8.0.7",
28
+ "@graphcommerce/next-ui": "^8.0.7",
29
+ "@graphcommerce/prettier-config-pwa": "^8.0.7",
30
+ "@graphcommerce/react-hook-form": "^8.0.7",
31
+ "@graphcommerce/typescript-config-pwa": "^8.0.7",
32
32
  "@lingui/core": "^4.2.1",
33
33
  "@lingui/macro": "^4.2.1",
34
34
  "@lingui/react": "^4.2.1",