File tree Expand file tree Collapse file tree 2 files changed +54
-1
lines changed Expand file tree Collapse file tree 2 files changed +54
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,59 @@ Changelog
22=========
33
44
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+
558Version 62.1
659------------
760
Original file line number Diff line number Diff line change 1515import html5lib
1616import tinycss2
1717
18- VERSION = __version__ = '62.1 '
18+ VERSION = __version__ = '62.2 '
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