File tree 2 files changed +54
-1
lines changed
2 files changed +54
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,59 @@ Changelog
2
2
=========
3
3
4
4
5
+ Version 62.2
6
+ ------------
7
+
8
+ Released on 2024-06-04.
9
+
10
+ Features:
11
+
12
+ * `#2142 <https://github.com/Kozea/WeasyPrint/issues/2142 >`_,
13
+ `#2162 <https://github.com/Kozea/WeasyPrint/pull/2162 >`_:
14
+ Support grid-auto-flow: column, with financial support from Menutech
15
+
16
+ Bug fixes:
17
+
18
+ * `#2167 <https://github.com/Kozea/WeasyPrint/issues/2167 >`_:
19
+ Fix space added by CSS gap at the end
20
+ * `#2134 <https://github.com/Kozea/WeasyPrint/issues/2134 >`_:
21
+ Remove absolute placeholders from discarded content
22
+ * `#2154 <https://github.com/Kozea/WeasyPrint/issues/2154 >`_:
23
+ Don’t crash when grid items have auto margins
24
+ * `8cdd66f <https://github.com/Kozea/WeasyPrint/commit/8cdd66f >`_:
25
+ Fix CSS nesting for nested selectors with comma
26
+ * `3359db5 <https://github.com/Kozea/WeasyPrint/commit/3359db5 >`_:
27
+ Fix and test grid shorthand
28
+ * `82deda4 <https://github.com/Kozea/WeasyPrint/commit/82deda4 >`_:
29
+ Fix wrong resume_at for split floats
30
+ * `ff2acf1 <https://github.com/Kozea/WeasyPrint/commit/ff2acf1 >`_:
31
+ Ensure that gradient size is positive to please some PDF readers
32
+
33
+ Contributors:
34
+
35
+ * Guillaume Ayoub
36
+
37
+ Backers and sponsors:
38
+
39
+ * Spacinov
40
+ * Kobalt
41
+ * Grip Angebotssoftware
42
+ * Manuel Barkhau
43
+ * SimonSoft
44
+ * Menutech
45
+ * KontextWork
46
+ * Simon Sapin
47
+ * René Fritz
48
+ * TrainingSparkle
49
+ * Healthchecks.io
50
+ * Hammerbacher
51
+ * Docraptor
52
+ * Yanal-Yvez Fargialla
53
+ * Douwe van Loenen
54
+ * Morntag
55
+ * Xavid
56
+
57
+
5
58
Version 62.1
6
59
------------
7
60
Original file line number Diff line number Diff line change 15
15
import html5lib
16
16
import tinycss2
17
17
18
- VERSION = __version__ = '62.1 '
18
+ VERSION = __version__ = '62.2 '
19
19
20
20
#: Default values for command-line and Python API options. See
21
21
#: :func:`__main__.main` to learn more about specific options for
You can’t perform that action at this time.
0 commit comments