pptx-angular-viewer 1.16.0 → 1.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,8 @@ All notable changes to this project are documented here.
4
4
  This file is generated from [Conventional Commits](https://www.conventionalcommits.org)
5
5
  by [git-cliff](https://git-cliff.org); do not edit it by hand.
6
6
 
7
+ ## [1.16.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.16.0) - 2026-07-11
8
+
7
9
  ## [1.15.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.15.0) - 2026-07-11
8
10
 
9
11
  ## [1.14.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-angular-viewer@1.14.1) - 2026-07-11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pptx-angular-viewer",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
4
4
  "description": "Angular PowerPoint viewer and editor component: render, edit, and export PPTX slides in the browser.",
5
5
  "keywords": [
6
6
  "angular",
@@ -46,7 +46,7 @@
46
46
  "html2canvas-pro": "^2.0.4",
47
47
  "jspdf": "^4.2.1",
48
48
  "jszip": "^3.10.1",
49
- "pptx-viewer-core": "^1.3.0",
49
+ "pptx-viewer-core": "^1.3.1",
50
50
  "tslib": "^2.8.1"
51
51
  },
52
52
  "peerDependencies": {