Skip to content

MarpToPptx 1.2.0

Latest

Choose a tag to compare

@jongalloway jongalloway released this 17 Mar 19:41
· 61 commits to main since this release
0fe067d

MarpToPptx 1.2.0

MarpToPptx 1.2.0 adds managed deck update capabilities, expands diagram support, and strengthens release validation workflows.

Highlights

  • Added re-entrant deck update support for previously exported managed decks.
  • Added slide identity update workflow support to make deck refreshes safer and more predictable.
  • Upgraded DiagramForge to 1.1.0.
  • Expanded diagram fence support to cover newer conceptual layouts including funnel and radial.
  • Updated diagram samples and regression coverage for the new conceptual layouts.
  • Upgraded GitHub Actions workflow dependencies to current major versions.

Managed Deck Updates

This release introduces managed deck update flow improvements so exported decks can be refreshed in place instead of treated as one-shot output. That includes slide metadata support and update-oriented workflow coverage.

Diagram Support

MarpToPptx continues to render both mermaid and diagram fences through DiagramForge. With the DiagramForge 1.1.0 upgrade, conceptual layouts now include newer diagram types such as funnel and radial without requiring renderer integration changes.

Validation

This release was validated with:

  • local Release smoke tests
  • Open XML package validation
  • contrast audit coverage on the selected stable subset
  • PowerPoint open/save verification
  • targeted regression coverage for new DiagramForge-backed conceptual layouts

Breaking Changes

  • None intended.