@graphcommerce/magento-compare 10.0.0-canary.72 → 10.0.1-canary.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 +5 -145
- package/components/CompareListForm.tsx +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,42 +1,12 @@
|
|
|
1
1
|
# @graphcommerce/magento-compare
|
|
2
2
|
|
|
3
|
-
## 10.0.
|
|
3
|
+
## 10.0.1-canary.0
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## 10.0.0-canary.70
|
|
8
|
-
|
|
9
|
-
### Major Changes
|
|
10
|
-
|
|
11
|
-
- [#2565](https://github.com/graphcommerce-org/graphcommerce/pull/2565) [`c96dfcd`](https://github.com/graphcommerce-org/graphcommerce/commit/c96dfcdca981baca387c270ad9e2b9515cdd00cc) - Updated to Apollo Client 4 ([@paales](https://github.com/paales))
|
|
12
|
-
|
|
13
|
-
## 10.0.0-canary.69
|
|
14
|
-
|
|
15
|
-
## 10.0.0-canary.68
|
|
16
|
-
|
|
17
|
-
## 10.0.0-canary.67
|
|
18
|
-
|
|
19
|
-
## 10.0.0-canary.66
|
|
20
|
-
|
|
21
|
-
## 10.0.0-canary.65
|
|
22
|
-
|
|
23
|
-
## 10.0.0-canary.64
|
|
24
|
-
|
|
25
|
-
## 10.0.0-canary.63
|
|
26
|
-
|
|
27
|
-
## 10.0.0-canary.62
|
|
28
|
-
|
|
29
|
-
## 10.0.0-canary.61
|
|
30
|
-
|
|
31
|
-
## 10.0.0-canary.60
|
|
32
|
-
|
|
33
|
-
## 10.0.0-canary.59
|
|
34
|
-
|
|
35
|
-
## 10.0.0-canary.58
|
|
5
|
+
### Patch Changes
|
|
36
6
|
|
|
37
|
-
|
|
7
|
+
- [#2568](https://github.com/graphcommerce-org/graphcommerce/pull/2568) [`dc57da4`](https://github.com/graphcommerce-org/graphcommerce/commit/dc57da4897365ddb2b779eab3ad2b3a350ed115c) - Moved from form.watch to useWatch everywhere which works even if the fields are later initialized. ([@paales](https://github.com/paales))
|
|
38
8
|
|
|
39
|
-
## 10.0.0
|
|
9
|
+
## 10.0.0
|
|
40
10
|
|
|
41
11
|
### Major Changes
|
|
42
12
|
|
|
@@ -116,122 +86,12 @@
|
|
|
116
86
|
- `@mui/*` modern alias rewrites
|
|
117
87
|
- Debug plugins (`CircularDependencyPlugin`, `DuplicatesPlugin`) ([@paales](https://github.com/paales))
|
|
118
88
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
## 9.1.0-canary.54
|
|
122
|
-
|
|
123
|
-
## 9.1.0-canary.53
|
|
124
|
-
|
|
125
|
-
## 9.1.0-canary.52
|
|
126
|
-
|
|
127
|
-
## 9.1.0-canary.51
|
|
128
|
-
|
|
129
|
-
## 9.1.0-canary.50
|
|
130
|
-
|
|
131
|
-
## 9.1.0-canary.49
|
|
132
|
-
|
|
133
|
-
## 9.1.0-canary.48
|
|
134
|
-
|
|
135
|
-
## 9.1.0-canary.47
|
|
136
|
-
|
|
137
|
-
## 9.1.0-canary.46
|
|
138
|
-
|
|
139
|
-
## 9.1.0-canary.45
|
|
140
|
-
|
|
141
|
-
## 9.1.0-canary.44
|
|
142
|
-
|
|
143
|
-
## 9.1.0-canary.43
|
|
144
|
-
|
|
145
|
-
## 9.1.0-canary.42
|
|
146
|
-
|
|
147
|
-
## 9.1.0-canary.41
|
|
148
|
-
|
|
149
|
-
## 9.1.0-canary.40
|
|
89
|
+
- [#2565](https://github.com/graphcommerce-org/graphcommerce/pull/2565) [`c96dfcd`](https://github.com/graphcommerce-org/graphcommerce/commit/c96dfcdca981baca387c270ad9e2b9515cdd00cc) - Updated to Apollo Client 4 ([@paales](https://github.com/paales))
|
|
150
90
|
|
|
151
91
|
### Patch Changes
|
|
152
92
|
|
|
153
93
|
- [#2529](https://github.com/graphcommerce-org/graphcommerce/pull/2529) [`b331f4d`](https://github.com/graphcommerce-org/graphcommerce/commit/b331f4d060c1385569fbbe1592ac245832de55bc) - Remove all usages of the NoSsr component as the GraphQL layer already handles this. ([@paales](https://github.com/paales))
|
|
154
94
|
|
|
155
|
-
## 9.1.0-canary.39
|
|
156
|
-
|
|
157
|
-
## 9.1.0-canary.38
|
|
158
|
-
|
|
159
|
-
## 9.1.0-canary.37
|
|
160
|
-
|
|
161
|
-
## 9.1.0-canary.36
|
|
162
|
-
|
|
163
|
-
## 9.1.0-canary.35
|
|
164
|
-
|
|
165
|
-
## 9.1.0-canary.34
|
|
166
|
-
|
|
167
|
-
## 9.1.0-canary.33
|
|
168
|
-
|
|
169
|
-
## 9.1.0-canary.32
|
|
170
|
-
|
|
171
|
-
## 9.1.0-canary.31
|
|
172
|
-
|
|
173
|
-
## 9.1.0-canary.30
|
|
174
|
-
|
|
175
|
-
## 9.1.0-canary.29
|
|
176
|
-
|
|
177
|
-
## 9.1.0-canary.28
|
|
178
|
-
|
|
179
|
-
## 9.1.0-canary.27
|
|
180
|
-
|
|
181
|
-
## 9.1.0-canary.26
|
|
182
|
-
|
|
183
|
-
## 9.1.0-canary.25
|
|
184
|
-
|
|
185
|
-
## 9.1.0-canary.24
|
|
186
|
-
|
|
187
|
-
## 9.1.0-canary.23
|
|
188
|
-
|
|
189
|
-
## 9.1.0-canary.22
|
|
190
|
-
|
|
191
|
-
## 9.1.0-canary.21
|
|
192
|
-
|
|
193
|
-
## 9.1.0-canary.20
|
|
194
|
-
|
|
195
|
-
## 9.1.0-canary.19
|
|
196
|
-
|
|
197
|
-
## 9.1.0-canary.18
|
|
198
|
-
|
|
199
|
-
## 9.1.0-canary.17
|
|
200
|
-
|
|
201
|
-
## 9.1.0-canary.16
|
|
202
|
-
|
|
203
|
-
## 9.1.0-canary.15
|
|
204
|
-
|
|
205
|
-
## 9.0.4-canary.14
|
|
206
|
-
|
|
207
|
-
## 9.0.4-canary.13
|
|
208
|
-
|
|
209
|
-
## 9.0.4-canary.12
|
|
210
|
-
|
|
211
|
-
## 9.0.4-canary.11
|
|
212
|
-
|
|
213
|
-
## 9.0.4-canary.10
|
|
214
|
-
|
|
215
|
-
## 9.0.4-canary.9
|
|
216
|
-
|
|
217
|
-
## 9.0.4-canary.8
|
|
218
|
-
|
|
219
|
-
## 9.0.4-canary.7
|
|
220
|
-
|
|
221
|
-
## 9.0.4-canary.6
|
|
222
|
-
|
|
223
|
-
## 9.0.4-canary.5
|
|
224
|
-
|
|
225
|
-
## 9.0.4-canary.4
|
|
226
|
-
|
|
227
|
-
## 9.0.4-canary.3
|
|
228
|
-
|
|
229
|
-
## 9.0.4-canary.2
|
|
230
|
-
|
|
231
|
-
## 9.0.4-canary.1
|
|
232
|
-
|
|
233
|
-
## 9.0.4-canary.0
|
|
234
|
-
|
|
235
95
|
## 9.0.0
|
|
236
96
|
|
|
237
97
|
### Major Changes
|
|
@@ -26,7 +26,7 @@ export function CompareListForm(props: CompareListFormProps) {
|
|
|
26
26
|
defaultValues: { selected: [...Array(gridColumns).keys()] },
|
|
27
27
|
})
|
|
28
28
|
|
|
29
|
-
const selectedState = form.
|
|
29
|
+
const selectedState = useWatch({ control: form.control, name: 'selected' })
|
|
30
30
|
const selectedPrevious = useRef<number[]>(selectedState)
|
|
31
31
|
const compareAbleItems = compareListData?.compareList?.items
|
|
32
32
|
|
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": "10.0.
|
|
5
|
+
"version": "10.0.1-canary.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
"./plugins/AddCompareTypePolicies": "./plugins/AddCompareTypePolicies.tsx"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@graphcommerce/ecommerce-ui": "^10.0.
|
|
23
|
-
"@graphcommerce/eslint-config-pwa": "^10.0.
|
|
24
|
-
"@graphcommerce/framer-next-pages": "^10.0.
|
|
25
|
-
"@graphcommerce/framer-utils": "^10.0.
|
|
26
|
-
"@graphcommerce/graphql": "^10.0.
|
|
27
|
-
"@graphcommerce/magento-cart": "^10.0.
|
|
28
|
-
"@graphcommerce/magento-product": "^10.0.
|
|
29
|
-
"@graphcommerce/next-ui": "^10.0.
|
|
30
|
-
"@graphcommerce/prettier-config-pwa": "^10.0.
|
|
31
|
-
"@graphcommerce/typescript-config-pwa": "^10.0.
|
|
22
|
+
"@graphcommerce/ecommerce-ui": "^10.0.1-canary.0",
|
|
23
|
+
"@graphcommerce/eslint-config-pwa": "^10.0.1-canary.0",
|
|
24
|
+
"@graphcommerce/framer-next-pages": "^10.0.1-canary.0",
|
|
25
|
+
"@graphcommerce/framer-utils": "^10.0.1-canary.0",
|
|
26
|
+
"@graphcommerce/graphql": "^10.0.1-canary.0",
|
|
27
|
+
"@graphcommerce/magento-cart": "^10.0.1-canary.0",
|
|
28
|
+
"@graphcommerce/magento-product": "^10.0.1-canary.0",
|
|
29
|
+
"@graphcommerce/next-ui": "^10.0.1-canary.0",
|
|
30
|
+
"@graphcommerce/prettier-config-pwa": "^10.0.1-canary.0",
|
|
31
|
+
"@graphcommerce/typescript-config-pwa": "^10.0.1-canary.0",
|
|
32
32
|
"@lingui/core": "^5",
|
|
33
33
|
"@lingui/macro": "^5",
|
|
34
34
|
"@lingui/react": "^5",
|