Revision history for Template::Flute::PDF

0.0024 Sun Jan 22 14:38:26 2012 CET
   
    [ENHANCEMENTS]

    * Use display property instead deriving it from the tag.
    * Add support for text rotation.
    * Add swap_images constructor parameter to Template::Flute::PDF
      for replacing static HTML images with dynamic ones in the PDF.
    * Let process method of Template::Flute::PDF return the PDF as string
      in case no file name has been passed in the constructor or method call.
    * Add support for HTML center element. 
    * Add support for underlining text.

    [BUG FIXES]

    * Prevent applying CSS styles from descendant selectors to parent element.
    * Improve drawing of borders for PDF.
    * Add float left as additional condition to show list elements horizontally in the PDF.
    * Clean up temporary file generated by Template::Flute::PDF::Image's convert method.
    * Fix stripe width calculation.
    * Fix PDF box calculation bug for elements with padding and maximum width.

    [DOCUMENTATION]

    * Add description section to Template::Flute::PDF's POD.

0.0004  Wed May 25 14:02:56 2011 CEST

    [BUG FIXES]

    * Pass current HTML tag to CSS object.

0.0003  Wed Apr 13 18:53:50 2011 CEST

    [ENHANCEMENTS]

    * Remove a lot of custom and/or obsolete code from Template::Flute::PDF class.
    * Add default margin of 20pt (top, left, right) resp. 50pt (bottom). 
    * Add implicit linebreaks for <li> tags.
	* Add html_base parameter.

    [BUG FIXES]

    * Check against available content width in the text calculation.
    * Remove misplaced code for to_points function from POD.
    * Fix MANIFEST.

0.0002  Tue Mar 29 15:52:11 2011 CEST

    [ENHANCEMENTS]

    * Take width and height attributes from HTML <img> tag into account
      for calculating image box size.

0.0001  Sun Mar 13 15:40:50 2011 CET

    * Initial release.