Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 5.19 KB

1.4.0.md

File metadata and controls

47 lines (36 loc) · 5.19 KB

1.4.0 (WIP)

Full Changelog

Enhancements

Bug fixes

Miscellaneous

Deprecations

  • Deprecate PhpOffice\PhpWord\Style\Paragraph::getIndent() : Use PhpOffice\PhpWord\Style\Paragraph::getIndentLeft()
  • Deprecate PhpOffice\PhpWord\Style\Paragraph::setHanging() : Use PhpOffice\PhpWord\Style\Paragraph::setIndentHanging()
  • Deprecate PhpOffice\PhpWord\Style\Paragraph::setIndent() : Use PhpOffice\PhpWord\Style\Paragraph::setIndentLeft()

BC Breaks

Notes

  • Writer ODText previously used to set 'style:use-window-font-color' to 'true', now it is set to 'false'. (see #2735) The effect of this attribute is "implementation dependent" (if implemented at all). Setting it to false allows setting a default font color and improves interoperabilt, but may break certain specific use cases.