@christophervr/pptx-viewer 2.13.7 → 2.14.0

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 +27 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,33 @@ A release listed with no entries carried no Conventional Commit in this package'
7
7
  scope: scripts/release-plan.mjs re-releases a package whenever any of its files
8
8
  change, not only on conventional ones.
9
9
 
10
+ ## [2.13.8](https://github.com/ChristopherVR/pptx-viewer/releases/tag/@christophervr/pptx-viewer@2.13.8) - 2026-09-13
11
+
12
+ ### Bug Fixes
13
+
14
+ - **react:** Preserve embedded fonts in headless saves (by @Sudhansh6) ([f1d2ac6](https://github.com/ChristopherVR/pptx-viewer/commit/f1d2ac6357f698605bac7ff7a4d6a6db4c68d68d))
15
+ - **react:** Record click-away text edits in history (by @Sudhansh6) ([3bc665f](https://github.com/ChristopherVR/pptx-viewer/commit/3bc665f5f10ef8dc4b0b6718ce81ce7b10263c37))
16
+
17
+ ### Testing
18
+
19
+ - **react:** Cover paragraph insertion and pending text edits (by @Sudhansh6) ([a8b21a0](https://github.com/ChristopherVR/pptx-viewer/commit/a8b21a0ed984e31d053f8d7985d54bd8a006b071))
20
+
21
+ ### Chores
22
+
23
+ - Merge updated SmartArt geometry coverage (by @Sudhansh6) ([d0364a9](https://github.com/ChristopherVR/pptx-viewer/commit/d0364a9169fc8520b91ccd73ac30962cbbf520d2))
24
+ - Merge main before SmartArt cancellation contribution (by @Sudhansh6) ([4581de6](https://github.com/ChristopherVR/pptx-viewer/commit/4581de613b294edc07534bd4721c0e1e1afe2ebb))
25
+
26
+ ## [2.13.7](https://github.com/ChristopherVR/pptx-viewer/releases/tag/@christophervr/pptx-viewer@2.13.7) - 2026-09-12
27
+
28
+ ### Bug Fixes
29
+
30
+ - **react:** Align 2D SmartArt editors and hover controls (by @Sudhansh6) ([529fba0](https://github.com/ChristopherVR/pptx-viewer/commit/529fba07dad45f543cc6e9c04d987bb4836112dd))
31
+ - **react:** Repaint edited table column widths (by @Sudhansh6) ([c427374](https://github.com/ChristopherVR/pptx-viewer/commit/c427374c7a0f0ff1f177f3952db6bbe3e3d62a23))
32
+
33
+ ### Chores
34
+
35
+ - Merge main and preserve SmartArt editing coverage (by @Sudhansh6) ([f3c32b4](https://github.com/ChristopherVR/pptx-viewer/commit/f3c32b473e9677b61590dbd8503ba64cdc34bd86))
36
+
10
37
  ## [2.13.6](https://github.com/ChristopherVR/pptx-viewer/releases/tag/@christophervr/pptx-viewer@2.13.6) - 2026-09-12
11
38
 
12
39
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@christophervr/pptx-viewer",
3
- "version": "2.13.7",
3
+ "version": "2.14.0",
4
4
  "description": "Interactive installer for the pptx-viewer family of packages (React, Vue, Angular, Svelte, vanilla JS, the core engine, the MCP server). Also a drop-in for pptx-react-viewer: importing this package re-exports the React component.",
5
5
  "keywords": [
6
6
  "angular",
@@ -61,7 +61,7 @@
61
61
  "pack": "bun run build && bun pm pack"
62
62
  },
63
63
  "dependencies": {
64
- "pptx-react-viewer": "^3.16.6"
64
+ "pptx-react-viewer": "^3.17.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/node": "^26.5.1",