pptx-svelte-viewer 3.16.0 → 3.17.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.
- package/CHANGELOG.md +43 -0
- package/dist/{AiChatPanel-DQF9jifM.js → AiChatPanel-BBiD6fNd.js} +1 -1
- package/dist/{export-DXOzPc77.js → export-BACBubTm.js} +33954 -33562
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/viewer/editor/context-menu-dispatch.d.ts.map +1 -1
- package/dist/viewer/index.d.ts +2 -0
- package/dist/viewer/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,49 @@ 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.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@3.17.0) - 2026-09-10
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **core:** SmartArt fanned-root hanging forests and choose-wrapped text templates (by @ChristopherVR) ([f303bbb](https://github.com/ChristopherVR/pptx-viewer/commit/f303bbbcc535052a3d5fbc4ba5e1898e3e300781))
|
|
15
|
+
- **core:** Size repeater-rendered SmartArt satellites from the diagram-wide userS (by @ChristopherVR) ([fc5e931](https://github.com/ChristopherVR/pptx-viewer/commit/fc5e9313d1876daec8c64632c3579a7bddf8a02a))
|
|
16
|
+
- **core:** Reserve the fan-axis hang gap in transposed tailed hierarchies (by @ChristopherVR) ([0a367d5](https://github.com/ChristopherVR/pptx-viewer/commit/0a367d519e49cd538da2c0a4cf4408a4d94b3a94))
|
|
17
|
+
- **core:** Size nested SmartArt hub-and-satellite rings from the diagram-wide userS (by @ChristopherVR) ([228d624](https://github.com/ChristopherVR/pptx-viewer/commit/228d6242cc07f1946cc82efcffea5d06cf3cbf4e))
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- **shared,vanilla:** Space WordArt envelope glyphs across the box and keep paragraph bands apart (by @ChristopherVR) ([e165d72](https://github.com/ChristopherVR/pptx-viewer/commit/e165d7210ba360a79a384206c5459a7630db19a8))
|
|
22
|
+
- **core:** Preserve table inline content order on save (by @Sudhansh6) ([4f38ac3](https://github.com/ChristopherVR/pptx-viewer/commit/4f38ac34fbe7bb92d365159c7951e14cce48ae7d))
|
|
23
|
+
- **shared,core:** Resolve the open code-scanning alerts (by @ChristopherVR) ([e66f068](https://github.com/ChristopherVR/pptx-viewer/commit/e66f06864f472dcd7d94b31435bb8bd1f7054be5))
|
|
24
|
+
- **core:** Preserve empty soft line breaks on load (by @Sudhansh6) ([be9f5f5](https://github.com/ChristopherVR/pptx-viewer/commit/be9f5f59849434f76cc074ea1d49024460ad9164))
|
|
25
|
+
- **core:** Drop the removed ensureItems argument after the soft-break fix (by @ChristopherVR) ([83f9b37](https://github.com/ChristopherVR/pptx-viewer/commit/83f9b37cf590952abeba2e3e7138e4ed7fab81ca))
|
|
26
|
+
- Preserve rich table cells during row and column edits (by @Sudhansh6) ([e83c2eb](https://github.com/ChristopherVR/pptx-viewer/commit/e83c2ebe92b78a7d32ed1d90ebe6765573a2c148))
|
|
27
|
+
|
|
28
|
+
### Refactor
|
|
29
|
+
|
|
30
|
+
- **shared:** Move the WordArt canvas measurement helpers to their own module (by @ChristopherVR) ([ed9f400](https://github.com/ChristopherVR/pptx-viewer/commit/ed9f4009b523985c28ea5740404191d3118a03a4))
|
|
31
|
+
|
|
32
|
+
## [3.16.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@3.16.0) - 2026-09-10
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
- **shared:** Fit the combined a:camera/a:rot override to PowerPoint's orthographic model (by @ChristopherVR) ([4379b7f](https://github.com/ChristopherVR/pptx-viewer/commit/4379b7ff4951598a0d796450b60c264ddcfacebb))
|
|
37
|
+
- **core:** SmartArt corner-anchored hierarchies and the layout-definition type split (by @ChristopherVR) ([b3c9506](https://github.com/ChristopherVR/pptx-viewer/commit/b3c9506b5ca7858eb4e3ec6e28be987c3cacdcad))
|
|
38
|
+
- **shared:** Fit the twelve a:bevelT profiles to COM cross-sections and drop the metal/circle routing (by @ChristopherVR) ([f5519eb](https://github.com/ChristopherVR/pptx-viewer/commit/f5519eb61eddbae104ccc2aa0b130504f2e9c8a5))
|
|
39
|
+
- **core:** SmartArt anchor-aware predicates, nested cycles and centred-fan hierarchies (by @ChristopherVR) ([eee2c98](https://github.com/ChristopherVR/pptx-viewer/commit/eee2c98e43d24ea7dabeda8e627c025828f1cb39))
|
|
40
|
+
- **core:** Wire the hierarchy arranger to the resolved-orientation module (by @ChristopherVR) ([ab035ea](https://github.com/ChristopherVR/pptx-viewer/commit/ab035ea9c4e1c64f3a3d7ef7fd5aabe130dfa45f))
|
|
41
|
+
- **core:** SmartArt hub aspect fitting and ancestor userS resolution (by @ChristopherVR) ([9f9b534](https://github.com/ChristopherVR/pptx-viewer/commit/9f9b53469e3c59ee07968405acb408cce7d0522b))
|
|
42
|
+
|
|
43
|
+
### Bug Fixes
|
|
44
|
+
|
|
45
|
+
- **core:** Terminate .ppt shape names so PowerPoint opens named shapes (by @ChristopherVR) ([7d8f842](https://github.com/ChristopherVR/pptx-viewer/commit/7d8f8423c95d4fe5fc88ad0a77d2281369b001ac))
|
|
46
|
+
- **shared:** Size the WordArt envelope band from the line's real ascent (by @ChristopherVR) ([9d6267b](https://github.com/ChristopherVR/pptx-viewer/commit/9d6267b32a4602e4717a2cfa8734374875d50c05))
|
|
47
|
+
- **core:** Restore the generation-template call sites swept into eee2c98e4 (by @ChristopherVR) ([ffee234](https://github.com/ChristopherVR/pptx-viewer/commit/ffee2341f16c225a065e3886cc23a4b58a3ccdf4))
|
|
48
|
+
|
|
49
|
+
### Testing
|
|
50
|
+
|
|
51
|
+
- **core:** Make the SmartArt gallery gate opt-in and give the .ppt password test its PBKDF2 budget (by @ChristopherVR) ([0ff5e2b](https://github.com/ChristopherVR/pptx-viewer/commit/0ff5e2bc5a51513bf1d975148cda96407e03ba53))
|
|
52
|
+
|
|
10
53
|
## [3.15.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@3.15.0) - 2026-09-10
|
|
11
54
|
|
|
12
55
|
### Features
|
|
@@ -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-BACBubTm.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";
|