Skip to content

Version 3.6.0

Compare
Choose a tag to compare
@gitbrent gitbrent released this 03 May 04:54
· 626 commits to master since this release

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

Changed

  • Website/Docs Docusaurus v2.0; major UI facelift #931 (gitbrent)

Deprecated

  • Slide.fill (BackgroundProps) - use ShapeFillProps instead

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)