All Versions
18
Latest Version
Avg Release Cycle
124 days
Latest Release
897 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.6.0 Changes
November 23, 2017Changes:
- ๐ New project domain: revealjs.com.
- ๐ New presentation control arrows:
- Redesigned for improved aesthetics and clarity.
- Arrows bounce to attract attention until the viewer first navigates. The downwards arrow bounces the first time you arrive at a vertical stack too, making vertical slides harder to miss. This can be turned off by setting the
controlsTutorial
config option to false. - Arrows automatically change color to contrast the slide background. Step left/right here to test.
- Initialize reveal.js with
controlsLayout: "edges"
to have the controls appear along the edges of the screen instead of the bottom right corner. Try it out.
- ๐ New mobile-friendly layout for presentations shared with visible speaker notes.
- ๐ป The
showNotes
config option no longer shows the notes UI if there are no notes. - ๐ Improved search plugin: added CTRL+SHIFT+F shortcut, now searches inside of
<span>
. (#1909 by @linux-man) - ๐ Lazy-loaded videos are now unloaded when they move out of view.
- Set the
autoSlide
option to false to prevent ALL auto-sliding (includingdata-autoslide
attributes). - ๐ New API method
Reveal.isSpeakerNotes()
to check if the current instance of reveal.js is running inside of the speaker view. - ๐ New API methods
Reveal.loadSlide()
/Reveal.unloadSlide()
for manually triggering the content on a slide to load or unload. - Always show video/audio controls on mobile devices.
- 0๏ธโฃ Themes now use default quotation marks for
<q>
.
๐ Bug fixes:
- ๐ Fixed an issue that prevented
Reveal.configure()
from being called directly before or afterReveal.initialize()
. - Don't apply text-transform uppercase inside of code tags. (#1978 by @sfairchild)
- ๐ป Mobile Safari browser chrome no longer covers presentation content in landscape mode.
- ๐ Fixed a feature test exception that prevented speaker notes from working in Safari.
-
v3.5.0 Changes
May 05, 2017Changes:
- โ Add
display
config option to control the display mode slide section elements. (#1324 by @mojavelinux) - โ Add
Reveal.toggleHelp()
for toggling the help overlay. (#1816 by @Frazer) - Slide fragments can now hold their own speaker notes. (#1636 by @traff)
- The speaker view can now provide pacing advice. This makes it easy to detect if you're running out of time, or going too quickly. (#1564 by @aspiers, more info)
- ๐ Switch to a
<textarea data-template></textarea>
wrapper for Markdown to avoid HTML parsing issues. (#1780 by @ccqgithub) - Background videos now autoplay in iOS. (#1851 by @astone123)
- Background iframes are now interactive when there is no content in the slide or
data-background-interactive
is present on the slide element. - Shift
dependencies
todevDependencies
(#1764 by @demoneaux) - MathJax is now loaded from cdnjs since cdn.mathjax.org was shut down. (#1866 by @christianp)
๐ Bug fixes:
- ๐ Fix multiple issues with autoplaying
<video>
and<audio>
, particularly on slow connections. - ๐ Fix overview rendering issues in Firefox.
- โ Add
-
v3.4.1 Changes
January 25, 2017- ๐ Fix issue where all PDF exports included one extra blank page after each slide.
-
v3.4.0 Changes
January 10, 2017Changes:
- โ Add a layout selector to the speaker view with four different options (see example)
- โ Add ability to pass options to Markdown parser (#1765 by @demoneaux)
- Auto-playing content inside of a fragment now play automatically when the parent fragment is displayed
- ๐ Improve indentation correction for code blocks using the
data-trim
(#1756 by @ jmpp) - ๐ Show an error when an iframe can't be previewed (#1577 by @Huxpro)
- ๐ Improve accuracy of zoom plugin (#1572 by @jesstelford)
- PDF exports:
- Add
showNotes: 'separate-page'
to print speaker notes on separate pages (#1518) - Prevent printed pages from overflowing
- Dispatch a
pdf-ready
event when the presentation is initialized, laid out and ready to print - Add
pdfMaxPagesPerSlide
config value for controlling how many pages a slide can split into when printing to PDF 5558103
- Add
- Accessibility:
- Make speaker notes keyboard accessible (#1586 by @jasonkiss)
- Update disabled attribute on nav buttons for screen reader accessibility (#1586 by @jasonkiss)
- Don't call out
aria-hidden="true"
anddisplay: none;
elements (#1665 by @Sonaryr)
- ๐ New API method
Reveal.showHelp()
can be called to display a help overlay with keyboard shortcuts #1611 - 0๏ธโฃ Increased default font sizes and max presentation scale
- In addition to dispatching a ready event, reveal.js now adds a
ready
class to the.reveal
container that CSS can hook into - โก๏ธ Updated dependencies
๐ Bug fixes:
- ๐ Fix disappearing theme background when going fullscreen in Firefox
- ๐ Fix occasional null pointer errors related to iframes and slide backgrounds
- ๐ Fix blurred content when using the none/fade/slide transitions (#1002)
- ๐ Fix incorrect duration calculation for video/audio with
playbackRate
- ๐ Fix exception when initializing with no slides
- ๐ Fix
mousewheel
-event based navigation when using a trackpad (#1607 by @gera2ld)
-
v3.3.0 Changes
April 19, 2016Changes:
- ๐ 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 configReveal.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 useReveal.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)
- ๐ New default HTML files:
-
v3.2.0 Changes
November 09, 2015Changes:
- 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...
- Turn on the
-
v3.1.0 Changes
May 18, 2015Changes:
- 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...
-
v3.0.0 Changes
January 12, 2015๐ reveal.js 3.0 changes the default style of the framework (demo). If you want to return to the old defaults please take a look at the migration guide.
โก๏ธ Major updates:
- ๐ New default theme "black"
- ๐ New theme "white", same typography as "black" but inverse colors
- 0๏ธโฃ Default transition changed from 3D rotation to 2D sliding
- ๐ Presentations scale up to make better use of high resolution viewports
- Video backgrounds (more info)
- Iframe backgrounds (more info, #1029 by @lutangar)
- Lazy loading of image, iframe, video and audio (more info)
- Help overlay when pressing ? (#943 by @navateja)
- Slide content is now announced to screen readers (#854 by @mpnkhan)
- ๐ Rewritten PDF export layout, fixes a number of issues and adds support for vertical centering
- Markdown separator attributes renamed from
data-notes
anddata-vertical
todata-separator-notes
anddata-separator-vertical
.
โก๏ธ Other updates:
- Minified files (reveal.min.js and reveal.min.css) are no longer tracked in the repo
- ๐ Core stylesheet is now precompiled using Sass
- ๐ Core stylesheet is now using autoprefixer (#1007 by @burnpanck)
- Built-in postMessage API (more info)
- The .reveal element is given a "has-light-background" or "has-dark-background" class when a per-slide background color is detected
- Speaker view
- New design
- Now works when running a presentation from file://
- Disabled slide transitions to improve main presentation performance
- Disabled auto-sliding to prevent conflicts with main presentation
- Disabled 'S' shortcut from working inside of speaker view
- ๐ New API method: getState/setState (more info)
- ๐ New API method: getProgress
- ๐ New API method: getTotalSlides (#858)
- Fragments are included in progress calculation
- โก๏ธ highlight.js updated to 8.2, now includes all supported languages rather than a subset
- โ Removed transitions into and out of the overview mode
- Simplified .slides container layout, no more -50% offset on individual slide elements
- ๐ Renamed "linear" transition to "slide"
- 0๏ธโฃ Renamed "default" transition to "convex"
- Background images, videos and iframes are lazy loaded
- ๐ Moved content related styles out of core stylesheet into themes
- โ Removed Ruby dependency by switching to node-sass (#975 by @miira)
- โ Removed
theme
config option (#1061) - Included version of League Gothic is no longer subset (#989)
- ๐ UMD support (#869 by @ahdinosaur)
- 0๏ธโฃ Refreshed content in default presentation
๐ Bug fixes:
- Invisible fragments no longer catch mouse events (#845)
- Prevent named links with non-latin characters from skipping to presentation end (#836)
data-autoplay
attribute now works on the first slide- Auto-sliding now works for fragments on last slide (#974)
- ๐ Fix issues with RTL navigation
- ๐ Fix edge cases where isFirstSlide incorrectly returned true
- ๐ Fix issue with automatically playing/pausing YouTube and Vimeo embeds
- ๐ Fix double-navigation on touch for some Android devices
- ๐ Fix calculation of fragment index when multiple fragments have the same index
- Many more...