-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update dependency reveal.js to v4 - autoclosed #567
Conversation
Cypress Test Failed. |
b6bad30
to
70417f8
Compare
Cypress Test Failed. |
70417f8
to
e996303
Compare
Cypress Test Failed. |
e996303
to
d58f230
Compare
Cypress Test Failed. |
d58f230
to
fad6254
Compare
Cypress Test Failed. |
fad6254
to
d239e94
Compare
Cypress Test Failed. |
d239e94
to
e737d1f
Compare
Cypress Test Failed. |
e737d1f
to
2ef371c
Compare
Cypress Test Failed. |
This PR contains the following updates:
3.9.2
->4.3.0
Release Notes
hakimel/reveal.js
v4.3.0
Compare Source
tldr — self-destruction and bug fixes 💣
Changes
Fixes
v4.2.1
Compare Source
Bug fix release 🐛
Fixes
9e583b8
@hakimel)--host
not working innpm start -- --host=0.0.0.0
(@cashcat #3075)v4.2.0
Compare Source
Changes
beforeslidechange
(#3003). This makes it possible to conditionally prevent navigations:Reveal.right({ skipFragments: true })
.beforeHighlight
callback to the highlight plugin (@rajgoel in #3026).<code data-ln-start-from="10">
..reveal
or.slides
containers are missing #2217.Fixes
navigationMode
was set tolinear
.v4.1.3
Compare Source
v4.1.2
Compare Source
Changes
data-auto-animate-restart
anddata-auto-animate-id
. These properties give you finer control over which slides that should auto-animate between each other (@coffeenotfound in #2896).Here's an example you can drop into your presentation's HTML:
Fixes
<aside class="notes" data-markdown>
) are no longer visible on-slide.v4.1.1
Compare Source
Mostly bug fixes and enhancements 🐛
Changes
data-background-image
now accepts multiple images (#2940).animateLists
— automatically turns all lists into stepped fragments (#2956).Fixes
---
) as advertised.r-fit-text
layout helper now sizes text correctly in PDF exports.has-dark-background
helper class now works when using named colors fordata-background-color
(#2933).v4.1.0
Compare Source
Changes
data-visibility="hidden"
to a slide to hide it from view. Docs & examplesr-fit-text
class to make a text node grow to be as large as possible without overflowing the slide. Docs & examples--slide-width
/--slide-height
).Fixes
v4.0.2
Compare Source
Changes
data-autoslide
attribute now takes precedence over automatic detection of<video>
durations.Reveal.configure
andReveal.isReady
are now available in the pre-initialized reveal.js API, to match v3.x behavior.Bug fixes
v4.0.1
Compare Source
Bug fixes
v4.0.0
Compare Source
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. #2650Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.