SkypLabs / bsfl-slideshow

Slide show for introducing the BSFL project
https://skyplabs.github.io/bsfl-slideshow/
1 stars 0 forks source link

Bump reveal.js from 4.1.0 to 4.1.3 #13

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps reveal.js from 4.1.0 to 4.1.3.

Release notes

Sourced from reveal.js's releases.

4.1.2

Changes

  • Adds support for data-auto-animate-restart and data-auto-animate-id. These properties give you finer control over which slides that should auto-animate between each other (@​coffeenotfound in #2896).
  • Theme properties are now available as CSS variables, making them easy to override. Full list of variables (#2740 + #2968). Here's an example you can drop into your presentation's HTML:
<style type="text/css">
:root {
  --r-background-color: indigo;
  --r-main-color: #f5f5f5;
  --r-main-font: monospace;
}
</style>

Fixes

  • Markdown enabled speaker notes (<aside class="notes" data-markdown>) are no longer visible on-slide.

4.1.1

Mostly bug fixes and enhancements 🐛

Changes

  • Adds support for Node.js 16.
  • data-background-image now accepts multiple images (#2940).
  • New Markdown config option animateLists — automatically turns all lists into stepped fragments (#2956).
  • Reduce the tab size in code blocks from 8 to 2.
  • More accurate calculation of which slide to jump to when clicking on the progress bar (#2836).
  • Optimize DOM interactions and reduce forced layouts when exporting to PDF (#2843).

Fixes

  • Video/audio inside of a fragment now stop playing when the fragment is hidden.
  • Markdown is now split into individual slides by the default separator (---) as advertised.
  • The r-fit-text layout helper now sizes text correctly in PDF exports.
  • Fixes an issue where some slide-specific transitions were incorrectly overridden by the global transition setting.
  • The has-dark-background helper class now works when using named colors for data-background-color (#2933).
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)