@christophervr/pptx-viewer 2.13.3 → 2.13.5

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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,21 @@ 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.4](https://github.com/ChristopherVR/pptx-viewer/releases/tag/@christophervr/pptx-viewer@2.13.4) - 2026-09-11
11
+
12
+ ### Bug Fixes
13
+
14
+ - Read attributed table text without object coercion (by @Sudhansh6) ([a847293](https://github.com/ChristopherVR/pptx-viewer/commit/a8472933af6347df60b7068121ce15fd0d9b70c4))
15
+ - **shared:** Clear absorbed table cell runs during cursor merge (by @Sudhansh6) ([bee91d7](https://github.com/ChristopherVR/pptx-viewer/commit/bee91d785183586be06dedf72da0660f119e3392))
16
+ - **shared:** Render edited single-run chart titles (by @Sudhansh6) ([64d6712](https://github.com/ChristopherVR/pptx-viewer/commit/64d67121dc61c48da0eecb3dca26a7012dbd487e))
17
+
18
+ ## [2.13.3](https://github.com/ChristopherVR/pptx-viewer/releases/tag/@christophervr/pptx-viewer@2.13.3) - 2026-09-11
19
+
20
+ ### Bug Fixes
21
+
22
+ - Preserve unchanged table text during merge and split (by @Sudhansh6) ([22df796](https://github.com/ChristopherVR/pptx-viewer/commit/22df7968570c89f03b72766b10473401cc179e9c))
23
+ - Keep split available for a single merged table cell (by @Sudhansh6) ([38727de](https://github.com/ChristopherVR/pptx-viewer/commit/38727de2d0bd2105d4e263c12bc6fdbe7b013cb8))
24
+
10
25
  ## [2.13.2](https://github.com/ChristopherVR/pptx-viewer/releases/tag/@christophervr/pptx-viewer@2.13.2) - 2026-09-10
11
26
 
12
27
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@christophervr/pptx-viewer",
3
- "version": "2.13.3",
3
+ "version": "2.13.5",
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.1"
64
+ "pptx-react-viewer": "^3.16.3"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/node": "^26.5.1",