Release notes - UniOffice v2.13.0
This release contains new features, improvements and bug fixes.
New Features
- US-1643 Print and page setup API for the spreadsheet package
- US-1642 Animation API for the presentation package (on-click entrance effects: Appear, Fade, Fly In)
- US-1639 Speaker notes API for the presentation package
- US-1659 Word section formatting API (columns, page borders, line numbering, page-number format, title page)
- US-1709 Support for tables inside a Structured Document Tag (SDT)
- US-1707 Support for threaded comment replies and comment metadata getters
- US-1708 Support for custom text highlight colors through the run shading API
Improvements
- US-1393 DOCX to PDF rendering of table rows taller than a page improvement
- US-1671 DOCX to PDF rendering of vertically merged table cells taller than a page improvement
- US-1697 DOCX to PDF
XObjectdeduplication, reducing output file size - US-1689 UniPDF dependency update to v5
- US-1678 CI/CD pipeline publishing the latest SBOM files with each release
Bug Fixes
- US-1617 Negative chart axis IDs (
c:axId/c:crossAx) failing to read fix - US-1690 Table of contents not rendering until a manual field refresh fix
Breaking Changes
presentation.New()now emits a<p:sldSz>element with the standard 16:9 slide size, which previously was omitted. This changes the serialized bytes of every deck created byNew(), so byte-for-byte or golden-file comparisons against output from earlier versions need to be regenerated. See US-1642.