1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-09-11 12:46:15 +03:00

Version 53.0b2

This commit is contained in:
Guillaume Ayoub 2021-05-30 19:29:00 +02:00
parent 451258a3ec
commit b24198df47
2 changed files with 67 additions and 2 deletions

View File

@ -30,7 +30,72 @@ API changes:
Version 53.0b2
--------------
Not released yet.
Released on 2021-05-30.
**This version is experimental, don't use it in production. If you find bugs,
please report them!**
New features:
* `#359 <https://github.com/Kozea/WeasyPrint/issues/359>`_:
Embed full sets of fonts in PDF
Bug fixes:
* `#1345 <https://github.com/Kozea/WeasyPrint/issues/1345>`_:
Fix position of SVG use tags
* `#1346 <https://github.com/Kozea/WeasyPrint/pull/1346>`_:
Handle "stroke-dasharray: none"
* `#1352 <https://github.com/Kozea/WeasyPrint/issues/1352>`_,
`#1358 <https://github.com/Kozea/WeasyPrint/pull/1358>`_:
Sort link target identifiers
* `#1357 <https://github.com/Kozea/WeasyPrint/issues/1357>`_:
Fix font information
* `#1362 <https://github.com/Kozea/WeasyPrint/issues/1362>`_:
Handle visibility and display properties in SVG
* `#1365 <https://github.com/Kozea/WeasyPrint/issues/1365>`_:
Cascade inherited attributes for use tags
* `#1366 <https://github.com/Kozea/WeasyPrint/issues/1366>`_:
Correctly handle style attributes in SVG
* `#1367 <https://github.com/Kozea/WeasyPrint/issues/1367>`_:
Include line stroke in box bounding
Documentation:
* `#1341 <https://github.com/Kozea/WeasyPrint/pull/1341>`_:
Fix typos
Contributors:
* Guillaume Ayoub
* aschmitz
* John Jackson
* Lucie Anglade
* Pelle Bo Regener
Backers and sponsors:
* OpenEdition
* print-css.rocks
* Simonsoft
* PDF Blocks
* Menutech
* Manuel Barkhau
* Simon Sapin
* Grip Angebotssoftware
* KontextWork
* René Fritz
* Nathalie Gutton
* Andreas Zettl
* Tom Pohl
* Maykin Media
* Moritz Mahringer
* Florian Demmer
* Mohammed Y. Alnajdi
* NCC Group
* Des images et des mots
* Yanal-Yvez Fargialla
* Yevhenii Hyzyla
Version 53.0b1

View File

@ -16,7 +16,7 @@ import cssselect2
import html5lib
import tinycss2
VERSION = __version__ = '53.0b1'
VERSION = __version__ = '53.0b2'
__all__ = [
'HTML', 'CSS', 'Attachment', 'Document', 'Page', 'default_url_fetcher',