Skip to content

2.3.0

Compare
Choose a tag to compare
@caring-coder caring-coder released this 10 Aug 02:08
· 362 commits to main since this release
c019949

What's Changed in Release 2.3

  • by @dependabot in #404 and #410

    • bump org.springframework:spring-expression & org.springframework:spring-context from 6.1.10 to 6.1.11
  • by @caring-coder in #405

    • feat: office-stamper can now type resolve images inside footers and header (issue #53)
      • introduced the DocxPart type to wrap the docx4j WordprocessingMLPackage and specify a working sub Part
      • MAY BREAK: updated references to WordprocessingMLPackage by DocxPart in API. A default implementation has been made to try for supporting users existing implementations, but switching to new version is recommended
      • MAY BREAK: the order of resolution has been modified, nothing should have broke, but please check if you had specific expectations in your custom implementations
    • doc: added linebreak replacement feature mention in readme
    • test: added a test for linebreak replacement feature inside tables
    • test: introduce the makeResource method, that allow generating word document directly from textual representation
    • test: removed integration subfolder in test and moved content to main test folder
    • test: fixed an conf error in log level settings for tests

Full Changelog: v2.2.0...v2.3.0