Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Update dependency html-to-pdfmake to v2.5.31#112

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/html-to-pdfmake-2.x
Open

Update dependency html-to-pdfmake to v2.5.31#112
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/html-to-pdfmake-2.x

Conversation

@renovate

@renovate renovate Bot commented Jun 13, 2022

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
html-to-pdfmake 2.3.11 -> 2.5.31 age confidence

Release Notes

Aymkdn/html-to-pdfmake (html-to-pdfmake)

v2.5.31

Compare Source

  • Added better support for font-weight (see #​250)
  • Fixed issue when using transparent for the background-color

v2.5.30

Compare Source

  • Added another use case for issue #​247

v2.5.29

Compare Source

  • Fixed a bug with PDFMake when a <LI> has an empty value (see #​247)

v2.5.28

Compare Source

v2.5.27

Compare Source

  • Fixed alignment with <UL> and <OL> (see #​245)

v2.5.26

Compare Source

  • Changed behavior for margin when "auto" value is used (see #​243)

v2.5.25

Compare Source

  • Fixed data-pdfmake to be handled the same way across the library (see #​241)

v2.5.24

Compare Source

  • Added support for -. notation in units (see #​240)

v2.5.23

Compare Source

  • Improved the border colors support (see #​239)

v2.5.22

Compare Source

  • Added better support for 'border' styles (see #​239)

v2.5.21

Compare Source

  • Changed the dependency simple-test-framework to use my own implementation (see #​237)

v2.5.20

Compare Source

  • Fixed error when a relative length was used for font-size (see #​235)

v2.5.19

Compare Source

  • Fixed removeExtraBlanks to work with a <table> inside a <td> (#​233)

v2.5.18

Compare Source

v2.5.17

Compare Source

v2.5.16

Compare Source

  • Fixed inline tags inside list when before another list (see #​229)

v2.5.15

Compare Source

  • added basic support for columns (see documentation for data-pdfmake-type="columns")

v2.5.14

Compare Source

  • Fixed issue with <A> (see #​227)

v2.5.13

Compare Source

  • Fixed table width issue (see #​222)

v2.5.12

Compare Source

  • Fixed how rgba is supported (see #​221)

v2.5.11

Compare Source

  • Fixed issue with !important keywords in styles (see #​220)
    • Added support for white-space:nowrap

v2.5.10

Compare Source

  • Added a property check on the style text-decoration to avoid an issue with unsupported properties from PDFMake (see #​215)

v2.5.9

Compare Source

  • Fixed rgba conversion issue (see #​214)

v2.5.8

Compare Source

  • Added support for <ol> with removeExtraBlanks option (see #​213)

v2.5.7

Compare Source

v2.5.6

Compare Source

v2.5.5

Compare Source

  • Fixed an issue introduced in v2.5.3 (see #​208)

v2.5.4

Compare Source

  • Fixed the width/height in <table> when the invalid * value is used (see #​208)

v2.5.3

Compare Source

  • Added additional ways to dynamically parse table widths (thanks to @​nonam4)

v2.5.2

Compare Source

  • Fixed an issue when a <p> was used inside multiple layers of <ul>|<ol> (see #​203)

v2.5.1

Compare Source

  • Fixed issue with multiple rowspan and colspan (see #​197)

v2.5.0

Compare Source

  • Fixed how to deal with colspan and rowspan in <table> (see issue #​196)

I have made significant changes to the process of transforming a table, prompting me to increment the version number to a major release, as these changes may result in unpredictable behaviors.

v2.4.26

Compare Source

  • Added support for in unit (thanks to @​nag167)
  • Fixed uppercase HEX colors in parseColor (thanks to @​nag167)

v2.4.25

Compare Source

  • Added support for rgba colors

v2.4.24

Compare Source

v2.4.23

Compare Source

  • Fixed empty row after some rowspan (see #​189)

v2.4.22

Compare Source

  • Added preserveLeadingSpaces:true to all the children of a PRE (see #​184 (comment))

v2.4.21

Compare Source

  • Added support for <PRE> (see issue #​184 )

v2.4.20

Compare Source

  • Fixed a bug introduced in v2.4.19 (see issue #​181) – invalid width/height are only replaced by false for IMG tag

v2.4.19

Compare Source

  • Added a fix to permit to have invalid values in style for width and height without causing an error in PDFMake (thanks to @​nerdess)

v2.4.18

Compare Source

  • Fixed scope bug introduced in v2.4.17

v2.4.17

Compare Source

  • Added random string in the image reference to avoid some edge cases (thx to @​danhobbs75)

v2.4.16

Compare Source

  • added option removeTagClasses (see issue #​168)

v2.4.15

Compare Source

  • Fixed <IMG> tag inside a <A> tag (see #​167)

v2.4.14

Compare Source

  • Added support for "custom headers" in images (see issue #​166)

v2.4.13

Compare Source

  • Added support to remove extra blanks with <ul> (thanks to @​EyesOnlyNet)
    • Fixed bugs introduced in previous versions that impacted the border colors on <table>

v2.4.12

Compare Source

  • added ignoreStyles option
    • added support for incorrect order of the border style properties

Thanks to @​arunbanswal for the pull requests.

v2.4.11

Compare Source

v2.4.10

Compare Source

  • Added option showHidden to display elements with display:none and visibility:hidden – option set to false by default

v2.4.9

Compare Source

  • Fixed the transfer of the <FONT> style to its children (see #​155)

v2.4.8

Compare Source

  • Added support for style values that start with a . instead of a digit (see #​153 – thanks to @​fonss95)

v2.4.7

Compare Source

  • Replaced the 'auto' width with '*' for the cells in the full-width tables (see #​151)

v2.4.6

Compare Source

  • Changed behavior when font-size returns an incorrect value (see #​149)

v2.4.5

Compare Source

  • added support for <LI> tag when using the option removeExtraBlanks (see issue #​147)

v2.4.4

Compare Source

  • Added option removeExtraBlanks to remove extra blank spaces (see issue #​145)

v2.4.3

Compare Source

  • Added the support of width="100%" for a table when using the option tableAutoSize:true (see issue #​143)

v2.4.2

Compare Source

  • Fixed white space issue (see #​141)

v2.4.1

Compare Source

  • Removed the code related to issue #​141 because it was causing a regression

v2.4.0

Compare Source

  • Added a better support of a text that is on several lines in an HTML tag (see issue #​141)

I create a new major release as the behavior for white spaces is a bit different from before and it might impact some edge cases.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Dependency updates label Jun 13, 2022
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from ad399be to 420bb3b Compare June 15, 2022 16:38
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.0 Update dependency html-to-pdfmake to v2.4.1 Jun 15, 2022
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 420bb3b to 6776690 Compare June 16, 2022 16:32
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.1 Update dependency html-to-pdfmake to v2.4.2 Jun 16, 2022
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 6776690 to 5a1cadf Compare June 21, 2022 11:23
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.2 Update dependency html-to-pdfmake to v2.4.3 Jun 21, 2022
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 5a1cadf to e4634c6 Compare June 28, 2022 16:42
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.3 Update dependency html-to-pdfmake to v2.4.4 Jun 28, 2022
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from e4634c6 to 2be8d5b Compare July 25, 2022 18:16
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.4 Update dependency html-to-pdfmake to v2.4.5 Jul 25, 2022
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 2be8d5b to decf234 Compare September 12, 2022 13:42
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.5 Update dependency html-to-pdfmake to v2.4.6 Sep 12, 2022
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from decf234 to 3aa0989 Compare October 10, 2022 12:06
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.6 Update dependency html-to-pdfmake to v2.4.7 Oct 10, 2022
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 3aa0989 to 5ad1165 Compare October 11, 2022 17:30
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.7 Update dependency html-to-pdfmake to v2.4.8 Oct 11, 2022
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 5ad1165 to ca4817f Compare November 5, 2022 17:15
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.8 Update dependency html-to-pdfmake to v2.4.9 Nov 5, 2022
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from ca4817f to 2ad2955 Compare December 23, 2022 10:01
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.9 Update dependency html-to-pdfmake to v2.4.11 Dec 23, 2022
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 2ad2955 to 61df170 Compare January 22, 2023 14:42
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.11 Update dependency html-to-pdfmake to v2.4.12 Jan 22, 2023
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 61df170 to 676ed3f Compare January 26, 2023 11:13
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.12 Update dependency html-to-pdfmake to v2.4.13 Jan 26, 2023
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 676ed3f to 73d170e Compare January 26, 2023 19:41
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.13 Update dependency html-to-pdfmake to v2.4.14 Jan 26, 2023
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 73d170e to cebef05 Compare January 27, 2023 16:26
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.14 Update dependency html-to-pdfmake to v2.4.15 Jan 27, 2023
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from cebef05 to 034805d Compare February 5, 2023 11:18
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 5aa2177 to 269a47b Compare August 20, 2023 10:25
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.22 Update dependency html-to-pdfmake to v2.4.23 Aug 20, 2023
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 269a47b to abed4d6 Compare August 25, 2023 08:50
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.23 Update dependency html-to-pdfmake to v2.4.24 Aug 25, 2023
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from abed4d6 to 7caac2a Compare August 27, 2023 17:05
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.24 Update dependency html-to-pdfmake to v2.4.25 Aug 27, 2023
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch 2 times, most recently from 1f43ac6 to e8b7b92 Compare September 19, 2023 16:04
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from e8b7b92 to ce5a11d Compare October 16, 2023 09:32
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.25 Update dependency html-to-pdfmake to v2.4.26 Oct 16, 2023
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from ce5a11d to 4296f5d Compare October 28, 2023 19:22
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.4.26 Update dependency html-to-pdfmake to v2.5.0 Oct 28, 2023
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 4296f5d to a086ce9 Compare November 1, 2023 20:24
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.5.0 Update dependency html-to-pdfmake to v2.5.1 Nov 1, 2023
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from a086ce9 to d9f565d Compare February 2, 2024 19:54
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.5.1 Update dependency html-to-pdfmake to v2.5.2 Feb 2, 2024
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from d9f565d to 49a353d Compare March 9, 2024 15:38
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.5.2 Update dependency html-to-pdfmake to v2.5.3 Mar 9, 2024
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 49a353d to bbe9fab Compare March 15, 2024 17:26
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.5.3 Update dependency html-to-pdfmake to v2.5.5 Mar 15, 2024
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from bbe9fab to 97b8080 Compare March 23, 2024 19:03
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.5.5 Update dependency html-to-pdfmake to v2.5.6 Mar 23, 2024
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 97b8080 to 5928cae Compare April 20, 2024 10:43
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.5.6 Update dependency html-to-pdfmake to v2.5.7 Apr 20, 2024
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 5928cae to cb79952 Compare May 17, 2024 09:19
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.5.7 Update dependency html-to-pdfmake to v2.5.8 May 17, 2024
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from cb79952 to 7c29ded Compare May 19, 2024 15:39
@renovate renovate Bot changed the title Update dependency html-to-pdfmake to v2.5.8 Update dependency html-to-pdfmake to v2.5.9 May 19, 2024
@renovate
renovate Bot force-pushed the renovate/html-to-pdfmake-2.x branch from 7c29ded to 98926b4 Compare June 13, 2024 10:33
Dependency update (patch) :)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants