Weasyprint

Latest version: v64.1

Safety actively analyzes 710644 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 17

64.1

------------

Released on 2025-02-20.

Bug fixes:

* `2368 <https://github.com/Kozea/WeasyPrint/issues/2368>`_:
Fix ascent and descent font values
* `2370 <https://github.com/Kozea/WeasyPrint/issues/2370>`_:
Avoid endless recursion for variables in nested functions
* `2275 <https://github.com/Kozea/WeasyPrint/issues/2275>`_:
Use correct containing block to render waiting children
* `2375 <https://github.com/Kozea/WeasyPrint/issues/2375>`_:
Ensure that we handle text-anchor only on text content elements
* `2090 <https://github.com/Kozea/WeasyPrint/issues/2090>`_:
Only create font temporary folder when adding fonts
* `2383 <https://github.com/Kozea/WeasyPrint/issues/2383>`_:
Fix grid-template-areas validation and allow uppercase identifiers for grid lines

Contributors:

* Guillaume Ayoub

Backers and sponsors:

* Spacinov
* Kobalt
* Grip Angebotssoftware
* Syslifters
* Simon Sapin
* Manuel Barkhau
* Simonsoft
* Menutech
* KontextWork
* TrainingSparkle
* Healthchecks.io
* Hammerbacher
* DocRaptor
* Yanal-Yves Fargialla
* Method B
* FieldHub
* Morntag
* Xavid
* Kai DeLorenzo
* Charlie S.

64.0

------------

Released on 2025-01-30.

Features:

* `2338 <https://github.com/Kozea/WeasyPrint/pull/2338>`_:
Allow custom RDF metadata for PDF/A and eInvoices
* `123 <https://github.com/Kozea/WeasyPrint/issues/123>`_,
`2345 <https://github.com/Kozea/WeasyPrint/pull/2345>`_:
Handle small-caps synthesis
* `2343 <https://github.com/Kozea/WeasyPrint/issues/2343>`_:
Support outline-offset
* `2361 <https://github.com/Kozea/WeasyPrint/pull/2361>`_:
Support text-underline-offset and text-decoration-thickness
* `2296 <https://github.com/Kozea/WeasyPrint/issues/2296>`_:
Don’t crash with tables with rounded corners split between pages

Bug fixes:

* `2360 <https://github.com/Kozea/WeasyPrint/issues/2360>`_:
Fix gradients with non-RGB colors
* `2355 <https://github.com/Kozea/WeasyPrint/issues/2355>`_,
`2358 <https://github.com/Kozea/WeasyPrint/pull/2358>`_:
Align png emojis to the surrounding text
* `2353 <https://github.com/Kozea/WeasyPrint/issues/2353>`_:
Fix alignment of SVG text with multiple nested text-anchor values
* `2350 <https://github.com/Kozea/WeasyPrint/pull/2350>`_:
Fix logging restoration in capture_logs
* `2341 <https://github.com/Kozea/WeasyPrint/pull/2341>`_:
Fix page groups
* `2314 <https://github.com/Kozea/WeasyPrint/pulls/2314>`_:
Use CSS 'image-rendering' attribute for images in SVGs
* `2332 <https://github.com/Kozea/WeasyPrint/issues/2332>`_:
Fix opacity for translated SVG elements
* `2329 <https://github.com/Kozea/WeasyPrint/issues/2329>`_:
Refactor text.line_break.get_log_attrs
* `2325 <https://github.com/Kozea/WeasyPrint/issues/2325>`_,
`2326 <https://github.com/Kozea/WeasyPrint/pull/2326>`_:
Fix table overflow edge cases

Performance:

* `2347 <https://github.com/Kozea/WeasyPrint/issues/2347>`_,
`2364 <https://github.com/Kozea/WeasyPrint/pull/2364>`_:
Improve rendering speed for text

Documentation:

* `2352 <https://github.com/Kozea/WeasyPrint/pull/2352>`_:
Add more use cases in documentation, use Furo theme

Contributors:

* Guillaume Ayoub
* Kesara Rathnayake
* Xavid Pretzer
* David Tagatac
* Ernesto Ruge
* Niko Abeler
* Noam Kushinsky

Backers and sponsors:

* Spacinov
* Kobalt
* Grip Angebotssoftware
* Syslifters
* Simon Sapin
* Manuel Barkhau
* Simonsoft
* Menutech
* KontextWork
* TrainingSparkle
* Healthchecks.io
* Hammerbacher
* DocRaptor
* Yanal-Yves Fargialla
* Method B
* FieldHub
* Morntag
* Xavid
* Kai DeLorenzo
* Charlie S.

63.1

------------

Released on 2024-12-10.

Dependencies:

* `2297 <https://github.com/Kozea/WeasyPrint/issues/2297>`_:
Remove upper bounds for dependencies

Bug fixes:

* `2300 <https://github.com/Kozea/WeasyPrint/pull/2300>`_,
`2292 <https://github.com/Kozea/WeasyPrint/issues/2292>`_:
Don’t avoid floats for flex items
* `2301 <https://github.com/Kozea/WeasyPrint/pull/2301>`_,
`2293 <https://github.com/Kozea/WeasyPrint/issues/2293>`_:
Include floats in calculation of minimum cell height
* `2303 <https://github.com/Kozea/WeasyPrint/pull/2303>`_,
`2302 <https://github.com/Kozea/WeasyPrint/issues/2302>`_:
Set alpha even when current color channels didn’t change
* `2306 <https://github.com/Kozea/WeasyPrint/issues/2306>`_:
Don’t try to increase column width when there’s no extra width
* `2304 <https://github.com/Kozea/WeasyPrint/issues/2304>`_:
Don’t forget skip stack when drawing flex items
* `2316 <https://github.com/Kozea/WeasyPrint/issues/2316>`_:
Don’t crash with SVG symbols
* `2320 <https://github.com/Kozea/WeasyPrint/issues/2320>`_:
Fix currentcolor detection when parsing gradient color stops
* `2322 <https://github.com/Kozea/WeasyPrint/pull/2322>`_,
`2289 <https://github.com/Kozea/WeasyPrint/issues/2289>`_:
Don’t add DLL directories when using Windows executable
* `2323 <https://github.com/Kozea/WeasyPrint/pull/2323>`_,
`2305 <https://github.com/Kozea/WeasyPrint/issues/2305>`_:
Fix different rendering test

Performance:

* `2319 <https://github.com/Kozea/WeasyPrint/issues/2319>`_:
Fix memory leaks

Documentation:

* `2299 <https://github.com/Kozea/WeasyPrint/pull/2299>`_:
Update install instructions for Alpine
* `2321 <https://github.com/Kozea/WeasyPrint/pull/2321>`_:
Add example invocation of WeasyPrint on the "Contribute" page

Contributors:

* Guillaume Ayoub
* Jó Ágila Bitsch
* Lucie Anglade
* Alexander Gitter
* Luke Cousins

Backers and sponsors:

* Spacinov
* Kobalt
* Grip Angebotssoftware
* Syslifters
* Manuel Barkhau
* SimonSoft
* Menutech
* KontextWork
* Simon Sapin
* TrainingSparkle
* Healthchecks.io
* Hammerbacher
* Advance Insight
* Docraptor
* Method B
* FieldHub
* Yanal-Yves Fargialla
* Morntag
* Xavid

63.0

------------

Released on 2024-10-29.

Dependencies:

* Python 3.13 is now supported
* pydyf 0.11.0+ is now needed
* tinycss2 1.4.0+ is now needed
* tinyhtml5 2.0.0+ is now needed, instead of html5lib

Features:

* `2252 <https://github.com/Kozea/WeasyPrint/pull/2252>`_,
`895 <https://github.com/Kozea/WeasyPrint/issues/895>`_:
Handle page groups, with financial support from Code & Co.
* `1630 <https://github.com/Kozea/WeasyPrint/issues/1630>`_,
`2286 <https://github.com/Kozea/WeasyPrint/pull/2286>`_:
Support CSS Color Level 4
* `2192 <https://github.com/Kozea/WeasyPrint/pull/2192>`_:
Add PDF variant for debugging purpose
* `2208 <https://github.com/Kozea/WeasyPrint/pull/2208>`_:
Support submit inputs in PDF forms
* `2139 <https://github.com/Kozea/WeasyPrint/pull/2139>`_:
Support ``mask-border-*`` properties
* `1831 <https://github.com/Kozea/WeasyPrint/issues/1831>`_,
`2143 <https://github.com/Kozea/WeasyPrint/pull/2143>`_:
Support radio inputs in PDF forms

Bug fixes:

* `2262 <https://github.com/Kozea/WeasyPrint/issues/2262>`_:
Avoid integer overflows when converting units from/to doubles
* `2260 <https://github.com/Kozea/WeasyPrint/pull/2260>`_:
Avoid float collision with box establishing formatting context
* `2240 <https://github.com/Kozea/WeasyPrint/issues/2240>`_,
`2242 <https://github.com/Kozea/WeasyPrint/pull/2242>`_:
Handle ``svg`` tags with no size
* `2231 <https://github.com/Kozea/WeasyPrint/pull/2231>`_,
`1171 <https://github.com/Kozea/WeasyPrint/issues/1171>`_,
`2222 <https://github.com/Kozea/WeasyPrint/issues/2222>`_,
`1208 <https://github.com/Kozea/WeasyPrint/issues/1208>`_:
Fix several problems related to ``flex-direction: column``
* `2239 <https://github.com/Kozea/WeasyPrint/issues/2239>`_:
Don’t fail when SVG markers are undefined references
* `2230 <https://github.com/Kozea/WeasyPrint/issues/2230>`_,
`2238 <https://github.com/Kozea/WeasyPrint/pull/2238>`_:
Set explicit flags when loading DLLs on Windows
* `2228 <https://github.com/Kozea/WeasyPrint/issues/2228>`_,
`1942 <https://github.com/Kozea/WeasyPrint/issues/1942>`_:
Store original and PDF stream images in different cache slots
* `2234 <https://github.com/Kozea/WeasyPrint/issues/2234>`_:
Apply stylesheet and other basic operations to SVG root tag
* `2054 <https://github.com/Kozea/WeasyPrint/issues/2054>`_,
`2233 <https://github.com/Kozea/WeasyPrint/pull/2233>`_:
Keep auto margins on flex layout boxes
* `1883 <https://github.com/Kozea/WeasyPrint/issues/1883>`_:
Don’t crash with empty list marker strings
* `2216 <https://github.com/Kozea/WeasyPrint/issues/2216>`_:
Fix vertical alignment of out-of-flow elements in tables
* `996 <https://github.com/Kozea/WeasyPrint/issues/996>`_,
`2219 <https://github.com/Kozea/WeasyPrint/pull/2219>`_:
Don’t ignore absolutely positioned elements inside flex boxes
* `2217 <https://github.com/Kozea/WeasyPrint/issues/2217>`_:
Don’t crash with ``normal`` column gaps
* `1817 <https://github.com/Kozea/WeasyPrint/issues/1817>`_:
Don’t assume that lines break after spaces
* `1868 <https://github.com/Kozea/WeasyPrint/issues/1868>`_:
Don’t break rows with atomic cells
* `2166 <https://github.com/Kozea/WeasyPrint/issues/2166>`_:
Don’t display bottom border on cells in split rows
* `61852c4 <https://github.com/Kozea/WeasyPrint/commit/61852c4>`_:
Capture fontTools logs when subsetting fonts
* `2190 <https://github.com/Kozea/WeasyPrint/pull/2190>`_:
Don’t use a pattern when drawing backgrounds for no-repeat background images
* `2185 <https://github.com/Kozea/WeasyPrint/issues/2185>`_:
Check that Harfbuzz version is at least 4.1.0 to subset fonts
* `2180 <https://github.com/Kozea/WeasyPrint/issues/2180>`_:
Store width for all glyphs when font is not subset
* `2183 <https://github.com/Kozea/WeasyPrint/issues/2183>`_:
Respect ``break-inside: avoid`` for flex items
* `2055 <https://github.com/Kozea/WeasyPrint/issues/2055>`_,
`2058 <https://github.com/Kozea/WeasyPrint/pull/2058>`_:
Fix right-to-left tables with collapsed borders
* `2179 <https://github.com/Kozea/WeasyPrint/pull/2179>`_,
`1128 <https://github.com/Kozea/WeasyPrint/issues/1128>`_:
Handle buggy Adobe Photoshop CMYK JPEGs
* `2175 <https://github.com/Kozea/WeasyPrint/issues/2175>`_:
Don’t compress PDF metadata for PDF/A-1
* `2174 <https://github.com/Kozea/WeasyPrint/issues/2174>`_:
Fix extra width distribution for auto table layout

Performance:

* `1155 <https://github.com/Kozea/WeasyPrint/issues/1155>`_:
Improve rendering speed for large colspan values
* `2120 <https://github.com/Kozea/WeasyPrint/issues/2120>`_,
`2178 <https://github.com/Kozea/WeasyPrint/pull/2178>`_:
Use Harfbuzz to subset fonts by default

Documentation:

* `2282 <https://github.com/Kozea/WeasyPrint/issues/2282>`_,
`2284 <https://github.com/Kozea/WeasyPrint/pull/2284>`_:
Simplify Alpine install instructions
* `2254 <https://github.com/Kozea/WeasyPrint/issues/2254>`_:
Add warning about antivirus false detection
* `2220 <https://github.com/Kozea/WeasyPrint/pull/2220>`_:
Add extra information to debug logs
* `2211 <https://github.com/Kozea/WeasyPrint/pull/2211>`_:
Fix link to samples
* `2195 <https://github.com/Kozea/WeasyPrint/pull/2195>`_:
Update cache argument documentation
* `2105 <https://github.com/Kozea/WeasyPrint/issues/2105>`_,
`2151 <https://github.com/Kozea/WeasyPrint/pull/2151>`_:
Use MSYS2 instead of GTK+3 for Windows

Contributors:

* Guillaume Ayoub
* David Huggins-Daines
* Xavid Pretzer
* Yann Trividic
* Kevin Kays
* Alejandro Avilés
* Gianluca Teti
* Gregory Goodson
* Lucie Anglade
* Roman Sirokov

Backers and sponsors:

* Spacinov
* Kobalt
* Grip Angebotssoftware
* Syslifters
* Manuel Barkhau
* SimonSoft
* Menutech
* KontextWork
* Simon Sapin
* TrainingSparkle
* Healthchecks.io
* Hammerbacher
* Advance Insight
* Docraptor
* Method B
* FieldHub
* Yanal-Yves Fargialla
* Morntag
* Xavid

62.3

------------

Released on 2024-06-21.

Bug fixes:

* `2174 <https://github.com/Kozea/WeasyPrint/issues/2174>`_:
Fix extra width distribution for auto table layout
* `2175 <https://github.com/Kozea/WeasyPrint/issues/2175>`_:
Don’t compress PDF metadata for PDF/A-1
* `61f8bb3 <https://github.com/Kozea/WeasyPrint/commit/61f8bb3>`_:
Set default PDF variant values in options before generating PDF
* `2c4351e <https://github.com/Kozea/WeasyPrint/commit/2c4351e>`_:
Avoid PDF artifacts when drawing 0-width borders
* `d9d7f62 <https://github.com/Kozea/WeasyPrint/commit/d9d7f62>`_:
Don’t duplicate column when container is split on multiple pages
* `4617b94 <https://github.com/Kozea/WeasyPrint/commit/4617b94>`_:
Don’t set default Fontconfig values for unset properties
* `4c81663 <https://github.com/Kozea/WeasyPrint/commit/4c81663>`_:
Fix layout when all footnotes are removed from the footnote area
* `2184 <https://github.com/Kozea/WeasyPrint/issues/2184>`_:
Make items overflowing grid wrap to the next row/column
* `2187 <https://github.com/Kozea/WeasyPrint/issues/2187>`_:
Don’t append useless tracks when grid elements are positioned

Contributors:

* Guillaume Ayoub

Backers and sponsors:

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

62.2

------------

Released on 2024-06-04.

Features:

* `2142 <https://github.com/Kozea/WeasyPrint/issues/2142>`_,
`2162 <https://github.com/Kozea/WeasyPrint/pull/2162>`_:
Support grid-auto-flow: column, with financial support from Menutech

Bug fixes:

* `2167 <https://github.com/Kozea/WeasyPrint/issues/2167>`_:
Fix space added by CSS gap at the end
* `2134 <https://github.com/Kozea/WeasyPrint/issues/2134>`_:
Remove absolute placeholders from discarded content
* `2154 <https://github.com/Kozea/WeasyPrint/issues/2154>`_:
Don’t crash when grid items have auto margins
* `8cdd66f <https://github.com/Kozea/WeasyPrint/commit/8cdd66f>`_:
Fix CSS nesting for nested selectors with comma
* `3359db5 <https://github.com/Kozea/WeasyPrint/commit/3359db5>`_:
Fix and test grid shorthand
* `82deda4 <https://github.com/Kozea/WeasyPrint/commit/82deda4>`_:
Fix wrong resume_at for split floats
* `ff2acf1 <https://github.com/Kozea/WeasyPrint/commit/ff2acf1>`_:
Ensure that gradient size is positive to please some PDF readers

Contributors:

* Guillaume Ayoub

Backers and sponsors:

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

Page 1 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.