Releases: gitbrent/PptxGenJS
Releases · gitbrent/PptxGenJS
Version 1.1.3
Implemented Enhancements:
- Add new options to
addSlidesForTable()
allowing for placement and size:x
,y
,w
,h
#18 (priyaraskar)
Fixed Bugs:
- Cannot read property 'opts' of null #17 (ninas880025)
Version 1.1.2
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
v1.1.0
Release 1.0.1
Updated release with newest files.