@graphcommerce/misc 10.1.0-canary.7 → 11.0.0-canary.45
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 +102 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,107 @@
|
|
|
1
1
|
# @graphcommerce/misc
|
|
2
2
|
|
|
3
|
+
## 11.0.0-canary.45
|
|
4
|
+
|
|
5
|
+
## 10.1.0-canary.44
|
|
6
|
+
|
|
7
|
+
## 10.1.0-canary.43
|
|
8
|
+
|
|
9
|
+
## 10.1.0-canary.42
|
|
10
|
+
|
|
11
|
+
## 10.1.0-canary.41
|
|
12
|
+
|
|
13
|
+
## 10.1.0-canary.40
|
|
14
|
+
|
|
15
|
+
## 10.1.0-canary.39
|
|
16
|
+
|
|
17
|
+
## 10.1.0-canary.38
|
|
18
|
+
|
|
19
|
+
## 10.1.0-canary.37
|
|
20
|
+
|
|
21
|
+
## 10.1.0-canary.36
|
|
22
|
+
|
|
23
|
+
## 10.1.0-canary.35
|
|
24
|
+
|
|
25
|
+
## 10.1.0-canary.34
|
|
26
|
+
|
|
27
|
+
## 10.1.0-canary.33
|
|
28
|
+
|
|
29
|
+
## 10.1.0-canary.32
|
|
30
|
+
|
|
31
|
+
## 10.1.0-canary.31
|
|
32
|
+
|
|
33
|
+
## 10.1.0-canary.30
|
|
34
|
+
|
|
35
|
+
## 10.1.0-canary.29
|
|
36
|
+
|
|
37
|
+
## 10.1.0-canary.28
|
|
38
|
+
|
|
39
|
+
## 10.1.0-canary.27
|
|
40
|
+
|
|
41
|
+
## 10.1.0-canary.26
|
|
42
|
+
|
|
43
|
+
## 10.1.0-canary.25
|
|
44
|
+
|
|
45
|
+
## 10.1.0-canary.24
|
|
46
|
+
|
|
47
|
+
## 10.1.0-canary.23
|
|
48
|
+
|
|
49
|
+
## 10.1.0-canary.22
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- [#2627](https://github.com/graphcommerce-org/graphcommerce/pull/2627) [`95c188f`](https://github.com/graphcommerce-org/graphcommerce/commit/95c188fcd0dc6cb4ca3edc9877d203d45fe18bb0) - Add `YoutubeEmbed` component — a lightweight lazy-loading YouTube player that defers iframe creation until the user clicks the poster. Uses preconnect on hover for fast playback start and is styled with MUI sx, so no external CSS is required. Supports playlists, no-cookie mode, custom aspect ratios and ad-network preconnect hints.
|
|
54
|
+
|
|
55
|
+
`ProductVideo` (used by `ProductPageGallery`) now delegates YouTube playback to `YoutubeEmbed`, so any product whose Magento `media_gallery` contains a YouTube video entry gets the new lazy-loading player on its product page. Vimeo and self-hosted video paths are unchanged. The Magento preview image is passed as the YoutubeEmbed `thumbnail` so the visible poster stays consistent with the rest of the gallery.
|
|
56
|
+
|
|
57
|
+
Fix `SidebarGallery` so it forwards the `Additional` and `slotProps` from each image to `MotionImageAspect`. Before this fix the gallery silently dropped both props, which meant any `Additional` overlay configured by `ProductPageGallery` (the `<ProductVideo>` overlay with its `PlayCircle` and the new `YoutubeEmbed`) never reached the DOM. That was a latent regression that made all video-gallery entries render as static images, with or without this PR's YouTube changes.
|
|
58
|
+
|
|
59
|
+
Fix `playwright.config.ts` so `npx playwright test` actually loads. The config previously imported `examples/magento-graphcms/next.config.ts`, which transitively pulled `@graphcommerce/next-config`'s ESM build into a CJS context and crashed with `ReferenceError: exports is not defined`. Replaced with an opt-in `PLAYWRIGHT_LOCALES` env var for the multi-locale projects that the next.config import was meant to drive. ([@paales](https://github.com/paales))
|
|
60
|
+
|
|
61
|
+
## 10.1.0-canary.21
|
|
62
|
+
|
|
63
|
+
## 10.1.0-canary.20
|
|
64
|
+
|
|
65
|
+
## 10.1.0-canary.19
|
|
66
|
+
|
|
67
|
+
### Patch Changes
|
|
68
|
+
|
|
69
|
+
- [#2630](https://github.com/graphcommerce-org/graphcommerce/pull/2630) [`21df051`](https://github.com/graphcommerce-org/graphcommerce/commit/21df05152e0274bff891e177c0aa6e8005e39923) - Document the Playwright e2e workflow in CLAUDE.md: where tests live (`<pkg>/test/*.playwright.ts`), how to install the browser binaries, the `URL` / `PLAYWRIGHT_LOCALES` env vars exposed by `playwright.config.ts`, and the backend assumptions tests make (GraphCommerce demo backend). Picks up the loose ends from graphcommerce-org/graphcommerce#2627 which fixed the config so `npx playwright test` actually loads. ([@paales](https://github.com/paales))
|
|
70
|
+
|
|
71
|
+
## 10.1.0-canary.18
|
|
72
|
+
|
|
73
|
+
### Patch Changes
|
|
74
|
+
|
|
75
|
+
- [#2629](https://github.com/graphcommerce-org/graphcommerce/pull/2629) [`ab82fcf`](https://github.com/graphcommerce-org/graphcommerce/commit/ab82fcfc39f7c92604dabb7788bb0e4fbc0e2ed9) - Clarify the type-check workflow in CLAUDE.md: type checking is per-example only, and optional/private packages must be activated via `PRIVATE_ADDITIONAL_DEPENDENCIES` and codegen must be re-run before `tsgo` sees their fragments. ([@paales](https://github.com/paales))
|
|
76
|
+
|
|
77
|
+
## 10.1.0-canary.17
|
|
78
|
+
|
|
79
|
+
### Patch Changes
|
|
80
|
+
|
|
81
|
+
- [#2622](https://github.com/graphcommerce-org/graphcommerce/pull/2622) [`f310cfd`](https://github.com/graphcommerce-org/graphcommerce/commit/f310cfd1d344a74bc2213ae9d175e1d7c8fa936e) - Add `yarn packages:build` one-shot script and document the `packagesDev/*` rebuild workflow in `CLAUDE.md`. Also adds guidance on changeset bump-type selection (avoid `major`) and the `@graphcommerce/misc` fallback for docs-only / placeless changes. ([@paales](https://github.com/paales))
|
|
82
|
+
|
|
83
|
+
## 10.1.0-canary.16
|
|
84
|
+
|
|
85
|
+
## 10.1.0-canary.15
|
|
86
|
+
|
|
87
|
+
## 10.1.0-canary.14
|
|
88
|
+
|
|
89
|
+
### Patch Changes
|
|
90
|
+
|
|
91
|
+
- [#2622](https://github.com/graphcommerce-org/graphcommerce/pull/2622) [`f310cfd`](https://github.com/graphcommerce-org/graphcommerce/commit/f310cfd1d344a74bc2213ae9d175e1d7c8fa936e) - Add `yarn packages:build` one-shot script and document the `packagesDev/*` rebuild workflow in `CLAUDE.md`. Also adds guidance on changeset bump-type selection (avoid `major`) and the `@graphcommerce/misc` fallback for docs-only / placeless changes. ([@paales](https://github.com/paales))
|
|
92
|
+
|
|
93
|
+
## 10.1.0-canary.13
|
|
94
|
+
|
|
95
|
+
## 10.1.0-canary.12
|
|
96
|
+
|
|
97
|
+
## 10.1.0-canary.11
|
|
98
|
+
|
|
99
|
+
## 10.1.0-canary.10
|
|
100
|
+
|
|
101
|
+
## 10.1.0-canary.9
|
|
102
|
+
|
|
103
|
+
## 10.1.0-canary.8
|
|
104
|
+
|
|
3
105
|
## 10.1.0-canary.7
|
|
4
106
|
|
|
5
107
|
## 10.1.0-canary.6
|
package/package.json
CHANGED