Skip to content

0.15.0 (14 Jul 2018)

Added

  • Parsing of align HTML attribute -by @troosan in #1231
  • Parse formatting inside HTML lists - @troosanby @samimussbach in #1239 / #945 / #1215 / #508
  • Parsing of CSS direction instruction, HTML lang attribute, formatting inside table cell -by @troosan in #1273 / #1252 / #1254
  • Add support for Track changes @Cipby @troosan in #354 / #1262
  • Add support for fixed Table Layout @aoloe @ekopachby @troosan in #841 / #1276
  • Add support for Cell Spacing @dox07by @troosan in #1040
  • Add parsing of formatting inside lists @atomicalnetby @troosan in #594
  • Added support for Vertically Raised or Lowered Text (w:position) @anrikunby @troosan in #640
  • Add support for MACROBUTTON field @phryneasby @troosan in #1021
  • Add support for Hyphenationby @Trainmaster in #1282 (Document: autoHyphenation, consecutiveHyphenLimit, hyphenationZone, doNotHyphenateCaps, Paragraph: suppressAutoHyphens)
  • Added support for Floating Table Positioning (tblpPr)by @anrikun in #639
  • Added support for Image text wrapping distanceby @troosan in #1310
  • Added parsing of CSS line-height and text-indent in HTML readerby @troosan in #1316
  • Added the ability to enable gridlines and axislabels on chartsby @FrankMeyer in #576
  • Add support for table indent (tblInd)by @Trainmaster in #1343
  • Added parsing of internal links in HTML readerby @lalop in #1336
  • Several improvements to chartsby @JAEK-S in #1332
  • Add parsing of html image in base64 formatby @jgpATs2w in #1382
  • Added Support for Indentation & Tabs on RTF Writer.by @smaug1985 in #1405
  • Allows decimal numbers in HTML line-height styleby @jgpATs2w in #1413

Fixed

  • Fix reading of docx default style -by @troosan in #1238
  • Fix the size unit of when parsing html images -by @troosan in #1254
  • Fixed HTML parsing of nested lists -by @troosan in #1265
  • Save PNG alpha information when using remote images.by @samsullivan in #779
  • Fix parsing of <w:br/> tag.by @troosan in #1274
  • Bookmark are not writton as internal link in html writerby @troosan in #1263
  • It should be possible to add a Footnote in a ListItemRunby @troosan in #1287 #1287
  • Fix colspan and rowspan for tables in HTML Writerby @mattbolt in #1292
  • Fix parsing of Heading and Title formating @troosanby @gthomas2 in #465
  • Fix Dateformat typo, fix hours casing, add Month-Day-Year formatsby @ComputerTinker in #591
  • Support reading of w:drawing for documents produced by word 2011+by @gthomas2 in #464 #1324
  • Fix missing column width in ODText writerby @potofcoffee in #413
  • Disable entity loader before parsing XML to avoid XXE injectionby @Tom4t0 in #1427

Changed

  • Remove zend-stdlib dependencyby @Trainmaster in #1284
  • The default unit for \PhpOffice\PhpWord\Style\Image changed from px to pt.

Miscellaneous

  • Drop GitHub pages, switch to coveralls for code coverage analysisby @czosel in #1360