Skip to content

Commit

Permalink
2023.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinZiabek committed Jan 1, 2024
1 parent 7fc9623 commit ed9c90d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Source/QuestPDF/QuestPDF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 5 additions & 0 deletions Source/QuestPDF/Resources/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ed9c90d

Please sign in to comment.