0.1.1: Merge pull request #1 from cellog/fix-all-things
Pre-release
Pre-release
- migrate
revealjs-reactto typescript - publish as
@gregcello/revealjs-react - massive refactor the internals
- fix bug in the way className is calculated (it used to add the class
undefinedwith the old logic) - DRY up all the simple components that are the same except for their HTML tag name
- add
onDeckReadycallback to theRevealJScomponent - add
useRevealhook 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.