reveal.js v3.2.0 Release Notes

Release Date: 2015-11-09 // over 8 years ago
  • Changes:

    • Turn on the showNotes option to show your speaker notes along the bottom of the presentation. Also works with PDF exports!
    • If slideNumber is turned on slide numbers will now be included in PDF exports.
    • ๐Ÿ’… Changed the format and style of slide numbers.
    • โž• Added a bower.json manifest #1067
    • ๐Ÿ‘‰ Use data-prevent-swipe to flag that swiping across an element shouldn't trigger slide navigation (more info, #951 by @Calyhre)
    • Accessibility: control arrows were changed from <div> to <button>.
    • โšก๏ธ Updated all dependencies, see ef1402e
    • โฌ†๏ธ The Multiplexing and Speaker Notes plugins have been upgraded from socket.io 0.9.x to 1.3.7.
    • ๐Ÿ”€ The server side speaker notes plugin now syncs changes from within the notes window to the main presentation window.
    • We no longer use zoom to scale down presentations since that was causing slight shifts in text layout. Instead we're relying on transforms which always interpolate smoothly although things don't look as crisp.
    • ๐Ÿšš The Leap Motion plugin was moved out of reveal.js core: https://github.com/gneatgeek/reveal.js-leap-motion
    • ๐Ÿšš The remotes.io plugin was removed.
    • โšก๏ธ Updated highlight.js from 8.2 to 8.9.1

    ๐Ÿ› Bug fixes:

    • Custom-bound togglePause keys can now correctly be used to resume again (#959 by @davidbanham).
    • ๐Ÿ›  Fix early access error with video backgrounds (#1310 by @teawithfruit).
    • ๐Ÿ›  Fix an issue where the 'none' transition did not apply to vertical slides.
    • ๐Ÿ›  Fix initial visibility of strike fragments.
    • ๐Ÿ›  Fix an issue where the presentation background turned black in fullscreen mode.
    • ๐Ÿ›  Fix an issue where code highlighting didn't load for Markdown-only presentations (#1225 by @gre)
    • ๐Ÿ›  Fix an issue where printing to paper would cause text to get cut off (#1381 by @lordsutch)
    • And more...