diff --git a/QuestPDF/QuestPDF.csproj b/QuestPDF/QuestPDF.csproj index 91a88ef..9f3c0cf 100644 --- a/QuestPDF/QuestPDF.csproj +++ b/QuestPDF/QuestPDF.csproj @@ -1,10 +1,9 @@  - MarcinZiabek CodeFlint QuestPDF - 2022.5.0 + 2022.6.0-prerelease 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. $([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt")) 9 @@ -46,5 +45,4 @@ \ - diff --git a/QuestPDF/Resources/ReleaseNotes.txt b/QuestPDF/Resources/ReleaseNotes.txt index d295164..dbb73d9 100644 --- a/QuestPDF/Resources/ReleaseNotes.txt +++ b/QuestPDF/Resources/ReleaseNotes.txt @@ -1,4 +1,2 @@ -- Implemented the DynamicComponent element (useful when you want to generate dynamic and conditional content that is page aware, e.g. per-page totals), -- Extended text rendering capabilities by adding subscript and superscript effects, -- Improved table rendering performance, -- Previewer tool stability fixes. +Implemented support for the text shaping algorithm that fixes rendering more advanced languages such as Arabic. +Fixed: a rare case when the Row.AutoItem does not calculate properly the width of its content.