Skip to content

Releases: cellog/revealjs-react

Version 0.3.1

03 Jan 15:07
335bb74
Compare
Choose a tag to compare
Version 0.3.1 Pre-release
Pre-release
  • Iframe API fixed and documented

Version 0.2.3 **fixed**

31 Dec 21:03
Compare
Choose a tag to compare
Pre-release
  • breaking change to useReveal() API
    • returns { reveal } only, no readyPromise
    • reveal is null until the initialize() promise resolves
  • remove endless re-render possibility
  • make the initialization compatible with the speaker notes plugin

Version 0.2.0

31 Dec 20:55
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release
  • breaking change to useReveal() API
    • returns { reveal } only, no readyPromise
    • reveal is null until the initialize() promise resolves
  • 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

31 Dec 18:06
9838725
Compare
Choose a tag to compare
  • 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 the RevealJS 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.