Release date: | 2024-10-20 (JST) |
---|---|
Reveal.js version: | 5.1.0 |
- Do not render stray end-tag (
</section>
) - GH#180.
- Update contents of demo for latest features.
- Mark python version of author workspace by mise.
Release date: | 2024-09-15 (JST) |
---|---|
Reveal.js version: | 5.1.0 |
- Render all heading content by
revealjs-break
.
- Update version of workflow.
Release date: | 2024-08-18 (JST) |
---|---|
Reveal.js version: | 5.1.0 |
- Change accessing property in builder for compatibility.
- Fix broken links in documents.
- Fix typo in documents and comments.
- Use Ruff for lint and format sources instead of flake8 and black.
- Use latest patterns from GitignoreIO.
- Adjust compatibility of dependencies.
Release date: | 2024-05-06 (JST) |
---|---|
Reveal.js version: | 5.1.0 |
- Enable to use
metatags
variable inrevealjs-simple
theme.
- Add message for deprecated: Sphinx<5.0 and Python<3.8.
- Use oEmbedPy in demo (instead of sphinxcontrib-oembed).
Release date: | 2024-04-14 (JST) |
---|---|
Reveal.js version: | 5.1.0 (updated) |
(None updates for features)
Release date: | 2024-02-27 |
---|---|
Reveal.js version: | 5.0.5 (updated) |
- Dropped old Python and Sphinx versions.
- Change path of bundled revealjs path.
- The builder outputs everything in the "vertical slide" format.
- Builder does not generate
section
element for level-4 sections.
- Add new directive
revealjs-vertical
. - Section directives accepts any
data-
attributes. (revealjs-section
,revealjs-break
andrevealjs-vertical
) - Add wrapper function to get bundled revealjs path.
- Add new html-theme
revealjs-simple
that render minimum style reveal.js (Default theme is namedrevealjs-basic
)
revealjs-break
splits pages in vertical slides when it is added to top of section.