Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump reveal.js from 3.9.2 to 4.4.0 #367

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Bumps reveal.js from 3.9.2 to 4.4.0.

Release notes

Sourced from reveal.js's releases.

4.4.0

Changes

  • Gradient slide backgrounds, read the docs 🌈 (@​gcmznt in #2510)
  • If multiple separate notes are provided for the same slide they will now all show in the speaker view (@​lechten in #3010)
  • Updated browser targets from > 0.5%, IE 11, not dead to > 2%, not dead
  • Stop using zoom for presentation scaling. Zoom produced sharper upsizing than CSS transforms but it's a non-standard CSS property with a few too many quirks. e281b3234e7991283ce4dcca705dd9a6a9ebe5d2

Fixes

  • Fix issue where speaker view wasn't syncing (@​hakimel #3285)
  • Fix incorrect slide numbers when exporting vertical slides to PDF (@​chivongv in 3182)
  • Fix inconsistent fragment visibility in looped presentations (@​hakimel in #3123)
  • Fix bug where r-fit-text caused text to truncate in PDF exports (@​hakimel in #3120)
  • Fix bug where auto-animate could interfere with inherited line-height (@​hakimel)

Full Changelog: hakimel/reveal.js@4.3.1...4.4.0

4.3.1

What's Changed

Full Changelog: hakimel/reveal.js@4.3.0...4.3.1

4.3.0

tldr — self-destruction and bug fixes 💣

Changes

  • It's now possible to destroy/uninitialize a reveal.js presentation. This will remove all event listeners and roll back all changes made to the DOM. It will also unregister all plugins and destroy them if they expose a destroy method. (#1145 / @​hakimel)
    Reveal.destroy();
  • You can now provide an absolute URL to the presentation that should be loaded in the speaker view. This is useful if you have a presentation integrated as part of a web page but still want the speaker view to work.
    Reveal.initialize({ url: 'https://example.com/my-reveal-presentation' })
  • Source maps are now included in dist (#3082 / @​dabrahams)

Fixes

  • Fix the speaker view no longer goes out of sync with your presentation after live-reloading (#2822 / @​hakimel).
  • Fix XSS vulnerability in speaker view (#3137 / @​r0hanSH)
  • Fix issues with scaling embedded presentations when entering fullscreen mode in Safari (#3080 / @​Martinomagnifico)

4.2.1

Bug fix release 🐛

Fixes

  • Fix an issue where some slides disappeared (fully or partially) after slide transitions in Chrome (9e583b8df4edecb94cb89f012ae5c80014a859ee @​hakimel)

... (truncated)

Commits
  • f6f657b 4.4.0
  • fb68f1c fix getAttribute exception in notes plugin #3285
  • 4681323 remove doppler
  • c1c4145 fix merge error, closes #3277
  • 8a97ad5 prevent extra \n at end of single notes #3010
  • 01efcf2 merge support for multiple notes on same slide
  • b23d15c fix issue were auto-animate could interfere with inherited line-height
  • a0e4860 fix issue with past/future vertical slides remaining visible in Safari 15.4 (...
  • e219184 update browserlist from '> 0.5%, IE 11, not dead' to '> 2%, not dead' #2985
  • 039972c tweak slides mention
  • Additional commits viewable in compare view

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)

Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 3.9.2 to 4.4.0.
- [Release notes](https://github.com/hakimel/reveal.js/releases)
- [Commits](hakimel/reveal.js@3.9.2...4.4.0)

---
updated-dependencies:
- dependency-name: reveal.js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants