Commit 26264b2
committed
Bump version to 0.0.32
WHAT:
This synchronizes to the upstream commit: 38cd41c71fbc55b011eb3ddedb14d023d8408a86.
Since the last sync, there were several fixes made, especially the issue with
empty <p> paragraphs that could result in empty pages printed.
The empty <p> paragraphs were reproduced in the input content produced by a
commercial tool. Technically, it is not an issue with html2pdf4doc.js per se,
but we decided to handle this case anyway.
WHY:
This helps us to test out the current batch of fixes and continue testing
with the improved baseline.1 parent b062b01 commit 26264b2
5 files changed
Lines changed: 14 additions & 14 deletions
File tree
- html2pdf4doc
- html2pdf4doc_js
- submodules
- tests/integration/40_sdoc_only_child_does_not_break_page_when_surrounded_by_text_nodes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
| 303 | + | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
0 commit comments