@qwertybit/pr-preview 0.1.4 → 0.1.5
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 +11 -1
- package/README.md +5 -1
- package/assets/demo.gif +0 -0
- package/assets/demo.mp4 +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,15 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.1.5] — 2026-07-07
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- **New demo animation** — refreshed the README/npm demo with a designed
|
|
14
|
+
walkthrough of the full flow: a Claude Code prompt kicks off the run, the app is
|
|
15
|
+
driven automatically in a real Chrome window (add to cart → checkout, recording a
|
|
16
|
+
before/after), and out come `before.mp4` + `after.mp4`. Also available as an MP4.
|
|
17
|
+
|
|
9
18
|
## [0.1.4] — 2026-07-07
|
|
10
19
|
|
|
11
20
|
### Fixed
|
|
@@ -99,6 +108,7 @@ Initial release.
|
|
|
99
108
|
CSP `frame-ancestors`) are stripped.
|
|
100
109
|
- CLI: `pr-preview init`, `pr-preview record`, `pr-preview run`.
|
|
101
110
|
|
|
102
|
-
[Unreleased]: https://github.com/QwertyBit-Ventures/pr-preview/compare/v0.1.
|
|
111
|
+
[Unreleased]: https://github.com/QwertyBit-Ventures/pr-preview/compare/v0.1.5...HEAD
|
|
112
|
+
[0.1.5]: https://github.com/QwertyBit-Ventures/pr-preview/compare/v0.1.4...v0.1.5
|
|
103
113
|
[0.1.4]: https://github.com/QwertyBit-Ventures/pr-preview/compare/v0.1.0...v0.1.4
|
|
104
114
|
[0.1.0]: https://github.com/QwertyBit-Ventures/pr-preview/releases/tag/v0.1.0
|
package/README.md
CHANGED
|
@@ -16,7 +16,11 @@
|
|
|
16
16
|
</p>
|
|
17
17
|
|
|
18
18
|
<p align="center">
|
|
19
|
-
<img src="https://cdn.jsdelivr.net/npm/@qwertybit/pr-preview/assets/demo.gif" alt="PR Preview demo —
|
|
19
|
+
<img src="https://cdn.jsdelivr.net/npm/@qwertybit/pr-preview/assets/demo.gif" alt="PR Preview demo — a Claude Code prompt drives the app in Chrome and produces before/after videos" width="720" />
|
|
20
|
+
</p>
|
|
21
|
+
|
|
22
|
+
<p align="center">
|
|
23
|
+
<a href="https://cdn.jsdelivr.net/npm/@qwertybit/pr-preview/assets/demo.mp4">▶ Watch in higher quality (MP4)</a>
|
|
20
24
|
</p>
|
|
21
25
|
|
|
22
26
|
**PR Preview** opens your app in a controlled Chrome window and records the journey you perform —
|
package/assets/demo.gif
CHANGED
|
Binary file
|
package/assets/demo.mp4
ADDED
|
Binary file
|
package/package.json
CHANGED