Release Summary
- Major Update: demo code (they're all .mjs modules now!); dropped support for IE11 (RIP!) in demo app.
- IE11 Note: Dropped support for IE11 (use v3.5.0 or below) (library still works with IE11 using polyfill)
Added
- Alt Text to charts #848 (yorch)
- Tab Stops to Text objects #853 (wangfengming)
- Text Highlight to Text objects #857 (wangfengming)
- Transparency to line #889 (mmarkelov)
- Transparency to slide #891 (mmarkelov)
Changed
Deprecated
- Slide.fill (
BackgroundProps) - useShapeFillPropsinstead
Removed
- Browser Demo: Dropped support for IE11 (use v3.5.0 or below) (library still works with IE11 using polyfill)
Fixed
- Margin not working with placeholder text #640 (bestis)
- Cant create a list of bulleted links in a table cell #763 (avillamaina)
- Small API documentation glitch #895 (Slidemagic)
- pptx.stream() WriteBaseProps should be optional #932 (arbourd)
- Running StdTests generate a corrupt PPT #937 (michaeltford)
- addNotes function adding notes as an array of objects, parsed as [object Object] in notes field #941 (karlolsonuc)