From 0ebf2833af3f0f6394754120bdae7f6aa5f20bb2 Mon Sep 17 00:00:00 2001 From: MarcinZiabek Date: Fri, 6 May 2022 21:17:16 +0200 Subject: [PATCH] Updated release notes --- QuestPDF/Resources/ReleaseNotes.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/QuestPDF/Resources/ReleaseNotes.txt b/QuestPDF/Resources/ReleaseNotes.txt index a181c0b..8931772 100644 --- a/QuestPDF/Resources/ReleaseNotes.txt +++ b/QuestPDF/Resources/ReleaseNotes.txt @@ -1,6 +1,4 @@ -Release theme: -Introduced the QuestPDF Previewer tool - a hot-reload powered, cross-platform program that visualizes your PDF document and updates its preview every time you make a code change. You don't need to recompile your code after every small adjustment. Save time and enjoy the design process! (available only for dotnet 6 and beyond) - -Other changes: -- Improved default word-wrapping algorithm to better handle words which do not fit on the available width, -- Introduced new word-wrapping option 'WrapAnywhere' that wraps word at the last possible character instead of moving it into new line. +- Implemented the DynamicComponent element (useful for most advanced cases, e.g. per-page totals), +- Extend text rendering capabilities by adding subscript and superscript effects, +- Improved table rendering performance, +- Previewer tool stability fixes. \ No newline at end of file