@graphcommerce/magento-search 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 +10 -162
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,48 +1,8 @@
|
|
|
1
1
|
# Change Log
|
|
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
|
-
### 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
|
-
### Major Changes
|
|
18
|
-
|
|
19
|
-
- [#2557](https://github.com/graphcommerce-org/graphcommerce/pull/2557) [`ceaadd8`](https://github.com/graphcommerce-org/graphcommerce/commit/ceaadd87f0648982a068a3b07b1fa149c9127f49) - ## Material UI v5 → v7 Migration
|
|
20
|
-
|
|
21
|
-
This release upgrades Material UI from v5 to v7 with full CSS variables support. ([@paales](https://github.com/paales))
|
|
22
|
-
|
|
23
|
-
## 10.0.0-canary.67
|
|
24
|
-
|
|
25
|
-
## 10.0.0-canary.66
|
|
26
|
-
|
|
27
|
-
## 10.0.0-canary.65
|
|
28
|
-
|
|
29
|
-
## 10.0.0-canary.64
|
|
30
|
-
|
|
31
|
-
## 10.0.0-canary.63
|
|
32
|
-
|
|
33
|
-
## 10.0.0-canary.62
|
|
34
|
-
|
|
35
|
-
## 10.0.0-canary.61
|
|
36
|
-
|
|
37
|
-
## 10.0.0-canary.60
|
|
38
|
-
|
|
39
|
-
## 10.0.0-canary.59
|
|
40
|
-
|
|
41
|
-
## 10.0.0-canary.58
|
|
42
|
-
|
|
43
|
-
## 10.0.0-canary.57
|
|
44
|
-
|
|
45
|
-
## 10.0.0-canary.56
|
|
5
|
+
## 10.0.0
|
|
46
6
|
|
|
47
7
|
### Major Changes
|
|
48
8
|
|
|
@@ -122,143 +82,31 @@
|
|
|
122
82
|
- `@mui/*` modern alias rewrites
|
|
123
83
|
- Debug plugins (`CircularDependencyPlugin`, `DuplicatesPlugin`) ([@paales](https://github.com/paales))
|
|
124
84
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
## 9.1.0-canary.54
|
|
128
|
-
|
|
129
|
-
## 9.1.0-canary.53
|
|
130
|
-
|
|
131
|
-
## 9.1.0-canary.52
|
|
132
|
-
|
|
133
|
-
## 9.1.0-canary.51
|
|
134
|
-
|
|
135
|
-
## 9.1.0-canary.50
|
|
136
|
-
|
|
137
|
-
## 9.1.0-canary.49
|
|
138
|
-
|
|
139
|
-
### Patch Changes
|
|
140
|
-
|
|
141
|
-
- [#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.
|
|
142
|
-
|
|
143
|
-
This did not matter when the categories/search pages were served by Magento as Magento would cache the result of the ProductFilters query. When the the catalog is served by an external service like Algolia this might be a problem.
|
|
144
|
-
|
|
145
|
-
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))
|
|
146
|
-
|
|
147
|
-
## 9.1.0-canary.48
|
|
148
|
-
|
|
149
|
-
## 9.1.0-canary.47
|
|
150
|
-
|
|
151
|
-
## 9.1.0-canary.46
|
|
152
|
-
|
|
153
|
-
## 9.1.0-canary.45
|
|
154
|
-
|
|
155
|
-
## 9.1.0-canary.44
|
|
156
|
-
|
|
157
|
-
## 9.1.0-canary.43
|
|
158
|
-
|
|
159
|
-
## 9.1.0-canary.42
|
|
160
|
-
|
|
161
|
-
## 9.1.0-canary.41
|
|
162
|
-
|
|
163
|
-
## 9.1.0-canary.40
|
|
164
|
-
|
|
165
|
-
## 9.1.0-canary.39
|
|
166
|
-
|
|
167
|
-
## 9.1.0-canary.38
|
|
168
|
-
|
|
169
|
-
## 9.1.0-canary.37
|
|
170
|
-
|
|
171
|
-
## 9.1.0-canary.36
|
|
172
|
-
|
|
173
|
-
## 9.1.0-canary.35
|
|
174
|
-
|
|
175
|
-
### Patch Changes
|
|
176
|
-
|
|
177
|
-
- [`4b02607`](https://github.com/graphcommerce-org/graphcommerce/commit/4b02607b26dd45e33bba3fb73d36052757dc2dec) - Solve issue where seaches containing a `/` would not consider everything after the `/` as part of the search. ([@paales](https://github.com/paales))
|
|
178
|
-
|
|
179
|
-
- [`ec5b915`](https://github.com/graphcommerce-org/graphcommerce/commit/ec5b91559fb8e702ae3043c38a73c62c7724aefa) - Solve issue where the cursor would jump after the first result of the search page came in. ([@paales](https://github.com/paales))
|
|
180
|
-
|
|
181
|
-
## 9.1.0-canary.34
|
|
182
|
-
|
|
183
|
-
## 9.1.0-canary.33
|
|
184
|
-
|
|
185
|
-
## 9.1.0-canary.32
|
|
186
|
-
|
|
187
|
-
## 9.1.0-canary.31
|
|
85
|
+
- [#2557](https://github.com/graphcommerce-org/graphcommerce/pull/2557) [`ceaadd8`](https://github.com/graphcommerce-org/graphcommerce/commit/ceaadd87f0648982a068a3b07b1fa149c9127f49) - ## Material UI v5 → v7 Migration
|
|
188
86
|
|
|
189
|
-
|
|
87
|
+
This release upgrades Material UI from v5 to v7 with full CSS variables support. ([@paales](https://github.com/paales))
|
|
190
88
|
|
|
191
|
-
|
|
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))
|
|
192
90
|
|
|
193
91
|
### Minor Changes
|
|
194
92
|
|
|
195
93
|
- [#2525](https://github.com/graphcommerce-org/graphcommerce/pull/2525) [`f9176ad`](https://github.com/graphcommerce-org/graphcommerce/commit/f9176adf3bf643ac00c865fc173a80056d8b8170) - Search Categories through algolia ([@paales](https://github.com/paales))
|
|
196
94
|
|
|
197
|
-
## 9.1.0-canary.28
|
|
198
|
-
|
|
199
|
-
## 9.1.0-canary.27
|
|
200
|
-
|
|
201
|
-
## 9.1.0-canary.26
|
|
202
|
-
|
|
203
|
-
## 9.1.0-canary.25
|
|
204
|
-
|
|
205
|
-
## 9.1.0-canary.24
|
|
206
|
-
|
|
207
|
-
## 9.1.0-canary.23
|
|
208
|
-
|
|
209
95
|
### Patch Changes
|
|
210
96
|
|
|
211
97
|
- [#2521](https://github.com/graphcommerce-org/graphcommerce/pull/2521) [`78b8640`](https://github.com/graphcommerce-org/graphcommerce/commit/78b86401fc5410ffb3b001bc7c79049496a54ae7) - Solve issue where the category sidebar navigation would show a Clear button while it wasn't clearable. ([@paales](https://github.com/paales))
|
|
212
98
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
### Patch Changes
|
|
99
|
+
- [`4b02607`](https://github.com/graphcommerce-org/graphcommerce/commit/4b02607b26dd45e33bba3fb73d36052757dc2dec) - Solve issue where seaches containing a `/` would not consider everything after the `/` as part of the search. ([@paales](https://github.com/paales))
|
|
216
100
|
|
|
217
101
|
- [#2510](https://github.com/graphcommerce-org/graphcommerce/pull/2510) [`1471d62`](https://github.com/graphcommerce-org/graphcommerce/commit/1471d62c59147da87e954694144fe694db3ee4b7) - Allow setting alternate search input placeholder ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
218
102
|
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
## 9.1.0-canary.20
|
|
222
|
-
|
|
223
|
-
## 9.1.0-canary.19
|
|
224
|
-
|
|
225
|
-
## 9.1.0-canary.18
|
|
226
|
-
|
|
227
|
-
## 9.1.0-canary.17
|
|
228
|
-
|
|
229
|
-
## 9.1.0-canary.16
|
|
230
|
-
|
|
231
|
-
## 9.1.0-canary.15
|
|
232
|
-
|
|
233
|
-
## 9.0.4-canary.14
|
|
234
|
-
|
|
235
|
-
## 9.0.4-canary.13
|
|
236
|
-
|
|
237
|
-
## 9.0.4-canary.12
|
|
238
|
-
|
|
239
|
-
## 9.0.4-canary.11
|
|
240
|
-
|
|
241
|
-
## 9.0.4-canary.10
|
|
242
|
-
|
|
243
|
-
## 9.0.4-canary.9
|
|
244
|
-
|
|
245
|
-
## 9.0.4-canary.8
|
|
246
|
-
|
|
247
|
-
## 9.0.4-canary.7
|
|
248
|
-
|
|
249
|
-
## 9.0.4-canary.6
|
|
250
|
-
|
|
251
|
-
## 9.0.4-canary.5
|
|
252
|
-
|
|
253
|
-
## 9.0.4-canary.4
|
|
254
|
-
|
|
255
|
-
## 9.0.4-canary.3
|
|
103
|
+
- [`ec5b915`](https://github.com/graphcommerce-org/graphcommerce/commit/ec5b91559fb8e702ae3043c38a73c62c7724aefa) - Solve issue where the cursor would jump after the first result of the search page came in. ([@paales](https://github.com/paales))
|
|
256
104
|
|
|
257
|
-
|
|
105
|
+
- [#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.
|
|
258
106
|
|
|
259
|
-
|
|
107
|
+
This did not matter when the categories/search pages were served by Magento as Magento would cache the result of the ProductFilters query. When the the catalog is served by an external service like Algolia this might be a problem.
|
|
260
108
|
|
|
261
|
-
|
|
109
|
+
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))
|
|
262
110
|
|
|
263
111
|
## 9.0.0
|
|
264
112
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-search",
|
|
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,17 +12,17 @@
|
|
|
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-store": "^10.0.
|
|
22
|
-
"@graphcommerce/next-ui": "^10.0.
|
|
23
|
-
"@graphcommerce/prettier-config-pwa": "^10.0.
|
|
24
|
-
"@graphcommerce/react-hook-form": "^10.0.
|
|
25
|
-
"@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-store": "^10.0.1-canary.0",
|
|
22
|
+
"@graphcommerce/next-ui": "^10.0.1-canary.0",
|
|
23
|
+
"@graphcommerce/prettier-config-pwa": "^10.0.1-canary.0",
|
|
24
|
+
"@graphcommerce/react-hook-form": "^10.0.1-canary.0",
|
|
25
|
+
"@graphcommerce/typescript-config-pwa": "^10.0.1-canary.0",
|
|
26
26
|
"@lingui/core": "^5",
|
|
27
27
|
"@lingui/macro": "^5",
|
|
28
28
|
"@lingui/react": "^5",
|