reveal.js v3.3.0 Release Notes

Release Date: 2016-04-19 // almost 8 years ago
  • Changes:

    • ๐Ÿ†• New default HTML files:
      index.html โ€“ barebones presentation suitable to add your own content into
      demo.html โ€“ example presentation where many reveal.js features are demonstrated
    • โž• Add Reveal.shuffle() for randomizing slide order, also available through config Reveal.initialize({ shuffle: true }) (#1506)
    • โž• Add data-background-video-muted for muting background video (#1360 by @oslego)
    • โž• Add autoSlideMethod config option for controlling how auto-slide navigates. For example, for backwards navigation you can use Reveal.configure({ autoSlideMethod: Reveal.navigatePrev }) (#1437 by @der-michik)
    • โž• Add four new fragment styles: fade-up, fade-down, fade-right and fade-left (#1445 by @kewitz)
    • โž• Add the grunt-cli as a dependency instead of assuming global Grunt (#1473 by @vicapow)
    • โž• Add Reveal.VERSION (#1451 by @SethosII)
    • โž• Add table of contents to README (#1545 by @ducin)
    • ๐Ÿš€ Multiplexing is compatible with now, deployment is as easy as now plugin/multiplex
    • ๐Ÿ”€ The notes plugin no longer syncs changes to the overview mode
    • 2x auto-slide controls for HDPI displays
    • โœ‚ Remove unused dependencies (#1521 by @demoneaux)
    • โšก๏ธ Update highlight.js to 9.0.0
    • โšก๏ธ Update head.js to 1.0.3

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix issues with how presentations were scaled up in Safari and Edge
    • ๐Ÿ›  Fix issue where background videos did not play on the first slide (#1376 by @alexbatista)
    • ๐Ÿ›  Fix issue with formatting of Markdown notes (#1405 by @jetzhliu)
    • ๐Ÿ›  Fix error where parallax backgrounds did not work in a presentation with only vertical slides (#1434 by @mikemellor11)
    • ๐Ÿ›  Fix error when using speaker notes on a presentation with a query string in the URL (#1522 by @demoneaux)
    • ๐Ÿ›  Fix watching of Markdown files for livereload (#1553 by @0xR)
    • ๐Ÿ›  Fix broken overview when reveal.js is configured with percentage based width/height (#1247)
    • โœ‚ Remove extra border in some table configurations (by @flying-sheep)

    And more...