Version 1.2.1
Fixed Bugs:
- Fixed issue with using percentages with
x
,y
,w
,h
inaddTable()
- Table formatting bug with rowspans and colspans #46 (itskun)
Implemented Enhancements:
- Allow more than a single 'x' and/or 'y' table location during Table Paging #43 (jenkinsns)
- Bullets do not work with text objects in addText() method #44 (ellisgl)
- Table location and pagination #47 (itskun)
- Meta: Improve auto-paging in 'addTable()' #48 (gitbrent)
- Created a new common file (
pptxgenjs-demo.js
) to hold all demo code - now used by both the browser and the node demos.