Version 2.3.0
Highlights:
- New Feature: Placeholders
- New Feature: Speaker Notes
addImage()
can now load both local ("../img.png") and remote images ("https://wikimedia.org/logo.jpg")- Typescript definitions are now available
jquery-node
replaced with latestjquery
package [only affects npm users]
Fixed Bugs:
- Remove jquery-node dependency (fixes XSS Vulnerability Security Warning) #350 (TinkerJack)
- Cannot set valAxisMinVal to 0 #357 (GiridharGNair)
- Multiple paragraph spacings if newline character occur in text #368 (vpetzel)
- Rotate working incorrectly #370 (michaelcbrook)
- Removed error thrown while rendering Multi Type chart containing Area #371
(KrishnaTejaReddyV) - Bugfix/enhancement for EncodeXML in speaker notes text #373 (travispwingo)
Implemented Enhancements:
addImage()
updated with new code allowing both local and remote images to be used (browser and Node). (gitbrent)- Typescript definitions have been created for the PptxGenJS API Methods (
pptxgen.d.ts
). (gitbrent) - New Feature: Placeholder support in Master Slides #359 (conbow)
- New Feature: Speaker Notes #239 #361 (travispwingo)
- New Chart Option:
displayBlanksAs
#365 (guipas) - New Feature: ability to hide slides #367 (ReimaFrgos)
- Add second Cat Axis for Scatter and Bubble #372 (KrishnaTejaReddyV)
- New Chart Type: Add radar chart implementation #386 (loictro)