v0.13.11
Fixed
Paragraph alignment dropped when expressed as an align attribute.
htmlToOdt() silently discarded alignment on elements using the presentational
align attribute (<p align="right">) rather than inline CSS. Qt's
QTextDocument and other editors emitting HTML 4 style markup use the attribute
form, so entire documents converted with every paragraph flattened to the default
alignment. Inline CSS still takes precedence where both appear. Alignment on
<h1>–<h6> was also dropped regardless of form; headings now carry it too.
Fixes #81 and, as a consequence of the same defect, #82. Thanks to
@abdulrahman-103 for both reports and the reproduction files.
Dependencies
What's Changed
- deps(deps-dev): bump prettier from 3.9.3 to 3.9.4 by @dependabot[bot] in #62
- deps(deps-dev): bump vnu-jar from 26.6.24 to 26.7.3 by @dependabot[bot] in #61
- deps(deps-dev): bump typescript-eslint from 8.62.1 to 8.63.0 by @dependabot[bot] in #60
- deps(deps-dev): bump prettier from 3.9.4 to 3.9.5 by @dependabot[bot] in #67
- deps(deps-dev): bump vnu-jar from 26.7.3 to 26.7.11 by @dependabot[bot] in #63
- deps(deps-dev): bump eslint from 10.6.0 to 10.7.0 by @dependabot[bot] in #65
- deps(deps-dev): bump typescript-eslint from 8.63.0 to 8.64.0 by @dependabot[bot] in #64
- deps(deps-dev): bump vnu-jar from 26.7.11 to 26.7.16 by @dependabot[bot] in #69
- deps(deps-dev): bump typescript-eslint from 8.64.0 to 8.65.0 by @dependabot[bot] in #68
- deps(deps): bump marked from 18.0.5 to 18.0.6 by @dependabot[bot] in #70
- deps(deps-dev): bump prettier from 3.9.5 to 3.9.6 by @dependabot[bot] in #75
- deps(deps-dev): bump vnu-jar from 26.7.16 to 26.7.25 by @dependabot[bot] in #74
- deps(deps-dev): bump ts-jest from 29.4.11 to 29.4.12 by @dependabot[bot] in #73
- deps(deps): bump marked from 18.0.6 to 18.0.7 by @dependabot[bot] in #72
- ci: bump actions/setup-node from 6 to 7 by @dependabot[bot] in #77
- deps(deps-dev): bump eslint from 10.7.0 to 10.8.0 by @dependabot[bot] in #78
- deps(deps-dev): bump vnu-jar from 26.7.25 to 26.7.31 by @dependabot[bot] in #79
Full Changelog: v0.13.10...v0.13.11