浏览代码

Updated release notes

MarcinZiabek 3 年之前
父节点
当前提交
0ebf2833af
共有 1 个文件被更改,包括 4 次插入6 次删除
  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.