fix(deps): update dependency reveal.js to v6#44
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
^5.2.1→^6.0.0Release Notes
hakimel/reveal.js (reveal.js)
v6.0.0Compare Source
New Package: @revealjs/react
reveal.js now has an official React wrapper! The
@revealjs/reactpackage lets you build presentations using React components—<Deck>,<Slide>,<Stack>,<Fragment>, and<Code>. Learn more over at revealjs.com/react.Try it out by pulling reveal.js master and running
npm run react:demo.Breaking Changes
See the full upgrade guide for step-by-step instructions. The short version:
plugin/<name>/plugin.jstodist/plugin/<name>.js(e.g.plugin/notes/notes.js→dist/plugin/notes.js,plugin/highlight/monokai.css→dist/plugin/highlight/monokai.css).esm.jsfiles are now.mjs(e.g.dist/reveal.esm.js→dist/reveal.mjs). If you import via bare module specifiers this doesn't affect you.dist/prefix has been dropped from the public package API (e.g.reveal.js/dist/reveal.css→reveal.js/reveal.css).@types/reveal.jsyou can remove it and migrate. Note that the type names are slightly different, more info in the upgrade guide.Changes
controls: 'speaker'config option to show controls only in speaker view (@hakimel in #3853)alttags on images and videos are now announced by screen readers, and slide content is better punctuated for screen reader text (@hakimel in #3757, #3772)sync()now also updates slide classes, fixing issues when adding or removing slides and then calling sync (@hakimel)syncevent is now dispatched when reveal.js syncs (@hakimel)removeHiddenSlides()to the API (@hakimel)data-idis now supported for slide links (@hakimel)data-preview-linkvalue now takes precedence over the anchor'shref(@hakimel in #3854)preventIframeAutoFocusconfig option (@hakimel)displayconfig option now supports!important(@boba-beba)Fixes
Full Changelog: hakimel/reveal.js@5.2.1...6.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by Mend Renovate. View the repository job log.