Releases: FormidableLabs/spectacle
Releases · FormidableLabs/spectacle
2.0.0
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
- 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
- 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
- Adds an updateNotes hook in context for slide plugins to dynamically update notes! Thanks @thejameskyle !
1.0.4
Fixing npm 2 install issue
1.0.2
Adds arrow controls when not in fullscreen via the controls
prop on <Deck/>
1.0.1
Fixes an issue with font scaling on mobile
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)
0.1.5
0.1.3
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
Fixed printing once and for all.
0.0.9
Updated highlight.js dependency