1.0.0
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 byreact-transform
.hjs-webpack
has been removed in favor of a custom webpack build setup.prism.js
is now used for syntax highlighting instead ofhighlight.js
.react-router
was removed as a dependency. Instead Spectacle uses thehistory
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)