From 24dfe8093b817cc2d5ba33ab69bd37d7e0cbefa4 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 11 Sep 2019 17:09:45 +0200 Subject: [PATCH] Version 49 --- AUTHORS | 6 +++- NEWS.rst | 87 ++++++++++++++++++++++++++++++++++++++++++++++ weasyprint/VERSION | 2 +- 3 files changed, 93 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3318cf254..65373ae4b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -60,15 +60,19 @@ Contributors: - Pacu2 - Pierre-Alain Mignot - Priit Laes +- Raphael Gaschignard - Richard Eames - Ronan Guilloux - Salem Harrache - Scott Kitterman +- Sébastien Corbin - Sergey Fedoseev - Sergey Pikhovkin - Smylers -- Sébastien Corbin +- Stani +- Szmen - Tarashish Mishra +- Thomas Dexter - Thomas Grainger - TimotheeGerber - Tontyna diff --git a/NEWS.rst b/NEWS.rst index 64ab4cefa..a34226c15 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -3,6 +3,93 @@ ====== +Version 49 +---------- + +Released on 2019-09-11. + +Performance: + +* Speed and memory use have been largely improved. + +New features: + +* `#700 `_: + Handle ``::marker`` pseudo-selector +* `135dc06c `_: + Handle ``recto`` and ``verso`` parameters for page breaks +* `#907 `_: + Provide a clean way to build layout contexts + +Bug fixes: + +* `#937 `_: + Fix rendering of tables with empty lines and rowspans +* `#897 `_: + Don't crash when small columns are wrapped in absolute blocks +* `#913 `_: + Fix a test about gradient colors +* `#924 `_: + Fix title for document with attachments +* `#917 `_: + Fix tests with Pango 1.44 +* `#919 `_: + Fix padding and margin management for column flex boxes +* `#901 `_: + Fix width of replaced boxes with no intrinsic width +* `#906 `_: + Don't respect table cell width when content doesn't fit +* `#927 `_: + Don't use deprecated ``logger.warn`` anymore +* `a8662794 `_: + Fix margin collapsing between caption and table wrapper +* `87d9e84f `_: + Avoid infinite loops when rendering columns +* `789b80e6 `_: + Only use in flow children to set columns height +* `615e298a `_: + Don't include floating elements each time we try to render a column +* `48d8632e `_: + Avoid not in flow children to compute column height +* `e7c452ce `_: + Fix collapsing margins for columns +* `fb0887cf `_: + Fix crash when using currentColor in gradients +* `f66df067 `_: + Don't crash when using ex units in word-spacing in letter-spacing +* `c790ff20 `_: + Don't crash when properties needing base URL use var functions +* `d63eac31 `_: + Don't crash with object-fit: non images with no intrinsic size + +Documentation: + +* `#900 `_: + Add documentation about semantic versioning +* `#692 `_: + Add a snippet about PDF magnification +* `#899 `_: + Add .NET wrapper link +* `#893 `_: + Fixed wrong nested list comprehension example +* `#902 `_: + Add ``state`` to the ``make_bookmark_tree`` documentation +* `#921 `_: + Fix typos in the documentation +* `#328 `_: + Add CSS sample for forms + +Contributors: + +- grewn0uille +- Guillaume Ayoub +- Raphael Gaschignard +- Stani +- Szmen +- Thomas Dexter +- Tontyna + + Version 48 ---------- diff --git a/weasyprint/VERSION b/weasyprint/VERSION index 31ff414b7..2e66562e2 100644 --- a/weasyprint/VERSION +++ b/weasyprint/VERSION @@ -1 +1 @@ -48 \ No newline at end of file +49 \ No newline at end of file