2
0
Marcin Ziąbek 2 жил өмнө
parent
commit
ed9c90d328

+ 1 - 1
Source/QuestPDF/QuestPDF.csproj

@@ -3,7 +3,7 @@
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF</PackageId>
-        <Version>2023.12.1</Version>
+        <Version>2023.12.2</Version>
         <PackageDescription>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.</PackageDescription>
         <PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
         <LangVersion>10</LangVersion>

+ 5 - 0
Source/QuestPDF/Resources/ReleaseNotes.txt

@@ -9,3 +9,8 @@ Version 2023.12.0
 
 Version 2023.12.1
 - Fixed: table layout renders incorrectly if one of its cells spans at least three pages
+
+Version 2023.12.2
+- Fixed: The hyperlink element was annotating the incorrect location, in specific layout scenarios when used with right-to-left content direction
+- Enhancement: Improved layout stability for dynamic components utilizing the TotalPages property to generate content
+- Maintenance: The QuestPDF Previewer application has been updated to utilize the latest version of the Avalonia library