Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 2, 2022

Bumps weasyprint from 52.5 to 57.0.

Release notes

Sourced from weasyprint's releases.

v57.0

This version also includes the changes from unstable b1 version listed below.

New features

  • a4fc7a1: Support image-orientation

Bug fixes

  • #1739: Set baseline on all flex containers
  • #1740: Don’t crash when currentColor is set on root svg tag
  • #1718: Don’t crash with empty bitmap glyphs
  • #1736: Always use the font’s vector variant when possible
  • eef8b4d: Always set color and state before drawing
  • #1662: Use a stable key to store stream fonts
  • #1733: Don’t remove attachments when adding internal anchors
  • 3c4fa50, c215697, d275dac, b04bfff: Fix many bugs related to PDF/UA structure

Performance

  • dfccf1b: Use faces as fonts dictionary keys
  • 0dc12b6: Cache add_font to avoid calling get_face too often
  • 75e17bf: Don’t call process_whitespace twice on many children
  • 498d3e1: Optimize missing functions

Documentation

  • 863b3d6: Update documentation of installation on macOS with Homebrew

Contributors

  • Guillaume Ayoub

Backers and sponsors

  • Grip Angebotssoftware
  • Manuel Barkhau
  • Crisp BV
  • SimonSoft
  • Menutech
  • Spacinov
  • KontextWork
  • René Fritz
  • NCC Group
  • Kobalt
  • Tom Pohl
  • John R Ellis
  • Castedo Ellerman
  • Moritz Mahringer
  • Gábor

... (truncated)

Changelog

Sourced from weasyprint's changelog.

Version 57.0

Released on 2022-10-18.

This version also includes the changes from unstable b1 version listed below.

New features:

  • a4fc7a1 <https://github.com/Kozea/WeasyPrint/commit/a4fc7a1>_: Support image-orientation

Bug fixes:

  • [#1739](https://github.com/Kozea/WeasyPrint/issues/1739) <https://github.com/Kozea/WeasyPrint/issues/1739>_: Set baseline on all flex containers
  • [#1740](https://github.com/Kozea/WeasyPrint/issues/1740) <https://github.com/Kozea/WeasyPrint/issues/1740>_: Don’t crash when currentColor is set on root svg tag
  • [#1718](https://github.com/Kozea/WeasyPrint/issues/1718) <https://github.com/Kozea/WeasyPrint/issues/1718>_: Don’t crash with empty bitmap glyphs
  • [#1736](https://github.com/Kozea/WeasyPrint/issues/1736) <https://github.com/Kozea/WeasyPrint/issues/1736>_: Always use the font’s vector variant when possible
  • eef8b4d <https://github.com/Kozea/WeasyPrint/commit/eef8b4d>_: Always set color and state before drawing
  • [#1662](https://github.com/Kozea/WeasyPrint/issues/1662) <https://github.com/Kozea/WeasyPrint/issues/1662>_: Use a stable key to store stream fonts
  • [#1733](https://github.com/Kozea/WeasyPrint/issues/1733) <https://github.com/Kozea/WeasyPrint/issues/1733>_: Don’t remove attachments when adding internal anchors
  • 3c4fa50 <https://github.com/Kozea/WeasyPrint/commit/3c4fa50>, c215697 <https://github.com/Kozea/WeasyPrint/commit/c215697>, d275dac <https://github.com/Kozea/WeasyPrint/commit/d275dac>, b04bfff <https://github.com/Kozea/WeasyPrint/commit/b04bfff>: Fix many bugs related to PDF/UA structure

Performance:

  • dfccf1b <https://github.com/Kozea/WeasyPrint/commit/dfccf1b>_: Use faces as fonts dictionary keys
  • 0dc12b6 <https://github.com/Kozea/WeasyPrint/commit/0dc12b6>_: Cache add_font to avoid calling get_face too often
  • 75e17bf <https://github.com/Kozea/WeasyPrint/commit/75e17bf>_: Don’t call process_whitespace twice on many children
  • 498d3e1 <https://github.com/Kozea/WeasyPrint/commit/498d3e1>_: Optimize missing functions

Documentation:

  • 863b3d6 <https://github.com/Kozea/WeasyPrint/commit/863b3d6>_: Update documentation of installation on macOS with Homebrew

... (truncated)

Commits
  • dcdc63d Version 57.0
  • 827367a Set baseline on all flex containers
  • 8c8d059 Don’t crash when currentColor is set on root svg tag
  • 1432669 Use the new pydyf API to get page references
  • 22cabf7 Don’t crash with empty bitmap glyphs
  • 3e501be Always use the font’s vector variant when possible
  • 3c4fa50 Fix object referenced in parent tree
  • eef8b4d Always set color and state before drawing
  • c215697 Use a different element structure for each page
  • b04bfff Fix ParentTree and root StructElem children
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [weasyprint](https://github.com/Kozea/WeasyPrint) from 52.5 to 57.0.
- [Release notes](https://github.com/Kozea/WeasyPrint/releases)
- [Changelog](https://github.com/Kozea/WeasyPrint/blob/master/docs/changelog.rst)
- [Commits](Kozea/WeasyPrint@v52.5...v57.0)

---
updated-dependencies:
- dependency-name: weasyprint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant