Update reveal.js to the latest version 🚀 #80
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚
Find out how to migrate to Snyk at greenkeeper.io
The dependency reveal.js was updated from
3.9.2
to4.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: hakimel
License: MIT
Release Notes for 4.0.0
Breaking Changes 🚨
This release includes a small number of breaking changes. Please read the Upgrade Instructions if you want to migrate an existing presentation.
Highlights
keyboardCondition: 'focused'
config option lets presentations capture keyboard events only when they're focused by the viewer.Changes
Reveal.initialize
method now returns a promise that resolves once reveal.js is ready and all plugins have finished initializing.slidetransitionend
event.data-visibility="uncounted"
to exclude slides from the progress bar and slide number count. #2543 by @lassepeReveal.getComputedSlideSize
API method.Reveal.addEventListener
andReveal.removeEventListener
API methods toReveal.on
andReveal.off
. Old names are aliased for backwards compatibility.<img>
s. Can be added with ther-frame
class.Plugins
Bug fixes
navigationMode: 'linear'
incorrectly hid valid vertical directions. #2582 by @earboxercontentedtable=false
was focused. #2650Commits
The new version differs by 257 commits.
f0b67ad
4.0.0
38eda3a
fix livereload
df61f9e
progress bar width set via scale instead of width for perf
5e49cbd
link fix
8b3f57b
Merge pull request #2666 from RealCyGuy/patch-1
07db418
fixed links
a1f03cb
Reveal.VERSION is now available prior to initialization #2651
feb43ff
rollup cache saves 1s per js build
84b5298
update dependencies
4f22933
reveal.netlify.app -> revealjs.com
83151f5
Merge pull request #2651 from hakimel/dev
5e50136
move fonts from lib/fonts to dist/theme/fonts
0a58c68
move highlight themes from lib/css/ to plugin/highlight/
9d11927
auto-animate example in demo
815557c
update all links to docs (will sub out '.netlify.app' once we ship 4.0)
There are 250 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴