Skip to content

Releases: FormidableLabs/spectacle

create-spectacle@0.1.1

10 Aug 18:57
afb28e4
Compare
Choose a tag to compare

Patch Changes

  • Fix spectacle version import (#1192)

create-spectacle@0.1.0

10 Aug 15:19
bc37495
Compare
Choose a tag to compare

Minor Changes

  • Initial release of create-spectacle (#1189)

spectacle@9.4.0

09 Aug 16:55
db9c794
Compare
Choose a tag to compare

Minor Changes

  • Utilize Kbar to allow users to quickly search and use the current commands Spectacle supports within presentations. Fixes #1115 (#1161)

Patch Changes

spectacle@9.3.0

26 Jul 18:12
a03fc9a
Compare
Choose a tag to compare

Minor Changes

  • Fixed lineNumberStyle prop for CodePane. (fixes #1150) (#1154)

v9.0.0

22 Feb 17:40
Compare
Choose a tag to compare
9.0.0

v7.1.0

18 Mar 16:11
Compare
Choose a tag to compare
7.1.0

v6.2.0

17 Jun 18:12
Compare
Choose a tag to compare
  • 🐛 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

28 May 15:22
Compare
Choose a tag to compare
  • 🐛 Fixed type definitions (thank you @ronarvaez!)
  • 🐛 Fixed hotkeys for Linux users (thank you x2, @ronarvaez!)
  • 📖 Documentation updates (thank you, @parkerziegler!)

v6.0.3

11 May 20:06
Compare
Choose a tag to compare
  • 🐛 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

10 Apr 20:42
Compare
Choose a tag to compare
  • 🐛 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!