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 4.6.1 to 5.0.3 in /csunplugged #2337

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2023

Bumps reveal.js from 4.6.1 to 5.0.3.

Release notes

Sourced from reveal.js's releases.

5.0.3

Changes

Fixes

  • Fix speaker notes not appearing in PDF exports (@​hakimel in #3535)
  • Fix exception when stepping backwards through code highlights (@​hakimel in #3524)
  • Fix exception when navigating decks in mobile browsers (@​hakimel in #3539)
  • Fix pause/help overlay position in scroll view (@​hakimel in #3542)
  • Fix mobile scroll view navigation when fragments began at a index higher than 1 (@​hakimel #3540)

Full Changelog: hakimel/reveal.js@5.0.2...5.0.3

5.0.2

Changes

Full Changelog: hakimel/reveal.js@5.0.0...5.0.2

5.0.0

Scroll view

reveal.js 5.0 comes with a groundbreaking new feature; scroll view! (hakimel/reveal.js#3482)

Slide decks are a great format for giving presentations, but scrollable web pages are easier for viewers to read on their own.

The scroll view gives you the best of both worlds—without any extra effort. Present in the format best suited for presenting, share in the format best suited for consumption.

Here's what it looks in action:

reveal-scroll-view.mp4

Want to try it out yourself? Check out the announcement deck I put together for slides.com 👉 https://slides.com/news/scroll-mode/scroll

How to use it

The scroll view is enabled by initializing reveal.js with view: "scroll" or by appending ?view=scroll to a deck URL.

Reveal.initialize({ view: 'scroll' });

It's possible to fine tune this view through multiple new config options. Full documentation available at https://revealjs.com/scroll-view.

Breaking change

The scroll view is automatically enabled for viewports below 435px wide. This is done because I believe the scroll view to be a superior way to browse any deck on a mobile device. If you want to revert this behavior and always paginate between slides, see scrollActivationWidth:

... (truncated)

Commits
  • 0e21a2a rebuild
  • 767a67e Merge pull request #3548 from hackmdio/fix/xss-on-data-background-video-attri...
  • 89ab00a fix: use setAttribute instead of innerHTML to prevent xss
  • 993b8f3 fix pause/help overlay position in scroll mode (closes #3542)
  • d5896c9 fix broken mobile scroll view navigation where there were fragments starting ...
  • bf285af fix exception when navigating decks on mobile browsers #3539
  • 9d491c6 fix notes in pdf print view #3535
  • a88f38d Merge pull request #3533 from t-fritsch/bump-5.0.2-version-in-build-files
  • 20d9eaf search plugin; search for whole phrase #2331 #3532
  • 339dc70 search plugin; allow searching for any character (was alphanum) #2331 #3532
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 19, 2023
@jimbonothing64
Copy link
Contributor

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/csunplugged/reveal.js-5.0.3 branch from 5412126 to 730abd9 Compare December 20, 2023 22:29
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 25, 2023

Superseded by #2344.

@dependabot dependabot bot closed this Dec 25, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/csunplugged/reveal.js-5.0.3 branch December 25, 2023 02:43
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
Development

Successfully merging this pull request may close these issues.

1 participant