diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-02-06 21:57:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-06 20:57:46 +0000 |
| commit | a1c73b41b862eb95f609f18ee99bdb6da039f478 (patch) | |
| tree | 43813d97de80b8ecf46c257a49fff5ab3a038dca /docs | |
| parent | d61f57365b931e7cd57ed0a88b21c79f3042e3f5 (diff) | |
Document removals in changelog (#5827)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changelog/0.13.0.md | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/docs/changelog/0.13.0.md b/docs/changelog/0.13.0.md index 4e4dd0c2..2caace72 100644 --- a/docs/changelog/0.13.0.md +++ b/docs/changelog/0.13.0.md @@ -45,6 +45,7 @@ description: Changes slated to appear in Typst 0.13.0 result in a warning - The default show rules of various built-in elements like lists, quotes, etc. were adjusted to ensure they produce/don't produce paragraphs as appropriate + - Removed support for booleans and content in [`outline.indent`] - The [`outline`] function was fully reworked to improve its out-of-the-box behavior **(Breaking change)** - [Outline entries]($outline.entry) are now [blocks]($block) and are thus @@ -312,8 +313,20 @@ feature flag. functions directly accepting both paths and bytes - The `sect` and its variants in favor of `inter`, and `integral.sect` in favor of `integral.inter` -- Fully removed type/str compatibility behavior (e.g. `{int == "integer"}`) - which was temporarily introduced in Typst 0.8 **(Breaking change)** + +## Removals +- Removed `style` function and `styles` argument of [`measure`], use a [context] + expression instead **(Breaking change)** +- Removed `state.display` function, use [`state.get`] instead + **(Breaking change)** +- Removed `location` argument of [`state.at`], [`counter.at`], and [`query`] + **(Breaking change)** +- Removed compatibility behavior where [`counter.display`] worked without + [context] **(Breaking change)** +- Removed compatibility behavior of [`locate`] **(Breaking change)** +- Removed compatibility behavior of type/str comparisons + (e.g. `{int == "integer"}`) which was temporarily introduced in Typst 0.8 + **(Breaking change)** ## Development - The `typst::compile` function is now generic and can return either a |
