From 3729d63d2c4bf71fce162d3050da220367282d91 Mon Sep 17 00:00:00 2001 From: johannes-wolf Date: Tue, 16 Jan 2024 17:22:09 +0100 Subject: [PATCH] changes: Update changelog --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3965d28c..f63a8ec4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,11 +10,11 @@ CeTZ 0.2.0 requires Typst 0.10.0 - **BREAKING** Changed the behaviour of `mark` - **BREAKING** Changed the behaviour of `translate` by changing the transformation order, changed arguments of `scale` and `translate` - **BREAKING** LERP coordinates now use ratio instead of float for relative interpolation. +- **BREAKING** Removed `place-marks` and `place-anchors` functions, use the new mark `pos:` attribute and path anchors `(name: , anchor: )` instead. - Content padding has been improved to be configurable per side - Groups support same padding options as content -- Fixed mark offsetting +- Overhauled marks, see manual for the new mark symbols, placement- and styling options - Fixed and improved intersection calculation -- Fixed marks pointing to +/- z - Fixed and improved the styling algorithm - Catmull-Rom curves, Hobby curves and arcs now can have marks - Line elements now use border intersection coordinates if first and/or last coordinate is an element name with a "default" anchor