v1.3.1
This version contains bug fixes and a couple of new features.
New features
- High level functions for getting paragraph and run properties and style information
- New play for extracting paragraph and run properties from table: https://play.unidoc.io/p/9f1ed9d356940989
- New example for adding paragraphs before and after tables:
https://github.com/unidoc/unioffice/blob/master/_examples/document/paragraphs_in_table/main.go - High level functions for getting endnotes and footnotes from documents
- New example showcasing support for getting footnotes and endnotes:
https://github.com/unidoc/unioffice/blob/master/_examples/document/endnotes_footnotes/main.go
Pull requests merged
- #392 paragraph and run properties (#392) (@zgordan-vv)
- #387 Issue #385 fix (#387) (@zgordan-vv)
- #384 numbering fix (#384) (@zgordan-vv)
- #380 Fixes for being able to compile with playground (#380) (@zgordan-vv)
- #377 Get all cells in a row with empty ones (#377) (@zgordan-vv)
- #374 add the ability to utilize footnotes and endnotes in documents (#374) (@compleatang)