Skip to content

v0.6.0

Latest

Choose a tag to compare

@asm0dey asm0dey released this 05 Jun 12:29
dd58ca6

Highlights

  • New <PollQr> component for the Slidev addon — a standalone, always-visible inline QR code for a poll's voter URL, placeable on any slide. No button, overlay, sign-in, or network: host comes from the deck's pollServer (frontmatter/headmatter, origin fallback) + the slug prop. Self-bounding (max-width: min(360px, 60vmin), centered) so it fits any slide bare, including a layout: two-cols column.
  • Shared QR config (buildQrOptions) and voter-URL resolver (useVoterUrl) extracted; the existing presenter PollQrButton overlay now reuses them.
  • Demo deck gains two "join" QR slides; e2e covers QR-overlay visibility.

Artifacts

  • npm: @slidev-polls/component@0.6.0, @slidev-polls/shared@0.6.0
  • Docker: ghcr.io/asm0dey/slidev-polls-backend:0.6.0 (linux/amd64 + linux/arm64)

See PR #49 for the full change set.