Skip to content

Bump weasyprint from 60.2 to 62.1

Ronan Amicel requested to merge dependabot-pip-weasyprint-62.1 into main

Bumps weasyprint from 60.2 to 62.1.

Release notes

Sourced from weasyprint's releases.

v62.1

Bug fixes

  • #2144, #2149: Avoid broken fonts when generating multiple documents
  • c10c6892: Display at least one grid row on empty pages
  • #2146: Don’t crash when flex container’s parent’s height is auto

Contributors

  • Guillaume Ayoub
  • Claudius Ellsel

Backers and sponsors

  • Spacinov
  • Kobalt
  • Grip Angebotssoftware
  • Manuel Barkhau
  • SimonSoft
  • Menutech
  • KontextWork
  • Simon Sapin
  • René Fritz
  • TrainingSparkle
  • Healthchecks.io
  • Docraptor
  • Yanal-Yvez Fargialla
  • Douwe van Loenen
  • Morntag
  • Xavid

v62.0

Read about this release on our blog.

Dependencies

  • Python 3.9+ is now needed, Python 3.7 and 3.8 are not supported anymore
  • pydyf 0.10.0+ is now needed
  • tinycss2 1.3.0+ is now needed

Features

  • #543, #2121: Support CSS Grid layout
  • #2124, #2125: Support border-image-* properties
  • #2084, #2077: Support CSS nesting
  • #2101: Support HTML maxlength attribute for form fields
  • #2095: Apply overflow to replaced boxes
  • 245e4f5: Add support of PDF/A-?u

Bug fixes

... (truncated)

Changelog

Sourced from weasyprint's changelog.

Version 62.1

Released on 2024-05-06.

Bug fixes:

  • [#2144](https://github.com/Kozea/WeasyPrint/issues/2144) <https://github.com/Kozea/WeasyPrint/issues/2144>, [#2149](https://github.com/Kozea/WeasyPrint/issues/2149) <https://github.com/Kozea/WeasyPrint/pull/2149>: Avoid broken fonts when generating multiple documents
  • c10c6892 <https://github.com/Kozea/WeasyPrint/commit/c10c6892>_: Display at least one grid row on empty pages
  • [#2146](https://github.com/Kozea/WeasyPrint/issues/2146) <https://github.com/Kozea/WeasyPrint/issues/2146>_: Don’t crash when flex container’s parent’s height is auto

Contributors:

  • Guillaume Ayoub
  • Claudius Ellsel

Backers and sponsors:

  • Spacinov
  • Kobalt
  • Grip Angebotssoftware
  • Manuel Barkhau
  • SimonSoft
  • Menutech
  • KontextWork
  • Simon Sapin
  • René Fritz
  • TrainingSparkle
  • Healthchecks.io
  • Docraptor
  • Yanal-Yvez Fargialla
  • Douwe van Loenen
  • Morntag
  • Xavid

Version 62.0

Released on 2024-04-30.

Dependencies:

  • Python 3.9+ is now needed, Python 3.7 and 3.8 are not supported anymore
  • pydyf 0.10.0+ is now needed
  • tinycss2 1.3.0+ is now needed

... (truncated)

Commits
  • 37814ab Version 62.1
  • 195a529 Merge pull request #2149 from Kozea/fix-font-cache
  • 0484ffd Merge pull request #2148 from claell/patch-1
  • de18bc6 Remove double space in ffi.py
  • c10c689 Display at least one grid row on empty pages
  • bd9bca2 Don’t cache Pango fonts
  • 6dd6470 Don’t crash when flex container’s parent’s height is auto
  • d5d7ce3 Version 62.0
  • fe0e30c Update documentation for support of PDF/A-?u
  • 2083ede Update required pydyf version
  • Additional commits viewable in compare view

Merge request reports