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
spectaclecore lib up to date with fixes easily. - Spectacle has been upgraded to React 0.14. (thanks @knowbody)
react-hot-loaderhas been replaced byreact-transform.hjs-webpackhas been removed in favor of a custom webpack build setup.prism.jsis now used for syntax highlighting instead ofhighlight.js.react-routerwas removed as a dependency. Instead Spectacle uses thehistorymodule 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)
