Releases: gitbrent/PptxGenJS
Releases · gitbrent/PptxGenJS
Version 1.6.0
Fixed Bugs:
Implemented Enhancements:
- HTTP Stream #35 (FedeMM)
- Add a 'line spacing' option to addText() #104 (eddyclock)
- err TypeError: Cannot read property 'text' of undefined #106 (ninas880025)
- Added bowser support, gulp build of bundle #107 (santi-git)
- Add increase/decrease indent for bullets #108 (sangramjagtap)
Version 1.5.0
Fixed Bugs:
- Hyperlink and font_face problem #74 (ZouhaierSebri)
- Can't override margin with 0 #78 (scottmtraver)
- Issue with autopage and colspan #80 (Szymon-dziewonski)
- Does not work on Firefox for Mac, no issues on Firefox for windows #81 (alexanderdevm and rwhitmore90)
- Not a real issue, just a quick README fix #88 (mirkoint)
- Invalid XML when calling .addText() with empty array #89 (JimmyTheChimp)
- Hyperlink and XML entities issue #90 (ZouhaierSebri)
- Tooltip option not implemented for image hyperlink #91 (ZouhaierSebri)
Implemented Enhancements:
- Add ability to create charts #51 (alagarrk)
- Added image type to shapes to allow images to be placed on top of shapes, added more properties to ppt document #53 (ericwgreene)
- Add support for RTL (Right-to-Left) text for Arabic etc. #73 (vanekar)
- Shape line Diagonal #75 (vanekar)
- Add hyperlink to Image #77 (plopez7)
- Adding rounding radius for texts and shapes and dash options for the outline #86 (ivolazy)
Version 1.4.0
Fixed Bugs:
- Auto Paging does not include master template on additional slides #61 (tb23911)
- Issue calculating the available height for a table using Auto paging #64 (tb23911)
- Multiple a:bodyPr tags within a:txBody causes damaged presentation in PowerPoint 2007 #69 (ZouhaierSebri)
- Text bug #71 (alexbai31)
- Errors when using Webpack/Typescript #72 (Vivihung)
Implemented Enhancements:
- Add Slide Number formatting options #68 (ZouhaierSebri)
- Added new feature: Hyperlinks as a text option
Version 1.3.0
Fixed Bugs:
- Added image type to shapes to allow images to be placed on top of shapes, added more properties to ppt document #53 (ericwgreene)
- Table-to-Slides default for un-styled tables is black text on black bkgd #57 (orpitadutta)
- Table Header and Auto Paging #62 (tb23911)
Implemented Enhancements:
- Removed FileSaver.js as a required library (only JSZip and jQuery are required now)
- Allow text multi-formatting in single table cells #24 (jenkinsns)
- Set fixed width to column using
addSlidesForTable()
#42 (priyaraskar) - Enhance bullet feature: offer diff types of bullets and add numbering option #49 (gitbrent)
- Add 4 new Presentation properties:
author
,company
,revision
,subject
#53 (ericwgreene) - Moved to semver (semantic versioning)
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.
Version 1.2.0
Implemented Enhancements:
- Pagination for
slideObj.addTable()
? #21 (TheDorkSide74) - Add support for media (Audio,Video,YouTube) #26 (shashank2104)
- How to set text shadow? #28 (itskun)
- Allow custom Layout sizes (ex: A3) #29 (itskun)
- Table cell marginPt should allow zero and take TRBL array #32 (ellisgl)
- Formatting rules do not apply to string with '\n' in
addText()
#34 (itskun) - Node module appends to last generated PPT on
save()
#38 (alexanderpepper) - callback support for save method #40 (ellisgl)
- Callback for save method (nodejs only) #41 (ellisgl)
Fixed Bugs:
Version 1.1.6
Implemented Enhancements:
- Support for animated GIFs in
addImage()
#22 (shashank2104) - Added new
slideNumber
option allowingx
andy
placement of slide number #25 (priyaraskar)