@graphcommerce/magento-compare 8.1.0-canary.9 → 9.0.0-canary.55
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,102 @@
|
|
|
1
1
|
# @graphcommerce/magento-compare
|
|
2
2
|
|
|
3
|
+
## 9.0.0-canary.55
|
|
4
|
+
|
|
5
|
+
## 9.0.0-canary.54
|
|
6
|
+
|
|
7
|
+
## 8.1.0-canary.53
|
|
8
|
+
|
|
9
|
+
## 8.1.0-canary.52
|
|
10
|
+
|
|
11
|
+
## 8.1.0-canary.51
|
|
12
|
+
|
|
13
|
+
## 8.1.0-canary.50
|
|
14
|
+
|
|
15
|
+
## 8.1.0-canary.49
|
|
16
|
+
|
|
17
|
+
## 8.1.0-canary.48
|
|
18
|
+
|
|
19
|
+
## 8.1.0-canary.47
|
|
20
|
+
|
|
21
|
+
## 8.1.0-canary.46
|
|
22
|
+
|
|
23
|
+
## 8.1.0-canary.45
|
|
24
|
+
|
|
25
|
+
## 8.1.0-canary.44
|
|
26
|
+
|
|
27
|
+
## 8.1.0-canary.43
|
|
28
|
+
|
|
29
|
+
## 8.1.0-canary.42
|
|
30
|
+
|
|
31
|
+
## 8.1.0-canary.41
|
|
32
|
+
|
|
33
|
+
## 8.1.0-canary.40
|
|
34
|
+
|
|
35
|
+
## 8.1.0-canary.39
|
|
36
|
+
|
|
37
|
+
## 8.1.0-canary.38
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- [#2305](https://github.com/graphcommerce-org/graphcommerce/pull/2305) [`77e8297`](https://github.com/graphcommerce-org/graphcommerce/commit/77e82976816994336c616208a651cb18ce9ea270) - Fix bug with persist not applying saved changes by moving <FromPersist/> below the form components
|
|
42
|
+
([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
43
|
+
|
|
44
|
+
## 8.1.0-canary.37
|
|
45
|
+
|
|
46
|
+
## 8.1.0-canary.36
|
|
47
|
+
|
|
48
|
+
## 8.1.0-canary.35
|
|
49
|
+
|
|
50
|
+
## 8.1.0-canary.34
|
|
51
|
+
|
|
52
|
+
## 8.1.0-canary.33
|
|
53
|
+
|
|
54
|
+
## 8.1.0-canary.32
|
|
55
|
+
|
|
56
|
+
## 8.1.0-canary.31
|
|
57
|
+
|
|
58
|
+
## 8.1.0-canary.30
|
|
59
|
+
|
|
60
|
+
## 8.1.0-canary.29
|
|
61
|
+
|
|
62
|
+
## 8.1.0-canary.28
|
|
63
|
+
|
|
64
|
+
## 8.1.0-canary.27
|
|
65
|
+
|
|
66
|
+
## 8.1.0-canary.26
|
|
67
|
+
|
|
68
|
+
## 8.1.0-canary.25
|
|
69
|
+
|
|
70
|
+
## 8.1.0-canary.24
|
|
71
|
+
|
|
72
|
+
## 8.1.0-canary.23
|
|
73
|
+
|
|
74
|
+
## 8.1.0-canary.22
|
|
75
|
+
|
|
76
|
+
## 8.1.0-canary.21
|
|
77
|
+
|
|
78
|
+
## 8.1.0-canary.20
|
|
79
|
+
|
|
80
|
+
## 8.1.0-canary.19
|
|
81
|
+
|
|
82
|
+
## 8.1.0-canary.18
|
|
83
|
+
|
|
84
|
+
## 8.1.0-canary.17
|
|
85
|
+
|
|
86
|
+
## 8.1.0-canary.16
|
|
87
|
+
|
|
88
|
+
## 8.1.0-canary.15
|
|
89
|
+
|
|
90
|
+
## 8.1.0-canary.14
|
|
91
|
+
|
|
92
|
+
## 8.1.0-canary.13
|
|
93
|
+
|
|
94
|
+
## 8.1.0-canary.12
|
|
95
|
+
|
|
96
|
+
## 8.1.0-canary.11
|
|
97
|
+
|
|
98
|
+
## 8.1.0-canary.10
|
|
99
|
+
|
|
3
100
|
## 8.1.0-canary.9
|
|
4
101
|
|
|
5
102
|
## 8.1.0-canary.8
|
|
@@ -64,8 +64,8 @@ export function CompareListForm(props: CompareListFormProps) {
|
|
|
64
64
|
)
|
|
65
65
|
return (
|
|
66
66
|
<CompareFormContext.Provider value={value}>
|
|
67
|
-
<FormPersist form={form} name='CompareList' />
|
|
68
67
|
{children}
|
|
68
|
+
<FormPersist form={form} name='CompareList' />
|
|
69
69
|
</CompareFormContext.Provider>
|
|
70
70
|
)
|
|
71
71
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-compare",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "9.0.0-canary.55",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^
|
|
17
|
-
"@graphcommerce/framer-next-pages": "^
|
|
18
|
-
"@graphcommerce/framer-utils": "^
|
|
19
|
-
"@graphcommerce/graphql": "^
|
|
20
|
-
"@graphcommerce/magento-cart": "^
|
|
21
|
-
"@graphcommerce/magento-product": "^
|
|
22
|
-
"@graphcommerce/next-ui": "^
|
|
23
|
-
"@graphcommerce/prettier-config-pwa": "^
|
|
24
|
-
"@graphcommerce/typescript-config-pwa": "^
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.0-canary.55",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.55",
|
|
17
|
+
"@graphcommerce/framer-next-pages": "^9.0.0-canary.55",
|
|
18
|
+
"@graphcommerce/framer-utils": "^9.0.0-canary.55",
|
|
19
|
+
"@graphcommerce/graphql": "^9.0.0-canary.55",
|
|
20
|
+
"@graphcommerce/magento-cart": "^9.0.0-canary.55",
|
|
21
|
+
"@graphcommerce/magento-product": "^9.0.0-canary.55",
|
|
22
|
+
"@graphcommerce/next-ui": "^9.0.0-canary.55",
|
|
23
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.55",
|
|
24
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.55",
|
|
25
25
|
"@lingui/core": "^4.2.1",
|
|
26
26
|
"@lingui/macro": "^4.2.1",
|
|
27
27
|
"@lingui/react": "^4.2.1",
|
|
File without changes
|