Releases: FormidableLabs/spectacle
Releases · FormidableLabs/spectacle
5.2.0
Changes in this release:
- Adds
autoplayLoop
prop, allowing presentations on autoplay to continuously loop (thanks @nuragic) - Add
bgGradient
prop to allow gradient backgrounds for slides (thanks @ElreyB) - Add
bgImageStyle
for greater overall control over background image styling (thanks @DDunc) - Add
bgLighten
to add opacity layer in white instead of black over background images (thanks @DDunc) - Replace deprecated lifecycle methods (thanks @ElreyB)
- Many many many documentation updates!! Thanks in particular to @ElreyB
- Issue and PR templates! Thanks @kale-stew
Enjoy! As always, feel free to file any bugs, feature requests, or questions via our github issues, and PRs are always welcome!
5.1.0
- Additional control over keyboard events thanks to @doronnac
- Important memoization update to prevent code playground previews from unnecessarily re-rendering/re-mounting from @benwiley4000
- Adding a
rel
attribute to<Link />
by @wonism - Various other bug fixes by yours truly, @ebrillhart
4.4.0
- Adds cast to display
- Fixes appears with ids
- Bumps react-live version
4.2.3
FO DOT TOO DOT TROIS
- Prism pinned to 1.6.0 on the account of shenanigans (Thanks @kitten )
- Lint thangs and no invalid header size (Thanks @sodoku )
- BRAND NEW CRAZY ASS ANIMATION FEATURES ( component) (THANK YOU SO MUCH @elifitch )
- Stan Zhao @zhaostan on that verify and merge game
- @knitcodemonkey Fixing docs
- Now you can add an explicit key to children, so that you're element moves are predicatable (THANKS @kenwheeler , YOU'RE THE BEST)
4.2.0
4.0.0
4.0.0
Highlights
- We added MAGIC MOVE
- We converted everything to react-emotion under the hood
- Out of order Appears
- Go To Slide actions
- Custom in/out transitions, Custom transition functions
- onActive slide component callbacks
- Full Screen COMPONENT PLAYGROUND AHHHHHHHH
- CLI based rendering with https://github.com/FormidableLabs/spectacle-renderer
Features
- Converted entirely to emotion, thanks @carlospaelinck , @tkh44 #379
- Removed Radium as a dependency #381
- Added custom enter/exit transitions, thanks @carlospaelinck #382
- Replaced component-playground with react-live, @philpl with the hotness #387
- Use react-live editor for CodePanes, @philpl in the house #389
- Added out of order slide navigation, @carlospaelinck on the mic #390
- Added go to slide button, @carlospaelinck on fire #390
- Added full screen component playground, @philpl killing it #392
- Added slide onActive prop, @carlospaelinck with the high score #395
- @philpl somehow removed all css files #399
- Added order prop to Appear, a @carlospaelinck joint #399
- Added Magic magic move component, added very poorly and naively by @kenwheeler #405
Fixes
- Fixed truthy filters for style returns, thanks @tkh44 #385
- Fixed markdown tag styling #386
- Upgraded Marksy, @carlospaelinck like what #398
- Fixed in/out transitions in presenter/export, @carlospaelinck with the heat #404
Docs
3.0.0
@threepointone - 0.1
Features
- Scroll enabled in CodePane, thanks @mihshhehl #363
- Adds step counter, thanks @Grimones #360
- Started transition to Emotion, thanks @carlospaelinck (cc @tkh44) #377
Fixes
- Fixed presenter mode layout, thanks @knittingcodemonkey #357
- React 16 Compat, thanks @imranolas #371
- Fixed image cutoff in presenter mode, thanks @mihshhehl #368
- Fixed Appears in print mode, its about damn time @kenwheeler #376
- Gave style prop highest precedence, thanks @gagyibenedek #374
- Fixed header warnings for 16, thanks @Conrad2134 #373
ONE PAGE MODE 👏
This release adds One Page mode, as detailed here https://github.com/FormidableLabs/spectacle#one-page
2.1.1
- Adds Notes component!
- Bug fixes
2.1.0
- Adds SlideSets (thanks @zachhale )
- Adds scope fix for Component Playground (thanks @peggyrayzis)
- Adds Timer (thanks @otorrillas )
- Adds transitionDuration to Appear (thanks @jlongster )
- Several bugfixes (thanks @rawrmonstar @stefvhuynh)
- Updates all dependencies