This repository was archived by the owner on Dec 3, 2025. It is now read-only.
fix(deps): update dependency reveal.js to v5#17
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.1.0->^5.0.0Release Notes
hakimel/reveal.js (reveal.js)
v5.0.5Compare Source
Changes
Fixes
3dade61)fragmentshownandfragmenthiddennot firing in scroll view (@bouzidanas, @ hakimel in #3580)Full Changelog: hakimel/reveal.js@5.0.4...5.0.5
v5.0.4Compare Source
Fixes
v5.0.3Compare Source
Changes
Fixes
Full Changelog: hakimel/reveal.js@5.0.2...5.0.3
v5.0.2Compare Source
Changes
Full Changelog: hakimel/reveal.js@5.0.0...5.0.2
v5.0.1Compare Source
v5.0.0Compare Source
Scroll view
reveal.js 5.0 comes with a groundbreaking new feature; scroll view! (https://github.com/hakimel/reveal.js/pull/3482)
Slide decks are a great format for giving presentations, but scrollable web pages are easier for viewers to read on their own.
The scroll view gives you the best of both worlds—without any extra effort. Present in the format best suited for presenting, share in the format best suited for consumption.
Here's what it looks in action:
reveal-scroll-view.mp4
Want to try it out yourself? Check out the announcement deck I put together for slides.com 👉 https://slides.com/news/scroll-mode/scroll
How to use it
The scroll view is enabled by initializing reveal.js with
view: "scroll"or by appending?view=scrollto a deck URL.It's possible to fine tune this view through multiple new config options. Full documentation available at https://revealjs.com/scroll-view.
Breaking change
The scroll view is automatically enabled for viewports below 435px wide. This is done because I believe the scroll view to be a superior way to browse any deck on a mobile device. If you want to revert this behavior and always paginate between slides, see
scrollActivationWidth:Changes
Reveal.initialize({ view: 'print' })(@hakimel in #3482)?view=print. It used to be?print-pdf, which is still supported for backwards compatibility. (@hakimel in #3482)Fixes
data-noteswere not working on the slide-level (@skyboyer in https://github.com/hakimel/reveal.js/pull/3477)mousewheel& 'DOMMouseScroll` (@quochuy in https://github.com/hakimel/reveal.js/pull/3489)Full Changelog: hakimel/reveal.js@4.6.0...5.0.0
v4.6.1Compare Source
v4.6.0Compare Source
Changes
Fixes
autoSlideinstead of using first fragment auto-slide (@hakimel)data-autoslide, all fragments of the same index will now use the same auto-slide timing (@hakimel)Full Changelog: hakimel/reveal.js@4.5.0...4.6.0
v4.5.0Compare Source
Changes
draculatheme (@iiska #3324)black-contrastandwhite-contrast(@peter-kehl @hakimel #3367).customclass and reduced specificity. Read the docs (@hakimel).html/.mdfiles in subfolders (@lolmaus #3305)Fixes
disableLayout: true(@Proliecan #3291)Full Changelog: hakimel/reveal.js@4.4.0...4.5.0
v4.4.0Compare Source
Changes
> 0.5%, IE 11, not deadto> 2%, not deadzoomfor presentation scaling. Zoom produced sharper upsizing than CSS transforms but it's a non-standard CSS property with a few too many quirks.e281b32Fixes
r-fit-textcaused text to truncate in PDF exports (@hakimel in #3120)Full Changelog: hakimel/reveal.js@4.3.1...4.4.0
v4.3.1Compare Source
What's Changed
file://protocol (@hakimel #3158)Full Changelog: hakimel/reveal.js@4.3.0...4.3.1
v4.3.0Compare Source
tldr — self-destruction and bug fixes 💣
Changes
Fixes
v4.2.1Compare Source
Bug fix release 🐛
Fixes
9e583b8@hakimel)--hostnot working innpm start -- --host=0.0.0.0(@cashcat #3075)v4.2.0Compare Source
Changes
beforeslidechange(#3003). This makes it possible to conditionally prevent navigations:Reveal.right({ skipFragments: true }).beforeHighlightcallback to the highlight plugin (@rajgoel in #3026).<code data-ln-start-from="10">..revealor.slidescontainers are missing #2217.Fixes
navigationModewas set tolinear.v4.1.3Compare Source
v4.1.2Compare Source
Changes
data-auto-animate-restartanddata-auto-animate-id. These properties give you finer control over which slides that should auto-animate between each other (@coffeenotfound in #2896).Here's an example you can drop into your presentation's HTML:
Fixes
<aside class="notes" data-markdown>) are no longer visible on-slide.v4.1.1Compare Source
Mostly bug fixes and enhancements 🐛
Changes
data-background-imagenow accepts multiple images (#2940).animateLists— automatically turns all lists into stepped fragments (#2956).Fixes
---) as advertised.r-fit-textlayout helper now sizes text correctly in PDF exports.has-dark-backgroundhelper class now works when using named colors fordata-background-color(#2933).v4.1.0Compare Source
Changes
data-visibility="hidden"to a slide to hide it from view. Docs & examplesr-fit-textclass to make a text node grow to be as large as possible without overflowing the slide. Docs & examples--slide-width/--slide-height).Fixes
v4.0.2Compare Source
Changes
data-autoslideattribute now takes precedence over automatic detection of<video>durations.Reveal.configureandReveal.isReadyare now available in the pre-initialized reveal.js API, to match v3.x behavior.Bug fixes
v4.0.1Compare Source
Bug fixes
v4.0.0Compare Source
Breaking Changes 🚨
This release includes a small number of breaking changes. Please read the Upgrade Instructions if you want to migrate an existing presentation.
Highlights
keyboardCondition: 'focused'config option lets presentations capture keyboard events only when they're focused by the viewer.Changes
Reveal.initializemethod now returns a promise that resolves once reveal.js is ready and all plugins have finished initializing.slidetransitionendevent.data-visibility="uncounted"to exclude slides from the progress bar and slide number count. #2543 by @lassepeReveal.getComputedSlideSizeAPI method.Reveal.addEventListenerandReveal.removeEventListenerAPI methods toReveal.onandReveal.off. Old names are aliased for backwards compatibility.<img>s. Can be added with ther-frameclass.Plugins
Bug fixes
navigationMode: 'linear'incorrectly hid valid vertical directions. #2582 by @earboxercontentedtable=falsewas focused. #2650Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.