MarcinZiabek 3 years ago
parent
commit
425ea59cfe
2 changed files with 11 additions and 1 deletions
  1. 1 1
      QuestPDF/QuestPDF.csproj
  2. 10 0
      QuestPDF/Resources/ReleaseNotes.txt

+ 1 - 1
QuestPDF/QuestPDF.csproj

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

+ 10 - 0
QuestPDF/Resources/ReleaseNotes.txt

@@ -1,3 +1,5 @@
+2022.8.0:
+
 - Improved library performance,
 - Breaking change: changed default font from Calibri to an open-source Lato,
 - Default font files are included with the nuget package, making it safe to deploy on any environment,
@@ -5,3 +7,11 @@
 - When requested font is not available on the runtime environment, library provides list of available fonts,
 - Fixed a rare layout overflow exception with the Inlined element,
 - Fixed a memory leak connected to the HarfBuzz library.
+
+
+2022.8.1:
+- Fixed: default text style does not always work
+- Fixed: page breaking rendering does not work in very specific corner cases
+- Stability improvements for text wrapping
+- Updated stability of rendering elements in negative space
+- Optimization for the Column element: do not measure child when available height is negative