Skip to content

0.1.1: Merge pull request #1 from cellog/fix-all-things

Pre-release
Pre-release
Compare
Choose a tag to compare
@cellog cellog released this 31 Dec 18:06
· 26 commits to master since this release
9838725
  • 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.