From 2d9a91ad38ccc9da04f6fab57c609ba80907069c Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 23 Dec 2019 17:41:50 +0100 Subject: [PATCH] Version 51 --- AUTHORS | 5 ++++- NEWS.rst | 55 +++++++++++++++++++++++++++++++++++++++++++--- weasyprint/VERSION | 2 +- 3 files changed, 57 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index 65373ae4b..3ddddab25 100644 --- a/AUTHORS +++ b/AUTHORS @@ -24,12 +24,15 @@ Contributors: - Colin Leitner - Corey Farwell - Daniel Himmelstein +- Felix Schwarz - Florian Mounier - Florijan Hamzic - Frédérick Deslandes - Gabriel Corona - Glwadys Fayolle - Gregory Brown +- Guillermo Bonvehí +- Holger Brunn - Hugh Secker-Walker - Ilya Konstantantinov - Joe Hu @@ -46,6 +49,7 @@ Contributors: - Kevin Deldycke - Kyle Gibson - Le-Stagiaire +- Lucie Anglade - Manuel Barkhau - Marc Laporte - Marco Mariani @@ -80,7 +84,6 @@ Contributors: - Wan Liuyang - Xus - elpaso -- grewn0uille - kaikuehne - lucien - luvejo diff --git a/NEWS.rst b/NEWS.rst index 19617975e..e161405e7 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -3,6 +3,55 @@ ====== +Version 51 +---------- + +Released on 2019-12-23. + +Dependencies: + +* Pyphen 0.9.1+ is now needed + +New features: + +* `#882 `_: + Add support of ``element()`` and ``running()`` +* `#972 `_: + Add HTML element to Box class +* `7a4d6f8 `_: + Support ``larger`` and ``smaller`` values for ``font-size`` + +Bug fixes: + +* `#960 `_: + Fix how fonts used for macOS tests are installed +* `#956 `_: + Fix various crashes due to line breaking bugs +* `#983 `_: + Fix typo in variable name +* `#975 `_: + Don’t crash when ``string-set`` is set to ``none`` +* `#998 `_: + Keep font attributes when text lines are modified +* `#1005 `_: + Don’t let presentational hints add decorations on tables with no borders +* `#974 `_: + Don’t crash on improper ``var()`` values +* `#1012 `_: + Fix rendering of header and footer for empty tables +* `#1013 `_: + Avoid quadratic time relative to tree depth when setting page names + +Contributors: + +- Lucie Anglade +- Guillaume Ayoub +- Guillermo Bonvehí +- Holger Brunn +- Felix Schwarz +- Tontyna + + Version 50 ---------- @@ -30,7 +79,7 @@ Bug fixes: Contributors: -- grewn0uille +- Lucie Anglade - Guillaume Ayoub @@ -112,7 +161,7 @@ Documentation: Contributors: -- grewn0uille +- Lucie Anglade - Guillaume Ayoub - Raphael Gaschignard - Stani @@ -177,7 +226,7 @@ Contributors: - Guillaume Ayoub - Manuel Barkhau - Nathan de Maestri -- grewn0uille +- Lucie Anglade - theopeek diff --git a/weasyprint/VERSION b/weasyprint/VERSION index c5b431b6c..7003e7fe1 100644 --- a/weasyprint/VERSION +++ b/weasyprint/VERSION @@ -1 +1 @@ -50 \ No newline at end of file +51 \ No newline at end of file