1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 16:37:47 +03:00

Version 62.3

This commit is contained in:
Guillaume Ayoub 2024-06-21 17:46:31 +02:00
parent f39039b58b
commit 56acbc422e
2 changed files with 52 additions and 1 deletions

View File

@ -2,6 +2,57 @@ Changelog
=========
Version 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>`_:
Dont 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>`_:
Dont duplicate column when container is split on multiple pages
* `4617b94 <https://github.com/Kozea/WeasyPrint/commit/4617b94>`_:
Dont 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>`_:
Dont 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-Yvez Fargialla
* Douwe van Loenen
* Morntag
* Xavid
Version 62.2
------------

View File

@ -15,7 +15,7 @@ import cssselect2
import html5lib
import tinycss2
VERSION = __version__ = '62.2'
VERSION = __version__ = '62.3'
#: Default values for command-line and Python API options. See
#: :func:`__main__.main` to learn more about specific options for