Skip to content

Releases: Kozea/WeasyPrint

v0.27

08 Apr 11:27
Compare
Choose a tag to compare

New features:

  • #295:
    Support the 'rem' unit.
  • #299:
    Enhance the support of SVG images.

Bug fixes:

  • #307:
    Fix the layout of cells larger than their tables.

Documentation:

  • The website is now on GitHub Pages, the documentation is on Read the Docs.
  • #297:
    Rewrite the CSS chapter of the documentation.

v0.26

07 Apr 11:12
Compare
Choose a tag to compare

New features:

  • Support the empty-cells attribute.
  • Respect table, column and cell widths.

Bug fixes:

  • #172:
    Unable to set table column width on tables td's.
  • #151:
    Table background colour bleeds beyond table cell boundaries.
  • #260:
    TypeError: unsupported operand type(s) for +: 'float' and 'str'.
  • #288:
    Unwanted line-breaks in bold text.
  • #286:
    AttributeError: 'Namespace' object has no attribute 'attachments'.