Skip to content

Releases: christiaanderidder/QuestPDF.Markdown

1.8.0-beta.2

20 Mar 11:30
5fcd69b
Compare
Choose a tag to compare
1.8.0-beta.2 Pre-release
Pre-release

This release changes the configuration in MarkdownRenderOptions.
Colors are now configured using the new Color struct instead of hex-strings.

This release upgrades the following dependencies:

  • Upgrade QuestPDF to version 2024.3.0-beta1
  • Upgrade Markdig to version 0.36.2

1.8.0-beta.1

02 Mar 16:20
4afc5de
Compare
Choose a tag to compare
1.8.0-beta.1 Pre-release
Pre-release

This release changes the configuration in MarkdownRenderOptions.
Colors are now configured using the new Color struct instead of hex-strings.

This release upgrades the following dependencies:

  • Upgrade QuestPDF to version 2024.3.0-beta

1.7.1

02 Mar 16:06
18632af
Compare
Choose a tag to compare

This release upgrades the following dependencies:

  • Upgrade QuestPDF to version 2023.12.6

1.8.0-alpha

20 Feb 08:29
3387593
Compare
Choose a tag to compare
1.8.0-alpha Pre-release
Pre-release

This release changes the configuration in MarkdownRenderOptions.
Colors are now configured using the new Color struct instead of hex-strings.

This release upgrades the following dependencies:

  • Upgrade QuestPDF to version 2024.3.0-alpha

1.7.0

20 Feb 08:12
5deca02
Compare
Choose a tag to compare

This release upgrades the following dependencies:

  • Upgrade QuestPDF to version 2023.12.5
  • Upgrade Markdig to version 0.35.0

1.6.1

16 Feb 16:28
11f6c90
Compare
Choose a tag to compare

This release adds the ability to customize the glyph used for unordered lists using the following new option:

  • UnorderedListGlyph

1.6.0

07 Feb 08:59
64cf877
Compare
Choose a tag to compare

This release upgrades the following dependencies:

  • Upgrade QuestPDF to version 2023.12.4

1.5.0

02 Feb 10:12
37f2c70
Compare
Choose a tag to compare

This release upgrades the following dependencies:

  • Upgrade QuestPDF to version 2023.12.3
  • Upgrade SkiaSharp to version 2.88.7

1.4.0

27 Dec 14:46
b3c6bb8
Compare
Choose a tag to compare

This release sets more sensible default value of 5 for spacing between list items.
The spacing between list items can be controlled with the MarkdownRendererOptions.ListItemSpacing option.
To keep the behavior of previous versions of QuestPDF.Markdown, set this option to 10.

This release upgrades the following dependencies:

  • Upgrade QuestPDF to version 2023.12.1
  • Upgrade Markdig to version 0.34.0

1.3.1

22 Dec 12:47
2e7d178
Compare
Choose a tag to compare

This release adds the ability to individually control spacing between list items and paragraphs using the following new options:

  • MarkdownRendererOptions.ListItemSpacing
  • MarkdownRendererOptions.ParagraphSpacing