1.4.0 (WIP)
Enhancements
-
Default Font: Allow specify Asisn font and Latin font separately
-
Writer ODText: Support for ListItemRun by @Progi1984 fixing #2159, #2620 in #2669
- Writer HTML: Support for vAlign in Tables by @SpraxDev in #2675
- Writer Word2007: Support for padding in Table Cell by @Azamat8405 in #2697
- Added support for PHP 8.4 by @Progi1984 in #2660
- Autoload : Allow to use PHPWord without Composer fixing #2543, #2552, #2716, #2717 in #2722
- Add Default font color for Word by @Collie-IT in #2700
- Writer HTML: Support Default font color by @MichaelPFrey
- Add basic ruby text (phonetic guide) support for Word2007 and HTML Reader/Writer, RTF Writer, basic support for ODT writing by @Deadpikle in #2727
Bug fixes
- Writer ODText: Support for images inside a textRun by @Progi1984 fixing #2240 in #2668
- Allow vAlign and vMerge on Style\Cell to be set to null by @SpraxDev fixing #2673 in #2676
- Reader HTML: Support for differents size units for table by @Progi1984 fixing #2384, #2701 in #2725
- Reader Word2007: Respect paragraph indent units by @tugmaks & @Progi1984 fixing #507 in #2726
- Reader Word2007: Support Header elements within Title elements by @SpraxDev fixing #2616, #2426 in #2674
- Reader HTML: Support for inherit value for property line-height by @Progi1984 fixing #2683 in #2733
Miscellaneous
- Bump dompdf/dompdf from 2.0.4 to 3.0.0 by @dependabot fixing #2621 in #2666
- Add test case to make sure vMerge defaults to 'continue' by @SpraxDev in #2677
Deprecations
- Deprecate
PhpOffice\PhpWord\Style\Paragraph::getIndent()
: UsePhpOffice\PhpWord\Style\Paragraph::getIndentLeft()
- Deprecate
PhpOffice\PhpWord\Style\Paragraph::setHanging()
: UsePhpOffice\PhpWord\Style\Paragraph::setIndentHanging()
- Deprecate
PhpOffice\PhpWord\Style\Paragraph::setIndent()
: UsePhpOffice\PhpWord\Style\Paragraph::setIndentLeft()