Skip to content

Releases: maucejo/slydekit

v0.4.0 - September 2026

Choose a tag to compare

@maucejo maucejo released this 07 Sep 07:53

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-one without having to encapsulate them in the slide function. This is made by developing the slide-parser function.

slydekit

  • Add extra-info argument to allow a user defined dictionary for extra information in custom themes (PR 4)

  • Add slide-level argument. 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-align argument to allow the user to set the content alignment.

  • Add activate-parser argument to allow the user to deactivate the slide parsing.

  • toc

    • Refactor the function to gain flexibility.
    • Add fill to modify the color of the entries.
    • Add display-appendix to manage the way the appendix outline is displayed.
  • progressive-outline

    • Change type of active-color. It is now a dictionary with keys number and entry.
    • Add display-subsection to display the subsections (slide titles) in the outline.
    • Add display-appendix to manage the way the appendix outline is displayed.
  • mini-slides

    • Improve mini-slides to exclude slide with attached are exlude from the mini-slides.
    • Add alpha argument to define the transparency of the inactive slides symbols.
    • Fix some minor bugs related to sections and bullet visibility.
  • Add anim-label to 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

Choose a tag to compare

@maucejo maucejo released this 19 Aug 14:44

This release introduces some breaking changes, improvements and new features:

Breaking changes

  • Renamed reveal to draw-reveal.

New features

  • code-reveal function with support for raw, codly, and zebraw.
  • section numbering
    • Added the numbering-pattern argument to slydekit to manage section and appendix numbering.
    • Added section-numbering to control slide title numbering.
    • Added the helpers slide-subtitle and formatted-number.
    • Added the following states:
      • numbering-pattern
      • section-numbering
      • slide-index

v0.2.0 - August 2026

Choose a tag to compare

@maucejo maucejo released this 14 Aug 16:29

This release fixes issue #2.

v0.1.0 - August 2026

Choose a tag to compare

@maucejo maucejo released this 13 Aug 13:44

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.