Skip to content

0.16.0 (30 dec 2018)

Added

  • Add getVariableCount method in TemplateProcessor.by @nicoder in #1272
  • Add setting Chart Title and Legend visibilityby @Tom-Magill in #1433
  • Add ability to pass a Style object in Section constructorby @ndench in #1416
  • Add support for hidden textby @Alexmg86 in #1527
  • Add support for setting images in TemplateProcessorby @SailorMax in #1170
  • Add "Plain Text" type to SDT (Structured Document Tags)by @morrisdj in #1541
  • Added possibility to index variables inside cloned block in TemplateProcessorby @JPBetley in #817
  • Added possibility to replace variables inside cloned block with values in TemplateProcessorby @DIDoS in #1392

Fixed

  • Fix regex in cloneBlock functionby @nicoder in #1269
  • HTML Title Writer loses text when Title contains a TextRun instead a string.by @begnini in #1436
  • Fix regex in fixBrokenMacros, make it less greedy @MuriloSo @brainwoodby @yurii-sio2 in #1502 / #1345
  • 240 twips are being added to line spacing, should not happen when using lineRule fixedby @troosan in #1509 / #1505
  • Adding table layout to the generated HTMLby @aarangara in #1441
  • Fix loading of Sharepoint documentby @Garrcomm in #1498
  • RTF writer: Round getPageSizeW and getPageSizeH to avoid decimalsby @Patrick64 in #1493
  • Fix parsing of Office 365 documentsby @Timanx in #1485
  • For RTF writers, sizes should should never have decimalsby @Samuel-BF in #1536
  • Style Name Parsing fails if document generated by a non-english word versionby @begnini in #1434

Miscellaneous