Procházet zdrojové kódy

Updated release notes

MarcinZiabek před 3 roky
rodič
revize
0ebf2833af
1 změnil soubory, kde provedl 4 přidání a 6 odebrání
  1. 4 6
      QuestPDF/Resources/ReleaseNotes.txt

+ 4 - 6
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.