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 spectacle from 5.8.0 to 6.2.0 #33

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 24, 2020

Bumps spectacle from 5.8.0 to 6.2.0.

Release notes

Sourced from spectacle's releases.

v6.2.0

  • 🐛 Allow for larger user-supplied indentation in the CodePane
  • 🔨 No longer failing builds for community PRs (conditionally deploying the docs whenever an org member authors a PR and no other time)
  • 🐛 Presenter mode displays the next element instead of just the next slide (thank you, @vlsi!)

v6.1.0

  • 🐛 Fixed type definitions (thank you @ronarvaez!)
  • 🐛 Fixed hotkeys for Linux users (thank you x2, @ronarvaez!)
  • 📖 Documentation updates (thank you, @parkerziegler!)

v6.0.3

  • 🐛 Fixed keyboard toggles for MacOS and Windows users (thanks @awareness481!)
  • 🐛 Added support for mobile navigation of slides (thanks @Yamanqui!)
  • 📖 Updated documentation surrounding exportMode and presenterMode (thanks @hinok!)
  • 📖 Released an updated documentation website on formidable.com

v6.0.2

  • 🐛 Fixed CodePane so props.fontSize can override the theme's monospace font size.
  • 🐛 Surfaced the textDecoration prop from styled-system for more user control over Links - thank you, @Yamanqui!

v6.0.1

  • 🐛 Fixed CodePane so user-supplied themes are actually surfaced - thank you, @Turanchoks!
  • 🐛 Fixed a bug where nested Appears were not rendering - thank you, @randalvance!
  • 📖 Added a link to the live preview presentation to the docs lander.
  • 📖 Fixed a couple of broken links in the docs - thank you, @ryan-roemer and @shabegom!

Spectacle: The Rewrite (v6.0.0)

This is The Big Release of our rewritten library! 🎉

Although a number of features have stayed the same and the API should be familiar, below is a breakdown of the largest changes to note, as well as a list of features that have mostly stayed in sync with what was available in versions prior.

New Features

  • Stepper is now available directly from the library, allowing for code range highlighting/scrolling within CodePane.
  • Slide templating and base themeing is also now available directly from the library.
  • Style your slides using components like FlexBox, Flex, and Grid. Layout components also support a number of styled-system props (like border and color).
  • Spectacle now supports mdx presentations, in addition to the previously supported md, js, and html slide types.

Improved Features

  • Custom background images of varying backgroundOpacity are supported directly from the Slide component.
  • "Fade" and "Slide" transitions are available out of the box, and are supported on the Deck and Slide-level.
  • Support for dual-browser tab mode for presenter mode in all browsers.

Consistent Features

  • Overview mode. #731
  • Presenter mode. #724
  • Presenter notes. #762
  • Base themeing. #717
Changelog

Sourced from spectacle's changelog.

6.2.0 (06-17-2020)

  • Fix presenter mode so the next element is displayed, not just the next Slide. #924
  • Allow for user-supplied indentation size in the CodePane. #908

6.1.0 (05-28-2020)

  • Remove references to PropTypes from type definitions. #907
  • Enhance hot key support for Linux users. #905

6.0.3 (05-11-2020)

  • Fix keyboard toggles for both MacOS and Windows. #893
  • Documentation updates. #894
  • Add support for mobile navigation of slides. #876

6.0.2 (04-10-2020)

  • Allow for props.fontSize to override the theme's monospace font size in CodePane. #875
  • Surface textDecoration prop from styled-system for Links. #869

6.0.1 (03-18-2020)

  • Fix broken doc links. #859, #862
  • Add a live preview to the docs lander. #860
  • Fix CodePane so user-supplied themes are surfaced. #866
  • Fix nested Appears. #864

6.0.0 (03-06-2020)

  • Expand custom background support by adding Background props to the Slide component, along with backgroundOpacity. #849
  • Add Stepper, allowing for code range highlighting/scrolling within CodePane. #843

6.0.0-alpha.8 (02-20-2020)

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 will not automatically merge this PR because it includes a major update to a production dependency.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 24, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/spectacle-6.2.0 branch from 6217733 to 7ed8cb3 Compare September 23, 2020 11:56
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants