html_pdf_widgets 0.0.5
html_pdf_widgets: ^0.0.5 copied to clipboard
Convert html text to pdf widgets.
0.0.5 #
- Fixed table column sizing — columns now use intrinsic content width instead of equal distribution.
- Fixed RGBA color parsing to support float alpha values and rgb() without alpha.
- Fixed hex color parsing to include alpha channel.
- Fixed background-color CSS applied as text foreground color.
- Fixed CSS color property to support hex and named color formats.
- Fixed table parsing crash when tbody/thead/tfoot sections are present.
- Fixed blockquote rounded corners rendering.
- Fixed inline link formatting — links no longer break text flow.
- Fixed whitespace collapsing in text nodes.
- Added support for
<s>strikethrough,<mark>highlight,<hr>horizontal rule. - Added support for headings with nested formatting.
- Added support for
<th>bold table headers. - Added support for
<ol start=N>ordered list start attribute. - Added support for CSS font-size, named colors, and font-family parsing.
- Added image width/height attributes, download timeout, and SVG detection.
- Removed unused dead code.
0.0.3 #
- Updated package versions.
0.0.2 #
- Fixed readme file.
- Fixed example PDF generation.
0.0.1 #
- Initial release.