Skip to content

Releases: blocknotes/prawn-html

v0.3.0

22 Aug 06:57
Compare
Choose a tag to compare
  • 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

20 Aug 07:01
Compare
Choose a tag to compare
  • 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

13 Aug 09:27
Compare
Choose a tag to compare
  • append_html wrapper method
  • Tag styles merged over document styles
  • Tag A: skip styles merging if href is missing
  • Specs improvements

v0.1.0

10 Aug 06:58
Compare
Choose a tag to compare

First release!