2022.6.0-prerelease

This commit is contained in:
MarcinZiabek
2022-05-31 00:52:49 +02:00
parent 5fa32a06cc
commit 90d1ce7af7
2 changed files with 3 additions and 7 deletions
+1 -3
View File
@@ -1,10 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>MarcinZiabek</Authors>
<Company>CodeFlint</Company>
<PackageId>QuestPDF</PackageId>
<Version>2022.5.0</Version>
<Version>2022.6.0-prerelease</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>
@@ -46,5 +45,4 @@
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>
+2 -4
View File
@@ -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.