Skip to content

Releases: gitbrent/PptxGenJS

Version 1.1.3

28 Dec 17:32
Compare
Choose a tag to compare

Implemented Enhancements:

  • Add new options to addSlidesForTable() allowing for placement and size: x,y,w,h #18 (priyaraskar)

Fixed Bugs:

Version 1.1.2

16 Dec 22:32
Compare
Choose a tag to compare

Implemented Enhancements:

  • The Slide addTable() method was modified to reduce the options passed from 2 objects to a single one.

Fixed Bugs:

  • The colW addTable option is not working #15 (ninas880025)
  • Modified addSlidesForTable: table selectors made more specific by selecting only direct children now (nested tables would cause excessive looping) #14 (forrahul123)
  • Fixed crash caused by calling addText without an options object

Version 1.1.1

09 Dec 00:21
Compare
Choose a tag to compare

Implemented Enhancements:

  • Major documentation update
  • Added instructions to pptxgenjs.masters.js file, plus more examples and code
  • Added sandbox/ad-hoc code area to demo page

Fixed Bugs:

  • Table with 7 columns generates an invalid pptx file #12 (rikvdk)

v1.1.0

23 Nov 19:49
Compare
Choose a tag to compare
  • Added support for base64-encoded images
  • Added support for italic text (#6)
  • Added support for bulleted text (#11)
  • Added ability to selectively override Master Slide background color/image (#7)

Release 1.0.1

03 Sep 18:31
Compare
Choose a tag to compare

Updated release with newest files.

1.0

31 Mar 02:31
Compare
Choose a tag to compare
1.0

First release!