Skip to content

Commit 4f24fcd

Browse files
committed
Bump version to 0.0.29
WHAT: The releases 0.0.25-0.0.28 broke the backward compatibility by removing the "print this" selector "html2pdf" and replacing it with "html2pdf4doc" instead. This brings in from upstream: [feat(config): backward compatibility for legacy html2pdf selectors #182](mettta/html2pdf4doc#182) WHY: Preserve the backward compatibility for those users who might be using the old StrictDoc versions (pinned) and sourcing the newer html2pdf4doc (non-pinned). HOW: N/A
1 parent 162c388 commit 4f24fcd

File tree

27 files changed

+40
-11
lines changed

27 files changed

+40
-11
lines changed

html2pdf4doc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from pathlib import Path
33

4-
__version__ = "0.0.28"
4+
__version__ = "0.0.29"
55

66
PATH_TO_HTML2PDF4DOC_PY = os.path.join(
77
os.path.dirname(os.path.join(__file__)),

html2pdf4doc/html2pdf4doc_js/html2pdf4doc.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integration/40_only_child_does_not_break_page_when_surrounded_by_text_nodes/test.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/integration/40_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/autogen.css renamed to tests/integration/40_sdoc_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/autogen.css

File renamed without changes.

tests/integration/40_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/base.css renamed to tests/integration/40_sdoc_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/base.css

File renamed without changes.

tests/integration/40_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/content.css renamed to tests/integration/40_sdoc_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/content.css

File renamed without changes.

tests/integration/40_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/diff.css renamed to tests/integration/40_sdoc_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/diff.css

File renamed without changes.

tests/integration/40_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/element.css renamed to tests/integration/40_sdoc_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/element.css

File renamed without changes.

tests/integration/40_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/favicon.ico renamed to tests/integration/40_sdoc_only_child_does_not_break_page_when_surrounded_by_text_nodes/assets/favicon.ico

File renamed without changes.

0 commit comments

Comments
 (0)