Changelog¶
ver 2.4.0¶
- date
future
- base
Reveal.js 4.4.0
Deprecated¶
Output warning when using it by Python 3.6
Change supportings¶
Add Python 3.11 into supportings
Drop Python 3.6 from supportings
Develoment environment¶
Hooks of
pre-commitare using as standard lintings. In GitHub Actions,lintis runningpre-commit.
ver 2.3.0¶
- date
2022-10-23
- base
Reveal.js 4.4.0 (updated)
Updated Features¶
Support data-background-gradient correctly (already defined, but not working at older Reveal.js)
ver 2.2.0¶
- date
2022-10-01
- base
Reveal.js 4.3.1
Added features¶
Add
revealjs-literalincludethat is extends ofliteralincludefordata-line-numbers. It is likelyrevealjs-code-block.
ver 2.1.0¶
- date
2022-08-28
- base
Reveal.js 4.3.1
Added Features¶
Package includes SCSS sources of revealjs bundled-themes
Extra¶
Use pre-commit
ver 2.0.1¶
- date
2022-08-02
- base
Reveal.js 4.3.1
Fixes¶
Custom builders accept
appandenv(optional) in initialize function
ver 2.0.0¶
- date
2022-05-31
- base
Reveal.js 4.3.1
Added Features¶
Directive
revealjs-noteswrites speaker-view content into presentationConfig
reveajs_notes_from_commentstoggle if it creates speaker-view content from comment-blockBREAKING CHANGE: Default value is False. You must set
Trueexplicitly to use as same as ver 1.x
Config
reveajs_use_indextoggle if it createsgenindex.htmlBREAKING CHANGE: Default value is False. You must set
Trueexplicitly to use as same as ver 1.x
Fixes¶
Register
data-XXXattributes intorevealjs-sectionandrevealjs-breakfrom https://revealjs.com/
Deleted feaures¶
Remove snake-cesed directives
Does not generate
search.html