Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fpdf2 from 2.8.1 to 2.8.2 #364

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps fpdf2 from 2.8.1 to 2.8.2.

Release notes

Sourced from fpdf2's releases.

Support for page labels & Python 3.13 - various fixes & improvements

Added

Fixed

  • support for align= in FPDF.table(). Due to this correction, tables are now properly horizontally aligned on the page by default. This was always specified in the documentation, but was not in effect until now. You can revert to have left-aligned tables by passing align="LEFT" to FPDF.table().
  • FPDF.set_text_shaping(False) was broken since version 2.7.8 and is now working properly - [issue #1287](py-pdf/fpdf2#1287)
  • fixed bug where cells with rowspan, colspan > 1 and null text were not displayed properly - [issue #1293](py-pdf/fpdf2#1293)
  • CreationDate metadata used a wrong timezone offset for UTC - [issue #1261](py-pdf/fpdf2#1261)
  • insert_toc_placeholder() did not properly the page orientation, which caused a bug when the last page of the document was in a different orientation - [issue #1213](py-pdf/fpdf2#1213)

Changed

  • improved logic for handling text substitution of the total number of pages, ensuring compatibility with text shaping - [issue #1090](py-pdf/fpdf2#1090)
  • all AnnotationDict properties can now be passed to FPDF.text_annotation(), FPDF.free_text_annotation(), FPDF.add_action(), FPDF.add_text_markup_annotation() & FPDF.ink_annotation(). This includes title, color, border_width...

Removed

  • reminder : since release 2.8.1, fpdf2 does not support Python 3.7, that reached end-of-life in 2023
Changelog

Sourced from fpdf2's changelog.

[2.8.2] - 2024-12-16

Added

Fixed

  • support for align= in FPDF.table(). Due to this correction, tables are now properly horizontally aligned on the page by default. This was always specified in the documentation, but was not in effect until now. You can revert to have left-aligned tables by passing align="LEFT" to FPDF.table().
  • FPDF.set_text_shaping(False) was broken since version 2.7.8 and is now working properly - [issue #1287](py-pdf/fpdf2#1287)
  • fixed bug where cells with rowspan, colspan > 1 and null text were not displayed properly - [issue #1293](py-pdf/fpdf2#1293)
  • CreationDate metadata used a wrong timezone offset for UTC - [issue #1261](py-pdf/fpdf2#1261)
  • insert_toc_placeholder() did not properly the page orientation, which caused a bug when the last page of the document was in a different orientation - [issue #1213](py-pdf/fpdf2#1213)

Changed

  • improved logic for handling text substitution of the total number of pages, ensuring compatibility with text shaping - [issue #1090](py-pdf/fpdf2#1090)
  • all AnnotationDict properties can now be passed to FPDF.text_annotation(), FPDF.free_text_annotation(), FPDF.add_action(), FPDF.add_text_markup_annotation() & FPDF.ink_annotation(). This includes title, color, border_width...

Removed

  • reminder : since release 2.8.1, fpdf2 does not support Python 3.7, that reached end-of-life in 2023
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [fpdf2](https://github.com/py-pdf/fpdf2) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/py-pdf/fpdf2/releases)
- [Changelog](https://github.com/py-pdf/fpdf2/blob/master/CHANGELOG.md)
- [Commits](py-pdf/fpdf2@2.8.1...2.8.2)

---
updated-dependencies:
- dependency-name: fpdf2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2024
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.

0 participants