File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,54 @@ Changelog
22=========
33
44
5+ Version 64.1
6+ ------------
7+
8+ Released on 2025-02-20.
9+
10+ Bug fixes:
11+
12+ * `#2368 <https://github.com/Kozea/WeasyPrint/issues/2368 >`_:
13+ Fix ascent and descent font values
14+ * `#2370 <https://github.com/Kozea/WeasyPrint/issues/2370 >`_:
15+ Avoid endless recursion for variables in nested functions
16+ * `#2275 <https://github.com/Kozea/WeasyPrint/issues/2275 >`_:
17+ Use correct containing block to render waiting children
18+ * `#2375 <https://github.com/Kozea/WeasyPrint/issues/2375 >`_:
19+ Ensure that we handle text-anchor only on text content elements
20+ * `#2090 <https://github.com/Kozea/WeasyPrint/issues/2090 >`_:
21+ Only create font temporary folder when adding fonts
22+ * `#2383 <https://github.com/Kozea/WeasyPrint/issues/2383 >`_:
23+ Fix grid-template-areas validation and allow uppercase identifiers for grid lines
24+
25+ Contributors:
26+
27+ * Guillaume Ayoub
28+
29+ Backers and sponsors:
30+
31+ * Spacinov
32+ * Kobalt
33+ * Grip Angebotssoftware
34+ * Syslifters
35+ * Simon Sapin
36+ * Manuel Barkhau
37+ * Simonsoft
38+ * Menutech
39+ * KontextWork
40+ * TrainingSparkle
41+ * Healthchecks.io
42+ * Hammerbacher
43+ * DocRaptor
44+ * Yanal-Yves Fargialla
45+ * Method B
46+ * FieldHub
47+ * Morntag
48+ * Xavid
49+ * Kai DeLorenzo
50+ * Charlie S.
51+
52+
553Version 64.0
654------------
755
Original file line number Diff line number Diff line change 1515import tinycss2
1616import tinyhtml5
1717
18- VERSION = __version__ = '64.0 '
18+ VERSION = __version__ = '64.1 '
1919
2020#: Default values for command-line and Python API options. See
2121#: :func:`__main__.main` to learn more about specific options for
You can’t perform that action at this time.
0 commit comments