github FormidableLabs/spectacle 1.0.0

latest releases: spectacle-mdx-loader@0.1.2, create-spectacle@0.4.2, create-spectacle@0.4.1...
8 years ago

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)

Don't miss a new spectacle release

NewReleases is sending notifications on new releases.