Skip to content

Releases

Every package in the monorepo is versioned and released independently: a package only gets a new version when its own code (or a dependency bundled into it) changes, and the bump level follows Conventional Commits (breaking change = major, feature = minor, everything else = patch).

Per-package release notes, generated from commit history by the release pipeline:

PackageRelease notesnpm
pptx-viewer-core (headless engine)Changelognpm
pptx-react-viewer (React)Changelognpm
pptx-vue-viewer (Vue 3)Changelognpm
pptx-angular-viewer (Angular)Changelognpm
pptx-vanilla-viewer (Vanilla JS)Changelognpm
pptx-svelte-viewer (Svelte 5)Changelognpm
pptx-viewer-mcp (MCP server & tools)Changelognpm
@christophervr/pptx-viewer (CLI)Changelognpm

A consolidated cross-package view lives in the repository's root CHANGELOG.md, and every release is also published on the GitHub Releases page.

Released under the Apache-2.0 License.