Features
- docs: improve param documentation and we have better hints for tinymist #98
- feat: fake frozon states support for
heading
#124 - feat: add alpha-changing-cover and color-changing-cover #129
- feat: add effect function #111
- Example:
#effect(text.with(fill: red), "2-")[Something]
will display[Something]
if the current slide is 2 or later.
- Example:
- feat: add argument
config: (..)
forxxx-slide
functions - feat: add
align
argument for university theme
Fixes
- fix: also hide enum numbers with show-hide-set-list-marker-none #114
- fix: fixed progress bar not to break apart when global figure gutter is set nonzero #120
- fix: fixed frozen-counters bug with multiple #pause commands #124
- fix: fixed incorrect page num when draft is true #125
- fix: fix behaviors of fit-to-height and fit-to-width partially #131
- fix: duplicated footnotes in headings #132
- fix: do not hardcode page sizes #134
- fix: add default numbering for page #100
- refactor: move show-strong-with-alert to per-slide level #123
- refactor: remove unnecessary
config-page(fill: ...)
- theme(metropolis): fix color of title page and fix #103
- theme(metropolis): fixed metropolis slide's header to return content if title is specified #126
- theme(metropolis): respect colors dict in metropolis theme #133
Thanks for the contributions from @enklht.