From 9f927ec402e7f36978987b4a747e12791e89fec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Zi=C4=85bek?= Date: Sat, 3 Apr 2021 00:53:01 +0200 Subject: [PATCH] Updated package version + added release notes --- QuestPDF/QuestPDF.csproj | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/QuestPDF/QuestPDF.csproj b/QuestPDF/QuestPDF.csproj index 6fa377a..214f981 100644 --- a/QuestPDF/QuestPDF.csproj +++ b/QuestPDF/QuestPDF.csproj @@ -4,9 +4,16 @@ MarcinZiabek CodeFlint QuestPDF - 2021.3.1 + 2021.4.0 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. - Generating images functionality, ShowIf element, fixed mutating TextStyle + + 1. Added new element: `Debug` - this element can be used for inspecting its children and space taken by them, + 2. Added new element: `Element` can be used for injecting dynamic elements (usually conditionally) without breaking the fluent API chain. This is practically a syntactic sugar to simplify your code. + 3. The `AspectRatio` element allows now to specify scaling rule: fitting width, height or available space. + 4. The `Image` element supports now scaling rules: fitting width, height or available space, as well as scaling unproportionally. + 5. Added more, commonly used page sizes (thank you for your work [lmingle](https://github.com/lmingle)). + 6. Bug fix: the `GeneratePdf(Stream stream)` method does not close the output stream (thank you for your suggestion [tthiery](https://github.com/tthiery)). + 8 true Logo.png @@ -22,17 +29,16 @@ - + - - - - true - false - \ - + + + + true + false + \ + -