@graphcommerce/magento-search-overlay 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 +2 -144
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,38 +1,8 @@
|
|
|
1
1
|
# @graphcommerce/magento-search-overlay
|
|
2
2
|
|
|
3
|
-
## 10.0.
|
|
3
|
+
## 10.0.1-canary.0
|
|
4
4
|
|
|
5
|
-
## 10.0.0
|
|
6
|
-
|
|
7
|
-
## 10.0.0-canary.70
|
|
8
|
-
|
|
9
|
-
## 10.0.0-canary.69
|
|
10
|
-
|
|
11
|
-
## 10.0.0-canary.68
|
|
12
|
-
|
|
13
|
-
## 10.0.0-canary.67
|
|
14
|
-
|
|
15
|
-
## 10.0.0-canary.66
|
|
16
|
-
|
|
17
|
-
## 10.0.0-canary.65
|
|
18
|
-
|
|
19
|
-
## 10.0.0-canary.64
|
|
20
|
-
|
|
21
|
-
## 10.0.0-canary.63
|
|
22
|
-
|
|
23
|
-
## 10.0.0-canary.62
|
|
24
|
-
|
|
25
|
-
## 10.0.0-canary.61
|
|
26
|
-
|
|
27
|
-
## 10.0.0-canary.60
|
|
28
|
-
|
|
29
|
-
## 10.0.0-canary.59
|
|
30
|
-
|
|
31
|
-
## 10.0.0-canary.58
|
|
32
|
-
|
|
33
|
-
## 10.0.0-canary.57
|
|
34
|
-
|
|
35
|
-
## 10.0.0-canary.56
|
|
5
|
+
## 10.0.0
|
|
36
6
|
|
|
37
7
|
### Major Changes
|
|
38
8
|
|
|
@@ -112,20 +82,6 @@
|
|
|
112
82
|
- `@mui/*` modern alias rewrites
|
|
113
83
|
- Debug plugins (`CircularDependencyPlugin`, `DuplicatesPlugin`) ([@paales](https://github.com/paales))
|
|
114
84
|
|
|
115
|
-
## 9.1.0-canary.55
|
|
116
|
-
|
|
117
|
-
## 9.1.0-canary.54
|
|
118
|
-
|
|
119
|
-
## 9.1.0-canary.53
|
|
120
|
-
|
|
121
|
-
## 9.1.0-canary.52
|
|
122
|
-
|
|
123
|
-
## 9.1.0-canary.51
|
|
124
|
-
|
|
125
|
-
## 9.1.0-canary.50
|
|
126
|
-
|
|
127
|
-
## 9.1.0-canary.49
|
|
128
|
-
|
|
129
85
|
### Patch Changes
|
|
130
86
|
|
|
131
87
|
- [#2533](https://github.com/graphcommerce-org/graphcommerce/pull/2533) [`88abcbf`](https://github.com/graphcommerce-org/graphcommerce/commit/88abcbf011b65b0cd1235e984f5d8306256bd518) - When loading the category/search page in the case that there are no filters applied, the amount or product related queries is reduced from 2 to 1 (ProductFilters is skipped). Pagination, sorting and search terms also do not affect this. When a filter is applied we fall back to the previous functionality and do a second query to retrieve the filters.
|
|
@@ -134,104 +90,6 @@
|
|
|
134
90
|
|
|
135
91
|
Implementation details: When filters are applied (e.g., filtering by color:blue), the ProductList query only returns products matching that filter, which means other filter options (like other colors) are excluded from the filter options. This behavior is expected since those other options wouldn't return any products. However, when no filters are applied, the ProductList query returns all products along with all available filter options, eliminating the need for a separate ProductFilters query. ([@paales](https://github.com/paales))
|
|
136
92
|
|
|
137
|
-
## 9.1.0-canary.48
|
|
138
|
-
|
|
139
|
-
## 9.1.0-canary.47
|
|
140
|
-
|
|
141
|
-
## 9.1.0-canary.46
|
|
142
|
-
|
|
143
|
-
## 9.1.0-canary.45
|
|
144
|
-
|
|
145
|
-
## 9.1.0-canary.44
|
|
146
|
-
|
|
147
|
-
## 9.1.0-canary.43
|
|
148
|
-
|
|
149
|
-
## 9.1.0-canary.42
|
|
150
|
-
|
|
151
|
-
## 9.1.0-canary.41
|
|
152
|
-
|
|
153
|
-
## 9.1.0-canary.40
|
|
154
|
-
|
|
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
93
|
## 9.0.1
|
|
236
94
|
|
|
237
95
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-search-overlay",
|
|
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": {
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^10.0.
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^10.0.
|
|
17
|
-
"@graphcommerce/framer-utils": "^10.0.
|
|
18
|
-
"@graphcommerce/graphql": "^10.0.
|
|
19
|
-
"@graphcommerce/image": "^10.0.
|
|
20
|
-
"@graphcommerce/magento-product": "^10.0.
|
|
21
|
-
"@graphcommerce/magento-search": "^10.0.
|
|
22
|
-
"@graphcommerce/magento-store": "^10.0.
|
|
23
|
-
"@graphcommerce/next-ui": "^10.0.
|
|
24
|
-
"@graphcommerce/prettier-config-pwa": "^10.0.
|
|
25
|
-
"@graphcommerce/react-hook-form": "^10.0.
|
|
26
|
-
"@graphcommerce/typescript-config-pwa": "^10.0.
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^10.0.1-canary.0",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^10.0.1-canary.0",
|
|
17
|
+
"@graphcommerce/framer-utils": "^10.0.1-canary.0",
|
|
18
|
+
"@graphcommerce/graphql": "^10.0.1-canary.0",
|
|
19
|
+
"@graphcommerce/image": "^10.0.1-canary.0",
|
|
20
|
+
"@graphcommerce/magento-product": "^10.0.1-canary.0",
|
|
21
|
+
"@graphcommerce/magento-search": "^10.0.1-canary.0",
|
|
22
|
+
"@graphcommerce/magento-store": "^10.0.1-canary.0",
|
|
23
|
+
"@graphcommerce/next-ui": "^10.0.1-canary.0",
|
|
24
|
+
"@graphcommerce/prettier-config-pwa": "^10.0.1-canary.0",
|
|
25
|
+
"@graphcommerce/react-hook-form": "^10.0.1-canary.0",
|
|
26
|
+
"@graphcommerce/typescript-config-pwa": "^10.0.1-canary.0",
|
|
27
27
|
"@lingui/core": "^5",
|
|
28
28
|
"@lingui/macro": "^5",
|
|
29
29
|
"@lingui/react": "^5",
|