Skip to content

Version 1.1.2

Compare
Choose a tag to compare
@gitbrent gitbrent released this 16 Dec 22:32
· 3185 commits to master since this release

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