reveal.js v3.1.0 Release Notes

Release Date: 2015-05-18 // almost 9 years ago
  • Changes:

    • Slides can now have different in/out transitions (more info, #1106 by @jammon)
    • ๐Ÿ‘ Custom formatting support for slide numbers (more info, #965)
    • Lazy loaded iframe elements now only load when the containing slide becomes visible and unload again once hidden
    • GIFs now restart when they become visible
    • ๐Ÿ‘Œ Support for slide backgrounds in the overview mode
    • ๐Ÿšš Config options for controlling parallax background movement per slide (#733 by #lukekarrys)
    • ๐Ÿ— Simplified build script now compiles all CSS in themes folder
    • ๐Ÿ”ง Only preload last slide when we're configured to loop
    • โž• Add data-background-loop option (#1138 by @denehyg)
    • Core CSS no longer overrides text selection color
    • โœ‚ Removed roll-in fragment style as it was consistently crashing Chrome (#1150)

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix Markdown table column alignment (#1050 by @fehmer)
    • ๐Ÿ›  Fix view distance calculation for looped presentations
    • ๐Ÿ›  Fix inverse progress bar navigation in RTL mode
    • ๐Ÿ›  Fix error where Markdown slide separators did not work on some systems (#929 thanks @callahad)
    • ๐Ÿ”ง Resolve conflict which caused auto-sliding not to work on a slide with a data-autoplay configured media element (#1170)
    • Input focus inside of iframe elements no longer breaks slide layout
    • And more...