@@ -2,6 +2,85 @@ Changelog
2
2
=========
3
3
4
4
5
+ Version 63.1
6
+ ------------
7
+
8
+ Released on 2024-12-10.
9
+
10
+ Dependencies:
11
+
12
+ * `#2297 <https://github.com/Kozea/WeasyPrint/issues/2297 >`_:
13
+ Remove upper bounds for dependencies
14
+
15
+ Bug fixes:
16
+
17
+ * `#2300 <https://github.com/Kozea/WeasyPrint/pull/2300 >`_,
18
+ `#2292 <https://github.com/Kozea/WeasyPrint/issues/2292 >`_:
19
+ Don’t avoid floats for flex items
20
+ * `#2301 <https://github.com/Kozea/WeasyPrint/pull/2301 >`_,
21
+ `#2293 <https://github.com/Kozea/WeasyPrint/issues/2293 >`_:
22
+ Include floats in calculation of minimum cell height
23
+ * `#2303 <https://github.com/Kozea/WeasyPrint/pull/2303 >`_,
24
+ `#2302 <https://github.com/Kozea/WeasyPrint/issues/2302 >`_:
25
+ Set alpha even when current color channels didn’t change
26
+ * `#2306 <https://github.com/Kozea/WeasyPrint/issues/2306 >`_:
27
+ Don’t try to increase column width when there’s no extra width
28
+ * `#2304 <https://github.com/Kozea/WeasyPrint/issues/2304 >`_:
29
+ Don’t forget skip stack when drawing flex items
30
+ * `#2316 <https://github.com/Kozea/WeasyPrint/issues/2316 >`_:
31
+ Don’t crash with SVG symbols
32
+ * `#2320 <https://github.com/Kozea/WeasyPrint/issues/2320 >`_:
33
+ Fix currentcolor detection when parsing gradient color stops
34
+ * `#2322 <https://github.com/Kozea/WeasyPrint/pull/2322 >`_,
35
+ `#2289 <https://github.com/Kozea/WeasyPrint/issues/2289 >`_:
36
+ Don’t add DLL directories when using Windows executable
37
+ * `#2323 <https://github.com/Kozea/WeasyPrint/pull/2323 >`_,
38
+ `#2305 <https://github.com/Kozea/WeasyPrint/issues/2305 >`_:
39
+ Fix different rendering test
40
+
41
+ Performance:
42
+
43
+ * `#2319 <https://github.com/Kozea/WeasyPrint/issues/2319 >`_:
44
+ Fix memory leaks
45
+
46
+ Documentation:
47
+
48
+ * `#2299 <https://github.com/Kozea/WeasyPrint/pull/2299 >`_:
49
+ Update install instructions for Alpine
50
+ * `#2321 <https://github.com/Kozea/WeasyPrint/pull/2321 >`_:
51
+ Add example invocation of WeasyPrint on the "Contribute" page
52
+
53
+ Contributors:
54
+
55
+ * Guillaume Ayoub
56
+ * Jó Ágila Bitsch
57
+ * Lucie Anglade
58
+ * Alexander Gitter
59
+ * Luke Cousins
60
+
61
+ Backers and sponsors:
62
+
63
+ * Spacinov
64
+ * Kobalt
65
+ * Grip Angebotssoftware
66
+ * Syslifters
67
+ * Manuel Barkhau
68
+ * SimonSoft
69
+ * Menutech
70
+ * KontextWork
71
+ * Simon Sapin
72
+ * TrainingSparkle
73
+ * Healthchecks.io
74
+ * Hammerbacher
75
+ * Advance Insight
76
+ * Docraptor
77
+ * Method B
78
+ * FieldHub
79
+ * Yanal-Yvez Fargialla
80
+ * Morntag
81
+ * Xavid
82
+
83
+
5
84
Version 63.0
6
85
------------
7
86
0 commit comments