Dompdf v0.8.0 Release Notes

Release Date: 2017-02-19 // about 7 years ago
  • ๐Ÿš€ This release has been superseded by version 0.8.1

    ๐Ÿ”„ Change highlights since 0.7.0

    • ๐Ÿ‘Œ Improves compatibility with PHP 7.1
    • โž• Adds support for width: auto CSS styling
    • โž• Adds support for RGB-alpha and HEX-alpha CSS color values
    • Falls back to curl for remote resource fetching
    • โž• Adds support for HTML5 elements
    • ๐Ÿ‘Œ Improves CSS support for the following: float, nth-child/nth-of-type, :matches pseudo-class
    • โž• Adds support for in-document linking using element ID
    • โž• Adds preliminary support for media queries (width, height, and orientation)
    • ๐Ÿ‘Œ Improves performance in various areas
    • โšก๏ธ Updates DejaVu Fonts to 2.37

    โšก๏ธ Updated dependencies

    • php-font-lib 0.5
    • php-svg-lib 0.2

    ๐Ÿš€ We would like to extend our gratitude to the community members who helped make this release possible.

    Requirements

    dompdf 0.7.0 requires the following:

    • PHP 5.3 or greater
    • MBString
    • GD (for image processing)
    • allow_url_fopen set to true (for retrieving stylesheets or images via http) or the curl PHP extension
    • php-font-lib v0.5.x
    • php-svg-lib v0.2 (if rendering SVG)

    ๐Ÿ‘€ For full requirements and recommendations see the requirements page on the wiki.

    Download Instructions

    The dompdf team recommends that you use Composer for easier dependency management.

    ๐Ÿš€ If you're not yet using Composer you can download a packaged release of dompdf which includes all the files you need to use the library. Click the link labeled "dompdf_0-8-0.zip" for the packaged release. The two buttons labeled "Source code" are auto-generated by github and do not include all the necessary files.