Skip to content

2.1.0

Compare
Choose a tag to compare
@hakimel hakimel released this 02 Jul 19:48
· 2733 commits to master since this release
  • Primary styles moved from main.css to reveal.css
  • The 'progress' and 'controls' DOM elements are now created via JavaScript if they don't exist in the presentation HTML
  • Added 'paused' mode which be reached by pressing b or .
  • Added 'zoom' transition
  • Improvements to touch interaction
  • Updates to navigation API naming (470cabaea)
  • Press 'f' to activate fullscreen. Thanks Michael Kühnel
  • Themes were made more modular and converted to Sass
  • Added many different fragment styles
  • postMessage-based speaker notes (see https://github.com/hakimel/reveal.js#speaker-notes)
  • Converted arrows from unicode to CSS borders
  • Step through fragments in speaker notes. Thanks Michael Kühnel
  • Re-apply syntax highlighting after editing. Thanks Thomas Whitton
  • Moved Markdown and highlight from /lib to /plugin