Releases: blocknotes/prawn-html
Releases · blocknotes/prawn-html
v0.3.0
- New tag: ol
- New CSS property: list-style-type (for ul elements)
- New CSS properties: position (absolute), left, top
- Colors: parse RGB values, handle color names
- Rename class HtmlHandler to HtmlParser (with a fallback to the old class name)
- New module for helper methods: Utils
- Internal improvements
v0.2.0
- Parse elements data attributes
- hr elements: handle dash data attribute
- All elements: handle mode attribute (ex. stroke)
- Improve tag internal structure
- Improve attributes internal structure
v0.1.4
append_html
wrapper method- Tag styles merged over document styles
- Tag A: skip styles merging if href is missing
- Specs improvements
v0.1.0
First release!