@graphcommerce/magento-wishlist 1.3.14 → 1.5.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,51 @@
|
|
|
1
1
|
# @graphcommerce/magento-wishlist
|
|
2
2
|
|
|
3
|
+
## 1.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`b6d3a3c13`](https://github.com/graphcommerce-org/graphcommerce/commit/b6d3a3c13ea63ef0f691f497507f07c0e094de5b), [`1be392e42`](https://github.com/graphcommerce-org/graphcommerce/commit/1be392e42241d38b0ce1862e8ba184d2b5ec23c3)]:
|
|
8
|
+
- @graphcommerce/next-ui@4.19.0
|
|
9
|
+
- @graphcommerce/magento-customer@4.9.3
|
|
10
|
+
- @graphcommerce/magento-product-configurable@4.1.30
|
|
11
|
+
- @graphcommerce/magento-cart@4.6.7
|
|
12
|
+
- @graphcommerce/magento-product@4.4.23
|
|
13
|
+
- @graphcommerce/magento-store@4.2.25
|
|
14
|
+
|
|
15
|
+
## 1.5.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [#1587](https://github.com/graphcommerce-org/graphcommerce/pull/1587) [`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6) Thanks [@paales](https://github.com/paales)! - Added onclose functionality to ProductWishlistChipBase snackbar
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [[`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6), [`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6), [`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6)]:
|
|
24
|
+
- @graphcommerce/magento-product@4.4.22
|
|
25
|
+
- @graphcommerce/graphql@3.4.5
|
|
26
|
+
- @graphcommerce/next-ui@4.18.0
|
|
27
|
+
- @graphcommerce/magento-product-configurable@4.1.29
|
|
28
|
+
- @graphcommerce/magento-cart@4.6.6
|
|
29
|
+
- @graphcommerce/magento-customer@4.9.2
|
|
30
|
+
- @graphcommerce/magento-store@4.2.24
|
|
31
|
+
|
|
32
|
+
## 1.4.0
|
|
33
|
+
|
|
34
|
+
### Minor Changes
|
|
35
|
+
|
|
36
|
+
- [#1585](https://github.com/graphcommerce-org/graphcommerce/pull/1585) [`56de0a179`](https://github.com/graphcommerce-org/graphcommerce/commit/56de0a1792c0511a7dac47c1af7476f8fe112c8b) Thanks [@Jessevdpoel](https://github.com/Jessevdpoel)! - Added onclose functionality to ProductWishlistChipBase snackbar
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [[`bfbcd59d8`](https://github.com/graphcommerce-org/graphcommerce/commit/bfbcd59d8f7652d7a7c028f79cc994216e8dbe3a), [`49370878a`](https://github.com/graphcommerce-org/graphcommerce/commit/49370878a48b90a4579026a7c56c54f97840cebb), [`b6ce5548c`](https://github.com/graphcommerce-org/graphcommerce/commit/b6ce5548c66a8ca62d3aee29467045f7f07f30c8)]:
|
|
41
|
+
- @graphcommerce/magento-product@4.4.21
|
|
42
|
+
- @graphcommerce/graphql@3.4.4
|
|
43
|
+
- @graphcommerce/next-ui@4.17.0
|
|
44
|
+
- @graphcommerce/magento-product-configurable@4.1.28
|
|
45
|
+
- @graphcommerce/magento-cart@4.6.5
|
|
46
|
+
- @graphcommerce/magento-customer@4.9.1
|
|
47
|
+
- @graphcommerce/magento-store@4.2.23
|
|
48
|
+
|
|
3
49
|
## 1.3.14
|
|
4
50
|
|
|
5
51
|
### Patch Changes
|
|
@@ -194,6 +194,7 @@ export function ProductWishlistChipBase(props: ProductWishlistChipProps) {
|
|
|
194
194
|
|
|
195
195
|
<MessageSnackbar
|
|
196
196
|
open={showFeedbackMessage && displayMessageBar}
|
|
197
|
+
onClose={() => setDisplayMessageBar(false)}
|
|
197
198
|
variant='pill'
|
|
198
199
|
action={
|
|
199
200
|
<PageLink href='/wishlist' passHref>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphcommerce/magento-wishlist",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
6
6
|
"browserslist": [
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"@playwright/test": "^1.21.1"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@graphcommerce/graphql": "3.4.
|
|
22
|
+
"@graphcommerce/graphql": "3.4.5",
|
|
23
23
|
"@graphcommerce/graphql-mesh": "4.1.6",
|
|
24
24
|
"@graphcommerce/image": "3.1.7",
|
|
25
|
-
"@graphcommerce/magento-cart": "4.6.
|
|
26
|
-
"@graphcommerce/magento-customer": "4.9.
|
|
27
|
-
"@graphcommerce/magento-product": "4.4.
|
|
28
|
-
"@graphcommerce/magento-product-configurable": "4.1.
|
|
29
|
-
"@graphcommerce/magento-store": "4.2.
|
|
30
|
-
"@graphcommerce/next-ui": "4.
|
|
25
|
+
"@graphcommerce/magento-cart": "4.6.7",
|
|
26
|
+
"@graphcommerce/magento-customer": "4.9.3",
|
|
27
|
+
"@graphcommerce/magento-product": "4.4.23",
|
|
28
|
+
"@graphcommerce/magento-product-configurable": "4.1.30",
|
|
29
|
+
"@graphcommerce/magento-store": "4.2.25",
|
|
30
|
+
"@graphcommerce/next-ui": "4.19.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@lingui/react": "^3.13.2",
|