Marcin Ziąbek 9 months ago
parent
commit
a991cca75a
2 changed files with 10 additions and 1 deletions
  1. 1 1
      Source/QuestPDF/QuestPDF.csproj
  2. 9 0
      Source/QuestPDF/Resources/ReleaseNotes.txt

+ 1 - 1
Source/QuestPDF/QuestPDF.csproj

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

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

@@ -19,3 +19,12 @@ Version 2025.1.3
 - Improved memory management for Shared Image API by adjusting GC Memory Pressure.
 - Improved memory management for Shared Image API by adjusting GC Memory Pressure.
 - Fixed a bug in the DocumentOperation.AddAttachment method that incorrectly detected the file's MIME type when it was not explicitly provided.
 - Fixed a bug in the DocumentOperation.AddAttachment method that incorrectly detected the file's MIME type when it was not explicitly provided.
 - Added a new Placeholders.WebpageUrl() method.
 - Added a new Placeholders.WebpageUrl() method.
+
+
+Version 2025.1.4
+- Added support for creating empty containers that can be injected into the document, significantly enhancing component extensibility.
+- Added new element: PreventPageBreak.
+- Updated in-code links to documentation to reflect recent changes.
+- 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.