Releases: cellog/revealjs-react
Releases · cellog/revealjs-react
Version 0.3.1
- Iframe API fixed and documented
Version 0.2.3 **fixed**
- breaking change to useReveal() API
- returns
{ reveal }
only, noreadyPromise
reveal
isnull
until theinitialize()
promise resolves
- returns
- remove endless re-render possibility
- make the initialization compatible with the speaker notes plugin
Version 0.2.0
- breaking change to useReveal() API
- returns
{ reveal }
only, noreadyPromise
reveal
isnull
until theinitialize()
promise resolves
- returns
- remove endless re-render possibility
- make the initialization compatible with the speaker notes plugin
0.1.1: Merge pull request #1 from cellog/fix-all-things
- migrate
revealjs-react
to typescript - publish as
@gregcello/revealjs-react
- massive refactor the internals
- fix bug in the way className is calculated (it used to add the class
undefined
with the old logic) - DRY up all the simple components that are the same except for their HTML tag name
- add
onDeckReady
callback to theRevealJS
component - add
useReveal
hook for internal custom components - add strong typing to Reveal.js internally, and make them available
- bundle plugins as direct exports of the package, instead of requiring relative path import weirdness.