From eb61b19abf8ff70c3542b9ee52a08f7a8e7853f6 Mon Sep 17 00:00:00 2001 From: MarcinZiabek Date: Tue, 9 May 2023 02:32:28 +0200 Subject: [PATCH] 2022.12.6 release --- Source/QuestPDF/QuestPDF.csproj | 2 +- Source/QuestPDF/Resources/ReleaseNotes.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/QuestPDF/QuestPDF.csproj b/Source/QuestPDF/QuestPDF.csproj index 4d68a77..85e18b4 100644 --- a/Source/QuestPDF/QuestPDF.csproj +++ b/Source/QuestPDF/QuestPDF.csproj @@ -3,7 +3,7 @@ MarcinZiabek CodeFlint QuestPDF - 2022.12.5 + 2022.12.6 QuestPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API. Easily generate PDF reports, invoices, exports, etc. $([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt")) 9 diff --git a/Source/QuestPDF/Resources/ReleaseNotes.txt b/Source/QuestPDF/Resources/ReleaseNotes.txt index 38a98f9..101e026 100644 --- a/Source/QuestPDF/Resources/ReleaseNotes.txt +++ b/Source/QuestPDF/Resources/ReleaseNotes.txt @@ -25,3 +25,6 @@ Fix: the inlined element is shown only once in the header but should be repeated Version 2022.12.4: Fix: the TextStyle.Fallback property incorrectly inherits parent's and global properties Improvement: updated the CreateNotMatchingFontException message to mention that the glyph checking operation can be disabled with the Settings.CheckIfAllTextGlyphsAreAvailable setting + +Version 2022.12.6: +Fix: fixed the rendering order of table cells in certain scenarios