Skip to content

Releases: Kozea/WeasyPrint

v0.30

18 Jul 15:41
Compare
Choose a tag to compare

WeasyPrint now depends on html5lib-0.999999999.

Bux fixes:

  • Fix Acid2
  • #325:
    Cutting lines is broken in page margin boxes.
  • #334:
    Newest html5lib 0.999999999 breaks rendering.

v0.29

17 Jun 12:12
Compare
Choose a tag to compare

Bug fixes:

  • #263: Don't crash with floats with percents in positions.
  • #323: Fix CairoSVG 2.0 pre-release dependency in Python 2.x.

v0.28

16 May 09:59
Compare
Choose a tag to compare

Bug fixes:

  • #189: white-space: nowrap still wraps on hyphens
  • #305: Fix crashes on some tables
  • Don't crash when transform matrix isn't invertible
  • Don't crash when rendering ratio-only SVG images
  • Fix margins and borders on some tables

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'.