From a392d9316d142cfc09a227b6ad1572bd9e060d43 Mon Sep 17 00:00:00 2001 From: "Libor M." Date: Fri, 13 Sep 2024 16:13:16 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1313f091c..09f124635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ - Fixed fillColor items in unbreakable blocks - Fixed calculating correctly the 'y' at the end of a rowSpan with dontBreakRows - Fixed margins (top/bottom) of nodes and row height are considered for breaking page +- Fixed margins after page break +- Fixed margins of nodes with relativePosition or absolutePosition are ignored and don't interfere with the regular flow of the layout ## 0.2.12 - 2024-08-14