pptx-svelte-viewer 3.17.2 → 3.17.3
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.
- package/CHANGELOG.md +11 -0
- package/dist/{AiChatPanel-DbN8clPa.js → AiChatPanel-CAACLfe9.js} +1 -1
- package/dist/{export-25OJ9JUJ.js → export-m5Y-r1pr.js} +7640 -7627
- package/dist/index.js +1 -1
- package/dist/viewer/index.js +1 -1
- package/dist/viewer/state/presentation-loader.svelte.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ 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
|
+
## [3.17.2](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@3.17.2) - 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
|
+
- **svelte:** Focus the SmartArt node editor on entry (by @Sudhansh6) ([fcb0b45](https://github.com/ChristopherVR/pptx-viewer/commit/fcb0b451b1a07de05196fb14c0e884733d8a8eb0))
|
|
17
|
+
- **core:** Read attributed chart axis titles (by @Sudhansh6) ([4aa3aa1](https://github.com/ChristopherVR/pptx-viewer/commit/4aa3aa1dfbaa21d087ce66f2ac2b15c4d86ea67f))
|
|
18
|
+
- **shared:** Render edited single-run chart titles (by @Sudhansh6) ([64d6712](https://github.com/ChristopherVR/pptx-viewer/commit/64d67121dc61c48da0eecb3dca26a7012dbd487e))
|
|
19
|
+
- **core:** Read attributed chart title text (by @Sudhansh6) ([1f47f85](https://github.com/ChristopherVR/pptx-viewer/commit/1f47f85417ce3cca33278cc17c6ef4d5cba5fe90))
|
|
20
|
+
|
|
10
21
|
## [3.17.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@3.17.1) - 2026-09-11
|
|
11
22
|
|
|
12
23
|
### Bug Fixes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as ce, C as pe, D as de, E as ve, F as ue, H as A, I as he, L as U, N as Y, O as _e, P as $, R, S as ge, T as xe, U as V, V as fe, _ as me, b as be, g as ye, h as ke, k as we, v as Ce, w as Me, x as ze, y as Se, z as Pe } from "./export-
|
|
1
|
+
import { B as ce, C as pe, D as de, E as ve, F as ue, H as A, I as he, L as U, N as Y, O as _e, P as $, R, S as ge, T as xe, U as V, V as fe, _ as me, b as be, g as ye, h as ke, k as we, v as Ce, w as Me, x as ze, y as Se, z as Pe } from "./export-m5Y-r1pr.js";
|
|
2
2
|
import "svelte/internal/disclose-version";
|
|
3
3
|
import * as e from "svelte/internal/client";
|
|
4
4
|
import { onMount as qe, untrack as O } from "svelte";
|