Releases: maucejo/slydekit
Release list
v0.4.0 - September 2026
This release is a pretty big one, since some major improvements and new features have been implemented.
- Refactor the code to use standard animations
pause/meanwhile,uncover/only,track,alternatives,item-by-item,one-by-onewithout having to encapsulate them in theslidefunction. This is made by developing theslide-parserfunction.
slydekit
-
Add
extra-infoargument to allow a user defined dictionary for extra information in custom themes (PR 4) -
Add
slide-levelargument. This parameter allows the user to choose the level of a slide. This is useful to structure a long presentation. All the functions have been reviewed to take this parameter into account as well as the built-in themes. -
Add
slide-alignargument to allow the user to set the content alignment. -
Add
activate-parserargument to allow the user to deactivate the slide parsing. -
toc- Refactor the function to gain flexibility.
- Add
fillto modify the color of the entries. - Add
display-appendixto manage the way the appendix outline is displayed.
-
progressive-outline- Change type of
active-color. It is now a dictionary with keysnumberandentry. - Add
display-subsectionto display the subsections (slide titles) in the outline. - Add
display-appendixto manage the way the appendix outline is displayed.
- Change type of
-
mini-slides- Improve
mini-slidesto exclude slide with attached are exlude from the mini-slides. - Add
alphaargument to define the transparency of the inactive slides symbols. - Fix some minor bugs related to sections and bullet visibility.
- Improve
-
Add
anim-labelto assign labels to different "reveal" states of a slide so that one can jump to a specific "intermediate" state of the slide.
v0.3.0 - August 2026
This release introduces some breaking changes, improvements and new features:
Breaking changes
- Renamed
revealtodraw-reveal.
New features
code-revealfunction with support forraw,codly, andzebraw.- section numbering
- Added the
numbering-patternargument toslydekitto manage section and appendix numbering. - Added
section-numberingto control slide title numbering. - Added the helpers
slide-subtitleandformatted-number. - Added the following states:
numbering-patternsection-numberingslide-index
- Added the
v0.2.0 - August 2026
v0.1.0 - August 2026
Slydekit package description
Slydekit is a flexible Typst framework for creating presentation slides. It provides heading-driven slide creation, incremental content reveals, customizable themes, slide navigation, progress indicators, styled boxes, and citation helpers. It includes five built-in themes and supports custom themes, allowing presentations to be adapted to different visual styles while keeping the document structure simple and close to ordinary Typst.