Fixed
Lists inside table cells are now preserved on read (#45). When reading ODT, readOdt() and odtToHtml() silently dropped block-level content inside a table cell other than plain paragraphs — lists, headings, nested tables, and multi-paragraph boundaries all vanished. Cells now carry full block content and convert the same as content anywhere else in the document. Thanks to @wheymann for the report.
Added
TableCellNode.body?: BodyNode[] — the faithful block-level representation of a table cell. spans is retained for backward compatibility and derived from body. Additive; no breaking changes.
Dependencies
- deps(deps-dev): bump vnu-jar from 26.5.29 to 26.6.14 by @dependabot in #46
- deps(deps-dev): bump prettier from 3.8.3 to 3.8.4 by @dependabot in #47
- deps(deps-dev): bump eslint from 10.4.1 to 10.5.0 by @dependabot in #48
Full Changelog: v0.13.7...v0.13.8