diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-15 23:22:00 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-15 23:22:00 +0100 |
| commit | 310c229c610654b6370157b605086a9daa977a96 (patch) | |
| tree | e9bf42c56f300d2e83081582f91f5273096b63b4 /docs | |
| parent | 942fa6636d34a70dcd3d1dfe91a81ea6893f481e (diff) | |
Changelog
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/general/changelog.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md index 622fa583..723f4add 100644 --- a/docs/src/general/changelog.md +++ b/docs/src/general/changelog.md @@ -5,6 +5,22 @@ description: | --- # Changelog +## February 15, 2023 +- [Box]($func/box) and [block]($func/block) have gained `fill`, `stroke`, + `radius`, and `inset` properties +- Blocks may now be explicitly sized, fixed-height blocks can still break + across pages +- Blocks can now be configured to be [`breakable`]($func/block.breakable) or not +- [Numbering style]($func/enum.numbering) can now be configured for nested enums +- [Markers]($func/list.marker) can now be configured for nested lists +- The [`eval`]($func/eval) function now expects code instead of markup and + returns an arbitrary value. Markup can still be evaluated by surrounding the + string with brackets. +- PDFs generated by Typst now contain XMP metadata +- Link boxes are now disabled in PDF output +- Tables don't produce small empty cells before a pagebreak anymore +- Fixed raw block highlighting bug + ## February 12, 2023 - Shapes, images, and transformations (move/rotate/scale/repeat) are now block-level. To integrate them into a paragraph, use a [`box`]($func/box) as |
