Skip to content

chore(deps): update dependency reveal.js to v5.2.1#1906

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/reveal.js-5.x-lockfile
Open

chore(deps): update dependency reveal.js to v5.2.1#1906
renovate[bot] wants to merge 1 commit intomainfrom
renovate/reveal.js-5.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 19, 2025

This PR contains the following updates:

Package Change Age Confidence
reveal.js (source) 5.1.05.2.1 age confidence

Release Notes

hakimel/reveal.js (reveal.js)

v5.2.1

Compare Source

Lightbox bug fixes and improvements

  • Prevent reveal.js keyboard shortcuts while lightbox is open (@​tobi-or-not-tobi in #​3767)
  • Opening iframe lightboxes via [data-preview-link] now works all element types, not just <a> (@​hakimel)
  • Lightbox state is now persisted/restored when calling Reveal.getState and Reveal.setState (@​hakimel)
  • Lightbox now syncs between speaker view and main window (@​hakimel)
  • Fix pause overlay/lightbox layering conflict (@​tobi-or-not-tobi in #​3768)
  • Added lightbox example to demo.html

Full Changelog: hakimel/reveal.js@5.2.0...5.2.1

v5.2.0

Compare Source

New Feature: Lightbox

Any element in your presentation can now be turned into an image/video lightbox trigger. Clicking reveals a full-size lightbox overlay where users can view your image or video. This is great for things like clickable thumbnails in a gallery.

<!-- Click to show "A.png" in an overlay -->
<img src="A.png" data-preview-image>

<!-- Click show "B.png" in an overlay -->
<img src="A.png" data-preview-image="B.png">

<!-- Click to show "C.mp4" in an overlay and scale it to "cover" -->
<img src="A.png" data-preview-video="C.mp4" data-preview-fit="cover">

<!-- Works with any element type -->
<button data-preview-video="C.mp4">Play video</button>

Docs: revealjs.com/lightbox.

Here's what it looks like in action:

lightbox.mp4

Changes

  • Upgrade to gulp 5.0.
  • Add controls: "speaker-only" config option for only showing controls in speaker view (@​gpotter2 in #​3716)
  • Extend search API to include closeSearch and toggleSearch (@​lechten in #​3685)
  • Automatic source code spellcheck via GitHub action (@​yarikoptic in #​3602)
  • Math plugin now ignores code tags by default (@​hakimel in 0d02d8a)
  • Muted background videos now autoplay in the speaker view.
  • Prevent initialize from being called twice (@​hakimel in 16ac4b0)
  • Auto-animate no longer skips matching fragments on adjacent slides (@​hakimel in 6dea2a5)

Bug fixes

Full Changelog: hakimel/reveal.js@5.1.0...5.2.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) March 19, 2025 13:25
@renovate renovate bot force-pushed the renovate/reveal.js-5.x-lockfile branch from 90edc5a to 243cf77 Compare March 28, 2025 13:24
@renovate renovate bot changed the title fix(deps): update dependency reveal.js to v5.2.0 fix(deps): update dependency reveal.js to v5.2.1 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/reveal.js-5.x-lockfile branch 3 times, most recently from caafab7 to d65735a Compare April 15, 2025 10:35
@renovate renovate bot force-pushed the renovate/reveal.js-5.x-lockfile branch from d65735a to 0eb726a Compare April 22, 2025 12:03
@renovate renovate bot force-pushed the renovate/reveal.js-5.x-lockfile branch 3 times, most recently from 8f0e208 to 8a15a0e Compare May 7, 2025 19:59
@renovate renovate bot force-pushed the renovate/reveal.js-5.x-lockfile branch from 8a15a0e to 77ad9e3 Compare May 14, 2025 22:22
@renovate renovate bot force-pushed the renovate/reveal.js-5.x-lockfile branch 4 times, most recently from ce6c3dd to e7fa611 Compare August 22, 2025 23:21
@renovate renovate bot force-pushed the renovate/reveal.js-5.x-lockfile branch from e7fa611 to 38f9c5a Compare September 16, 2025 19:13
@renovate renovate bot changed the title fix(deps): update dependency reveal.js to v5.2.1 chore(deps): update dependency reveal.js to v5.2.1 Sep 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants