From 23c52ba5b3a933207890308c867d196674bc0784 Mon Sep 17 00:00:00 2001 From: Jaro Date: Fri, 30 Jun 2023 22:04:57 +0200 Subject: [PATCH] Update changelog on vertical alignment. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c86240..9b88acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## 1.3.0.0 -- TBD +* Added options for vertical box alignment: + line top, line bottom, baseline with optional offset. + + * For backwards compatibility, line top alignment remains the default. + Consider updating your code to use baseline alignment instead. + +* Lines will now be sized to fit all ancestor boxes of all fragments + on the line, as well as the root box, even if some of those boxes + do not directly contain any text. + Each box effectively contains an invisible "strut", which is required by CSS. + ## 1.2.0.0 -- 2023-06-28 * Added options for horizontal paragraph alignment: -- 2.30.2