From 310c229c610654b6370157b605086a9daa977a96 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 15 Feb 2023 23:22:00 +0100 Subject: Changelog --- docs/src/general/changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs/src') 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 -- cgit v1.2.3