Browse Source

Updated readme

MarcinZiabek 2 years ago
parent
commit
e496917d84
1 changed files with 5 additions and 1 deletions
  1. 5 1
      Source/QuestPDF/Resources/ReleaseNotes.txt

+ 5 - 1
Source/QuestPDF/Resources/ReleaseNotes.txt

@@ -3,4 +3,8 @@ Improvement: the Text element API accepts now only string values, objects are no
 Fix: the Alignment element incorrectly limits size of its child when only one axis is set (horizontal or vertical)
 Maintenance: Updated SkiaSharp dependency to 2.88.3
 
-Fixed in version 2022.12.1: loading fonts from embedded resource via the FontManager.RegisterFontFromEmbeddedResource method
+In version 2022.12.1:
+Fixed: loading fonts from embedded resource via the FontManager.RegisterFontFromEmbeddedResource method
+Fixed: better layout calculation stability for the Column element
+Improvement: exposed missing API method for the Dynamic component, enabling applying more advanced optimizations
+Improvement: better API documentation for the Settings.DocumentLayoutExceptionThreshold property