Marcin Ziąbek 9 hónapja
szülő
commit
d58a906367

+ 1 - 1
Source/QuestPDF/QuestPDF.csproj

@@ -3,7 +3,7 @@
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF</PackageId>
-        <Version>2025.1.4</Version>
+        <Version>2025.1.5</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>12</LangVersion>

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

@@ -28,3 +28,7 @@ Version 2025.1.4
 - Fixed: AspectRatio element rarely positioned its content incorrectly.
 - Fixed: The Row element incorrectly calculated the size of AutoItem when it contained text representing page numbers
 - Fixed: Paragraph spacing was not applied when a span contained only a newline.
+
+
+Version 2025.1.5
+- Fixed: EnsureSpace did not render its content in some cases.