Skip to content

Releases: FormidableLabs/spectacle

2.0.0

27 Jan 18:13
Compare
Choose a tag to compare

Deuces dot oh dot oh tho

This is a fairly substantial update that includes the following features & fixes:

  • Adds ordered list support, thanks @jonasws
  • Performance optimizations
  • Improved Presenter View (actually readable notes!) Thanks @rawrmonstar

screen shot 2017-01-27 at 1 06 08 pm

  • Updated deps
  • Now with Jest testing
  • Console warnings when text smaller than recommended for presentations
  • NO MORE <Spectacle /> Tag! Now its just <Deck>.
  • ComponentPlayground component built in, thanks @carlospaelinck

screen shot 2017-01-27 at 1 12 23 pm

  • Typeface component, thanks @carlospaelinck
  • MarkdownSlides component, thanks @carlospaelinck

Keep your eyes peeled because 3.0 is on the way, with component styling switch to use styled-components

Enjoy!

1.2.0

25 Aug 21:48
Compare
Choose a tag to compare
  • Adds an updateNotes hook in context for slide plugins to dynamically update notes! Thanks @thejameskyle !

1.0.4

15 Jan 00:47
Compare
Choose a tag to compare

Fixing npm 2 install issue

1.0.2

16 Dec 18:46
Compare
Choose a tag to compare

Adds arrow controls when not in fullscreen via the controls prop on <Deck/>

1.0.1

08 Dec 14:26
Compare
Choose a tag to compare

Fixes an issue with font scaling on mobile

1.0.0

08 Dec 04:18
Compare
Choose a tag to compare

https://media1.giphy.com/media/hB2uaYBp9qtji/200.gif

Alrighty folks, this is a big update:

Changes

  • Spectacle is now npm installable. The core library encapsulates the routing and flux configuration, so new presentations should be made using https://github.com/FormidableLabs/spectacle-boilerplate and you literally just write your deck (Woo!). Now you can write a presentation and keep your spectacle core lib up to date with fixes easily.
  • Spectacle has been upgraded to React 0.14. (thanks @knowbody)
  • react-hot-loader has been replaced by react-transform.
  • hjs-webpack has been removed in favor of a custom webpack build setup.
  • prism.js is now used for syntax highlighting instead of highlight.js.
  • react-router was removed as a dependency. Instead Spectacle uses the history module to manage urls.
  • Brand new clickable Overview mode.
  • I made the default primary color pink. I dunno, the yellow was wearing thin on me...
  • A super fancy new Markdown tag was added. (Thanks @jjt)
  • Hovering over the bottom right corner now shows a fullscreen toggle button (good call @zpao)
  • New functional theme system for easy variable overrides (good call @ryan-roemer)
  • Several bug fixes (thanks @pedrottimark)

0.1.5

22 Sep 22:27
Compare
Choose a tag to compare

-Fixes issues with presentation mode and slide id hashes.
-Actually passes lint, thanks @zpao

0.1.3

19 Sep 16:27
Compare
Choose a tag to compare

With this release, adding an id to a Slide tag will make the hash navigation use the id string instead of a number.

0.1.0

11 Sep 21:58
Compare
Choose a tag to compare

Fixed printing once and for all.

0.0.9

11 Sep 20:16
Compare
Choose a tag to compare

Updated highlight.js dependency