@qwertybit/pr-preview 0.1.5 → 0.1.6

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 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.6] — 2026-07-07
10
+
11
+ ### Changed
12
+
13
+ - **Demo shown inline** — the README now embeds the demo directly at the top
14
+ (an inline `<video>` player on GitHub; the autoplaying GIF on npm, which can't
15
+ render video) instead of a separate "Watch in higher quality" link. Demo URLs
16
+ are version-pinned so the CDN/GitHub image proxy never serve a stale clip.
17
+
9
18
  ## [0.1.5] — 2026-07-07
10
19
 
11
20
  ### Changed
@@ -108,7 +117,8 @@ Initial release.
108
117
  CSP `frame-ancestors`) are stripped.
109
118
  - CLI: `pr-preview init`, `pr-preview record`, `pr-preview run`.
110
119
 
111
- [Unreleased]: https://github.com/QwertyBit-Ventures/pr-preview/compare/v0.1.5...HEAD
120
+ [Unreleased]: https://github.com/QwertyBit-Ventures/pr-preview/compare/v0.1.6...HEAD
121
+ [0.1.6]: https://github.com/QwertyBit-Ventures/pr-preview/compare/v0.1.5...v0.1.6
112
122
  [0.1.5]: https://github.com/QwertyBit-Ventures/pr-preview/compare/v0.1.4...v0.1.5
113
123
  [0.1.4]: https://github.com/QwertyBit-Ventures/pr-preview/compare/v0.1.0...v0.1.4
114
124
  [0.1.0]: https://github.com/QwertyBit-Ventures/pr-preview/releases/tag/v0.1.0
package/README.md CHANGED
@@ -15,12 +15,13 @@
15
15
  <a href="https://pr-preview.com"><img src="https://img.shields.io/badge/website-pr--preview.com-635bff" alt="pr-preview.com" /></a>
16
16
  </p>
17
17
 
18
+ <!-- GitHub renders this <video> as an inline player; npm strips it and falls back to the GIF below. -->
18
19
  <p align="center">
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
+ <video src="https://cdn.jsdelivr.net/npm/@qwertybit/pr-preview@0.1.6/assets/demo.mp4" width="720" controls autoplay muted loop playsinline></video>
20
21
  </p>
21
22
 
22
23
  <p align="center">
23
- <a href="https://cdn.jsdelivr.net/npm/@qwertybit/pr-preview/assets/demo.mp4">▶ Watch in higher quality (MP4)</a>
24
+ <img src="https://cdn.jsdelivr.net/npm/@qwertybit/pr-preview@0.1.6/assets/demo.gif" alt="PR Preview demo — a Claude Code prompt drives the app in Chrome and produces before/after videos" width="720" />
24
25
  </p>
25
26
 
26
27
  **PR Preview** opens your app in a controlled Chrome window and records the journey you perform —
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwertybit/pr-preview",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Record a UI journey once, get polished before/after MP4 clips of every pull request — automatically.",
5
5
  "license": "MIT",
6
6
  "author": "QwertyBit <vlad@flowpoint.ai>",