Skip to content

Releases: onizet/html2openxml

Release 3.4.1

31 May 22:20
7380a76

Choose a tag to compare

Features:

  • Numbering list now supports list-style-type: dash
  • Add support for custom bullet symbols list-style-type: '😀' thanks to @AlexAbd1990
  • Minor internal optimisations

📦 This release is a replacement of 3.4.0 after a wrong build.
Finally, I took sometimes to setup an automated pipeline for building and publishing to Nuget.org.
The pipeline uses deterministic builds, which means, one can verify the Git commit used in the package.
Couple with Microsoft.SourceLink.GitHub, that should improve debugging experience. I'm still learning...

Release 3.3.2

15 Apr 06:43
d83b6c9

Choose a tag to compare

  • Supports Greek numbering in ordered lists (upper-greek / lower-greek) #227 (thanks @AyUsH18102001)
  • Fix nested table in list not filing the full width space #225
  • Fix remove extra whitespace when parsing nested span #224

Release 3.3.1

24 Jan 07:52
7e9046e

Choose a tag to compare

Improve parsing to correctly handle spaces in css style #222 (thanks to RFlipper)