@graphcommerce/ecommerce-ui 10.0.0 → 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 -274
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @graphcommerce/ecommerce-ui
|
|
2
2
|
|
|
3
|
+
## 10.0.1-canary.0
|
|
4
|
+
|
|
3
5
|
## 10.0.0
|
|
4
6
|
|
|
5
7
|
### Major Changes
|
|
@@ -108,280 +110,6 @@
|
|
|
108
110
|
|
|
109
111
|
- [#2499](https://github.com/graphcommerce-org/graphcommerce/pull/2499) [`7c7d6e4`](https://github.com/graphcommerce-org/graphcommerce/commit/7c7d6e4976d263f4139ce1de2caf47e7f49a2bf8) - Solve issue where an individual item in the ActionCardListForm couldn't be disabed. Resulting in configurable options on the product page to be selectable while they shouldn't be. ([@paales](https://github.com/paales))
|
|
110
112
|
|
|
111
|
-
## 10.0.0-canary.72
|
|
112
|
-
|
|
113
|
-
## 10.0.0-canary.71
|
|
114
|
-
|
|
115
|
-
## 10.0.0-canary.70
|
|
116
|
-
|
|
117
|
-
### Major Changes
|
|
118
|
-
|
|
119
|
-
- [#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))
|
|
120
|
-
|
|
121
|
-
## 10.0.0-canary.69
|
|
122
|
-
|
|
123
|
-
### Patch Changes
|
|
124
|
-
|
|
125
|
-
- [#2567](https://github.com/graphcommerce-org/graphcommerce/pull/2567) [`0af3466`](https://github.com/graphcommerce-org/graphcommerce/commit/0af34663f882ad9906dc13ae6c835c158598b945) - Fix NumberFieldElement plus button decreasing the number instead of increasing ([@paales](https://github.com/paales))
|
|
126
|
-
|
|
127
|
-
## 10.0.0-canary.68
|
|
128
|
-
|
|
129
|
-
### Major Changes
|
|
130
|
-
|
|
131
|
-
- [#2557](https://github.com/graphcommerce-org/graphcommerce/pull/2557) [`ceaadd8`](https://github.com/graphcommerce-org/graphcommerce/commit/ceaadd87f0648982a068a3b07b1fa149c9127f49) - ## Material UI v5 → v7 Migration
|
|
132
|
-
|
|
133
|
-
This release upgrades Material UI from v5 to v7 with full CSS variables support. ([@paales](https://github.com/paales))
|
|
134
|
-
|
|
135
|
-
## 10.0.0-canary.67
|
|
136
|
-
|
|
137
|
-
## 10.0.0-canary.66
|
|
138
|
-
|
|
139
|
-
### Patch Changes
|
|
140
|
-
|
|
141
|
-
- [#2538](https://github.com/graphcommerce-org/graphcommerce/pull/2538) [`9b96d69`](https://github.com/graphcommerce-org/graphcommerce/commit/9b96d69d2aba2779e1875ffb068096087582f10d) - fix issue where stepper could have values such as 8,10000000000 inste… ([@FrankHarland](https://github.com/FrankHarland))
|
|
142
|
-
|
|
143
|
-
## 10.0.0-canary.65
|
|
144
|
-
|
|
145
|
-
## 10.0.0-canary.64
|
|
146
|
-
|
|
147
|
-
## 10.0.0-canary.63
|
|
148
|
-
|
|
149
|
-
## 10.0.0-canary.62
|
|
150
|
-
|
|
151
|
-
## 10.0.0-canary.61
|
|
152
|
-
|
|
153
|
-
## 10.0.0-canary.60
|
|
154
|
-
|
|
155
|
-
## 10.0.0-canary.59
|
|
156
|
-
|
|
157
|
-
## 10.0.0-canary.58
|
|
158
|
-
|
|
159
|
-
## 10.0.0-canary.57
|
|
160
|
-
|
|
161
|
-
## 10.0.0-canary.56
|
|
162
|
-
|
|
163
|
-
### Major Changes
|
|
164
|
-
|
|
165
|
-
- [#2546](https://github.com/graphcommerce-org/graphcommerce/pull/2546) [`ed9332a`](https://github.com/graphcommerce-org/graphcommerce/commit/ed9332a7f78966d932041d9a7725641edc92b28d) - ## GraphCommerce 10 - Turbopack Support
|
|
166
|
-
|
|
167
|
-
This major release brings full Turbopack compatibility, dramatically improving development speed.
|
|
168
|
-
|
|
169
|
-
### 🚀 Turbopack-Compatible Interceptor System
|
|
170
|
-
|
|
171
|
-
The entire plugin/interceptor system has been rewritten to work with Turbopack:
|
|
172
|
-
|
|
173
|
-
- **No more Webpack plugins** - Removed `InterceptorPlugin` webpack plugin entirely
|
|
174
|
-
- **File-based interception** - Original files are moved to `.original.tsx` and replaced with interceptor content
|
|
175
|
-
- **Direct imports** - Interceptors import from `.original` files instead of embedding source
|
|
176
|
-
- **New CLI commands**:
|
|
177
|
-
- `graphcommerce codegen-interceptors` - Generate interceptor files
|
|
178
|
-
- `graphcommerce cleanup-interceptors` - Reset interceptor system, restore original files
|
|
179
|
-
- **Stable file hashing** - Deterministic interceptor generation for better caching
|
|
180
|
-
|
|
181
|
-
### ⚙️ Treeshakable Configuration System
|
|
182
|
-
|
|
183
|
-
Replaced Webpack `DefinePlugin`-based `import.meta.graphCommerce` with a new generated configuration system:
|
|
184
|
-
|
|
185
|
-
- **New `codegen-config-values` command** - Generates TypeScript files with precise typing
|
|
186
|
-
- **Schema-driven** - Dynamically introspects Zod schemas to determine all available properties
|
|
187
|
-
- **Fully treeshakable** - Unused config values are eliminated from the bundle
|
|
188
|
-
- **Type-safe** - Uses `Get<GraphCommerceConfig, 'path'>` for nested property access
|
|
189
|
-
- **Separate files for nested objects** - Optimal treeshaking for complex configurations
|
|
190
|
-
|
|
191
|
-
### 🔧 withGraphCommerce Changes
|
|
192
|
-
|
|
193
|
-
- **Removed** `InterceptorPlugin` - No longer needed with file-based interception
|
|
194
|
-
- **Removed** `DefinePlugin` for `import.meta.graphCommerce` - Replaced with generated config
|
|
195
|
-
- **Removed** `@mui/*` alias rewrites - No longer required
|
|
196
|
-
- **Added** Turbopack loader rules for `.yaml`, `.yml`, and `.po` files
|
|
197
|
-
- **Added** `serverExternalPackages` for all `@whatwg-node/*` packages
|
|
198
|
-
- **Added** `optimizePackageImports` for better bundle optimization
|
|
199
|
-
- **Added** `images.qualities: [52, 75]` for Next.js image optimization
|
|
200
|
-
|
|
201
|
-
### 📦 Lingui Configuration
|
|
202
|
-
|
|
203
|
-
- **Renamed** `lingui.config.js` → `lingui.config.ts` with TypeScript support
|
|
204
|
-
- **Updated** `@graphcommerce/lingui-next/config` to TypeScript with proper exports
|
|
205
|
-
- **Simplified** formatter options
|
|
206
|
-
|
|
207
|
-
### ⚛️ React 19 & Next.js 16 Compatibility
|
|
208
|
-
|
|
209
|
-
- Updated `RefObject<T>` types for React 19 (now includes `null` by default)
|
|
210
|
-
- Replaced deprecated `React.VFC` with `React.FC`
|
|
211
|
-
- Fixed `useRef` calls to require explicit initial values
|
|
212
|
-
- Updated `MutableRefObject` usage in `framer-scroller`
|
|
213
|
-
|
|
214
|
-
### 📋 ESLint 9 Flat Config
|
|
215
|
-
|
|
216
|
-
- Migrated from legacy `.eslintrc` to new flat config format (`eslint.config.mjs`)
|
|
217
|
-
- Updated `@typescript-eslint/*` packages to v8
|
|
218
|
-
- Fixed AST selector for `SxProps` rule (`typeParameters` → `typeArguments`)
|
|
219
|
-
|
|
220
|
-
### 🔄 Apollo Client
|
|
221
|
-
|
|
222
|
-
- Fixed deprecated `name` option → `clientAwareness: { name: 'ssr' }`
|
|
223
|
-
- Updated error handling types to accept `ApolloError | null | undefined`
|
|
224
|
-
|
|
225
|
-
### ⚠️ Breaking Changes
|
|
226
|
-
|
|
227
|
-
- **Node.js 24.x not supported** - Restricted to `>=20 <24.0.0` due to [nodejs/undici#4290](https://github.com/nodejs/undici/issues/4290)
|
|
228
|
-
- **Interceptor files changed** - Original components now at `.original.tsx`
|
|
229
|
-
- **Config access changed** - Use generated config values instead of `import.meta.graphCommerce`
|
|
230
|
-
- **ESLint config format** - Must use flat config (`eslint.config.mjs`)
|
|
231
|
-
- **Lingui config** - Rename `lingui.config.js` to `lingui.config.ts`
|
|
232
|
-
|
|
233
|
-
### 🗑️ Removed
|
|
234
|
-
|
|
235
|
-
- `InterceptorPlugin` webpack plugin
|
|
236
|
-
- `configToImportMeta` utility
|
|
237
|
-
- Webpack `DefinePlugin` usage for config
|
|
238
|
-
- `@mui/*` modern alias rewrites
|
|
239
|
-
- Debug plugins (`CircularDependencyPlugin`, `DuplicatesPlugin`) ([@paales](https://github.com/paales))
|
|
240
|
-
|
|
241
|
-
## 9.1.0-canary.55
|
|
242
|
-
|
|
243
|
-
## 9.1.0-canary.54
|
|
244
|
-
|
|
245
|
-
## 9.1.0-canary.53
|
|
246
|
-
|
|
247
|
-
### Patch Changes
|
|
248
|
-
|
|
249
|
-
- [#2541](https://github.com/graphcommerce-org/graphcommerce/pull/2541) [`09e67d6`](https://github.com/graphcommerce-org/graphcommerce/commit/09e67d6cb266ed4714a209ef90e49c3963962604) - Fix issue where setting required on the controller caused the form to submit without variables ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
250
|
-
|
|
251
|
-
## 9.1.0-canary.52
|
|
252
|
-
|
|
253
|
-
### Patch Changes
|
|
254
|
-
|
|
255
|
-
- [`ea7af54`](https://github.com/graphcommerce-org/graphcommerce/commit/ea7af54048506228b6fde04d3bba764358b7f7e0) - Round step increment also max to two decimals as we might else get very long numbers ([@paales](https://github.com/paales))
|
|
256
|
-
|
|
257
|
-
## 9.1.0-canary.51
|
|
258
|
-
|
|
259
|
-
## 9.1.0-canary.50
|
|
260
|
-
|
|
261
|
-
## 9.1.0-canary.49
|
|
262
|
-
|
|
263
|
-
## 9.1.0-canary.48
|
|
264
|
-
|
|
265
|
-
## 9.1.0-canary.47
|
|
266
|
-
|
|
267
|
-
## 9.1.0-canary.46
|
|
268
|
-
|
|
269
|
-
## 9.1.0-canary.45
|
|
270
|
-
|
|
271
|
-
## 9.1.0-canary.44
|
|
272
|
-
|
|
273
|
-
## 9.1.0-canary.43
|
|
274
|
-
|
|
275
|
-
## 9.1.0-canary.42
|
|
276
|
-
|
|
277
|
-
## 9.1.0-canary.41
|
|
278
|
-
|
|
279
|
-
### Patch Changes
|
|
280
|
-
|
|
281
|
-
- [#2530](https://github.com/graphcommerce-org/graphcommerce/pull/2530) [`fe48501`](https://github.com/graphcommerce-org/graphcommerce/commit/fe4850106abebe1fe113e08e38623ebfd5481c1d) - Make sure the increment step of the NumberInputField rounds to the nearest step. ([@paales](https://github.com/paales))
|
|
282
|
-
|
|
283
|
-
## 9.1.0-canary.40
|
|
284
|
-
|
|
285
|
-
## 9.1.0-canary.39
|
|
286
|
-
|
|
287
|
-
## 9.1.0-canary.38
|
|
288
|
-
|
|
289
|
-
## 9.1.0-canary.37
|
|
290
|
-
|
|
291
|
-
## 9.1.0-canary.36
|
|
292
|
-
|
|
293
|
-
## 9.1.0-canary.35
|
|
294
|
-
|
|
295
|
-
## 9.1.0-canary.34
|
|
296
|
-
|
|
297
|
-
## 9.1.0-canary.33
|
|
298
|
-
|
|
299
|
-
## 9.1.0-canary.32
|
|
300
|
-
|
|
301
|
-
## 9.1.0-canary.31
|
|
302
|
-
|
|
303
|
-
## 9.1.0-canary.30
|
|
304
|
-
|
|
305
|
-
## 9.1.0-canary.29
|
|
306
|
-
|
|
307
|
-
## 9.1.0-canary.28
|
|
308
|
-
|
|
309
|
-
## 9.1.0-canary.27
|
|
310
|
-
|
|
311
|
-
## 9.1.0-canary.26
|
|
312
|
-
|
|
313
|
-
## 9.1.0-canary.25
|
|
314
|
-
|
|
315
|
-
## 9.1.0-canary.24
|
|
316
|
-
|
|
317
|
-
## 9.1.0-canary.23
|
|
318
|
-
|
|
319
|
-
## 9.1.0-canary.22
|
|
320
|
-
|
|
321
|
-
## 9.1.0-canary.21
|
|
322
|
-
|
|
323
|
-
## 9.1.0-canary.20
|
|
324
|
-
|
|
325
|
-
## 9.1.0-canary.19
|
|
326
|
-
|
|
327
|
-
### Patch Changes
|
|
328
|
-
|
|
329
|
-
- [#2499](https://github.com/graphcommerce-org/graphcommerce/pull/2499) [`7c7d6e4`](https://github.com/graphcommerce-org/graphcommerce/commit/7c7d6e4976d263f4139ce1de2caf47e7f49a2bf8) - Solve issue where an individual item in the ActionCardListForm couldn't be disabed. Resulting in configurable options on the product page to be selectable while they shouldn't be. ([@paales](https://github.com/paales))
|
|
330
|
-
|
|
331
|
-
## 9.1.0-canary.18
|
|
332
|
-
|
|
333
|
-
## 9.1.0-canary.17
|
|
334
|
-
|
|
335
|
-
## 9.1.0-canary.16
|
|
336
|
-
|
|
337
|
-
## 9.1.0-canary.15
|
|
338
|
-
|
|
339
|
-
### Patch Changes
|
|
340
|
-
|
|
341
|
-
- [#2493](https://github.com/graphcommerce-org/graphcommerce/pull/2493) [`2d22429`](https://github.com/graphcommerce-org/graphcommerce/commit/2d2242932b7e07fa970c1dae1685487832f864d7) - Always log the networkError during development to the console. ([@paales](https://github.com/paales))
|
|
342
|
-
|
|
343
|
-
## 9.0.4-canary.14
|
|
344
|
-
|
|
345
|
-
## 9.0.4-canary.13
|
|
346
|
-
|
|
347
|
-
### Patch Changes
|
|
348
|
-
|
|
349
|
-
- [`5a9adde`](https://github.com/graphcommerce-org/graphcommerce/commit/5a9addee16aa9dc8f4ce6f8fa4b3fe6c11b90d8f) - FormElements now are now disabled when the whole form is disabled. ([@paales](https://github.com/paales))
|
|
350
|
-
|
|
351
|
-
## 9.0.4-canary.12
|
|
352
|
-
|
|
353
|
-
## 9.0.4-canary.11
|
|
354
|
-
|
|
355
|
-
## 9.0.4-canary.10
|
|
356
|
-
|
|
357
|
-
## 9.0.4-canary.9
|
|
358
|
-
|
|
359
|
-
## 9.0.4-canary.8
|
|
360
|
-
|
|
361
|
-
## 9.0.4-canary.7
|
|
362
|
-
|
|
363
|
-
## 9.0.4-canary.6
|
|
364
|
-
|
|
365
|
-
## 9.0.4-canary.5
|
|
366
|
-
|
|
367
|
-
## 9.0.4-canary.4
|
|
368
|
-
|
|
369
|
-
### Patch Changes
|
|
370
|
-
|
|
371
|
-
- [`026114e`](https://github.com/graphcommerce-org/graphcommerce/commit/026114ece325d8f675ba8820c6b63345e48532fa) - Sovle issue where showValid would be forwarded to the textField element ([@paales](https://github.com/paales))
|
|
372
|
-
|
|
373
|
-
## 9.0.4-canary.3
|
|
374
|
-
|
|
375
|
-
## 9.0.4-canary.2
|
|
376
|
-
|
|
377
|
-
## 9.0.4-canary.1
|
|
378
|
-
|
|
379
|
-
### Patch Changes
|
|
380
|
-
|
|
381
|
-
- [#2470](https://github.com/graphcommerce-org/graphcommerce/pull/2470) [`910e6aa`](https://github.com/graphcommerce-org/graphcommerce/commit/910e6aab024a925bb042cf17968b2ab826f97d88) - Refactor the FormComponents for better TypeScript checking performance. ([@paales](https://github.com/paales))
|
|
382
|
-
|
|
383
|
-
## 9.0.4-canary.0
|
|
384
|
-
|
|
385
113
|
## 9.0.0
|
|
386
114
|
|
|
387
115
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/ecommerce-ui",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "10.0.0",
|
|
5
|
+
"version": "10.0.1-canary.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^10.0.0",
|
|
16
|
-
"@graphcommerce/graphql": "^10.0.0",
|
|
17
|
-
"@graphcommerce/next-ui": "^10.0.0",
|
|
18
|
-
"@graphcommerce/prettier-config-pwa": "^10.0.0",
|
|
19
|
-
"@graphcommerce/react-hook-form": "^10.0.0",
|
|
20
|
-
"@graphcommerce/typescript-config-pwa": "^10.0.0",
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^10.0.1-canary.0",
|
|
16
|
+
"@graphcommerce/graphql": "^10.0.1-canary.0",
|
|
17
|
+
"@graphcommerce/next-ui": "^10.0.1-canary.0",
|
|
18
|
+
"@graphcommerce/prettier-config-pwa": "^10.0.1-canary.0",
|
|
19
|
+
"@graphcommerce/react-hook-form": "^10.0.1-canary.0",
|
|
20
|
+
"@graphcommerce/typescript-config-pwa": "^10.0.1-canary.0",
|
|
21
21
|
"@lingui/core": "^5",
|
|
22
22
|
"@lingui/macro": "^5",
|
|
23
23
|
"@lingui/react": "^5",
|