4.1.0
版本发布时间: 2020-10-12 17:51:39
hakimel/reveal.js最新发布版本:5.1.0(2024-04-11 15:03:04)
Changes
- New: Add
data-visibility="hidden"
to a slide to hide it from view. Docs & examples - New: Add the
r-fit-text
class to make a text node grow to be as large as possible without overflowing the slide. Docs & examples - The configured slide width/height is now exposed as CSS variables (
--slide-width
/--slide-height
). - The shuffle config option now shuffles vertical slides as well.
- All themes now invert the text color based on the current slide background color.
- Include /css and /js in npm package.
Fixes
- Don't append #/ to the URL on first slide.
- Don't fill the progress bar when there's only one slide in a deck
- Correct slide count when using data-visibility="uncounted" (#2675)