Skip to content

Commit

Permalink
Version 53.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Apr 22, 2021
1 parent eae3540 commit e983d88
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 6 deletions.
76 changes: 71 additions & 5 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,72 @@ Changelog
=========


Version 53.0b1
--------------

Released on 2021-04-22.

**This version is experimental, don't use it in production. If you find bugs,
please report them!**

This version uses its own PDF generator instead of Cairo. Rendering may be
different for text, gradients, SVG images…

New features:

* `#1328 <https://github.com/Kozea/WeasyPrint/pull/1328>`_:
Add ISO and JIS paper sizes
* `#1309 <https://github.com/Kozea/WeasyPrint/pull/1309>`_:
Leader support, with financial support from Simonsoft

Bug fixes:

* `#504 <https://github.com/Kozea/WeasyPrint/issues/504>`_:
Fix rendering bugs with PDF gradients
* `#606 <https://github.com/Kozea/WeasyPrint/issues/606>`_:
Fix rounding errors on PDF dimensions
* `#1264 <https://github.com/Kozea/WeasyPrint/issues/1264>`_:
Include witdh/height when calculating auto margins of absolute boxes
* `#1191 <https://github.com/Kozea/WeasyPrint/issues/1191>`_:
Don’t try to get an earlier page break between columns
* `#1235 <https://github.com/Kozea/WeasyPrint/issues/1235>`_:
Include padding, border, padding when calculating inline-block width
* `#1199 <https://github.com/Kozea/WeasyPrint/issues/1199>`_:
Fix kerning issues with small fonts

Documentation:

* `#1298 <https://github.com/Kozea/WeasyPrint/pull/1298>`_:
Rewrite documentation

Contributors:

* Guillaume Ayoub
* Lucie Anglade
* Felix Schwarz
* Syrus Dark
* Christoph Päper

Backers and sponsors:

* Simonsoft
* PDF Blocks
* Menutech
* Manuel Barkhau
* Simon Sapin
* Nathalie Gutton
* Andreas Zettl
* René Fritz
* Tom Pohl
* KontextWork
* Moritz Mahringer
* Florian Demmer
* Maykin Media
* Yanal-Yvez Fargialla
* Des images et des mots
* Yevhenii Hyzyla


Version 52.5
------------

Expand All @@ -20,7 +86,7 @@ Contributors:

Backers and sponsors:

* SimonSoft
* Simonsoft
* PDF Blocks
* Menutech
* Manuel Barkhau
Expand Down Expand Up @@ -59,7 +125,7 @@ Contributors:
Backers and sponsors:

* PDF Blocks
* SimonSoft
* Simonsoft
* Menutech
* Simon Sapin
* Manuel Barkhau
Expand Down Expand Up @@ -97,7 +163,7 @@ Contributors:
Backers and sponsors:

* PDF Blocks
* SimonSoft
* Simonsoft
* Menutech
* Simon Sapin
* Manuel Barkhau
Expand Down Expand Up @@ -137,7 +203,7 @@ Contributors:
Backers and sponsors:

* PDF Blocks
* SimonSoft
* Simonsoft
* Menutech
* Simon Sapin
* Nathalie Gutton
Expand All @@ -163,7 +229,7 @@ Contributors:

Backers and sponsors:

* SimonSoft
* Simonsoft
* Simon Sapin
* Nathalie Gutton
* Andreas Zettl
Expand Down
2 changes: 1 addition & 1 deletion weasyprint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
else:
ROOT = Path(os.path.dirname(__file__))

VERSION = __version__ = '53.0a1'
VERSION = __version__ = '53.0b1'

__all__ = [
'HTML', 'CSS', 'Attachment', 'Document', 'Page', 'default_url_fetcher',
Expand Down

0 comments on commit e983d88

Please sign in to comment.